Skip to content

Commit

Permalink
Update vancouver-author-date.csl (#6148)
Browse files Browse the repository at this point in the history
  • Loading branch information
POBrien333 committed Jul 19, 2022
1 parent f1638a9 commit 58d3f8f
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions vancouver-author-date.csl
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<link href="http://www.zotero.org/styles/vancouver" rel="template"/>
<link href="http://www.zotero.org/styles/cell" rel="template"/>
<link href="http://www.nlm.nih.gov/bsd/uniform_requirements.html" rel="documentation"/>
<link href="https://www.icmje.org/recommendations/browse/manuscript-preparation/preparing-for-submission.html#g" rel="documentation"/>
<author>
<name>Charles Parnot</name>
<email>charles.parnot@gmail.com</email>
Expand All @@ -15,7 +16,7 @@
<category citation-format="author-date"/>
<category field="medicine"/>
<summary>Vancouver style as outlined by International Committee of Medical Journal Editors Uniform Requirements for Manuscripts Submitted to Biomedical Journals: Sample References</summary>
<updated>2012-11-09T12:00:00+00:00</updated>
<updated>2022-07-18T16:49:43+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>
<locale xml:lang="en">
Expand Down Expand Up @@ -268,15 +269,24 @@
<date-part name="year"/>
</date>
</macro>
<macro name="point-locators">
<group delimiter=" ">
<label plural="never" variable="locator" form="short"/>
<text variable="locator"/>
</group>
</macro>
<citation et-al-min="3" et-al-use-first="1" disambiguate-add-year-suffix="true" collapse="year">
<sort>
<key macro="issued"/>
<key macro="author-short"/>
</sort>
<layout prefix="(" suffix=")" delimiter="; ">
<group delimiter=" ">
<text macro="author-short"/>
<text macro="issued"/>
<group delimiter=", ">
<group delimiter=" ">
<text macro="author-short"/>
<text macro="issued"/>
</group>
<text macro="point-locators"/>
</group>
</layout>
</citation>
Expand Down

0 comments on commit 58d3f8f

Please sign in to comment.