--- layout: default title: "publication" permalink: /publication/ ---

READ UP ON OUR WORK

PUBLICATIONS

CONFERENCE
{% assign type = "conference" %} {% assign entries = site.data.publication | where: "type", type %} {% if entries.size > 0 %} {% for paper in entries %}
{{ paper.title }}
{{ paper.authors | markdownify }}
{{ paper.description | markdownify }}
{% endfor %} {% endif %}
JOURNEL
{% assign type = "journal" %} {% assign entries = site.data.publication | where: "type", type %} {% if entries.size > 0 %} {% for paper in entries %}
{{ paper.title }}
{{ paper.authors | markdownify }}
{{ paper.description }}
{% endfor %} {% endif %}