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