dedicated page for publis

This commit is contained in:
Gaspard Jankowiak 2014-04-10 09:57:08 +02:00
commit 6d0b9710cd
13 changed files with 140 additions and 62 deletions

16
publications.markdown Normal file
View file

@ -0,0 +1,16 @@
---
layout: default
math: false
---
FR\|[EN](/en/publications)
{: .switcher}
{% include nav_fr.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>