Skip to content

Latest commit

 

History

History
50 lines (36 loc) · 1.09 KB

publications.markdown

File metadata and controls

50 lines (36 loc) · 1.09 KB
layout title
default
Publications

{% comment %} This page will list all of the publications and is generated from _bibliography/publications.bib. The Articles and Books subheadings will only appear if the BibTeX file contains entries of the relevant type (everything that is not of type book is counted as an article, currently). {% endcomment %}

Download a complete list of publications as BibTeX

{% include contents.markdown %}

{% capture articles %}{% bibliography --query @article, @inproceedings %}{% endcapture %} {% if articles.size != 30 %} Articles

{{ articles }} {% endif %}

{% capture books %}{% bibliography --query @book %}{% endcapture %}

{% if books.size != 30 %} Books

{{ books }} {% endif %}

{% capture techreports %}{% bibliography --query @techreport %}{% endcapture %}

{% if techreports.size != 30 %} Tech Reports

{{ techreports }} {% endif %}

{% capture presentations %}{% bibliography --query @unpublished %}{% endcapture %} {% if presentations.size != 30 %} Presentations

{{ presentations }} {% endif %}