dedicated page for publis
This commit is contained in:
parent
664db5eea8
commit
6d0b9710cd
13 changed files with 140 additions and 62 deletions
16
publications.markdown
Normal file
16
publications.markdown
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue