{% if post.link %} {{ title }} Permalink {% else %} {{ title }} {% endif %}
{% if post.read_time %} {% endif %} {% if post.collection == 'teaching' %}{{ post.type }}, {{ post.venue }}, {{ post.date | default: "1900-01-01" | date: "%Y" }}
{% elsif post.collection == 'publications' %} {% if post.authors_display %}{{ post.authors_display }}
{% endif %} {% if post.venue_text or post.venue %}{{ post.venue_text | default: post.venue }}
{% endif %} {% if post.availability_note %}{{ post.availability_note }}
{% endif %} {% elsif post.date %}{{ site.data.ui-text[site.locale].date_label | default: "Published:" }}
{% endif %} {% if post.collection == 'publications' %} {% elsif post.excerpt and site.read_more != 'enabled' %}{{ post.excerpt | markdownify }}
{% elsif post.excerpt and site.read_more == 'enabled' %}{{ post.excerpt | markdownify | remove: '
' | remove: '
' }} Read more {% endif %} {% if post.collection == 'publications' %} {% elsif post.citation and post.paperurl and post.slidesurl and post.bibtexurl %}Recommended citation: {{ post.citation }}
Download Paper | Download Slides | Download Bibtex
Recommended citation: {{ post.citation }}
Download Paper | Download Slides
Recommended citation: {{ post.citation }}
Download Paper | Download Bibtex
Recommended citation: {{ post.citation }}
Download Paper
Recommended citation: {{ post.citation }}
Download Slides | Download Bibtex
Recommended citation: {{ post.citation }}
Download Slides
Recommended citation: {{ post.citation }}
Download Bibtex
Recommended citation: {{ post.citation }}
{% elsif post.paperurl and post.bibtexurl %}Download Paper | Download Bibtex
{% elsif post.paperurl %} {% elsif post.slidesurl and post.bibtexurl %} {% elsif post.slidesurl %} {% elsif post.bibtexurl %} {% endif %}