| layout | default |
|---|
{% include_relative bibtex-include.md %}
{% for item in site.data.publications.papers %}
{% if item.id %}{% endif %}
{% for cauthor in item.author %}{{ cauthor.name}}{% 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.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 %}
{% endfor %}