Skip to content

Commit 3a3eb0c

Browse files
authored
Create journal-of-clinical-and-translational-science.csl (#5588)
1 parent cf08af8 commit 3a3eb0c

File tree

1 file changed

+225
-0
lines changed

1 file changed

+225
-0
lines changed
Lines changed: 225 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,225 @@
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>Journal of Clinical and Translational Science</title>
5+
<title-short>JCTS</title-short>
6+
<id>http://www.zotero.org/styles/journal-of-clinical-and-translational-science</id>
7+
<link href="http://www.zotero.org/styles/journal-of-clinical-and-translational-science" rel="self"/>
8+
<link href="http://www.zotero.org/styles/epidemiology-and-infection" rel="template"/>
9+
<link href="https://www.cambridge.org/core/journals/journal-of-clinical-and-translational-science/information/instructions-contributors#submissionofmanuscripts" rel="documentation"/>
10+
<author>
11+
<name>Patrick O'Brien</name>
12+
</author>
13+
<category citation-format="numeric"/>
14+
<category field="medicine"/>
15+
<eissn>2059-8661</eissn>
16+
<updated>2021-08-09T08:45:09+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+
<locale xml:lang="en">
20+
<terms>
21+
<term name="online">published online</term>
22+
<term name="retrieved">available</term>
23+
<term name="section" form="short">sect.</term>
24+
</terms>
25+
</locale>
26+
<macro name="author">
27+
<names variable="author">
28+
<name delimiter-precedes-et-al="always" delimiter-precedes-last="always" initialize-with="" name-as-sort-order="all" sort-separator=" "/>
29+
<et-al font-style="italic"/>
30+
<label form="long" prefix=", "/>
31+
<substitute>
32+
<names variable="editor"/>
33+
<text macro="title"/>
34+
</substitute>
35+
</names>
36+
</macro>
37+
<macro name="editor">
38+
<group delimiter=": ">
39+
<choose>
40+
<if type="chapter paper-conference" match="any">
41+
<text term="in" text-case="capitalize-first"/>
42+
</if>
43+
</choose>
44+
<names variable="editor" suffix=". ">
45+
<name sort-separator=" " initialize-with="" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always"/>
46+
<label form="short" prefix=", "/>
47+
</names>
48+
</group>
49+
</macro>
50+
<macro name="publisher">
51+
<group delimiter=": " suffix=",">
52+
<choose>
53+
<if type="thesis">
54+
<text variable="publisher-place" prefix="[" suffix="]"/>
55+
</if>
56+
<else>
57+
<text variable="publisher-place"/>
58+
</else>
59+
</choose>
60+
<text variable="publisher"/>
61+
</group>
62+
</macro>
63+
<macro name="container-title">
64+
<choose>
65+
<if type="article-magazine chapter paper-conference article-newspaper" match="any">
66+
<text variable="container-title" font-style="italic" suffix=". "/>
67+
<text macro="edition" prefix=" "/>
68+
</if>
69+
<else-if type="article-journal">
70+
<text variable="container-title" strip-periods="false" font-style="italic"/>
71+
</else-if>
72+
<else-if type="bill legislation" match="any">
73+
<group delimiter=", ">
74+
<group delimiter=".">
75+
<text variable="container-title" font-style="italic"/>
76+
<group delimiter=" ">
77+
<text term="section" form="short" text-case="capitalize-first"/>
78+
<text variable="section"/>
79+
</group>
80+
</group>
81+
<text variable="number"/>
82+
</group>
83+
</else-if>
84+
<else>
85+
<text variable="container-title" suffix="." font-style="italic"/>
86+
</else>
87+
</choose>
88+
</macro>
89+
<macro name="title">
90+
<choose>
91+
<if type="article-journal" match="any">
92+
<text variable="title"/>
93+
</if>
94+
<else>
95+
<text variable="title" font-style="italic"/>
96+
</else>
97+
</choose>
98+
<choose>
99+
<if type="article-journal article-magazine chapter paper-conference article-newspaper" match="none">
100+
<text macro="edition" prefix=". "/>
101+
</if>
102+
</choose>
103+
<choose>
104+
<if type="thesis">
105+
<text variable="genre" prefix=" [" suffix="]"/>
106+
</if>
107+
</choose>
108+
</macro>
109+
<macro name="edition">
110+
<choose>
111+
<if is-numeric="edition">
112+
<group delimiter=" ">
113+
<number variable="edition" form="ordinal"/>
114+
<text term="edition" form="short"/>
115+
</group>
116+
</if>
117+
<else>
118+
<text variable="edition" suffix="."/>
119+
</else>
120+
</choose>
121+
</macro>
122+
<macro name="date">
123+
<choose>
124+
<if type="article-journal article-magazine article-newspaper" match="any">
125+
<date variable="issued" suffix="; ">
126+
<date-part name="year"/>
127+
</date>
128+
</if>
129+
<else-if type="bill legislation" match="any">
130+
<date variable="issued">
131+
<date-part name="month" form="short" strip-periods="true" suffix=" "/>
132+
<date-part name="day" suffix=", "/>
133+
<date-part name="year"/>
134+
</date>
135+
</else-if>
136+
<else-if type="report">
137+
<date variable="issued" delimiter=" ">
138+
<date-part name="year"/>
139+
<date-part name="month" form="short" strip-periods="true"/>
140+
</date>
141+
</else-if>
142+
<else>
143+
<date variable="issued">
144+
<date-part name="year"/>
145+
</date>
146+
</else>
147+
</choose>
148+
</macro>
149+
<macro name="pages">
150+
<choose>
151+
<if type="article-journal article-magazine article-newspaper" match="any">
152+
<choose>
153+
<if match="any" variable="page">
154+
<text variable="page" prefix=": "/>
155+
</if>
156+
<else>
157+
<text term="online" text-case="capitalize-first" suffix=": "/>
158+
<date form="text" variable="issued" suffix="."/>
159+
<text variable="DOI" prefix="doi:"/>
160+
</else>
161+
</choose>
162+
</if>
163+
<else>
164+
<group delimiter=" " prefix=", ">
165+
<label variable="page" form="short"/>
166+
<text variable="page"/>
167+
</group>
168+
</else>
169+
</choose>
170+
</macro>
171+
<macro name="journal-location">
172+
<choose>
173+
<if type="article-journal article-magazine" match="any">
174+
<text variable="volume" font-weight="bold"/>
175+
<text variable="issue" prefix="(" suffix=")"/>
176+
</if>
177+
</choose>
178+
</macro>
179+
<macro name="report-details">
180+
<choose>
181+
<if type="report">
182+
<text variable="number" prefix="Report No.: "/>
183+
</if>
184+
</choose>
185+
</macro>
186+
<citation collapse="citation-number">
187+
<sort>
188+
<key variable="citation-number"/>
189+
</sort>
190+
<layout prefix="[" suffix="]" delimiter=",">
191+
<text variable="citation-number"/>
192+
</layout>
193+
</citation>
194+
<bibliography et-al-min="7" et-al-use-first="3" second-field-align="flush">
195+
<layout>
196+
<text variable="citation-number" suffix="."/>
197+
<group delimiter=". " suffix=". ">
198+
<text macro="author" font-weight="bold"/>
199+
<text macro="title"/>
200+
</group>
201+
<group delimiter=" " suffix=". ">
202+
<text macro="editor"/>
203+
<text macro="container-title"/>
204+
<text macro="publisher"/>
205+
<group>
206+
<text macro="date"/>
207+
<text macro="journal-location"/>
208+
<text macro="pages"/>
209+
<choose>
210+
<if type="webpage post-weblog" match="any">
211+
<group delimiter=". " prefix=" ">
212+
<group delimiter=" " prefix="[" suffix="]">
213+
<text term="cited"/>
214+
<date form="text" variable="accessed"/>
215+
</group>
216+
<text variable="URL" prefix="(" suffix=")"/>
217+
</group>
218+
</if>
219+
</choose>
220+
</group>
221+
</group>
222+
<text macro="report-details" suffix="."/>
223+
</layout>
224+
</bibliography>
225+
</style>

0 commit comments

Comments
 (0)