--- --- {% if entry.abbr %} {% if site.data.venues[entry.abbr] %} [{{entry.abbr}}] {% else %} [{{entry.abbr}}] {% endif %} {% endif %}
{% if entry.type == "thesis" %} {{reference}} {% else %} {{entry.title}} {% for author in entry.author_array %} {% if forloop.length == 1 %} {% if author.last == site.scholar.last_name %} {{author.last}}, {{author.first}} {% else %} {{author.last}}, {{author.first}} {% endif %} {% else %} {% unless forloop.last %} {% if author.last == site.scholar.last_name %} {{author.last}}, {{author.first}}, {% else %} {% if site.data.coauthors[author.last] %} {{author.last}}, {{author.first}}, {% else %} {{author.last}}, {{author.first}}, {% endif %} {% endif %} {% else %} {% if author.last == site.scholar.last_name %} and {{author.last}}, {{author.first}} {% else %} {% if site.data.coauthors[author.last] %} and {{author.last}}, {{author.first}} {% else %} and {{author.last}}, {{author.first}} {% endif %} {% endif %} {% endunless %} {% endif %} {% endfor %} {% if entry.type == "article" %} {{entry.journal}} {% elsif entry.type == "inproceedings" %} In {{entry.booktitle}} {% endif %} {% if entry.year %} {{entry.year}} {% endif %} {% endif %} {% if entry.abstract %} [Abs] {% endif %} {% if entry.arxiv %} [arXiv] {% endif %} {% if entry.html %} [HTML] {% endif %} {% if entry.pdf %} [PDF] {% endif %} {% if entry.url %} [Link] {% endif %} {% if entry.doi %} [DOI:{{entry.doi}}] {% endif %} {% if entry.supp %} [Supp] {% endif %} {% if entry.poster %} [Poster] {% endif %} {% if entry.slides %} [Slides] {% endif %} {% if entry.code %} [Code] {% endif %} {% if entry.abstract %} {% endif %}