Skip to content

Latest commit

 

History

History
34 lines (29 loc) · 1.32 KB

publications.md

File metadata and controls

34 lines (29 loc) · 1.32 KB
layout permalink title
page
/publications/



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 %}




Conference Poster & Oral

{: style="color:grey; font-size: 120%; font-weight: bold; text-align: center;"}

{% 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 %}