Skip to content

Latest commit

 

History

History
62 lines (54 loc) · 1.44 KB

publications.md

File metadata and controls

62 lines (54 loc) · 1.44 KB
layout permalink title class
page
/publications/
Publications
pubs

{:.hidden}

Publications

Venue
    Author
      Tag
        Type
          Award
            Show only highlights

            Clear all filters. X of X publications are hidden by the filters.

            {% assign pubyears = site.publications | group_by:"year" %} {% assign sorted_pubyears = pubyears | reverse %} {% for year in sorted_pubyears %}

            {{ year.name }}

            {:#y{{ year.name }} .year} {% for pub in year.items %} {% include publication.html pub=pub %} {% endfor %} {% endfor %}

            <script> {% include itemsjs.min.js %} {% include pubfilter.js %} </script>