In line citation in DOI format
Hi!
When collaborating with different groups in academia, I sometimes run into the problem of different people being in different reference manager ecosystems. Usually the solution proposed (whether optimal or not) is to just add the DOI instead of a reference in the text, with one person manually changing these to citations when the manuscript is ready.
Now my question is, how can I convert my in line citations to just be a DOI? I searched for particular citation styles, but the options are limited. I feel like it should be possible to manually edit a style, but I have to admit that coding is not at all my strong suit.
If there are any suggestions, that would be greatly appreciated.
Thanks!
When collaborating with different groups in academia, I sometimes run into the problem of different people being in different reference manager ecosystems. Usually the solution proposed (whether optimal or not) is to just add the DOI instead of a reference in the text, with one person manually changing these to citations when the manuscript is ready.
Now my question is, how can I convert my in line citations to just be a DOI? I searched for particular citation styles, but the options are limited. I feel like it should be possible to manually edit a style, but I have to admit that coding is not at all my strong suit.
If there are any suggestions, that would be greatly appreciated.
Thanks!
Within that it calls:
<text variable="citation-number"/>
.Replace that with
<text variable="DOI"/>
.https://www.zotero.org/support/dev/citation_styles/style_editing_step-by-step
Depending on the style you use you might need to remove pre/suffixes and superscripting. That will be set in that section also.