I have published {% bibliography_count --file conferences.bib --file journals.bib %} papers in peer reviewed conferences and journals. Below you will find a complete listing of all my contributions ({% bibliography_count %}) to conferences, journals, workshops, proceedings, and technical recommendations, as well as my PhD Thesis.
You can also find my publications on the following academic repositories.
{% assign currentYear = 'now' | date: "%Y" %}
{% for focusYear in (2002..currentYear) reversed %}
{%- capture pubCount -%} {%- bibliography_count --query @*[year={{focusYear}}] -%} {%- endcapture -%}
{% if pubCount != "0" %}
{% bibliography --query @*[year={{focusYear}}] %} {% endif %}
{% endfor %}