tweak publi display

This commit is contained in:
Gaspard Jankowiak 2020-10-28 09:23:38 +01:00
commit 0909bb64ff
5 changed files with 26 additions and 6 deletions

View file

@ -23,17 +23,21 @@ Non linear diffusion equations (fast diffusion equation), long time behaviour of
{% for pub in site.data.published %}{% include publi_row.html pub=pub authors=authors %}{% endfor %}
</ol>
{% if site.data.accepted %}
## Articles accepted for publication
<ol reversed>
{% for pub in site.data.accepted %}{% include publi_row.html pub=pub authors=authors %}{% endfor %}
</ol>
{% endif %}
{% if site.data.submitted %}
## Submitted articles
<ol reversed>
{% for pub in site.data.submitted %}{% include publi_row.html pub=pub authors=authors %}{% endfor %}
</ol>
{% endif %}
# Talks and visits