17 lines
293 B
Markdown
17 lines
293 B
Markdown
|
---
|
||
|
layout: default
|
||
|
math: false
|
||
|
---
|
||
|
|
||
|
[FR](/publications)\|EN
|
||
|
{: .switcher}
|
||
|
{% include nav_en.html %}
|
||
|
|
||
|
# Publications & preprints
|
||
|
|
||
|
{% assign authors = site.data.authors %}
|
||
|
|
||
|
<ol reversed>
|
||
|
{% for pub in site.data.submitted %}{% include publi_row.html pub=pub authors=authors %}{% endfor %}
|
||
|
</ol>
|