From: Thomas Pietrzak Date: Thu, 11 Apr 2019 15:25:51 +0000 (+0200) Subject: doi url X-Git-Tag: first-full-draft~233 X-Git-Url: https://git.thomaspietrzak.com/?a=commitdiff_plain;h=ad8745cf3a1397660286f8a2bb0169248d3ae2ef;p=hdr.git doi url --- diff --git a/plain-withurls.bst b/plain-withurls.bst index f1a597d..300c81f 100644 --- a/plain-withurls.bst +++ b/plain-withurls.bst @@ -248,7 +248,7 @@ FUNCTION {format.title} { new.block "\href{" url * "}{" * format.title.orig * "}" * } if$ } - { new.block "\href{http://dx.doi.org/" doi * "}{" * format.title.orig * "}" * } + { new.block "\href{http://doi.org/" doi * "}{" * format.title.orig * "}" * } if$ } @@ -555,7 +555,7 @@ FUNCTION {doilink} { pop$ "" } { doi empty$ { skip$ } - { "\href{http://dx.doi.org/" doi * "}{" * swap$ * "}" * } + { "\href{http://doi.org/" doi * "}{" * swap$ * "}" * } if$ } if$ @@ -601,7 +601,7 @@ FUNCTION {book} { "\href{" url * "}{" * format.btitle * "}" * } if$ } - { "\href{http://dx.doi.org/" doi * "}{" * format.btitle * "}" * } + { "\href{http://doi.org/" doi * "}{" * format.btitle * "}" * } if$ "title" output.check %format.btitle "title" output.check