Adding DOI in reference list
Hi all,
I would like to add the DOI to the reference list automatically at the end of the reference.
Example:
Genereated reference --> Aiken LH, Sermeus W, Van den Heede K, Sloane DM, Busse R, McKee M, et al. Patient safety, satisfaction, and quality of hospital care: cross sectional surveys of nurses and patients in 12 countries in Europe and the United States. BMJ. 2012;344(mar20 2):e1717.
Needed reference --> Aiken LH, Sermeus W, Van den Heede K, Sloane DM, Busse R, McKee M, et al. Patient safety, satisfaction, and quality of hospital care: cross sectional surveys of nurses and patients in 12 countries in Europe and the United States. BMJ. 2012;344(mar20 2):e1717. doi: http://dx.doi.org/10.1136/bmj.e1717.
I added all DOI's in Zotero reference manager. Is it possible to add the DOI to the reference list automatically? For example by changing the code of the reference list --> {ADDIN ZOTERO_BIBL {"uncited":[],"omitted":[],"custom":[]} CSL_BIBLIOGRAPHY}
Thanx in advance!
I would like to add the DOI to the reference list automatically at the end of the reference.
Example:
Genereated reference --> Aiken LH, Sermeus W, Van den Heede K, Sloane DM, Busse R, McKee M, et al. Patient safety, satisfaction, and quality of hospital care: cross sectional surveys of nurses and patients in 12 countries in Europe and the United States. BMJ. 2012;344(mar20 2):e1717.
Needed reference --> Aiken LH, Sermeus W, Van den Heede K, Sloane DM, Busse R, McKee M, et al. Patient safety, satisfaction, and quality of hospital care: cross sectional surveys of nurses and patients in 12 countries in Europe and the United States. BMJ. 2012;344(mar20 2):e1717. doi: http://dx.doi.org/10.1136/bmj.e1717.
I added all DOI's in Zotero reference manager. Is it possible to add the DOI to the reference list automatically? For example by changing the code of the reference list --> {ADDIN ZOTERO_BIBL {"uncited":[],"omitted":[],"custom":[]} CSL_BIBLIOGRAPHY}
Thanx in advance!
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.
If you want to go the editing route you can add it via
<text variable="doi" prefix="doi: "/>
.General instructions here: https://www.zotero.org/support/dev/citation_styles/style_editing_step-by-step
Generally, you're looking at a Vancouver variant, so there is some options for you with DOI: https://www.zotero.org/styles?q=vancouver&dependent=0
<text variable="DOI" prefix="doi: "/>
all acronyms in CSL variables are all caps.