Skip to content

Latest commit

 

History

History
52 lines (49 loc) · 2.38 KB

File metadata and controls

52 lines (49 loc) · 2.38 KB
layout default
title Publications
permalink /publications/

Publications

{% for publication in site.data.publications %} {{ publication.title }}
{%- for author in publication.authors -%} {%- if author == "Brett Mullins" -%} {{ author -}} {%- else -%} {{ author -}} {%- endif -%} {% unless forloop.last %}, {% endunless %} {%- endfor %}
{{ publication.venue }}{% if publication.venue and publication.year %},{% endif %} {{ publication.year }}
{% if publication.pdf or publication.slides or publication.code or publication.link or publication.summary %} {% if publication.pdf %} Paper {% endif %} {% if publication.link %} Paper {% endif %} {% if publication.slides %} {% if publication.pdf or publication.link %} | {% endif %}Slides {% endif %} {% if publication.code %} {% if publication.pdf or publication.slides or publication.link %} | {% endif %}Code {% endif %} {% if publication.summary %} {% if publication.pdf or publication.slides or publication.link or publication.code %} | {% endif %}Summary {% endif %} {% if publication.video %} {% if publication.pdf or publication.slides or publication.link or publication.code or publication.summary %} | {% endif %}Video {% endif %} {% endif %}

{% else %}

No publications listed yet.

{% endfor %}

See my [CV]({{ site.baseurl }}/images/cv.pdf) for a full list of publications, including those prior to 2020