| layout | page |
|---|---|
| title | Publications |
| lead | Selected OdenseNLP publications. |
| permalink | /publications/ |
{% assign publications = site.data.publications | sort: "year" | reverse %}
{{ pub.year }} · {{ pub.venue }}
{{ pub.authors }}
Publication link {% if pub.note %} · {{ pub.note }}{% endif %}
{% endfor %}