layout |
---|
default |
{% assign debug = false %}
-
{% 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 %}
- {{ item.a_cite | trim | markdownify }}
{% if debug and item.links.size >= 0 %}
-
{% for cite in item.links %}
- {{ cite | markdownify }} {% endfor %}
{% endfor %}
{% endif %}