blob: ccf3d36623cd91289f72afbc895c860c179d096a [file] [log] [blame]
Marc Kupietz03b17a72023-06-14 15:25:59 +02001<?xml version="1.0" encoding="utf-8"?>
2<?xml-model href="../schemas/csl.rng"?>
3<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" demote-non-dropping-particle="sort-only">
4 <info>
5 <title>ICLC-10 2023 (Mannheim)</title>
6 <id>http://www.zotero.org/styles/ICLC-10</id>
7 <link href="http://www.zotero.org/styles/ICLC-10" rel="self"/>
8 <link href="http://www.zotero.org/styles/euralex-2022-mannheim" rel="template"/>
9 <link href="http://www.zotero.org/styles/harvard-cite-them-right-11th-edition" rel="template"/>
10 <author>
11 <name>Marc Kupietz</name>
12 <uri>https://orcid.org/0000-0001-8997-8256</uri>
13 </author>
14 <category citation-format="author-date"/>
15 <category field="generic-base"/>
16 <summary>Style for ICLC-10 (Mannheim) Conference Proceedings. Based on the style for Euralex 2022 (Mannheim) Conference Proceedings (https://github.com/elexis-eu/elexifinder) authored by David Lindemann (http://www.wikidata.org/entity/Q57694630). Based on "Cite Them Right 11th edition - Harvard", by Patrick O'Brien</summary>
17 <updated>2023-01-21T16:04:20+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-GB">
21 <terms>
22 <term name="editor" form="short">
23 <single>ed.</single>
24 <multiple>eds.</multiple>
25 </term>
26 <term name="editortranslator" form="verb">edited and translated by</term>
27 <term name="edition" form="short">edn.</term>
28 <term name="in">In:</term>
29 </terms>
30 </locale>
31 <macro name="editor">
32 <choose>
33 <if type="chapter paper-conference" match="any">
34 <names variable="container-author" delimiter="/">
35 <name delimiter="/" delimiter-precedes-last="always" initialize="false" initialize-with=". " sort-separator="/" name-as-sort-order="all"/>
36 </names>
37 <choose>
38 <if variable="container-author" match="none">
39 <names variable="editor translator" delimiter="/">
40 <name delimiter="/" delimiter-precedes-last="always" initialize="false" initialize-with="." name-as-sort-order="all"/>
41 <label form="short" prefix=" (" suffix=")"/>
42 </names>
43 </if>
44 </choose>
45 </if>
46 </choose>
47 </macro>
48 <macro name="secondary-contributors">
49 <choose>
50 <if type="chapter paper-conference" match="none">
51 <names variable="editor translator" delimiter=". ">
52 <label form="verb" text-case="capitalize-first" suffix=" "/>
53 <name delimiter="/" delimiter-precedes-last="always" initialize="false" initialize-with="."/>
54 </names>
55 </if>
56 <else-if variable="container-author" match="any">
57 <names variable="editor translator" delimiter=". ">
58 <label form="verb" text-case="capitalize-first" suffix=" "/>
59 <name initialize="false" initialize-with=". " delimiter="/"/>
60 </names>
61 </else-if>
62 </choose>
63 </macro>
64 <macro name="author">
65 <names variable="author">
66 <name delimiter="/" delimiter-precedes-last="always" initialize="false" initialize-with="." name-as-sort-order="all"/>
67 <label form="short" prefix=" (" suffix=")"/>
68 <substitute>
69 <names variable="editor"/>
70 <names variable="translator"/>
71 <choose>
72 <if type="article-newspaper article-magazine" match="any">
73 <text variable="container-title" text-case="title"/>
74 </if>
75 <else>
76 <text macro="title"/>
77 </else>
78 </choose>
79 </substitute>
80 </names>
81 </macro>
82 <macro name="author-short">
83 <names variable="author">
84 <name form="short" delimiter="/" delimiter-precedes-last="always" initialize="false" initialize-with=". "/>
85 <substitute>
86 <names variable="editor"/>
87 <names variable="translator"/>
88 <choose>
89 <if type="article-newspaper article-magazine" match="any">
90 <text variable="container-title" text-case="title"/>
91 </if>
92 <else>
93 <text macro="title"/>
94 </else>
95 </choose>
96 </substitute>
97 </names>
98 </macro>
99 <macro name="access">
100 <choose>
101 <if variable="DOI">
102 <text variable="DOI" prefix="https://doi.org/"/>
103 </if>
104 <else-if variable="URL">
105 <text variable="URL"/>
106 <choose>
107 <if type="chapter paper-conference article-journal article article-magazine book review review-book thesis" match="none">
108 <group prefix=" (" delimiter=": " suffix=")">
109 <text value="last access"/>
110 <date form="text" variable="accessed">
111 <date-part name="day"/>
112 <date-part name="month"/>
113 <date-part name="year"/>
114 </date>
115 </group>
116 </if>
117 </choose>
118 </else-if>
119 </choose>
120 </macro>
121 <macro name="number-volumes">
122 <choose>
123 <if variable="volume" match="none">
124 <group delimiter=" " prefix="(" suffix=")">
125 <text variable="number-of-volumes"/>
126 <label variable="volume" form="short" strip-periods="true"/>
127 </group>
128 </if>
129 </choose>
130 </macro>
131 <macro name="title">
132 <choose>
133 <if type="bill book legal_case legislation motion_picture report song thesis webpage graphic" match="any">
134 <group delimiter=". ">
135 <group delimiter=" ">
136 <group delimiter=" ">
137 <text variable="title"/>
138 <text variable="medium" prefix="[" suffix="]"/>
139 </group>
140 <text macro="number-volumes"/>
141 </group>
142 <text macro="edition"/>
143 </group>
144 </if>
145 <else>
146 <text variable="title" form="long"/>
147 </else>
148 </choose>
149 </macro>
150 <macro name="publisher">
151 <choose>
152 <if type="thesis">
153 <group delimiter=". ">
154 <text variable="genre"/>
155 <text variable="publisher"/>
156 </group>
157 </if>
158 <else-if type="report">
159 <group delimiter=". ">
160 <group delimiter=" ">
161 <text variable="genre"/>
162 <text variable="number"/>
163 </group>
164 <group delimiter=": ">
165 <text variable="publisher-place"/>
166 <text variable="publisher"/>
167 </group>
168 </group>
169 </else-if>
170 <else-if type="article-journal article-newspaper article-magazine" match="none">
171 <group delimiter=" ">
172 <group delimiter=", ">
173 <choose>
174 <if type="speech" variable="event" match="any">
175 <text variable="event" font-style="italic"/>
176 </if>
177 </choose>
178 <group delimiter=": ">
179 <text variable="publisher-place"/>
180 <text variable="publisher"/>
181 </group>
182 </group>
183 <group prefix="(" suffix=")" delimiter=", ">
184 <text variable="collection-title"/>
185 <text variable="collection-number"/>
186 </group>
187 </group>
188 </else-if>
189 </choose>
190 </macro>
191 <macro name="year-date">
192 <choose>
193 <if variable="issued">
194 <date variable="issued">
195 <date-part name="year"/>
196 </date>
197 <text variable="year-suffix"/>
198 </if>
199 <else>
200 <text term="no date"/>
201 <text variable="year-suffix" prefix=" "/>
202 </else>
203 </choose>
204 </macro>
205 <macro name="locator">
206 <choose>
207 <if type="article-journal">
208 <text variable="volume"/>
209 <text variable="issue" prefix="(" suffix=")"/>
210 </if>
211 </choose>
212 </macro>
213 <macro name="published-date">
214 <choose>
215 <if type="article-newspaper article-magazine post-weblog speech" match="any">
216 <date variable="issued">
217 <date-part name="day" suffix=" "/>
218 <date-part name="month" form="long"/>
219 </date>
220 </if>
221 </choose>
222 </macro>
223 <macro name="pages">
224 <choose>
225 <if type="chapter paper-conference article-journal article article-magazine article-newspaper book review review-book report" match="any">
226 <group delimiter=" ">
227 <label variable="page" form="short"/>
228 <text variable="page"/>
229 </group>
230 </if>
231 </choose>
232 </macro>
233 <macro name="container-title">
234 <choose>
235 <if variable="container-title">
236 <group delimiter=". ">
237 <group delimiter=" ">
238 <text variable="container-title"/>
239 </group>
240 <text macro="edition"/>
241 </group>
242 </if>
243 <else>
244 <choose>
245 <if type="speech" variable="event" match="any">
246 <text variable="event"/>
247 </if>
248 </choose>
249 </else>
250 </choose>
251 </macro>
252 <macro name="edition">
253 <choose>
254 <if is-numeric="edition">
255 <group delimiter=" ">
256 <number variable="edition" form="ordinal"/>
257 <text term="edition" form="short" strip-periods="true"/>
258 </group>
259 </if>
260 <else>
261 <text variable="edition"/>
262 </else>
263 </choose>
264 </macro>
265 <macro name="container-prefix">
266 <choose>
267 <if type="chapter paper-conference article-journal article article-magazine article-newspaper" match="any">
268 <text term="in"/>
269 </if>
270 </choose>
271 </macro>
272 <citation et-al-min="4" et-al-use-first="1" disambiguate-add-year-suffix="true" disambiguate-add-names="true" disambiguate-add-givenname="true" collapse="year">
273 <sort>
274 <key macro="year-date"/>
275 </sort>
276 <layout prefix="(" suffix=")" delimiter="; ">
277 <group delimiter=", ">
278 <group delimiter=" ">
279 <text macro="author-short"/>
280 <text macro="year-date"/>
281 </group>
282 <group>
283 <label variable="locator" form="short" suffix=" "/>
284 <text variable="locator"/>
285 </group>
286 </group>
287 </layout>
288 </citation>
289 <bibliography hanging-indent="true" et-al-min="21" et-al-use-first="19" et-al-use-last="true" entry-spacing="0" line-spacing="1">
290 <sort>
291 <key macro="author"/>
292 <key macro="year-date"/>
293 <key variable="title"/>
294 </sort>
295 <layout suffix=".">
296 <group delimiter=". ">
297 <group delimiter=" ">
298 <text macro="author"/>
299 <text macro="year-date" prefix="(" suffix="):"/>
300 <group delimiter=". ">
301 <text macro="title"/>
302 <group delimiter=" ">
303 <text macro="container-prefix"/>
304 <text macro="editor" suffix=":"/>
305 <text macro="container-title"/>
306 </group>
307 </group>
308 </group>
309 <text macro="secondary-contributors"/>
310 <text macro="publisher"/>
311 </group>
312 <group delimiter=", " prefix=", ">
313 <text macro="locator"/>
314 <text macro="published-date"/>
315 <text macro="pages"/>
316 </group>
317 <text macro="access" prefix=". "/>
318 </layout>
319 </bibliography>
320</style>