--- layout: default ---

Publications

{% for year in site.data.abstracts.years %}

{{ year }}

{% for pub_date in site.data.abstracts.pmids %} {% assign pub_year = pub_date[0] | date: "%Y" %} {% if pub_year == year %} {% for article in site.data.abstracts.articles %} {% if article[0] == pub_date[1] %}
{% for pub_author in article[1].authors %} {% if pub_author contains "Wimalanathan" %} {{pub_author}}, {% elsif forloop.first %} {{pub_author}}*, {% elsif forloop.last %} {{pub_author}}. {% else %} {{pub_author}}, {% endif %} {% endfor %}

{{article[1].title}}

{{article[1].abstract}}

{% endif %} {% endfor %} {% endif %} {% endfor %} {% endfor %}