Skip to content

Commit

Permalink
Update taylor-and-francis-national-library-of-medicine.csl (#6943)
Browse files Browse the repository at this point in the history
  • Loading branch information
POBrien333 authored Sep 10, 2024
1 parent 3f6ef65 commit 6723709
Showing 1 changed file with 16 additions and 5 deletions.
21 changes: 16 additions & 5 deletions taylor-and-francis-national-library-of-medicine.csl
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,18 @@
<id>http://www.zotero.org/styles/taylor-and-francis-national-library-of-medicine</id>
<link href="http://www.zotero.org/styles/taylor-and-francis-national-library-of-medicine" rel="self"/>
<link href="http://www.zotero.org/styles/vancouver-brackets" rel="template"/>
<link href="http://www.tandf.co.uk/journals/authors/style/reference/tf_NLM.pdf" rel="documentation"/>
<link href="https://files.taylorandfrancis.com/tf_NLM.pdf" rel="documentation"/>
<author>
<name>Sebastian Karcher</name>
</author>
<contributor>
<name>Patrick O'Brien</name>
</contributor>
<category citation-format="numeric"/>
<category field="medicine"/>
<category field="generic-base"/>
<summary>NLM style as used by T &amp; F : Brackets, no et-al, no issue numbers, locators in text possible.</summary>
<updated>2020-05-14T22:06:38+00:00</updated>
<summary>NLM style as used by T &amp; F : Brackets, no et-al, no issue numbers, locators in text possible as per Version 2.2 from 30 May 2023.</summary>
<updated>2024-03-11T10:34:15+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 @@ -69,15 +72,22 @@
</macro>
<macro name="access">
<choose>
<if variable="URL">
<if type="article-journal">
<choose>
<if match="none" variable="page volume">
<text variable="DOI" prefix="doi: "/>
</if>
</choose>
</if>
<else-if match="any" variable="URL">
<group delimiter=": ">
<group delimiter=" ">
<text term="retrieved" text-case="capitalize-first"/>
<text term="from"/>
</group>
<text variable="URL"/>
</group>
</if>
</else-if>
</choose>
</macro>
<macro name="accessed-date">
Expand Down Expand Up @@ -205,6 +215,7 @@
<choose>
<if type="article-journal article-magazine" match="any">
<text variable="volume"/>
<text variable="issue" prefix="(" suffix=")"/>
</if>
</choose>
</macro>
Expand Down

0 comments on commit 6723709

Please sign in to comment.