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