Suppress DOI in References for IEEE
Is there an (easy) way to do this? Publication says no DOI's for journals.
I took a look at the style editor XML but was not sure. There is an else if and some DOI code.
I took a look at the style editor XML but was not sure. There is an else if and some DOI code.
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.
Upgrade Storage
I took a look at the style editor XML but was not sure. There is an else if and some DOI code.
<else-if match="any" variable="DOI"><text variable="DOI" prefix="doi: "/>
</else-if>
(and potentially the subsequent else condition as well)