html`${pubs.refereed.map(p => html`<div class="entry pub">
<div class="title"><a href="${p.url}">${p.title}</a></div>
<div class="meta">${p.authors} (${p.year}). <em>${p.journal}</em>${p.volume ? ", " + p.volume : ""}. · <span class="cites">${p.citations} citation${p.citations === 1 ? "" : "s"}</span></div>
<p>${p.summary}</p>
</div>`)}`Publications
Peer-reviewed research and preprints.
Refereed
Preprints and papers under review
Not counted above.
Essays and reports are under writing.