Skip to content

Commit

Permalink
Update elsevier-x.csl styles with https://doi.org/ format (#4359)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
adam3smith committed Oct 17, 2019
2 parents 2c668df + ab51005 commit c3fd4bd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions elsevier-vancouver-author-date.csl
Expand Up @@ -12,7 +12,7 @@
<category citation-format="author-date"/>
<category field="generic-base"/>
<summary>A style for some Elsevier journals, resembles Vancouver style, but using author-date format</summary>
<updated>2012-09-27T22:06:38+00:00</updated>
<updated>2019-10-15T22:06:38+00:00</updated>
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
</info>
<macro name="author">
Expand Down Expand Up @@ -75,7 +75,7 @@
<macro name="access">
<choose>
<if variable="DOI">
<text variable="DOI" prefix="doi:"/>
<text variable="DOI" prefix="https://doi.org/"/>
</if>
<else-if type="webpage post-weblog" match="any">
<choose>
Expand Down
4 changes: 2 additions & 2 deletions elsevier-vancouver.csl
Expand Up @@ -13,7 +13,7 @@
<category citation-format="numeric"/>
<category field="generic-base"/>
<summary>A style for some Elsevier journals, resembles Vancouver style</summary>
<updated>2012-09-27T22:06:38+00:00</updated>
<updated>2019-10-15T22:06:38+00:00</updated>
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
</info>
<macro name="author">
Expand Down Expand Up @@ -65,7 +65,7 @@
<macro name="access">
<choose>
<if variable="DOI">
<text variable="DOI" prefix="doi:"/>
<text variable="DOI" prefix="https://doi.org/"/>
</if>
<else-if type="webpage post-weblog" match="any">
<choose>
Expand Down
4 changes: 2 additions & 2 deletions elsevier-with-titles.csl
Expand Up @@ -18,7 +18,7 @@
<category citation-format="numeric"/>
<category field="generic-base"/>
<summary>A style for many of Elsevier's journals that includes article titles in the reference list</summary>
<updated>2012-09-27T22:06:38+00:00</updated>
<updated>2019-10-15T22:06:38+00:00</updated>
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
</info>
<macro name="author">
Expand Down Expand Up @@ -138,7 +138,7 @@
</choose>
<choose>
<if variable="DOI">
<text variable="DOI" prefix=". doi:"/>
<text variable="DOI" prefix=". https://doi.org/"/>
</if>
<else>
<text macro="access" prefix=". "/>
Expand Down

0 comments on commit c3fd4bd

Please sign in to comment.