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!
This is an old discussion that has not been active in a long time. Before commenting here, you should strongly consider starting a new discussion instead. If you think the content of this discussion is still relevant, you can link to it from your new discussion.
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.