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.
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)