rework publication list
This commit is contained in:
parent
99009e855c
commit
664db5eea8
8 changed files with 19 additions and 42 deletions
|
@ -1,10 +0,0 @@
|
||||||
- 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
|
|
||||||
arxiv: 1305.1715
|
|
||||||
hal: 00821206
|
|
||||||
|
|
||||||
# vim: ts=2:sts=2:sw=2
|
|
|
@ -1,3 +1,16 @@
|
||||||
|
## Accepted
|
||||||
|
|
||||||
|
- 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
|
||||||
|
arxiv: 1305.1715
|
||||||
|
hal: 00821206
|
||||||
|
|
||||||
|
## Submitted
|
||||||
|
|
||||||
- authors:
|
- authors:
|
||||||
- jd
|
- jd
|
||||||
- me
|
- me
|
||||||
|
|
1
_includes/prep_publi_row.html
Normal file
1
_includes/prep_publi_row.html
Normal file
|
@ -0,0 +1 @@
|
||||||
|
{% assign pub = include.pub %}{% assign authors = include.authors %} | {% for a in pub.authors %}{% assign ca = authors[a] %}{% if ca.home %}<a href="{{ca.home)}}">{{ca.name}}</a>{%else%}{{ca.name}}{%endif%}{% if forloop.last %}{%else%}, {% endif %}{% endfor %} | {{pub.title}} |
|
1
_includes/publi_row.html
Normal file
1
_includes/publi_row.html
Normal file
|
@ -0,0 +1 @@
|
||||||
|
{% assign pub = include.pub %}{% assign authors = include.authors %}| {% for a in pub.authors %}{% assign ca = authors[a] %}{% if ca.home %}<a href="{{ca.home)}}">{{ca.name}}</a>{%else%}{{ca.name}}{%endif%}{% if forloop.last %}{%else%}, {% endif %}{% endfor %} | {{pub.title}} - {% if pub.journal %}*{{pub.journal}}* {{pub.issue}}{% else %}*preprint*{% endif %} | {% if pub.arxiv %}<span class="paper_link">[arXiv](http://arxiv.org/abs/{{pub.arxiv}})</span> {% endif %}{% if pub.hal %}<span class="paper_link">[HAL](http://hal.archives-ouvertes.fr/hal-{{pub.hal}})</span>{% endif %} |
|
|
@ -1,3 +0,0 @@
|
||||||
| - | - | :-: |
|
|
||||||
| J. Dobleault, P. Markowich, G. Jankowiak | *Stationary solutions of Keller-Segel type crowd motion and herding models: multiplicity and dynamical stability* (Math. Mech. Compl. Sys.) | [preprint](http://arxiv.org/pdf/1305.1715v2)
|
|
||||||
{: .accepted}
|
|
|
@ -1,3 +0,0 @@
|
||||||
| - | - | :-: |
|
|
||||||
| J. Dobleault, P. Markowich, G. Jankowiak | *Stationary solutions of Keller-Segel type crowd motion and herding models: multiplicity and dynamical stability* | [preprint](http://arxiv.org/pdf/1305.1715v2)
|
|
||||||
{: .submitted}
|
|
15
en.markdown
15
en.markdown
|
@ -30,26 +30,15 @@ to the Keller-Segel model.
|
||||||
## Publications
|
## Publications
|
||||||
{% assign authors = site.data.authors %}
|
{% assign authors = site.data.authors %}
|
||||||
|
|
||||||
### Accepted
|
|
||||||
|
|
||||||
| Authors | Title | Links |
|
| Authors | Title | Links |
|
||||||
| - | - | :-: |
|
| - | - | :-: |
|
||||||
{% for pub in site.data.accepted %} | {% for a in pub.authors %}{% assign ca = authors[a] %}{% if ca.home %}<a href="{{ca.home)}}">{{ca.name}}</a>{%else%}{{ca.name}}{%endif%}{% if forloop.last %}{%else%}, {% endif %}{% endfor %} | *{{pub.title}}* <br>{{pub.journal}} {{pub.issue}} | {% if pub.arxiv %}<span class="paper_link">[arXiv](http://arxiv.org/abs/{{pub.arxiv}})</span> {% endif %}{% if pub.hal %}<span class="paper_link">[HAL](http://hal.archives-ouvertes.fr/hal-{{pub.hal}})</span>{% endif %} |
|
{% for pub in site.data.submitted %}{% include publi_row.html pub=pub authors=authors %}{% endfor %}{: .publi_table}
|
||||||
{% endfor %}{: .publi_table}
|
|
||||||
|
|
||||||
### Submitted
|
|
||||||
|
|
||||||
| Authors | Title | Links |
|
|
||||||
| - | - | :-: |
|
|
||||||
{% for pub in site.data.submitted %} | {% for a in pub.authors %}{% assign ca = authors[a] %}{% if ca.home %}<a href="{{ca.home)}}">{{ca.name}}</a>{%else%}{{ca.name}}{%endif%}{% if forloop.last %}{%else%}, {% endif %}{% endfor %} | *{{pub.title}}* <br>{{pub.journal}} {{pub.issue}} | {% if pub.arxiv %}<span class="paper_link">[arXiv](http://arxiv.org/abs/{{pub.arxiv}})</span> {% endif %}{% if pub.hal %}<span class="paper_link">[HAL](http://hal.archives-ouvertes.fr/hal-{{pub.hal}})</span>{% endif %} |
|
|
||||||
{% endfor %}{: .publi_table}
|
|
||||||
|
|
||||||
### In preparation
|
### In preparation
|
||||||
|
|
||||||
| Authors | Title |
|
| Authors | Title |
|
||||||
| - | - |
|
| - | - |
|
||||||
{% for pub in site.data.prep %} | {% for a in pub.authors %}{% assign ca = authors[a] %}{% if ca.home %}<a href="{{ca.home)}}">{{ca.name}}</a>{%else%}{{ca.name}}{%endif%}{% if forloop.last %}{%else%}, {% endif %}{% endfor %} | *{{pub.title}}* |
|
{% for pub in site.data.prep %}{% include prep_publi_row.html pub=pub authors=authors %}{% endfor %}{: .publi_table}
|
||||||
{% endfor %}{: .publi_table}
|
|
||||||
|
|
||||||
## Visits & conferences
|
## Visits & conferences
|
||||||
|
|
||||||
|
|
|
@ -28,26 +28,15 @@ ainsi que leurs liens avec certaines inégalités fonctionnelles.
|
||||||
## Publications
|
## Publications
|
||||||
{% assign authors = site.data.authors %}
|
{% assign authors = site.data.authors %}
|
||||||
|
|
||||||
### Acceptées
|
|
||||||
|
|
||||||
| Auteurs | Titre | Liens |
|
| Auteurs | Titre | Liens |
|
||||||
| - | - | :-: |
|
| - | - | :-: |
|
||||||
{% for pub in site.data.accepted %} | {% for a in pub.authors %}{% assign ca = authors[a] %}{% if ca.home %}<a href="{{ca.home)}}">{{ca.name}}</a>{%else%}{{ca.name}}{%endif%}{% if forloop.last %}{%else%}, {% endif %}{% endfor %} | *{{pub.title}}* <br>{{pub.journal}} {{pub.issue}} | {% if pub.arxiv %}<span class="paper_link">[arXiv](http://arxiv.org/abs/{{pub.arxiv}})</span> {% endif %}{% if pub.hal %}<span class="paper_link">[HAL](http://hal.archives-ouvertes.fr/hal-{{pub.hal}})</span>{% endif %} |
|
{% for pub in site.data.submitted %}{% include publi_row.html pub=pub authors=authors %}{% endfor %}{: .publi_table}
|
||||||
{% endfor %}{: .publi_table}
|
|
||||||
|
|
||||||
### Soumises
|
|
||||||
|
|
||||||
| Auteurs | Titre | Liens |
|
|
||||||
| - | - | :-: |
|
|
||||||
{% for pub in site.data.submitted %} | {% for a in pub.authors %}{% assign ca = authors[a] %}{% if ca.home %}<a href="{{ca.home)}}">{{ca.name}}</a>{%else%}{{ca.name}}{%endif%}{% if forloop.last %}{%else%}, {% endif %}{% endfor %} | *{{pub.title}}* <br>{{pub.journal}} {{pub.issue}} | {% if pub.arxiv %}<span class="paper_link">[arXiv](http://arxiv.org/abs/{{pub.arxiv}})</span> {% endif %}{% if pub.hal %}<span class="paper_link">[HAL](http://hal.archives-ouvertes.fr/hal-{{pub.hal}})</span>{% endif %} |
|
|
||||||
{% endfor %}{: .publi_table}
|
|
||||||
|
|
||||||
### En préparation
|
### En préparation
|
||||||
|
|
||||||
| Auteurs | Titre |
|
| Auteurs | Titre |
|
||||||
| - | - |
|
| - | - |
|
||||||
{% for pub in site.data.prep %} | {% for a in pub.authors %}{% assign ca = authors[a] %}{% if ca.home %}<a href="{{ca.home)}}">{{ca.name}}</a>{%else%}{{ca.name}}{%endif%}{% if forloop.last %}{%else%}, {% endif %}{% endfor %} | *{{pub.title}}* |
|
{% for pub in site.data.prep %}{% include prep_publi_row.html pub=pub authors=authors %}{% endfor %}{: .publi_table}
|
||||||
{% endfor %}{: .publi_table}
|
|
||||||
|
|
||||||
## Déplacements & conférences
|
## Déplacements & conférences
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue