Tagged Questions
7
votes
1answer
59 views
Biblatex: Convert doi-url into doi field
I use biblatex and would like my bibliography to only include a DOI field, whenever there is DOI information available. This involves two things:
Biblatex has to suppress the URL field whenever a ...
11
votes
1answer
336 views
Biblatex: Print ISBN only if DOI is not defined
I have a large set of references and I in most cases do have either
ISBN
DOI
DOI and ISBN
I'd like to setup a filter that prints the ISBN only when the DOI does not exist.
How can I set up a ...
19
votes
4answers
1k views
Redundancy in bib file: conditionally suppress url if same as doi?
Mathscinet gives bibtex entries with both a doi and a url field included. Typically they look something like
@article {some-article,
[…]
DOI = {10.1016/j.apal.2008.12.003},
URL = ...