new "accepted" section + JPRSS accepted

This commit is contained in:
Gaspard Jankowiak 2019-11-14 10:17:27 +01:00
commit 3f557424fd
7 changed files with 26 additions and 24 deletions

View file

@ -13,6 +13,12 @@ subtitle: 'Publications'
{% for pub in site.data.submitted %}{% include publi_row.html pub=pub authors=authors %}{% endfor %}
</ol>
# Articles accepted for publication
<ol reversed>
{% for pub in site.data.accepted %}{% include publi_row.html pub=pub authors=authors %}{% endfor %}
</ol>
# Published articles
<ol reversed>