A Digital Object Identifier, or DOI, is a persistent means for identifying content online. They are commonly used with academic articles and allow the document to be found, even if its URL is changed. The DOI of a document does not change, and online databases store metadata, including location, of ...
19
votes
1answer
1k views
biblatex: Make title hyperlink to doi url (if available)
I'm using biblatex with the standard bibliography style. How or what should I modify so that the title is turned into a link pointing to a suitable doi url? (of course only if the doi is available)
45
votes
5answers
21k views
How to get DOI links in bibliography
I would like to add to all my bibliography items a DOI (Digital Object Identifier) link or a link to a download location.
How can I do this with the natbib / BibTeX / hyperref combination? Currently ...
20
votes
2answers
1k views
biblatex: make title hyperlink to DOIs, URL or ISBN
This is a follow up question to biblatex: Make title hyperlink to doi url (if available). My reference database contains some DOI codes, but mainly normal URLs and some ISBN/ISSN codes. What I would ...
18
votes
2answers
2k views
Biblatex: Get rid of ISSN, URLs and DOIs in references
My .bib files are generated by Mendley desktop and usually contain URLs, ISSN and DOIs, but I don't want those to be displayed in my list of references. How can I get rid of them (short of deleting ...
18
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 = ...
4
votes
2answers
2k views
Get rid of ISSN, URLs and DOIs in references
I am having the same problem as described here (i.e., I get unwanted URLs, DOIs, etc showing up in my reference section):
Biblatex: Get rid of ISSN, URLs and DOIs in references
Two caveats:
I am ...
2
votes
2answers
1k views
Getting rid of DOI, ISSN links from bibliography
In light of this and this AND if I'd want to use pdflatex instead of biblatex, how do I get rid of doi, ISSN links from my bibliography?
I can write a script such as here but that leaves a , hanging ...
5
votes
2answers
568 views
Bibliography entry containing <>
Using BibTeX, I'm trying to add a DOI 10.1002/(SICI)1097-0118(199902)30:2<71::AID-JGT1>3.0.CO;2-G to my bibliography. However, the presence of the < and > characters causes problems.
Is ...
21
votes
9answers
2k views
Automatically dereference DOI to .bib?
Is there an established way to, given a list of DOI identifiers, produce a .bib file containing the citation information?
14
votes
1answer
357 views
Multiple doi, url, and eprint entries in biblatex
I'm in the process of writing a biblatex style file to support the on-line journal Theory of Computing. The journal has been using BibTeX for years, and I am looking forward to the flexibility ...
10
votes
2answers
383 views
Produce a hyperlinked DOI?
Friends,
I'm trying to write a command that prints appropriately hyperlinked DOIs for a bibliography system. Here was my first attempt
\newcommand{\formatdoi}[1]{\href{http://dx.doi.org/#1}{#1}}
...
7
votes
2answers
1k views
Automatically adding DOI fields to a hand-made bibliography
Is there a tool that will read a .bib file and add the correct DOI fields for all the entries that don't have them?
My current workflow is to just add citations as and when I need them with auctex in ...
2
votes
3answers
470 views
oai field in bibtex/biblatex
similarly to doi, will an oai (Open Archives Initiative) field be soon added to bibtex/biblatex styles? thank you