Skip to content

Latest commit

 

History

History
76 lines (72 loc) · 3.14 KB

File metadata and controls

76 lines (72 loc) · 3.14 KB
layout page
title Publications
slug publications
hero_slug publications
permalink /publications/

Search for papers from the Das Lab on PubMed

{% assign pubs = site.publications | sort: "order" %} {% assign years = pubs | map: "year" | uniq %}

{% for year in years %} {% assign year_pubs = pubs | where: "year", year %} {% if year >= 2010 %}

{{ year }}

{% for pub in year_pubs %} {% if pub.thumb %} {% endif %}

{{ pub.authors }}

"{{ pub.title }}"

{% if pub.journal %}

{{ pub.journal }}

{% endif %}

{% if pub.pdf %}Paper{% endif %} {% if pub.doi %}Link{% endif %} {% if pub.link_labels %}{% for label in pub.link_labels %}{{ label }}{% endfor %}{% endif %}

{% endfor %}
{% endif %} {% endfor %}
Previous work by R. Das {% for year in years %} {% if year < 2010 and year > 0 %} {% assign year_pubs = pubs | where: "year", year %}

{{ year }}

{% for pub in year_pubs %} {% if pub.thumb %} {% endif %}

{{ pub.authors }}

"{{ pub.title }}"

{% if pub.journal %}

{{ pub.journal }}

{% endif %}

{% if pub.pdf %}Paper{% endif %} {% if pub.doi %}Link{% endif %} {% if pub.link_labels %}{% for label in pub.link_labels %}{{ label }}{% endfor %}{% endif %}

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