Skip to content

Commit b91deaf

Browse files
authored
Create rhinology.csl (JabRef#4666)
1 parent d3b58b2 commit b91deaf

File tree

1 file changed

+339
-0
lines changed

1 file changed

+339
-0
lines changed

Diff for: rhinology.csl

+339
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,339 @@
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-US">
3+
<info>
4+
<title>Rhinology</title>
5+
<id>http://www.zotero.org/styles/rhinology</id>
6+
<link href="http://www.zotero.org/styles/rhinology" rel="self"/>
7+
<link href="http://www.zotero.org/styles/vancouver-superscript" rel="template"/>
8+
<link href="https://www.rhinologyjournal.com/Instructions.php" rel="documentation"/>
9+
<author>
10+
<name>Brenton M. Wiernik</name>
11+
<email>[email protected]</email>
12+
</author>
13+
<category citation-format="numeric"/>
14+
<category field="medicine"/>
15+
<issn>0300-0729</issn>
16+
<eissn>1996-8604</eissn>
17+
<updated>2020-04-03T12:00:00+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="collection-editor" form="long">
28+
<single>editor</single>
29+
<multiple>editors</multiple>
30+
</term>
31+
<term name="presented at">presented at</term>
32+
<term name="available at">available from</term>
33+
<term name="section" form="short">sect.</term>
34+
</terms>
35+
</locale>
36+
<macro name="author">
37+
<names variable="author">
38+
<name sort-separator=" " initialize-with="" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always"/>
39+
<label form="long" prefix=", "/>
40+
<substitute>
41+
<names variable="editor"/>
42+
</substitute>
43+
</names>
44+
</macro>
45+
<macro name="editor">
46+
<names variable="editor" suffix=".">
47+
<name sort-separator=" " initialize-with="" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always"/>
48+
<label form="long" prefix=", "/>
49+
</names>
50+
</macro>
51+
<macro name="chapter-marker">
52+
<choose>
53+
<if type="chapter paper-conference entry-dictionary entry-encyclopedia" match="any">
54+
<text term="in" text-case="capitalize-first"/>
55+
</if>
56+
</choose>
57+
</macro>
58+
<macro name="publisher">
59+
<choose>
60+
<!--discard publisher info for articles-->
61+
<if type="article-journal article-magazine article-newspaper" match="none">
62+
<group delimiter=": " suffix=";">
63+
<choose>
64+
<if type="thesis">
65+
<text variable="publisher-place" prefix="[" suffix="]"/>
66+
</if>
67+
<else-if type="speech"/>
68+
<else>
69+
<text variable="publisher-place"/>
70+
</else>
71+
</choose>
72+
<text variable="publisher"/>
73+
</group>
74+
</if>
75+
</choose>
76+
</macro>
77+
<macro name="access">
78+
<choose>
79+
<if variable="URL">
80+
<group delimiter=": ">
81+
<text term="available at" text-case="capitalize-first"/>
82+
<text variable="URL"/>
83+
</group>
84+
</if>
85+
</choose>
86+
</macro>
87+
<macro name="accessed-date">
88+
<choose>
89+
<if variable="URL">
90+
<group prefix="[" suffix="]" delimiter=" ">
91+
<text term="cited" text-case="lowercase"/>
92+
<date variable="accessed" form="text"/>
93+
</group>
94+
</if>
95+
</choose>
96+
</macro>
97+
<macro name="container-title">
98+
<choose>
99+
<if type="article-journal article-magazine chapter paper-conference article-newspaper review review-book entry-dictionary entry-encyclopedia" match="any">
100+
<group suffix="." delimiter=" ">
101+
<choose>
102+
<if type="article-journal review review-book" match="any">
103+
<text variable="container-title" form="short" strip-periods="true"/>
104+
</if>
105+
<else>
106+
<text variable="container-title" strip-periods="true"/>
107+
</else>
108+
</choose>
109+
<choose>
110+
<if variable="URL">
111+
<text term="internet" prefix="[" suffix="]" text-case="capitalize-first"/>
112+
</if>
113+
</choose>
114+
</group>
115+
<text macro="edition" prefix=" "/>
116+
</if>
117+
<!--add event-name and event-place once they become available-->
118+
<else-if type="bill legislation" match="any">
119+
<group delimiter=", ">
120+
<group delimiter=". ">
121+
<text variable="container-title"/>
122+
<group delimiter=" ">
123+
<text term="section" form="short" text-case="capitalize-first"/>
124+
<text variable="section"/>
125+
</group>
126+
</group>
127+
<text variable="number"/>
128+
</group>
129+
</else-if>
130+
<else-if type="speech">
131+
<group delimiter=": " suffix=";">
132+
<group delimiter=" ">
133+
<text variable="genre" text-case="capitalize-first"/>
134+
<text term="presented at"/>
135+
</group>
136+
<text variable="event"/>
137+
</group>
138+
</else-if>
139+
<else>
140+
<group delimiter=", " suffix=".">
141+
<choose>
142+
<if variable="collection-title" match="none">
143+
<group delimiter=" ">
144+
<label variable="volume" form="short" text-case="capitalize-first"/>
145+
<text variable="volume"/>
146+
</group>
147+
</if>
148+
</choose>
149+
<text variable="container-title"/>
150+
</group>
151+
</else>
152+
</choose>
153+
</macro>
154+
<macro name="title">
155+
<text variable="title"/>
156+
<choose>
157+
<if type="article-journal article-magazine chapter paper-conference article-newspaper review review-book entry-dictionary entry-encyclopedia" match="none">
158+
<choose>
159+
<if variable="URL">
160+
<text term="internet" prefix=" [" suffix="]" text-case="capitalize-first"/>
161+
</if>
162+
</choose>
163+
<text macro="edition" prefix=". "/>
164+
</if>
165+
</choose>
166+
<choose>
167+
<if type="thesis">
168+
<text variable="genre" prefix=" [" suffix="]"/>
169+
</if>
170+
</choose>
171+
</macro>
172+
<macro name="edition">
173+
<choose>
174+
<if is-numeric="edition">
175+
<group delimiter=" ">
176+
<number variable="edition" form="ordinal"/>
177+
<text term="edition" form="short"/>
178+
</group>
179+
</if>
180+
<else>
181+
<text variable="edition" suffix="."/>
182+
</else>
183+
</choose>
184+
</macro>
185+
<macro name="date">
186+
<choose>
187+
<if type="article-journal article-magazine article-newspaper review review-book" match="any">
188+
<group suffix=";" delimiter=" ">
189+
<date variable="issued" form="text"/>
190+
<text macro="accessed-date"/>
191+
</group>
192+
</if>
193+
<else-if type="bill legislation" match="any">
194+
<group delimiter=", ">
195+
<date variable="issued" delimiter=" ">
196+
<date-part name="month" form="short" strip-periods="true"/>
197+
<date-part name="day"/>
198+
</date>
199+
<date variable="issued">
200+
<date-part name="year"/>
201+
</date>
202+
</group>
203+
</else-if>
204+
<else-if type="report">
205+
<date variable="issued" delimiter=" ">
206+
<date-part name="year"/>
207+
<date-part name="month" form="short" strip-periods="true"/>
208+
</date>
209+
<text macro="accessed-date" prefix=" "/>
210+
</else-if>
211+
<else-if type="patent">
212+
<group suffix=".">
213+
<group delimiter=", ">
214+
<text variable="number"/>
215+
<date variable="issued">
216+
<date-part name="year"/>
217+
</date>
218+
</group>
219+
<text macro="accessed-date" prefix=" "/>
220+
</group>
221+
</else-if>
222+
<else-if type="speech">
223+
<group delimiter="; ">
224+
<group delimiter=" ">
225+
<date variable="issued" delimiter=" ">
226+
<date-part name="year"/>
227+
<date-part name="month" form="short" strip-periods="true"/>
228+
<date-part name="day"/>
229+
</date>
230+
<text macro="accessed-date"/>
231+
</group>
232+
<text variable="event-place"/>
233+
</group>
234+
</else-if>
235+
<else>
236+
<group suffix=".">
237+
<date variable="issued">
238+
<date-part name="year"/>
239+
</date>
240+
<text macro="accessed-date" prefix=" "/>
241+
</group>
242+
</else>
243+
</choose>
244+
</macro>
245+
<macro name="pages">
246+
<choose>
247+
<if type="article-journal article-magazine article-newspaper review review-book" match="any">
248+
<text variable="page" prefix=":"/>
249+
</if>
250+
<else-if type="book" match="any">
251+
<text variable="number-of-pages" prefix=" "/>
252+
<choose>
253+
<if is-numeric="number-of-pages">
254+
<label variable="number-of-pages" form="short" prefix=" " plural="never"/>
255+
</if>
256+
</choose>
257+
</else-if>
258+
<else>
259+
<group prefix=" " delimiter=" ">
260+
<label variable="page" form="short" plural="never"/>
261+
<text variable="page"/>
262+
</group>
263+
</else>
264+
</choose>
265+
</macro>
266+
<macro name="journal-location">
267+
<choose>
268+
<if type="article-journal article-magazine review review-book" match="any">
269+
<text variable="volume"/>
270+
<text variable="issue" prefix="(" suffix=")"/>
271+
</if>
272+
</choose>
273+
</macro>
274+
<macro name="collection-details">
275+
<choose>
276+
<if type="article-journal article-magazine article-newspaper review review-book" match="none">
277+
<choose>
278+
<if variable="collection-title">
279+
<group delimiter=" " prefix="(" suffix=")">
280+
<names variable="collection-editor" suffix=".">
281+
<name sort-separator=" " initialize-with="" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always"/>
282+
<label form="long" prefix=", "/>
283+
</names>
284+
<group delimiter="; ">
285+
<text variable="collection-title"/>
286+
<group delimiter=" ">
287+
<label variable="volume" form="short"/>
288+
<text variable="volume"/>
289+
</group>
290+
</group>
291+
</group>
292+
</if>
293+
</choose>
294+
</if>
295+
</choose>
296+
</macro>
297+
<macro name="report-details">
298+
<choose>
299+
<if type="report">
300+
<text variable="number" prefix="Report No.: "/>
301+
</if>
302+
</choose>
303+
</macro>
304+
<citation collapse="citation-number">
305+
<sort>
306+
<key variable="citation-number"/>
307+
</sort>
308+
<layout delimiter="," vertical-align="sup" prefix="(" suffix=")">
309+
<text variable="citation-number"/>
310+
</layout>
311+
</citation>
312+
<bibliography et-al-min="7" et-al-use-first="3" second-field-align="flush">
313+
<layout>
314+
<text variable="citation-number" suffix=". "/>
315+
<group delimiter=". " suffix=". ">
316+
<text macro="author"/>
317+
<text macro="title"/>
318+
</group>
319+
<group delimiter=" " suffix=". ">
320+
<group delimiter=": ">
321+
<text macro="chapter-marker"/>
322+
<group delimiter=" ">
323+
<text macro="editor"/>
324+
<text macro="container-title"/>
325+
</group>
326+
</group>
327+
<text macro="publisher"/>
328+
<group>
329+
<text macro="date"/>
330+
<text macro="journal-location"/>
331+
<text macro="pages"/>
332+
</group>
333+
</group>
334+
<text macro="collection-details" suffix=". "/>
335+
<text macro="report-details" suffix=". "/>
336+
<text macro="access"/>
337+
</layout>
338+
</bibliography>
339+
</style>

0 commit comments

Comments
 (0)