Publications
{% for year, publications in sorted_publications.items() %}
{{ year }}
{% for pub in publications %}
{{ pub['title'] }}
by {{ pub['author'] }}.
{{ pub['journal'] }}
({{ pub['year'] }} ({{ pub['URL'] }}).
{% endfor %}
{% endfor %}