rework publication list
This commit is contained in:
parent
99009e855c
commit
664db5eea8
8 changed files with 19 additions and 42 deletions
|
|
@ -28,26 +28,15 @@ ainsi que leurs liens avec certaines inégalités fonctionnelles.
|
|||
## Publications
|
||||
{% assign authors = site.data.authors %}
|
||||
|
||||
### Acceptées
|
||||
|
||||
| Auteurs | Titre | Liens |
|
||||
| - | - | :-: |
|
||||
{% for pub in site.data.accepted %} | {% for a in pub.authors %}{% assign ca = authors[a] %}{% if ca.home %}<a href="{{ca.home)}}">{{ca.name}}</a>{%else%}{{ca.name}}{%endif%}{% if forloop.last %}{%else%}, {% endif %}{% endfor %} | *{{pub.title}}* <br>{{pub.journal}} {{pub.issue}} | {% if pub.arxiv %}<span class="paper_link">[arXiv](http://arxiv.org/abs/{{pub.arxiv}})</span> {% endif %}{% if pub.hal %}<span class="paper_link">[HAL](http://hal.archives-ouvertes.fr/hal-{{pub.hal}})</span>{% endif %} |
|
||||
{% endfor %}{: .publi_table}
|
||||
|
||||
### Soumises
|
||||
|
||||
| Auteurs | Titre | Liens |
|
||||
| - | - | :-: |
|
||||
{% for pub in site.data.submitted %} | {% for a in pub.authors %}{% assign ca = authors[a] %}{% if ca.home %}<a href="{{ca.home)}}">{{ca.name}}</a>{%else%}{{ca.name}}{%endif%}{% if forloop.last %}{%else%}, {% endif %}{% endfor %} | *{{pub.title}}* <br>{{pub.journal}} {{pub.issue}} | {% if pub.arxiv %}<span class="paper_link">[arXiv](http://arxiv.org/abs/{{pub.arxiv}})</span> {% endif %}{% if pub.hal %}<span class="paper_link">[HAL](http://hal.archives-ouvertes.fr/hal-{{pub.hal}})</span>{% endif %} |
|
||||
{% endfor %}{: .publi_table}
|
||||
{% for pub in site.data.submitted %}{% include publi_row.html pub=pub authors=authors %}{% endfor %}{: .publi_table}
|
||||
|
||||
### En préparation
|
||||
|
||||
| Auteurs | Titre |
|
||||
| - | - |
|
||||
{% for pub in site.data.prep %} | {% for a in pub.authors %}{% assign ca = authors[a] %}{% if ca.home %}<a href="{{ca.home)}}">{{ca.name}}</a>{%else%}{{ca.name}}{%endif%}{% if forloop.last %}{%else%}, {% endif %}{% endfor %} | *{{pub.title}}* |
|
||||
{% endfor %}{: .publi_table}
|
||||
{% for pub in site.data.prep %}{% include prep_publi_row.html pub=pub authors=authors %}{% endfor %}{: .publi_table}
|
||||
|
||||
## Déplacements & conférences
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue