Looking for Style w/ PMCID, all authors, and simple superscipt
Hi, I'm looking for a style that cite references like style Nature with simple superscript, but creates bibliographies with all authors and PMCID/PMID like style NLM (grant proposals with PMCID/PMID).
Tried the Zotero library previewer but I could not get it to preview the citation format.
Thanks!
Tried the Zotero library previewer but I could not get it to preview the citation format.
Thanks!
http://editor.citationstyles.org/searchByExample/
But this is such an easy fix:
Find
<layout prefix="[" suffix="]" delimiter=",">
<text variable="citation-number"/>
</layout>
Change to
<layout delimiter="," vertical-align="sup">
<text variable="citation-number"/>
</layout>
General instructions for changing styles at
https://www.zotero.org/support/dev/citation_styles/style_editing_step-by-step
Make sure you don't miss the part about changing title/id.