Skip to content

Files

Latest commit

9526a54 · Oct 24, 2023

History

History
38 lines (28 loc) · 805 Bytes

publications.md

File metadata and controls

38 lines (28 loc) · 805 Bytes
layout title permalink
page
Publications
/publications/

{%- assign publications = site.data.publications | reverse | sort: "year" | reverse -%} {%- assign year = publications | map: "year" | first -%}

{{year}}

{:.publications} {% for publication in publications %}

{% if publication.year != year %} {%- assign year = publication.year -%}

{{year}}

{:.publications} {% endif %}

  1. {{ publication.title }}

    {% assign authors = publication.people %} {:.authors} {% include author_list.html %}.

    {:.venue} {{ publication.venue }}

    {% if publication.paper %} [[paper]({{ publication.paper }})] {%- endif -%} {%- if publication.presentation -%} [[presentation]({{ publication.presentation }})] {% endif %}

{% endfor %}