{% assign pub = include.pub %}{% assign authors = include.authors %}| {% for a in pub.authors %}{% assign ca = authors[a] %}{% if ca.home %}{{ca.name}}{%else%}{{ca.name}}{%endif%}{% if forloop.last %}{%else%}, {% endif %}{% endfor %} | {{pub.title}} - {% if pub.journal %}*{{pub.journal}}* {{pub.issue}}{% else %}*preprint*{% endif %} | {% if pub.arxiv %}[arXiv](http://arxiv.org/abs/{{pub.arxiv}}) {% endif %}{% if pub.hal %}[HAL](http://hal.archives-ouvertes.fr/hal-{{pub.hal}}){% endif %} |