diff options
Diffstat (limited to 'Master/texmf-dist/bibtex/bst/asmejour/asmejour.bst')
-rw-r--r-- | Master/texmf-dist/bibtex/bst/asmejour/asmejour.bst | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Master/texmf-dist/bibtex/bst/asmejour/asmejour.bst b/Master/texmf-dist/bibtex/bst/asmejour/asmejour.bst index 29876b85da2..426add9076d 100644 --- a/Master/texmf-dist/bibtex/bst/asmejour/asmejour.bst +++ b/Master/texmf-dist/bibtex/bst/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$ |