From 0610680dd4403cd383388975a6952395dcd0e955 Mon Sep 17 00:00:00 2001 From: Gaspard Jankowiak Date: Mon, 18 Feb 2019 09:11:17 +0100 Subject: [PATCH] separate preprints --- _data/published.yaml | 74 ++++++++++++++++++++++++++++++++++++++++ _data/submitted.yaml | 74 +++------------------------------------- cv.markdown | 6 ++++ en/cv.markdown | 6 ++++ en/publications.markdown | 6 ++++ publications.markdown | 6 ++++ 6 files changed, 102 insertions(+), 70 deletions(-) create mode 100644 _data/published.yaml diff --git a/_data/published.yaml b/_data/published.yaml new file mode 100644 index 0000000..fd83982 --- /dev/null +++ b/_data/published.yaml @@ -0,0 +1,74 @@ +- authors: + - jd + - mje + - me + title: "Onofri inequalities and rigidity results" + journal: "Discrete and Continuous Dynamical System - A" + issue: + volume: 37 + number: 6 + year: 2017 + links: + - doi: 10.3934/dcds.2017131 + - arxiv: 1404.7338 + - hal: 00985211 + id: 5 + submitted: 2014-04-29 + +- authors: + - jd + - mje + - me + title: "The Moser-Trudinger-Onofri inequality" + journal: "Chinese Annals of Mathematics. Series B" + issue: + volume: 36 + number: 5 + year: 2015 + pages: 777–802 + links: + - arxiv: 1403.5042 + - hal: 00961363 + - doi: 10.1007/s11401-015-0976-7 + - journal: 2015/DolbeaultEstebanJankowiak_CAM.pdf + id: 3 + submitted: 2014-03-19 + +- authors: + - jd + - me + title: "Sobolev and Hardy-Littlewood-Sobolev inequalities" + journal: Journal of Differential Equations + issue: + volume: 257 + number: 6 + year: 2014 + pages: 1689-1720 + links: + - arxiv: 1312.2568 + - hal: 00915998 + - doi: 10.1016/j.jde.2014.04.021 + - journal: 2014/DolbeaultJankowiak_JDE.pdf + id: 2 + submitted: 2013-12-09 + +- authors: + - jd + - me + - pam + title: "Stationary solutions of Keller-Segel type crowd motion and herding models: multiplicity and dynamical stability" + journal: Mathematics and Mechanics of Complex Systems + issue: + volume: 3 + number: 3 + year: 2015 + pages: 211–242 + links: + - arxiv: 1305.1715 + - hal: 00821206 + - doi: 10.2140/memocs.2015.3.211 + - journal: 2015/DolbeaultJankowiakMarkowich_MMOCS.pdf + id: 1 + submitted: 2013-05-08 + +# vim: ts=2:sts=2:sw=2 diff --git a/_data/submitted.yaml b/_data/submitted.yaml index 37f3e1f..d0b9014 100644 --- a/_data/submitted.yaml +++ b/_data/submitted.yaml @@ -1,20 +1,3 @@ -- authors: - - jd - - mje - - me - title: "Onofri inequalities and rigidity results" - journal: "Discrete and Continuous Dynamical System - A" - issue: - volume: 37 - number: 6 - year: 2017 - links: - - doi: 10.3934/dcds.2017131 - - arxiv: 1404.7338 - - hal: 00985211 - id: 5 - submitted: 2014-04-29 - - authors: - me - vhn @@ -23,62 +6,13 @@ - arxiv: 1404.1028 - hal: 00972035 id: 4 - submitted: 2014-04-03 - authors: - - jd - - mje + - al - me - title: "The Moser-Trudinger-Onofri inequality" - journal: "Chinese Annals of Mathematics. Series B" - issue: - volume: 36 - number: 5 - year: 2015 - pages: 777–802 + title: "Non-Conforming Multiscale Finite Element Method for Stokes Flows in Heterogeneous Media. Part II: error estimates for periodic microstructure" links: - - arxiv: 1403.5042 - - hal: 00961363 - - doi: 10.1007/s11401-015-0976-7 - - journal: 2015/DolbeaultEstebanJankowiak_CAM.pdf - id: 3 - submitted: 2014-03-19 - -- authors: - - jd - - me - title: "Sobolev and Hardy-Littlewood-Sobolev inequalities" - journal: Journal of Differential Equations - issue: - volume: 257 - number: 6 - year: 2014 - pages: 1689-1720 - links: - - arxiv: 1312.2568 - - hal: 00915998 - - doi: 10.1016/j.jde.2014.04.021 - - journal: 2014/DolbeaultJankowiak_JDE.pdf - id: 2 - submitted: 2013-12-09 - -- authors: - - jd - - me - - pam - title: "Stationary solutions of Keller-Segel type crowd motion and herding models: multiplicity and dynamical stability" - journal: Mathematics and Mechanics of Complex Systems - issue: - volume: 3 - number: 3 - year: 2015 - pages: 211–242 - links: - - arxiv: 1305.1715 - - hal: 00821206 - - doi: 10.2140/memocs.2015.3.211 - - journal: 2015/DolbeaultJankowiakMarkowich_MMOCS.pdf - id: 1 - submitted: 2013-05-08 + - arxiv: 1802.04389 + id: 6 # vim: ts=2:sts=2:sw=2 diff --git a/cv.markdown b/cv.markdown index 551ef9c..560f607 100644 --- a/cv.markdown +++ b/cv.markdown @@ -30,6 +30,12 @@ FR\|[EN](/en/cv) # Publications +
    +{% for pub in site.data.published %}{% include publi_row.html pub=pub authors=authors %}{% endfor %} +
+ +## Articles soumis +
    {% for pub in site.data.submitted %}{% include publi_row.html pub=pub authors=authors %}{% endfor %}
diff --git a/en/cv.markdown b/en/cv.markdown index 3e923da..a59749e 100644 --- a/en/cv.markdown +++ b/en/cv.markdown @@ -30,6 +30,12 @@ Non linear diffusion equations (fast diffusion equation), long time behaviour of # Publications +
    +{% for pub in site.data.published %}{% include publi_row.html pub=pub authors=authors %}{% endfor %} +
+ +## Submitted articles +
    {% for pub in site.data.submitted %}{% include publi_row.html pub=pub authors=authors %}{% endfor %}
diff --git a/en/publications.markdown b/en/publications.markdown index ccb9231..6388ba7 100644 --- a/en/publications.markdown +++ b/en/publications.markdown @@ -12,6 +12,12 @@ lang: en {% assign authors = site.data.authors %} +
    +{% for pub in site.data.published %}{% include publi_row.html pub=pub authors=authors %}{% endfor %} +
+ +## Submitted articles +
    {% for pub in site.data.submitted %}{% include publi_row.html pub=pub authors=authors %}{% endfor %}
diff --git a/publications.markdown b/publications.markdown index 17bd6e8..5be9db1 100644 --- a/publications.markdown +++ b/publications.markdown @@ -11,6 +11,12 @@ FR\|[EN](/en/publications) {% assign authors = site.data.authors %} +
    +{% for pub in site.data.published %}{% include publi_row.html pub=pub authors=authors %}{% endfor %} +
+ +## Articles soumis +
    {% for pub in site.data.submitted %}{% include publi_row.html pub=pub authors=authors %}{% endfor %}