Skip to content

Commit cd7b72b

Browse files
authored
1 parent 0033383 commit cd7b72b

File tree

1 file changed

+187
-0
lines changed

1 file changed

+187
-0
lines changed
Lines changed: 187 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,187 @@
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" default-locale="en-US">
3+
<info>
4+
<title>Taylor &amp; Francis - Council of Science Editors (numeric)</title>
5+
<title-short>TF-CSE</title-short>
6+
<id>http://www.zotero.org/styles/taylor-and-francis-council-of-science-editors-numeric</id>
7+
<link href="http://www.zotero.org/styles/taylor-and-francis-council-of-science-editors-numeric" rel="self"/>
8+
<link href="http://www.zotero.org/styles/taylor-and-francis-council-of-science-editors-author-date" rel="template"/>
9+
<link href="https://files.taylorandfrancis.com/tf_USCSEA.pdf" rel="documentation"/>
10+
<author>
11+
<name>Sebastian Karcher</name>
12+
</author>
13+
<category citation-format="numeric"/>
14+
<category field="science"/>
15+
<summary>The Council of Science Editors style for T&amp;F journals as per guidelines (2018).</summary>
16+
<updated>2022-01-04T08:55:48+00:00</updated>
17+
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
18+
</info>
19+
<macro name="editor-translator">
20+
<names variable="editor translator" delimiter="; ">
21+
<name name-as-sort-order="all" sort-separator=" " initialize-with="" delimiter=", " delimiter-precedes-last="always"/>
22+
<label form="long" prefix=", "/>
23+
</names>
24+
</macro>
25+
<macro name="author">
26+
<group suffix=".">
27+
<names variable="author">
28+
<name name-as-sort-order="all" sort-separator=" " initialize-with="" delimiter=", " delimiter-precedes-last="always"/>
29+
<label form="long" prefix=", "/>
30+
<substitute>
31+
<names variable="editor"/>
32+
<names variable="translator"/>
33+
<text variable="title" form="short"/>
34+
</substitute>
35+
</names>
36+
</group>
37+
</macro>
38+
<macro name="access">
39+
<choose>
40+
<if match="any" variable="DOI">
41+
<text variable="DOI" prefix="doi:"/>
42+
</if>
43+
<else>
44+
<text variable="URL"/>
45+
</else>
46+
</choose>
47+
</macro>
48+
<macro name="title">
49+
<group delimiter=" ">
50+
<text variable="title"/>
51+
<choose>
52+
<if type="thesis" match="any">
53+
<text variable="genre" form="long" prefix="[" suffix="]"/>
54+
</if>
55+
</choose>
56+
<choose>
57+
<if variable="container-title" match="none">
58+
<choose>
59+
<if variable="URL">
60+
<text term="internet" prefix=" [" suffix="]" text-case="capitalize-first"/>
61+
</if>
62+
</choose>
63+
</if>
64+
</choose>
65+
</group>
66+
</macro>
67+
<macro name="publisher-place">
68+
<choose>
69+
<if variable="publisher-place" match="none">
70+
<text value="[place unknown]"/>
71+
</if>
72+
<else>
73+
<text variable="publisher-place"/>
74+
</else>
75+
</choose>
76+
</macro>
77+
<macro name="publisher">
78+
<group delimiter="; ">
79+
<group delimiter=": ">
80+
<text macro="publisher-place"/>
81+
<text variable="publisher"/>
82+
</group>
83+
<text macro="cited"/>
84+
</group>
85+
</macro>
86+
<macro name="cited">
87+
<choose>
88+
<if variable="URL">
89+
<group delimiter=" " prefix=" [" suffix="]">
90+
<text term="accessed"/>
91+
<date variable="accessed">
92+
<date-part name="year"/>
93+
<date-part name="month" form="short" strip-periods="true" prefix=" "/>
94+
<date-part name="day" prefix=" "/>
95+
</date>
96+
</group>
97+
</if>
98+
</choose>
99+
</macro>
100+
<macro name="pages">
101+
<label plural="never" suffix=" " variable="page" form="short"/>
102+
<text variable="page"/>
103+
</macro>
104+
<macro name="year-date">
105+
<date variable="issued">
106+
<date-part name="year"/>
107+
</date>
108+
</macro>
109+
<macro name="container">
110+
<text variable="container-title" form="short" strip-periods="true"/>
111+
<choose>
112+
<if variable="URL">
113+
<text term="internet" prefix=" [" suffix="]" text-case="capitalize-first"/>
114+
</if>
115+
</choose>
116+
</macro>
117+
<macro name="edition">
118+
<choose>
119+
<if is-numeric="edition">
120+
<group delimiter=" ">
121+
<number variable="edition" form="ordinal"/>
122+
<text term="edition" form="short"/>
123+
</group>
124+
</if>
125+
<else>
126+
<text variable="edition" suffix="."/>
127+
</else>
128+
</choose>
129+
</macro>
130+
<citation et-al-min="3" et-al-use-first="1">
131+
<sort>
132+
<key variable="citation-number"/>
133+
</sort>
134+
<layout vertical-align="sup" delimiter=",">
135+
<text variable="citation-number"/>
136+
</layout>
137+
</citation>
138+
<bibliography et-al-min="12" et-al-use-first="10" second-field-align="flush">
139+
<layout>
140+
<text variable="citation-number" suffix="."/>
141+
<group suffix="." delimiter=". ">
142+
<text macro="author"/>
143+
<text macro="year-date"/>
144+
<text macro="title"/>
145+
</group>
146+
<group suffix=".">
147+
<choose>
148+
<if type="bill book graphic legal_case legislation motion_picture report song thesis" match="any">
149+
<group prefix=" " suffix="." delimiter=" ">
150+
<text macro="edition"/>
151+
<text macro="editor-translator"/>
152+
</group>
153+
<text prefix=" " macro="publisher"/>
154+
</if>
155+
<else-if type="chapter paper-conference" match="any">
156+
<text term="in" text-case="capitalize-first" suffix=":" prefix=" "/>
157+
<group prefix=" " delimiter=". ">
158+
<text macro="editor-translator"/>
159+
<text macro="container"/>
160+
<text variable="volume" prefix="Vol. "/>
161+
<text macro="edition"/>
162+
<group suffix="." delimiter="; ">
163+
<text macro="publisher"/>
164+
<text macro="pages"/>
165+
</group>
166+
</group>
167+
</else-if>
168+
<else>
169+
<text macro="editor-translator" suffix="."/>
170+
<group prefix=" " suffix=".">
171+
<text macro="container" suffix="."/>
172+
<group delimiter=" ">
173+
<text macro="cited"/>
174+
<group>
175+
<text variable="volume" prefix=" "/>
176+
<text variable="issue" prefix="(" suffix=")"/>
177+
</group>
178+
</group>
179+
<text variable="page" prefix=":"/>
180+
</group>
181+
</else>
182+
</choose>
183+
</group>
184+
<text prefix=" " macro="access"/>
185+
</layout>
186+
</bibliography>
187+
</style>

0 commit comments

Comments
 (0)