PMCID
I need to add PMCID for every reference possible for a grant application. Is there an easy way to update the bibliography via Zotero in order to include this information?
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.
But there's no way to update existing Zotero entries with a PMCID, no.
PMID: 1234567
PMCID: PMC12345
in the Extra field this will work correctly. You can see an example if you add by identifier with this PMID: 24055765
See this in general:
https://www.zotero.org/support/dev/citation_styles/style_editing_step-by-step
specifically, find
<layout prefix="(" suffix=")" delimiter=",">
<text variable="citation-number"/>
</layout>
change to
<layout vertical-align="sup" delimiter=",">
<text variable="citation-number"/>
</layout>
see the notes on changing stylename and ID in the first link.
-Leigh