| layout | page |
|---|---|
| title | Publications |
| permalink | /publications/ |
{% endfor %}
|
{% if paper.image %} |
{{paper.title}}
{{paper.authors}} {{paper.conference}} {% if paper.pdf %}PDF{% endif %}
{% if paper.arXiv %}arXiv{% endif %}
{% if paper.bibtex %}BibTex{% endif %}
{% if paper.code %}Code{% endif %}
|