summaryrefslogtreecommitdiff
path: root/biblio/bibtex/contrib/urlbst/urlbst.bib
diff options
context:
space:
mode:
Diffstat (limited to 'biblio/bibtex/contrib/urlbst/urlbst.bib')
-rw-r--r--biblio/bibtex/contrib/urlbst/urlbst.bib18
1 files changed, 14 insertions, 4 deletions
diff --git a/biblio/bibtex/contrib/urlbst/urlbst.bib b/biblio/bibtex/contrib/urlbst/urlbst.bib
index 2b76ae7178..0c8043f5b6 100644
--- a/biblio/bibtex/contrib/urlbst/urlbst.bib
+++ b/biblio/bibtex/contrib/urlbst/urlbst.bib
@@ -162,7 +162,7 @@ Webpage{emory95,
year = 2002,
doi = {10.1090/S0025-5718-01-01333-3}
}
-
+
% Article with a DOI and a URL which refers to the same resource as the DOI
% (we shouldn't get both in the output)
@Article{test:doi2,
@@ -170,8 +170,19 @@ Webpage{emory95,
title = {Fun with {DOIs}},
journal = {Journal of Indirection},
year = 1999,
- doi = {10.1234/5678},
- url = {https://doi.org/10.1234/5678}
+ doi = {10.1234/5678-without},
+ url = {https://doi.org/10.1234/5678-without}
+}
+
+% An article which includes a DOI which includes the doi.org prefix.
+% We shouldn't add a second one.
+@Article{test:doi3,
+ author = {A N Other},
+ title = {More Fun with {DOIs}},
+ journal = {Journal of Indirection (over there)},
+ year = 2000,
+ doi = {https://doi.org/10.1234/5678-with},
+ url = {https://doi.org/10.1234/5678-with}
}
% Article with a PUBMED reference
@@ -218,4 +229,3 @@ Webpage{emory95,
year = 2007,
url = {http://cs.jhu.edu/~jason/papers/#icassp07}
}
-