Skip to content

Latest commit

 

History

History
62 lines (58 loc) · 2.25 KB

File metadata and controls

62 lines (58 loc) · 2.25 KB
layout page
title Publications
author benbfly
{% assign ordered_pubs = site.data.pubs | sort | reverse %} {% assign full_pubs_scholar = "https://scholar.google.com/citations?user=GnZNoE4AAAAJ" %} {% assign web_of_science_researcher = "https://www.webofscience.com/wos/author/record/AAT-3720-2021" %} {% assign pub_count = 0 %} {% for pub in ordered_pubs %} {% if pub.type %} {% assign pub_count = pub_count | plus: 1 %} {% endif %} {% endfor %}

{{ pub_count }} core papers selected from 81 peer-reviewed Berman lab publications. A complete list of publications is available at my Google Scholar page and Web of Science Researcher page.


{% for pub in ordered_pubs %} {% if pub.type %}

{% for author in pub.author %} {% if author.family == "Berman" and author.given contains "Benjamin P" %} {{ author.given }} {{ author.family }}{% unless forloop.last %}, {% endunless %} {% else %} {{ author.given }} {{ author.family }}{% unless forloop.last %}, {% endunless %} {% endif %} {% endfor %} "{{ pub.title }}". {% if pub.container-title %} {{ pub.container-title }} {% endif %} {% if pub.volume %} {{ pub.volume }} {% endif %} {% if pub.issue %} ({{ pub.issue }}) {% endif %} {% if pub.page %} :{{ pub.page }} {% endif %} {% if pub.issued.date-parts[0][0] %} {{ pub.issued.date-parts[0][0] }} {% endif %} {% if pub.DOI %} doi:{{ pub.DOI }} {% endif %}

{% endif %} {% endfor %}