---
layout: default
math: false
subtitle: Publications
---

{% assign authors = site.data.authors %}

# Articles soumis (preprints)

<ol reversed>
{% for pub in site.data.submitted %}{% include publi_row.html pub=pub authors=authors %}{% endfor %}
</ol>

# Articles publiƩs

<ol reversed>
{% for pub in site.data.published %}{% include publi_row.html pub=pub authors=authors %}{% endfor %}
</ol>