Skip to content

Commit c3fd4bd

Browse files
authored
Update elsevier-x.csl styles with https://doi.org/ format (#4359)
* Update elsevier-vancouver-author-date.csl closes #4341 * Update elsevier-with-titles.csl * Update elsevier-vancouver.csl * Update elsevier-vancouver-author-date.csl * Update elsevier-vancouver.csl * Update elsevier-with-titles.csl
2 parents 2c668df + ab51005 commit c3fd4bd

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

elsevier-vancouver-author-date.csl

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<category citation-format="author-date"/>
1313
<category field="generic-base"/>
1414
<summary>A style for some Elsevier journals, resembles Vancouver style, but using author-date format</summary>
15-
<updated>2012-09-27T22:06:38+00:00</updated>
15+
<updated>2019-10-15T22:06:38+00:00</updated>
1616
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
1717
</info>
1818
<macro name="author">
@@ -75,7 +75,7 @@
7575
<macro name="access">
7676
<choose>
7777
<if variable="DOI">
78-
<text variable="DOI" prefix="doi:"/>
78+
<text variable="DOI" prefix="https://doi.org/"/>
7979
</if>
8080
<else-if type="webpage post-weblog" match="any">
8181
<choose>

elsevier-vancouver.csl

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<category citation-format="numeric"/>
1414
<category field="generic-base"/>
1515
<summary>A style for some Elsevier journals, resembles Vancouver style</summary>
16-
<updated>2012-09-27T22:06:38+00:00</updated>
16+
<updated>2019-10-15T22:06:38+00:00</updated>
1717
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
1818
</info>
1919
<macro name="author">
@@ -65,7 +65,7 @@
6565
<macro name="access">
6666
<choose>
6767
<if variable="DOI">
68-
<text variable="DOI" prefix="doi:"/>
68+
<text variable="DOI" prefix="https://doi.org/"/>
6969
</if>
7070
<else-if type="webpage post-weblog" match="any">
7171
<choose>

elsevier-with-titles.csl

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<category citation-format="numeric"/>
1919
<category field="generic-base"/>
2020
<summary>A style for many of Elsevier's journals that includes article titles in the reference list</summary>
21-
<updated>2012-09-27T22:06:38+00:00</updated>
21+
<updated>2019-10-15T22:06:38+00:00</updated>
2222
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
2323
</info>
2424
<macro name="author">
@@ -138,7 +138,7 @@
138138
</choose>
139139
<choose>
140140
<if variable="DOI">
141-
<text variable="DOI" prefix=". doi:"/>
141+
<text variable="DOI" prefix=". https://doi.org/"/>
142142
</if>
143143
<else>
144144
<text macro="access" prefix=". "/>

0 commit comments

Comments
 (0)