Skip to content

Latest commit

 

History

History
47 lines (46 loc) · 1.82 KB

File metadata and controls

47 lines (46 loc) · 1.82 KB
layout home

Publications

{% assign sorted_pubs = site.pubs | sort: 'date' | reverse %} {% for pub in sorted_pubs %}

{{pub.title}}

{% for author in pub.authors %} {% assign person = site.data.people[author.key] %} {{person.name}}{% if author.equal %}*{% endif %}{% unless forloop.last %} {% endunless %} {% endfor %}

{% if pub.underreview == true %}Under Review at{% endif %} {{site.data.venues[pub.venue].full}} {{pub.date | date: "%Y"}} {% if pub.award %}

{{site.data.icons['award']}} {{pub.award}}

{% endif %}

{% for link in pub.links %} {% endfor %}
{% endfor %}