Skip to content

Commit 69d37d8

Browse files
authored
Create uirs-urban-challenge-journal.csl (JabRef#4927)
1 parent d807202 commit 69d37d8

File tree

1 file changed

+299
-0
lines changed

1 file changed

+299
-0
lines changed

urbani-izziv-en.csl

+299
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,299 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" and="text" delimiter-precedes-et-al="always" delimiter-precedes-last="always" et-al-min="7" et-al-use-first="6" name-as-sort-order="all" demote-non-dropping-particle="never" default-locale="en-GB">
3+
<!-- This style was edited with the Visual CSL Editor (https://editor.citationstyles.org/visualEditor/) -->
4+
<info>
5+
<title>Urbani izziv (Urban Challenge) (English)</title>
6+
<id>http://www.zotero.org/styles/urbani-izziv-en</id>
7+
<link href="http://www.zotero.org/styles/urbani-izziv-en" rel="self"/>
8+
<link href="http://www.zotero.org/styles/ecology-letters" rel="template"/>
9+
<link href="https://urbaniizziv.uirs.si/Instructions-for-authors" rel="documentation"/>
10+
<author>
11+
<name>Simon Koblar</name>
12+
<email>[email protected]</email>
13+
<uri>https://www1.uirs.si/en-gb/Employee?zap_id=simonk</uri>
14+
</author>
15+
<category citation-format="author-date"/>
16+
<category field="social_science"/>
17+
<issn>0353-6483</issn>
18+
<eissn>1855-8399</eissn>
19+
<updated>2020-07-15T13:52:38+00:00</updated>
20+
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
21+
</info>
22+
<locale xml:lang="en">
23+
<terms>
24+
<term name="editortranslator" form="short">
25+
<single>ed. &amp; trans.</single>
26+
<multiple>eds. &amp; trans.</multiple>
27+
</term>
28+
<term name="interviewer" form="short">intervjuvanec</term>
29+
<term name="circa" form="short">ca.</term>
30+
<term name="collection-editor" form="short">ed.</term>
31+
<term name="edition" form="long">edition</term>
32+
<term name="page" form="short">
33+
<single>p.</single>
34+
<multiple>pp.</multiple>
35+
</term>
36+
</terms>
37+
</locale>
38+
<macro name="container">
39+
<choose>
40+
<if type="chapter paper-conference entry-encyclopedia" match="any">
41+
<text term="in" text-case="capitalize-first" prefix=". " suffix=": "/>
42+
<names variable="editor translator" delimiter=", " suffix=" ">
43+
<name name-as-sort-order="all" sort-separator=", " initialize-with="." delimiter=", " delimiter-precedes-last="always"/>
44+
<label form="short" text-case="lowercase" prefix=" (" suffix=")"/>
45+
</names>
46+
<group delimiter=", ">
47+
<text variable="container-title" text-case="title" font-style="italic"/>
48+
<text variable="collection-title" text-case="title"/>
49+
</group>
50+
</if>
51+
<else-if type="bill book graphic legal_case legislation motion_picture report song" match="any">
52+
<group prefix=", " delimiter=", ">
53+
<text variable="container-title"/>
54+
<text variable="collection-title"/>
55+
</group>
56+
</else-if>
57+
<else-if type="webpage" match="any">
58+
<group delimiter=", ">
59+
<text variable="container-title"/>
60+
<text variable="collection-title"/>
61+
</group>
62+
</else-if>
63+
<else-if type="article-magazine" match="any"/>
64+
<else-if type="article" match="any">
65+
<choose>
66+
<if match="none" variable="author">
67+
<group>
68+
<text variable="title"/>
69+
<text variable="publisher-place" prefix=". "/>
70+
</group>
71+
</if>
72+
</choose>
73+
</else-if>
74+
<else-if type="dataset" match="any">
75+
<text variable="title" font-style="italic"/>
76+
</else-if>
77+
<else>
78+
<group prefix=". " delimiter=", ">
79+
<text variable="container-title" font-style="italic" suffix=","/>
80+
<text variable="collection-title"/>
81+
</group>
82+
</else>
83+
</choose>
84+
<text macro="locators"/>
85+
</macro>
86+
<macro name="author">
87+
<names variable="author">
88+
<name delimiter-precedes-last="always" et-al-min="7" initialize-with="." name-as-sort-order="all"/>
89+
<label form="short" text-case="lowercase" prefix=" (" suffix=")"/>
90+
<substitute>
91+
<names variable="editor"/>
92+
<names variable="translator"/>
93+
<text macro="title"/>
94+
</substitute>
95+
</names>
96+
</macro>
97+
<macro name="author-short">
98+
<names variable="author">
99+
<name form="short" and="symbol" initialize-with=". "/>
100+
<substitute>
101+
<names variable="editor"/>
102+
<names variable="translator"/>
103+
<choose>
104+
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
105+
<text variable="title" form="short" font-style="italic"/>
106+
</if>
107+
<else-if type="webpage" match="any">
108+
<text variable="container-title"/>
109+
</else-if>
110+
<else-if type="dataset" match="any">
111+
<text variable="publisher"/>
112+
</else-if>
113+
<else>
114+
<text variable="original-publisher" form="short" quotes="false"/>
115+
</else>
116+
</choose>
117+
</substitute>
118+
</names>
119+
</macro>
120+
<macro name="access">
121+
<choose>
122+
<if variable="DOI">
123+
<text variable="DOI" prefix="https://doi.org/"/>
124+
</if>
125+
<else-if type="webpage post-weblog" match="any">
126+
<group delimiter=" ">
127+
<text value="Available at:"/>
128+
<text variable="URL"/>
129+
<group prefix="(" suffix=").">
130+
<text value="accessed" suffix=" "/>
131+
<date variable="accessed">
132+
<date-part name="day" suffix=". "/>
133+
<date-part name="month" form="short" suffix=". "/>
134+
<date-part name="year"/>
135+
</date>
136+
</group>
137+
</group>
138+
</else-if>
139+
</choose>
140+
</macro>
141+
<macro name="title">
142+
<choose>
143+
<if type="report thesis" match="any">
144+
<text variable="title" font-style="italic"/>
145+
<group delimiter=" " prefix=". ">
146+
<text variable="genre" text-case="capitalize-first"/>
147+
<text variable="number" prefix="No. "/>
148+
</group>
149+
</if>
150+
<else-if type="bill book graphic legal_case motion_picture report song speech" match="any">
151+
<text variable="title" font-style="italic"/>
152+
<text macro="edition" prefix=", "/>
153+
</else-if>
154+
<else-if type="webpage">
155+
<text variable="container-title"/>
156+
</else-if>
157+
<else-if type="legislation" match="any">
158+
<text variable="title"/>
159+
</else-if>
160+
<else-if type="article" match="any">
161+
<text variable="publisher"/>
162+
</else-if>
163+
<else-if type="dataset" match="any">
164+
<text variable="publisher"/>
165+
</else-if>
166+
<else>
167+
<text variable="title"/>
168+
</else>
169+
</choose>
170+
</macro>
171+
<macro name="publisher">
172+
<group delimiter=", ">
173+
<text variable="publisher-place"/>
174+
<text variable="publisher"/>
175+
</group>
176+
</macro>
177+
<macro name="event">
178+
<choose>
179+
<if variable="event">
180+
<text term="presented at" text-case="capitalize-first" suffix=" "/>
181+
<text variable="event"/>
182+
</if>
183+
</choose>
184+
</macro>
185+
<macro name="issued">
186+
<choose>
187+
<if variable="issued">
188+
<date variable="issued">
189+
<date-part name="year"/>
190+
</date>
191+
</if>
192+
<else>
193+
<text term="no date" form="short"/>
194+
</else>
195+
</choose>
196+
</macro>
197+
<macro name="edition">
198+
<group delimiter=" ">
199+
<choose>
200+
<if is-numeric="edition">
201+
<number variable="edition" form="ordinal"/>
202+
</if>
203+
<else>
204+
<text variable="edition" suffix="."/>
205+
</else>
206+
</choose>
207+
<text term="edition"/>
208+
</group>
209+
</macro>
210+
<macro name="locators">
211+
<choose>
212+
<if type="article-journal article-magazine article-newspaper" match="any">
213+
<group delimiter=", " prefix=" ">
214+
<group>
215+
<text variable="volume"/>
216+
<text variable="issue" prefix="(" suffix=")"/>
217+
</group>
218+
<group>
219+
<label suffix=" " variable="page" form="short"/>
220+
<text variable="page"/>
221+
</group>
222+
</group>
223+
</if>
224+
<else-if type="bill book graphic legal_case legislation motion_picture report song thesis" match="any">
225+
<group delimiter=", " prefix=". ">
226+
<text macro="event"/>
227+
<text macro="publisher"/>
228+
</group>
229+
</else-if>
230+
<else-if type="chapter paper-conference entry-encyclopedia" match="any">
231+
<group delimiter=". " prefix=", ">
232+
<group>
233+
<label text-case="lowercase" suffix=" " variable="page" form="short"/>
234+
<text variable="page"/>
235+
</group>
236+
<text macro="event"/>
237+
<text macro="publisher"/>
238+
</group>
239+
</else-if>
240+
<else-if type="patent">
241+
<text variable="number" prefix=". "/>
242+
</else-if>
243+
<else-if type="dataset" match="any">
244+
<group prefix=", ">
245+
<text macro="publisher"/>
246+
</group>
247+
</else-if>
248+
</choose>
249+
</macro>
250+
<citation delimiter-precedes-et-al="never" delimiter-precedes-last="never" et-al-min="3" et-al-use-first="1" disambiguate-add-givenname="true" disambiguate-add-year-suffix="true" collapse="year">
251+
<sort>
252+
<key macro="issued"/>
253+
<key macro="author"/>
254+
</sort>
255+
<layout prefix="(" suffix=")" delimiter="; ">
256+
<group delimiter=", ">
257+
<text macro="author-short"/>
258+
<text macro="issued"/>
259+
<group delimiter=" ">
260+
<label variable="locator" form="short"/>
261+
<text variable="locator"/>
262+
</group>
263+
</group>
264+
</layout>
265+
</citation>
266+
<bibliography and="symbol" et-al-min="7" et-al-use-first="6" entry-spacing="2">
267+
<sort>
268+
<key macro="author"/>
269+
<key macro="issued" sort="descending"/>
270+
</sort>
271+
<layout>
272+
<group suffix=".">
273+
<text macro="author"/>
274+
<group>
275+
<choose>
276+
<if type="legislation" match="none">
277+
<group prefix=" (" suffix=")">
278+
<text macro="issued"/>
279+
</group>
280+
</if>
281+
<else>
282+
<text variable="container-title" prefix=". "/>
283+
<text variable="publisher-place"/>
284+
</else>
285+
</choose>
286+
</group>
287+
<group prefix=" ">
288+
<choose>
289+
<if type="legislation" match="none">
290+
<text macro="title"/>
291+
<text macro="container"/>
292+
</if>
293+
</choose>
294+
</group>
295+
</group>
296+
<text macro="access" prefix=". "/>
297+
</layout>
298+
</bibliography>
299+
</style>

0 commit comments

Comments
 (0)