2014-04-10 09:57:08 +02:00
|
|
|
---
|
|
|
|
layout: default
|
|
|
|
math: false
|
2014-04-15 15:06:31 +02:00
|
|
|
lang: en
|
2014-04-10 09:57:08 +02:00
|
|
|
---
|
|
|
|
|
|
|
|
[FR](/publications)\|EN
|
|
|
|
{: .switcher}
|
|
|
|
{% include nav_en.html %}
|
|
|
|
|
|
|
|
# Publications & preprints
|
|
|
|
|
|
|
|
{% assign authors = site.data.authors %}
|
|
|
|
|
2019-02-18 09:11:17 +01:00
|
|
|
<ol reversed>
|
|
|
|
{% for pub in site.data.published %}{% include publi_row.html pub=pub authors=authors %}{% endfor %}
|
|
|
|
</ol>
|
|
|
|
|
|
|
|
## Submitted articles
|
|
|
|
|
2014-04-10 09:57:08 +02:00
|
|
|
<ol reversed>
|
|
|
|
{% for pub in site.data.submitted %}{% include publi_row.html pub=pub authors=authors %}{% endfor %}
|
|
|
|
</ol>
|