Skip to content

Commit 0654e16

Browse files
authored
1 parent ce2d537 commit 0654e16

File tree

1 file changed

+368
-0
lines changed

1 file changed

+368
-0
lines changed
Lines changed: 368 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,368 @@
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="never" default-locale="en-US">
3+
<info>
4+
<title>Scandinavian Journal of Information Systems</title>
5+
<title-short>SJIS</title-short>
6+
<id>http://www.zotero.org/styles/scandinavian-journal-of-information-systems</id>
7+
<link href="http://www.zotero.org/styles/scandinavian-journal-of-information-systems" rel="self"/>
8+
<link href="http://www.zotero.org/styles/american-mineralogist" rel="template"/>
9+
<link href="http://iris.cs.aau.dk/index.php/paper.html" rel="documentation"/>
10+
<author>
11+
<name>Patrick O'Brien</name>
12+
</author>
13+
<category citation-format="author-date"/>
14+
<category field="geology"/>
15+
<issn>0905-0167</issn>
16+
<eissn>1901-0990</eissn>
17+
<updated>2021-11-10T15:14:19+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+
<terms>
22+
<term name="editortranslator" form="short">
23+
<single>ed. &amp; trans.</single>
24+
<multiple>eds. &amp; trans.</multiple>
25+
</term>
26+
<term name="translator" form="short">trans.</term>
27+
</terms>
28+
</locale>
29+
<macro name="container-contributors">
30+
<choose>
31+
<if type="chapter paper-conference" match="any">
32+
<names variable="editor translator" delimiter=", " prefix=", ">
33+
<name and="text" initialize-with=". "/>
34+
<label form="short" prefix=" (" suffix=")"/>
35+
</names>
36+
</if>
37+
</choose>
38+
</macro>
39+
<macro name="secondary-contributors">
40+
<choose>
41+
<if type="chapter paper-conference" match="none">
42+
<names variable="translator editor" delimiter=", " prefix=" (" suffix=")">
43+
<name and="symbol" initialize-with=". "/>
44+
<label form="short" prefix=" (" suffix=")"/>
45+
</names>
46+
</if>
47+
</choose>
48+
</macro>
49+
<macro name="author">
50+
<names variable="author">
51+
<name and="text" delimiter-precedes-last="always" initialize-with=". " name-as-sort-order="all"/>
52+
<label form="short" prefix=", "/>
53+
<et-al term="and others"/>
54+
<substitute>
55+
<names variable="editor"/>
56+
<names variable="translator"/>
57+
<choose>
58+
<if type="report">
59+
<text variable="publisher"/>
60+
<text macro="title"/>
61+
</if>
62+
<else>
63+
<text macro="title"/>
64+
</else>
65+
</choose>
66+
</substitute>
67+
</names>
68+
</macro>
69+
<macro name="author-short">
70+
<names variable="author">
71+
<name form="short" and="text" delimiter=", " initialize-with=". "/>
72+
<substitute>
73+
<names variable="editor"/>
74+
<names variable="translator"/>
75+
<choose>
76+
<if type="report">
77+
<text variable="publisher"/>
78+
<text variable="title" form="short"/>
79+
</if>
80+
<else-if type="bill book graphic legal_case legislation motion_picture song" match="any">
81+
<text variable="title" form="short"/>
82+
</else-if>
83+
<else>
84+
<text variable="title" form="short" quotes="true"/>
85+
</else>
86+
</choose>
87+
</substitute>
88+
</names>
89+
</macro>
90+
<macro name="author-count">
91+
<names variable="author">
92+
<name form="count"/>
93+
<substitute>
94+
<names variable="editor"/>
95+
</substitute>
96+
</names>
97+
</macro>
98+
<macro name="title">
99+
<choose>
100+
<if type="book graphic motion_picture report song manuscript speech" match="any">
101+
<group delimiter=", ">
102+
<text variable="title"/>
103+
<text macro="edition"/>
104+
</group>
105+
</if>
106+
<else>
107+
<text variable="title"/>
108+
</else>
109+
</choose>
110+
</macro>
111+
<macro name="publisher">
112+
<group delimiter=", ">
113+
<choose>
114+
<if variable="event" match="none">
115+
<text variable="genre"/>
116+
</if>
117+
</choose>
118+
<choose>
119+
<if type="article-journal article-magazine" match="none">
120+
<group delimiter=", ">
121+
<text variable="publisher"/>
122+
<text variable="publisher-place"/>
123+
<group>
124+
<label variable="page" form="short" suffix=" "/>
125+
<text variable="page"/>
126+
</group>
127+
</group>
128+
</if>
129+
</choose>
130+
</group>
131+
</macro>
132+
<macro name="event">
133+
<choose>
134+
<if variable="event">
135+
<choose>
136+
<if variable="genre" match="none">
137+
<text term="presented at" text-case="capitalize-first" suffix=" "/>
138+
<text variable="event"/>
139+
</if>
140+
<else>
141+
<group delimiter=" ">
142+
<text variable="genre" text-case="capitalize-first"/>
143+
<text term="presented at"/>
144+
<text variable="event"/>
145+
</group>
146+
</else>
147+
</choose>
148+
</if>
149+
</choose>
150+
</macro>
151+
<macro name="issued">
152+
<choose>
153+
<if type="bill legal_case legislation" match="none">
154+
<choose>
155+
<if variable="issued">
156+
<group prefix=" (" suffix=")">
157+
<date variable="issued">
158+
<date-part name="year"/>
159+
</date>
160+
<text variable="year-suffix"/>
161+
<choose>
162+
<if type="article-journal bill book chapter graphic legal_case legislation motion_picture paper-conference report song" match="none">
163+
<date variable="issued">
164+
<date-part prefix=", " name="month"/>
165+
<date-part prefix=" " name="day"/>
166+
</date>
167+
</if>
168+
</choose>
169+
</group>
170+
</if>
171+
<else>
172+
<group prefix=" (" suffix=")">
173+
<text term="no date" form="short"/>
174+
<text variable="year-suffix" prefix="-"/>
175+
</group>
176+
</else>
177+
</choose>
178+
</if>
179+
</choose>
180+
</macro>
181+
<macro name="issued-sort">
182+
<choose>
183+
<if type="article-journal bill book chapter graphic legal_case legislation motion_picture paper-conference report song" match="none">
184+
<date variable="issued">
185+
<date-part name="year"/>
186+
<date-part name="month"/>
187+
<date-part name="day"/>
188+
</date>
189+
</if>
190+
<else>
191+
<date variable="issued">
192+
<date-part name="year"/>
193+
</date>
194+
</else>
195+
</choose>
196+
</macro>
197+
<macro name="issued-year">
198+
<choose>
199+
<if variable="issued">
200+
<date variable="issued">
201+
<date-part name="year"/>
202+
</date>
203+
<text variable="year-suffix"/>
204+
</if>
205+
<else>
206+
<text term="no date" form="short"/>
207+
<text variable="year-suffix" prefix="-"/>
208+
</else>
209+
</choose>
210+
</macro>
211+
<macro name="edition">
212+
<choose>
213+
<if is-numeric="edition">
214+
<group delimiter=" ">
215+
<number variable="edition" form="ordinal"/>
216+
<text term="edition" form="short"/>
217+
</group>
218+
</if>
219+
<else>
220+
<text variable="edition" suffix="."/>
221+
</else>
222+
</choose>
223+
</macro>
224+
<macro name="locators">
225+
<choose>
226+
<if type="article-journal article-magazine" match="any">
227+
<group delimiter=": " prefix=", ">
228+
<group delimiter=":" prefix="(" suffix=")">
229+
<text variable="volume"/>
230+
<text variable="issue"/>
231+
</group>
232+
<text variable="page"/>
233+
</group>
234+
</if>
235+
<else-if type="article-newspaper">
236+
<group delimiter=" " prefix=", ">
237+
<label variable="page" form="short"/>
238+
<text variable="page"/>
239+
</group>
240+
</else-if>
241+
<else-if type="book graphic motion_picture report song chapter paper-conference" match="any">
242+
<group delimiter=", " prefix=" ">
243+
<group>
244+
<text term="volume" form="short" plural="true" text-case="capitalize-first" suffix=" "/>
245+
<number variable="number-of-volumes" form="numeric" prefix="1-"/>
246+
</group>
247+
<group>
248+
<text term="volume" form="short" text-case="capitalize-first" suffix=" "/>
249+
<number variable="volume" form="numeric"/>
250+
</group>
251+
</group>
252+
</else-if>
253+
<else-if type="legal_case">
254+
<group prefix=" (" suffix=")" delimiter=" ">
255+
<text variable="authority"/>
256+
<date variable="issued" form="text"/>
257+
</group>
258+
</else-if>
259+
<else-if type="bill legislation" match="any">
260+
<date variable="issued" prefix=" (" suffix=")">
261+
<date-part name="year"/>
262+
</date>
263+
</else-if>
264+
</choose>
265+
</macro>
266+
<macro name="citation-locator">
267+
<group>
268+
<choose>
269+
<if locator="chapter">
270+
<label variable="locator" form="long" text-case="capitalize-first"/>
271+
</if>
272+
<else>
273+
<label variable="locator" form="short"/>
274+
</else>
275+
</choose>
276+
<text variable="locator" prefix=" "/>
277+
</group>
278+
</macro>
279+
<macro name="container">
280+
<group>
281+
<choose>
282+
<if type="chapter paper-conference entry-encyclopedia" match="any">
283+
<text term="in" text-case="capitalize-first" suffix=": "/>
284+
</if>
285+
</choose>
286+
<text macro="container-title" text-case="title"/>
287+
<text macro="container-contributors"/>
288+
<text macro="secondary-contributors"/>
289+
</group>
290+
</macro>
291+
<macro name="container-title">
292+
<choose>
293+
<if type="bill legal_case legislation" match="none">
294+
<text variable="container-title"/>
295+
</if>
296+
<else>
297+
<group delimiter=" " prefix=", ">
298+
<choose>
299+
<if variable="container-title">
300+
<text variable="volume"/>
301+
<text variable="container-title"/>
302+
<group delimiter=" ">
303+
<text term="section" form="symbol"/>
304+
<text variable="section"/>
305+
</group>
306+
<text variable="page"/>
307+
</if>
308+
<else>
309+
<choose>
310+
<if type="legal_case">
311+
<text variable="number" prefix="No. "/>
312+
</if>
313+
<else>
314+
<text variable="number" prefix="Pub. L. No. "/>
315+
<group delimiter=" ">
316+
<text term="section" form="symbol"/>
317+
<text variable="section"/>
318+
</group>
319+
</else>
320+
</choose>
321+
</else>
322+
</choose>
323+
</group>
324+
</else>
325+
</choose>
326+
</macro>
327+
<citation et-al-min="3" et-al-use-first="1" disambiguate-add-year-suffix="true" disambiguate-add-givenname="true" collapse="year">
328+
<sort>
329+
<key macro="issued-sort" sort="ascending"/>
330+
<key macro="author"/>
331+
</sort>
332+
<layout prefix="(" suffix=")" delimiter="; ">
333+
<group delimiter=", ">
334+
<group delimiter=" ">
335+
<text macro="author-short"/>
336+
<text macro="issued-year"/>
337+
</group>
338+
<text macro="citation-locator"/>
339+
</group>
340+
</layout>
341+
</citation>
342+
<bibliography et-al-min="11" et-al-use-first="10" hanging-indent="true">
343+
<sort>
344+
<key macro="author" names-min="1" names-use-first="1"/>
345+
<key macro="author-count" names-min="3" names-use-first="3"/>
346+
<key macro="author" names-min="3" names-use-first="1"/>
347+
<key macro="issued-year" sort="ascending"/>
348+
<key variable="title"/>
349+
</sort>
350+
<layout>
351+
<group suffix=".">
352+
<group delimiter=". ">
353+
<group delimiter=", ">
354+
<text macro="author"/>
355+
<text macro="issued"/>
356+
</group>
357+
<text macro="title"/>
358+
<text macro="container"/>
359+
</group>
360+
<text macro="locators"/>
361+
<group delimiter=", " prefix=", ">
362+
<text macro="event"/>
363+
<text macro="publisher"/>
364+
</group>
365+
</group>
366+
</layout>
367+
</bibliography>
368+
</style>

0 commit comments

Comments
 (0)