| layout | default |
|---|
{% include_relative bibtex-include.md %}
{% for item in site.data.publications.papers %}
{% if item.id %}{% endif %}
{% for cauthor in item.author %}{{ cauthor}}{% if forloop.last == false %}, {% endif %}{% endfor %}.
{% if item.pdf %}{{ item.title }}{% else %}{{ item.title }}{% endif %}.
{{ item.publication-title }}{% if item.type == "journal" and item.volume %} {{ item.volume }}{% if item.issue %} ({{ item.issue }}){% endif %}{% endif %}{% if item.pages %}: {{ item.pages }}{% endif %}. ({{ item.year }}){% if item.awards %}{% if item.awards.url %}{% endif %}{% for award in item.awards.awards %}
{{ award }}{% endfor %}{% if item.awards.url %}{% endif %}{% endif %}
{% if item.pdf %}[ PDF ]{% endif %} {% if item.doi %} [ DOI ]{% endif %} {% if item.preprint %} [ Preprint ]{% endif %} {% if item.extended %} [ Extended Version ]{% endif %} {% if item.arxiv %} [ Arxiv ]{% endif %} {% if item.bibtex %} [ Bibtex ]{% endif %} {% if item.artifact %} [ Artifact ]{% endif %} {% if item.talk %} [ Talk ]{% endif %} {% if item.talk %} [ Errata ]{% endif %}
{% endfor %}