Skip to content

Latest commit

 

History

History
106 lines (76 loc) · 3.05 KB

pubs.md

File metadata and controls

106 lines (76 loc) · 3.05 KB
layout title author
page
Publications
benbfly

{% assign ordered_pubs = site.data.pubs | sort %} {% assign full_pubs_scholar = "https://scholar.google.com/citations?user=GnZNoE4AAAAJ" %} {% assign full_pubs_pubmed = "https://www.ncbi.nlm.nih.gov/myncbi/benjamin.berman.1/bibliography/public/" %}

{{ ordered_pubs | size }} core papers selected from 77 peer-reviewed Berman lab publications. A complete list of publications is available at my Google Scholar page or my PubMed page.


{% for pub_hash in ordered_pubs %} {% assign pub = pub_hash[1] %}

{% if pub.type %}

{% comment %} Zhou W, Dinh H, Ramjan Z, Weisenberger DJ, Nicolet CM, Shen H*, Laird PW*, Berman BP*. “DNA methylation loss in late-replicating domains is linked to mitotic cell divisions”. Nat. Genet., 2018 50(4);591-602. {% endcomment %}

{{pub.author[0].family}}, {{pub.author[0].given}} et al. "{{pub.title}}". {{pub.container-title}}, {{pub.issued.date-parts[0][0]}} doi:{{pub.DOI}}

{% endif %} {% endfor %}

{% comment %}

{% assign dois = "10.1093/bioinformatics/bty902, 10.1038/S41588-018-0073-4, 10.1136/GUTJNL-2017-314607, 10.1161/CIRCULATIONAHA.116.024590, 10.1038/NG.3683, 10.1186/S13059-015-0668-3, 10.1101/GR.183368.114, 10.1101/GR.143008.112, 10.1186/GB-2012-13-7-R61" | split: ", " %}

{% assign wikiids = "Q58604702, Q52722157, Q38599134, Q38836140, Q37452434, Q35702332, Q35238256, Q36446228, Q34333346" | split: ", " %}

{% for pubid in pubids %}

{% comment %} Cite and opts are defined in head.html {% endcomment %}

{% comment %}

This text can now be ignored
{% endcomment %}

<script class="code"> Cite.async('{{pubid}}', function(example) { htmlOutput = example.get(opt) $('#cite{{forloop.index}}').html(htmlOutput) {% comment %} window.__dimensions_embed.addBadges() {% endcomment %}

}) </script>

{% comment %}

<script class="code"> Cite.async('{{pubid}}', function(wikidata) { htmlOutput = wikidata.get(opt) $('#{{pubid}}').html(htmlOutput) _altmetric_embed_init() }) </script> {% endcomment %}

{% endfor %}

{% endcomment %}