new "accepted" section + JPRSS accepted
This commit is contained in:
parent
4102079b64
commit
3f557424fd
7 changed files with 26 additions and 24 deletions
|
@ -12,6 +12,13 @@ subtitle: Publications
|
|||
{% for pub in site.data.submitted %}{% include publi_row.html pub=pub authors=authors %}{% endfor %}
|
||||
</ol>
|
||||
|
||||
# Articles acceptés
|
||||
|
||||
<ol reversed>
|
||||
{% for pub in site.data.accepted %}{% include publi_row.html pub=pub authors=authors %}{% endfor %}
|
||||
</ol>
|
||||
|
||||
|
||||
# Articles publiés
|
||||
|
||||
<ol reversed>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue