| layout | page |
|---|---|
| title | Publications |
| author | benbfly |
{{ 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 %}