layout | permalink | title |
---|---|---|
page |
/publications/ |
{: style="color:grey; font-size: 120%; font-weight: bold; text-align: center;"} {% assign year = 1980 %}
{% for pub in site.data.pubs.publications %}
▶︎ {% if pub.pdf %}{{pub.title}}{% else %} {{pub.title}} {% endif %}
{{pub.author}}
{% if {{pub.type}} == "article" %} {{pub.journal}}
{% elsif {{pub.type}} == "inproceeding" or {{pub.type}} == "incollection" %} in {{pub.booktitle}}, eds. {{pub.editor}}
{% elsif {{pub.type}} == "phdthesis" %}{{pub.school}}, Ph. D Thesis
{% endif %} {% if pub.doi %} doi: {{pub.doi}} {% endif %}{% if pub.arxiv %} {{pub.arxiv}} {% endif %}({{pub.year}})
{% if pub.supmat %}sup mat{% endif %}
{% endfor %}
{% for pub in site.data.posters.publications %}
▶︎ {% if pub.pdf %}{{pub.title}}{% else %}{{pub.title}}{% endif %}
{{pub.author}}
{{pub.conference}} {{pub.year}}, {{pub.location}}
{% endfor %}
{% include new-window-fix.html %}