link to coauthors webpages
This commit is contained in:
parent
4b99d35b38
commit
e62c4f2c7c
6 changed files with 41 additions and 11 deletions
|
|
@ -28,26 +28,27 @@ to the Keller-Segel model.
|
|||
* Asymptotic behaviour for non linear diffusion equations and related functional inequalities.
|
||||
|
||||
## Publications
|
||||
{% assign authors = site.data.authors %}
|
||||
|
||||
### Accepted
|
||||
|
||||
| Authors | Title | Links |
|
||||
| - | - | :-: |
|
||||
{% for pub in site.data.accepted %} | {{pub.authors}} | *{{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.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 %} |
|
||||
{% endfor %}{: .publi_table}
|
||||
|
||||
### Submitted
|
||||
|
||||
| Authors | Title | Links |
|
||||
| - | - | :-: |
|
||||
{% for pub in site.data.submitted %} | {{pub.authors}} | *{{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 %} | {% 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
|
||||
|
||||
| Authors | Title |
|
||||
| - | - |
|
||||
{% for pub in site.data.prep %} | {{pub.authors}} | *{{pub.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}}* |
|
||||
{% endfor %}{: .publi_table}
|
||||
|
||||
## Visits & conferences
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue