Skip to content

Latest commit

 

History

History
34 lines (32 loc) · 992 Bytes

publications.md

File metadata and controls

34 lines (32 loc) · 992 Bytes
layout
default
{% assign debug = false %}

Publications and Recent Submissions

    {% assign pdf ="/images/pdficon_small.png)" | prepend: site.baseurl | prepend: '![](' %} {% assign year = 0 %} {% assign pubs = site.data.publications | sort: 'year' %} {% for item in pubs reversed %} {% if year != item.year %} {% assign year = item.year %}

    {{year}}

    {% endif %}
  • {{ item.a_cite | trim | markdownify }} {% if debug and item.links.size >= 0 %}
      {% for cite in item.links %}
    • {{ cite | markdownify }}
    • {% endfor %}
    {% endif %}
  • {% endfor %}