title | layout |
---|---|
Publications |
default |
{% assign sorted_pubs = (site.data.publications.papers | sort: 'publication_date' | reverse) %}
- {{ item.title }};
{{ item.publisher }}
{{ item.description }}
{%- endfor %}
{%- for item in site.data.publications.books -%}
-
{%- for item in sorted_pubs -%}
- {{ item.title }}; {{ item.journal }}, {{ item.authors }}, {{ item.publication_date }}, {{ item.doi }} {%- endfor %}