rework publication list

This commit is contained in:
Gaspard Jankowiak 2014-04-09 21:32:07 +02:00
commit 664db5eea8
8 changed files with 19 additions and 42 deletions

View 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
View 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 %} |

View file

@ -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}

View file

@ -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}