Skip to content

Commit de0b116

Browse files
authored
1 parent ed87f99 commit de0b116

File tree

1 file changed

+264
-0
lines changed

1 file changed

+264
-0
lines changed
Lines changed: 264 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,264 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" demote-non-dropping-particle="sort-only" page-range-format="expanded" default-locale="en-US">
3+
<info>
4+
<title>Taylor &amp; Francis - Vancouver/National Library of Medicine</title>
5+
<title-short>TF-NLM</title-short>
6+
<id>http://www.zotero.org/styles/taylor-and-francis-vancouver-national-library-of-medicine</id>
7+
<link href="http://www.zotero.org/styles/taylor-and-francis-vancouver-national-library-of-medicine" rel="self"/>
8+
<link href="http://www.zotero.org/styles/vancouver-brackets" rel="template"/>
9+
<link href="https://www.tandf.co.uk//journals/authors/style/reference/tf_USVancouver.pdf" rel="documentation"/>
10+
<author>
11+
<name>Sebastian Karcher</name>
12+
</author>
13+
<category citation-format="numeric"/>
14+
<category field="medicine"/>
15+
<category field="generic-base"/>
16+
<summary>A second NLM style as used by T &amp; F : Round brackets, DOI, no et-al, no issue numbers, locators in text possible.</summary>
17+
<updated>2021-10-05T08:07:26+00:00</updated>
18+
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
19+
</info>
20+
<locale xml:lang="en">
21+
<date form="text" delimiter=" ">
22+
<date-part name="year"/>
23+
<date-part name="month" form="short" strip-periods="true"/>
24+
<date-part name="day"/>
25+
</date>
26+
<terms>
27+
<term name="retrieved">available</term>
28+
<term name="section" form="short">sect.</term>
29+
</terms>
30+
</locale>
31+
<macro name="author">
32+
<names variable="author">
33+
<name sort-separator=" " initialize-with="" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always"/>
34+
<label form="long" prefix=", "/>
35+
<substitute>
36+
<names variable="editor"/>
37+
</substitute>
38+
</names>
39+
</macro>
40+
<macro name="editor">
41+
<group delimiter=": ">
42+
<choose>
43+
<if type="chapter paper-conference" match="any">
44+
<text term="in" text-case="capitalize-first"/>
45+
</if>
46+
</choose>
47+
<names variable="editor" suffix=".">
48+
<name sort-separator=" " initialize-with="" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always"/>
49+
<label form="long" prefix=", "/>
50+
</names>
51+
</group>
52+
</macro>
53+
<macro name="publisher">
54+
<choose>
55+
<if type="article-journal article-magazine article-newspaper" match="none">
56+
<group delimiter=": " suffix=";">
57+
<choose>
58+
<if type="thesis">
59+
<text variable="publisher-place" prefix="[" suffix="]"/>
60+
</if>
61+
<else>
62+
<text variable="publisher-place"/>
63+
</else>
64+
</choose>
65+
<text variable="publisher"/>
66+
</group>
67+
</if>
68+
</choose>
69+
</macro>
70+
<macro name="access">
71+
<choose>
72+
<if type="article-journal">
73+
<group delimiter=". ">
74+
<text variable="DOI" prefix="doi: "/>
75+
<group delimiter=": ">
76+
<text term="cited" text-case="capitalize-first"/>
77+
<text term="in" prefix=" "/>
78+
<text variable="PMID" prefix=": PMID: "/>
79+
</group>
80+
</group>
81+
</if>
82+
<else-if match="any" variable="URL">
83+
<group delimiter=": ">
84+
<group delimiter=" ">
85+
<text term="retrieved" text-case="capitalize-first"/>
86+
<text term="from"/>
87+
</group>
88+
<text variable="URL"/>
89+
</group>
90+
</else-if>
91+
</choose>
92+
</macro>
93+
<macro name="accessed-date">
94+
<choose>
95+
<if variable="URL">
96+
<group prefix="[" suffix="]" delimiter=" ">
97+
<text term="cited"/>
98+
<date variable="accessed" form="text"/>
99+
</group>
100+
</if>
101+
</choose>
102+
</macro>
103+
<macro name="container-title">
104+
<choose>
105+
<if type="article-journal article-magazine chapter paper-conference article-newspaper" match="any">
106+
<group suffix="." delimiter=" ">
107+
<text variable="container-title" form="short" strip-periods="true"/>
108+
<choose>
109+
<if variable="URL">
110+
<text term="internet" prefix="[" suffix="]" text-case="capitalize-first"/>
111+
</if>
112+
</choose>
113+
</group>
114+
<text macro="edition" prefix=" "/>
115+
</if>
116+
<else-if type="bill legislation" match="any">
117+
<group delimiter=", ">
118+
<group delimiter=". ">
119+
<text variable="container-title" form="short"/>
120+
<group delimiter=" ">
121+
<text term="section" form="short" text-case="capitalize-first"/>
122+
<text variable="section"/>
123+
</group>
124+
</group>
125+
<text variable="number"/>
126+
</group>
127+
</else-if>
128+
<else>
129+
<text variable="container-title" suffix="." form="short"/>
130+
</else>
131+
</choose>
132+
</macro>
133+
<macro name="title">
134+
<text variable="title"/>
135+
<choose>
136+
<if type="article-journal article-magazine chapter paper-conference article-newspaper" match="none">
137+
<choose>
138+
<if variable="URL">
139+
<text term="internet" prefix=" [" suffix="]" text-case="capitalize-first"/>
140+
</if>
141+
</choose>
142+
<text macro="edition" prefix=". "/>
143+
</if>
144+
</choose>
145+
<choose>
146+
<if type="thesis">
147+
<text variable="genre" prefix=" [" suffix="]"/>
148+
</if>
149+
</choose>
150+
</macro>
151+
<macro name="edition">
152+
<choose>
153+
<if is-numeric="edition">
154+
<group delimiter=" ">
155+
<number variable="edition" form="ordinal"/>
156+
<text term="edition" form="short"/>
157+
</group>
158+
</if>
159+
<else>
160+
<text variable="edition" suffix="."/>
161+
</else>
162+
</choose>
163+
</macro>
164+
<macro name="date">
165+
<choose>
166+
<if type="article-journal article-magazine article-newspaper" match="any">
167+
<group suffix=";" delimiter=" ">
168+
<choose>
169+
<if type="article-journal">
170+
<date variable="issued" form="text" date-parts="year"/>
171+
</if>
172+
<else>
173+
<date variable="issued" form="text"/>
174+
</else>
175+
</choose>
176+
<text macro="accessed-date"/>
177+
</group>
178+
</if>
179+
<else-if type="bill legislation" match="any">
180+
<group delimiter=", ">
181+
<date variable="issued" delimiter=" ">
182+
<date-part name="month" form="short" strip-periods="true"/>
183+
<date-part name="day"/>
184+
</date>
185+
<date variable="issued">
186+
<date-part name="year"/>
187+
</date>
188+
</group>
189+
</else-if>
190+
<else>
191+
<group suffix=".">
192+
<date variable="issued">
193+
<date-part name="year"/>
194+
</date>
195+
<text macro="accessed-date" prefix=" "/>
196+
</group>
197+
</else>
198+
</choose>
199+
</macro>
200+
<macro name="pages">
201+
<choose>
202+
<if type="article-journal article-magazine article-newspaper" match="any">
203+
<text variable="page" prefix=":"/>
204+
</if>
205+
<else>
206+
<group prefix=" " delimiter=" ">
207+
<label variable="page" form="short" plural="never"/>
208+
<text variable="page"/>
209+
</group>
210+
</else>
211+
</choose>
212+
</macro>
213+
<macro name="journal-location">
214+
<choose>
215+
<if type="article-journal article-magazine" match="any">
216+
<text variable="volume"/>
217+
</if>
218+
</choose>
219+
</macro>
220+
<macro name="report-details">
221+
<choose>
222+
<if type="report">
223+
<text variable="number" prefix="Report No.: "/>
224+
</if>
225+
</choose>
226+
</macro>
227+
<citation collapse="citation-number">
228+
<sort>
229+
<key variable="citation-number"/>
230+
</sort>
231+
<layout delimiter="," prefix="(" suffix=")">
232+
<group delimiter=",">
233+
<text variable="citation-number"/>
234+
<group>
235+
<label variable="locator" form="short" plural="never"/>
236+
<text variable="locator"/>
237+
</group>
238+
</group>
239+
</layout>
240+
</citation>
241+
<bibliography second-field-align="flush" et-al-min="11" et-al-use-first="10">
242+
<layout suffix=".">
243+
<text variable="citation-number" suffix=". "/>
244+
<group delimiter=". " suffix=".">
245+
<text macro="author"/>
246+
<text macro="title"/>
247+
</group>
248+
<group delimiter=" " suffix="." prefix=" ">
249+
<text macro="editor"/>
250+
<text macro="container-title"/>
251+
<text macro="publisher"/>
252+
<group>
253+
<text macro="date"/>
254+
<text macro="journal-location"/>
255+
<text macro="pages"/>
256+
</group>
257+
</group>
258+
<group prefix=" ">
259+
<text macro="report-details" suffix=". "/>
260+
<text macro="access"/>
261+
</group>
262+
</layout>
263+
</bibliography>
264+
</style>

0 commit comments

Comments
 (0)