| layout | page |
|---|---|
| title | Publications |
| menu | main |
| navigation_weight | 6 |
| color | #e6f5c9 |
For the official list, see the KU Leuven database.
-
{% for publication in site.data.publications %}
-
{{ publication.authors }}
{{publication.title}}
{{publication.reference}} ({{publication.year}})
{% if publication.pdf %}
{% endif %}
{% if publication.url %}
{% endif %}
{% if publication.doi %}
{% endif %}
{% if publication.app %}
{% endif %}
{% endfor %}