Skip to content

Commit f052033

Browse files
authored
Create aporia.csl (JabRef#4620)
1 parent ae39d97 commit f052033

File tree

1 file changed

+341
-0
lines changed

1 file changed

+341
-0
lines changed

aporia-the-nursing-journal.csl

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

0 commit comments

Comments
 (0)