Skip to content

Commit 49530b4

Browse files
authored
Create the-journal-of-laryngology-and-otology.csl (#5410)
1 parent 6d95f75 commit 49530b4

File tree

1 file changed

+234
-0
lines changed

1 file changed

+234
-0
lines changed
Lines changed: 234 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,234 @@
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="minimal" default-locale="en-GB">
3+
<info>
4+
<title>The Journal of Laryngology &amp; Otology</title>
5+
<title-short>JLO</title-short>
6+
<id>http://www.zotero.org/styles/the-journal-of-laryngology-and-otology</id>
7+
<link href="http://www.zotero.org/styles/the-journal-of-laryngology-and-otology" rel="self"/>
8+
<link href="http://www.zotero.org/styles/vancouver-superscript" rel="template"/>
9+
<link href="https://www.jlo.co.uk/submitting-articles/instructions-for-authors/" rel="documentation"/>
10+
<link href="https://www.cambridge.org/core/journals/journal-of-laryngology-and-otology/information/instructions-contributors" rel="documentation"/>
11+
<category citation-format="numeric"/>
12+
<category field="medicine"/>
13+
<issn>0022-2151</issn>
14+
<eissn>1748-5460</eissn>
15+
<summary>The Journal of Laryngology and Otology</summary>
16+
<updated>2021-04-22T12:00:00+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="retrieved">available</term>
22+
<term name="section" form="short">sect.</term>
23+
</terms>
24+
</locale>
25+
<macro name="author">
26+
<names variable="author">
27+
<name sort-separator=" " initialize-with="" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always"/>
28+
<label form="long" prefix=", "/>
29+
<substitute>
30+
<names variable="editor"/>
31+
</substitute>
32+
</names>
33+
</macro>
34+
<macro name="editor">
35+
<group delimiter=": ">
36+
<choose>
37+
<if type="chapter paper-conference">
38+
<text term="in" text-case="capitalize-first"/>
39+
</if>
40+
</choose>
41+
<names variable="editor" suffix=".">
42+
<name sort-separator=" " initialize-with="" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always"/>
43+
<label form="long" prefix=", "/>
44+
</names>
45+
</group>
46+
</macro>
47+
<macro name="publisher">
48+
<group delimiter=": " suffix=":">
49+
<choose>
50+
<if type="article" match="none">
51+
<text variable="publisher"/>
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+
</if>
61+
</choose>
62+
</group>
63+
</macro>
64+
<macro name="accessed-date">
65+
<choose>
66+
<if variable="URL">
67+
<group prefix="[" suffix="]" delimiter=" ">
68+
<text term="accessed" text-case="lowercase"/>
69+
<date variable="accessed" suffix="">
70+
<date-part name="year"/>
71+
<date-part name="month" prefix=" " form="short" strip-periods="true"/>
72+
<date-part name="day" prefix=" "/>
73+
</date>
74+
</group>
75+
</if>
76+
</choose>
77+
</macro>
78+
<macro name="container-title">
79+
<choose>
80+
<if type="article-journal article-magazine chapter paper-conference article-newspaper" match="any">
81+
<group delimiter=" ">
82+
<text variable="container-title" form="short" strip-periods="true" font-style="italic"/>
83+
</group>
84+
<text macro="edition" prefix=" "/>
85+
</if>
86+
<else-if type="bill legislation">
87+
<group delimiter=", ">
88+
<group delimiter=". ">
89+
<text variable="container-title" form="short"/>
90+
<group delimiter=" ">
91+
<text term="section" form="short" text-case="capitalize-first"/>
92+
<text variable="section"/>
93+
</group>
94+
</group>
95+
<text variable="number"/>
96+
</group>
97+
</else-if>
98+
<else>
99+
<text variable="container-title" suffix="." form="short"/>
100+
<choose>
101+
<if type="webpage" match="any">
102+
<text variable="URL" prefix=" "/>
103+
</if>
104+
</choose>
105+
</else>
106+
</choose>
107+
</macro>
108+
<macro name="title">
109+
<choose>
110+
<if type="book" match="any">
111+
<text variable="title" strip-periods="true" font-style="italic"/>
112+
</if>
113+
</choose>
114+
<choose>
115+
<if type="book" match="none">
116+
<text variable="title"/>
117+
</if>
118+
</choose>
119+
<choose>
120+
<if type="article-journal article-magazine chapter paper-conference article-newspaper book" match="none">
121+
<choose>
122+
<if variable="URL">
123+
<text term="internet" prefix=" [" suffix="]" text-case="capitalize-first"/>
124+
</if>
125+
</choose>
126+
<text macro="edition" prefix=". "/>
127+
</if>
128+
</choose>
129+
<choose>
130+
<if type="thesis">
131+
<text variable="genre" prefix=" [" suffix="]"/>
132+
</if>
133+
</choose>
134+
</macro>
135+
<macro name="edition">
136+
<choose>
137+
<if is-numeric="edition">
138+
<group delimiter=" ">
139+
<number variable="edition" form="ordinal"/>
140+
<text term="edition" form="short"/>
141+
</group>
142+
</if>
143+
<else>
144+
<text variable="edition"/>
145+
</else>
146+
</choose>
147+
</macro>
148+
<macro name="date">
149+
<choose>
150+
<if type="article-journal article-magazine article-newspaper" match="any">
151+
<group suffix=";" delimiter=" ">
152+
<date variable="issued" delimiter=" ">
153+
<date-part name="year"/>
154+
</date>
155+
</group>
156+
</if>
157+
<else-if type="bill legislation">
158+
<group delimiter=", ">
159+
<date variable="issued" delimiter=" ">
160+
<date-part name="month" form="short" strip-periods="true"/>
161+
<date-part name="day"/>
162+
</date>
163+
<date variable="issued">
164+
<date-part name="year"/>
165+
</date>
166+
</group>
167+
</else-if>
168+
<else-if type="report">
169+
<date variable="issued" delimiter=" ">
170+
<date-part name="year"/>
171+
<date-part name="month" form="short" strip-periods="true"/>
172+
</date>
173+
</else-if>
174+
<else-if type="book" match="any">
175+
<date date-parts="year" form="numeric" variable="issued"/>
176+
</else-if>
177+
<else>
178+
<group suffix=".">
179+
<date variable="issued">
180+
<date-part name="year"/>
181+
</date>
182+
<text macro="accessed-date" prefix=" "/>
183+
</group>
184+
</else>
185+
</choose>
186+
</macro>
187+
<macro name="pages">
188+
<choose>
189+
<if type="article-journal article-magazine article-newspaper" match="any">
190+
<text variable="page" prefix=":"/>
191+
</if>
192+
<else>
193+
<group prefix=" " delimiter=" ">
194+
<label variable="page" plural="never"/>
195+
<text variable="page"/>
196+
</group>
197+
</else>
198+
</choose>
199+
</macro>
200+
<macro name="journal-location">
201+
<choose>
202+
<if type="article-journal article-magazine" match="any">
203+
<text variable="volume" font-weight="bold"/>
204+
</if>
205+
</choose>
206+
</macro>
207+
<citation collapse="citation-number">
208+
<sort>
209+
<key variable="citation-number"/>
210+
</sort>
211+
<layout delimiter="," vertical-align="sup">
212+
<text variable="citation-number"/>
213+
</layout>
214+
</citation>
215+
<bibliography et-al-min="7" et-al-use-first="6" second-field-align="flush">
216+
<layout>
217+
<text variable="citation-number" suffix=". "/>
218+
<group delimiter=". " suffix=". ">
219+
<text macro="author"/>
220+
<text macro="title"/>
221+
</group>
222+
<group delimiter=" ">
223+
<text macro="editor"/>
224+
<text macro="container-title"/>
225+
<text macro="publisher"/>
226+
<group>
227+
<text macro="date"/>
228+
<text macro="journal-location"/>
229+
<text macro="pages"/>
230+
</group>
231+
</group>
232+
</layout>
233+
</bibliography>
234+
</style>

0 commit comments

Comments
 (0)