Inserting DOI Reference in IEEE Style
Hi,
I'm just wondering how to edit the IEEE style, using the csl editor, to include the DOI number.
Thanks in advance for any suggestion.
I'm just wondering how to edit the IEEE style, using the csl editor, to include the DOI number.
Thanks in advance for any suggestion.
<text variable="doi"/>
after the date stuff. This is just one way of doing it.You will want to add something to the prefix field. I recommend " https://doi.org/" (note the space at the beginning).
Then, be sure to change the style name and ID in the Info node at the top and save the style.
Actually, I add
(if variable="DOI" match="any")
(text variable="DOI" prefix=""/)
(/if)
after
(macro name="access")
(choose)
Thank you for your considerations!