update layout
This commit is contained in:
parent
b380c535fd
commit
ce9e3bad2b
17 changed files with 129 additions and 95 deletions
|
|
@ -2,22 +2,20 @@
|
|||
layout: default
|
||||
math: false
|
||||
lang: en
|
||||
subtitle: 'Publications'
|
||||
---
|
||||
|
||||
[FR](/publications)\|EN
|
||||
{: .switcher}
|
||||
{% include nav_en.html %}
|
||||
|
||||
# Publications & preprints
|
||||
|
||||
{% assign authors = site.data.authors %}
|
||||
|
||||
# Preprints
|
||||
|
||||
<ol reversed>
|
||||
{% for pub in site.data.submitted %}{% include publi_row.html pub=pub authors=authors %}{% endfor %}
|
||||
</ol>
|
||||
|
||||
# Published articles
|
||||
|
||||
<ol reversed>
|
||||
{% for pub in site.data.published %}{% include publi_row.html pub=pub authors=authors %}{% endfor %}
|
||||
</ol>
|
||||
|
||||
## Submitted articles
|
||||
|
||||
<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