layout | permalink | title | class |
---|---|---|---|
page |
/publications/ |
Publications |
pubs |
{:.hidden}
Type
Award
Clear all filters. X publications are hidden by the filters.
of{% assign pubyears = site.publications | group_by:"year" %} {% assign sorted_pubyears = pubyears | reverse %} {% for year in sorted_pubyears %}
{:#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>