If clauses for: If DOI is entered don't use URL?
Hi,
is there the possibility to define in my Zotero style certain if conditions. I want to only use the DOI, ISSN, or ISBN in my Word bibliography, if I have entered both one of these numbers and a URL in my Zotero library. Or with other words, I only want to use the URL if I don't have the DOI, ISBN or ISSN entered.
Is there a piece of code that can include into my style? If so, your help would be appreciated very much... Thanks
D
is there the possibility to define in my Zotero style certain if conditions. I want to only use the DOI, ISSN, or ISBN in my Word bibliography, if I have entered both one of these numbers and a URL in my Zotero library. Or with other words, I only want to use the URL if I don't have the DOI, ISBN or ISSN entered.
Is there a piece of code that can include into my style? If so, your help would be appreciated very much... Thanks
D
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 variable="DOI ISBN ISSN" match="none">
<text variable="URL"/>
</if>
</choose>
is this also possible, if I have tagged a reference with, lets say "grey literature". Can I tell my style to choose the URL only if my reference item is tagged that way?
Cheers,
D