summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/asmejour/asmejour.bst
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-02-29 03:02:30 +0000
committerNorbert Preining <norbert@preining.info>2020-02-29 03:02:30 +0000
commit4736ac744a8c914e0d5ced1d157e017a385bbf43 (patch)
treecc6b754ea0d704573dfffffdbf327e14057ce864 /macros/latex/contrib/asmejour/asmejour.bst
parent02193cc5ca03abf234d3bc9d77b4821d85f58c62 (diff)
CTAN sync 202002290302
Diffstat (limited to 'macros/latex/contrib/asmejour/asmejour.bst')
-rw-r--r--macros/latex/contrib/asmejour/asmejour.bst7
1 files changed, 4 insertions, 3 deletions
diff --git a/macros/latex/contrib/asmejour/asmejour.bst b/macros/latex/contrib/asmejour/asmejour.bst
index 29876b85da..426add9076 100644
--- a/macros/latex/contrib/asmejour/asmejour.bst
+++ b/macros/latex/contrib/asmejour/asmejour.bst
@@ -26,13 +26,13 @@
% ===============================================================
%-------------------------------------------------------------------
%%
- %% This file is asmejour.bst, version 1.01 dated 2019/05/26.
+ %% This file is asmejour.bst, version 1.02 dated 2019/12/03.
%%
%% This file was generated and edited by John Lienhard.
%% This file is a derivative work under Clause 6 of the LPPL license.
%%
%% The generated file and the modifications are based on what ASME is actually putting into
- %% published journal papers in early 2019. The modification mainly relate to handling of online
+ %% published journal papers in early 2019. The modifications mainly relate to handling of online
%% information. Details follow.
%%
%% Added fields: eventdate, urldate, urltype, venue, version, versiontype
@@ -40,6 +40,7 @@
%% Added: urlprefix = {}, format.web.urldate, bbl.urldate; urltype field changes "accessed" to something else.
%% Added: venue and eventdate to @inproceedings
%% Added: format.version to @book, @online, and @manual; text can be changed with versiontype field.
+ %% Updated: doi url prefix to https://doi.org/
%%
%% Remove "emphasize" from journal article, and linked doi (or else url) to journal name (or book title)
%% without explicitly showing the urls. The urls may be added to the note = {..} field to display explicitly
@@ -762,7 +763,7 @@ FUNCTION {doilink}
{ "\href{" url * "}{" * swap$ * "}" * }
if$
}
- { "\href{http://dx.doi.org/" doi * "}{" * swap$ * "}" * }
+ { "\href{https://doi.org/" doi * "}{" * swap$ * "}" * }
if$
}
if$