From 4b99d35b3823c6ce9300397e275cabd3992dc37a Mon Sep 17 00:00:00 2001 From: Gaspard Jankowiak Date: Fri, 4 Apr 2014 08:11:27 +0200 Subject: [PATCH] HAL links --- _data/accepted.yaml | 1 + _data/submitted.yaml | 3 +++ en.markdown | 4 ++-- index.markdown | 4 ++-- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/_data/accepted.yaml b/_data/accepted.yaml index 0d882c8..ed495ed 100644 --- a/_data/accepted.yaml +++ b/_data/accepted.yaml @@ -2,5 +2,6 @@ title: "Stationary solutions of Keller-Segel type crowd motion and herding models: multiplicity and dynamical stability" journal: Mathematics and Mechanics of Complex Systems arxiv: 1305.1715 + hal: 00821206 # vim: ts=2:sts=2:sw=2 diff --git a/_data/submitted.yaml b/_data/submitted.yaml index 43fbe25..cb17586 100644 --- a/_data/submitted.yaml +++ b/_data/submitted.yaml @@ -1,13 +1,16 @@ - authors: J. Dolbeault, G. Jankowiak title: "Sobolev and Hardy-Littlewood-Sobolev inequalities" arxiv: 1312.2568 + hal: 00915998 - authors: J. Dolbeault, M. J. Esteban, G. Jankowiak title: "The Moser-Trudinger-Onofri inequality" arxiv: 1403.5042 + hal: 00961363 - authors: G. Jankowiak, V. H. Nguyen title: "Fractional Sobolev and Hardy-Littlewood-Sobolev inequalities" arxiv: 1404.1028 + hal: 00972035 # vim: ts=2:sts=2:sw=2 diff --git a/en.markdown b/en.markdown index 9451e10..c40437f 100644 --- a/en.markdown +++ b/en.markdown @@ -33,14 +33,14 @@ to the Keller-Segel model. | Authors | Title | Links | | - | - | :-: | -{% for pub in site.data.accepted %} | {{pub.authors}} | *{{pub.title}}*
{{pub.journal}} {{pub.issue}} | [arXiv](http://arxiv.org/abs/{{pub.arxiv}}) | +{% for pub in site.data.accepted %} | {{pub.authors}} | *{{pub.title}}*
{{pub.journal}} {{pub.issue}} | {% if pub.arxiv %}[arXiv](http://arxiv.org/abs/{{pub.arxiv}}) {% endif %}{% if pub.hal %}[HAL](http://hal.archives-ouvertes.fr/hal-{{pub.hal}}){% endif %} | {% endfor %}{: .publi_table} ### Submitted | Authors | Title | Links | | - | - | :-: | -{% for pub in site.data.submitted %} | {{pub.authors}} | *{{pub.title}}* | {% if pub.arxiv %}[arXiv](http://arxiv.org/abs/{{pub.arxiv}}){% endif %} | +{% for pub in site.data.submitted %} | {{pub.authors}} | *{{pub.title}}*
{{pub.journal}} {{pub.issue}} | {% if pub.arxiv %}[arXiv](http://arxiv.org/abs/{{pub.arxiv}}) {% endif %}{% if pub.hal %}[HAL](http://hal.archives-ouvertes.fr/hal-{{pub.hal}}){% endif %} | {% endfor %}{: .publi_table} ### In preparation diff --git a/index.markdown b/index.markdown index 2c17dba..b5ed3fd 100644 --- a/index.markdown +++ b/index.markdown @@ -31,14 +31,14 @@ ainsi que leurs liens avec certaines inégalités fonctionnelles. | Auteurs | Titre | Liens | | - | - | :-: | -{% for pub in site.data.accepted %} | {{pub.authors}} | *{{pub.title}}*
{{pub.journal}} {{pub.issue}} | [arXiv](http://arxiv.org/abs/{{pub.arxiv}}) | +{% for pub in site.data.accepted %} | {{pub.authors}} | *{{pub.title}}*
{{pub.journal}} {{pub.issue}} | {% if pub.arxiv %}[arXiv](http://arxiv.org/abs/{{pub.arxiv}}) {% endif %}{% if pub.hal %}[HAL](http://hal.archives-ouvertes.fr/hal-{{pub.hal}}){% endif %} | {% endfor %}{: .publi_table} ### Soumises | Auteurs | Titre | Liens | | - | - | :-: | -{% for pub in site.data.submitted %} | {{pub.authors}} | *{{pub.title}}* | {% if pub.arxiv %}[arXiv](http://arxiv.org/abs/{{pub.arxiv}}){% endif %} | +{% for pub in site.data.submitted %} | {{pub.authors}} | *{{pub.title}}*
{{pub.journal}} {{pub.issue}} | {% if pub.arxiv %}[arXiv](http://arxiv.org/abs/{{pub.arxiv}}) {% endif %}{% if pub.hal %}[HAL](http://hal.archives-ouvertes.fr/hal-{{pub.hal}}){% endif %} | {% endfor %}{: .publi_table} ### En préparation