Skip to content

Latest commit

 

History

History
22 lines (20 loc) · 638 Bytes

File metadata and controls

22 lines (20 loc) · 638 Bytes
layout page
title Publications
lead Selected OdenseNLP publications.
permalink /publications/

{% assign publications = site.data.publications | sort: "year" | reverse %}

{% for pub in publications %}

{{ pub.title }}

{{ pub.year }} · {{ pub.venue }}

{{ pub.authors }}

Publication link {% if pub.note %} · {{ pub.note }}{% endif %}

{% endfor %}