Skip to content

Commit bb006c8

Browse files
authored
1 parent 5815da0 commit bb006c8

File tree

1 file changed

+36
-27
lines changed

1 file changed

+36
-27
lines changed

acta-universitatis-agriculturae-sueciae.csl

Lines changed: 36 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,16 @@
1515
</contributor>
1616
<category citation-format="author-date"/>
1717
<summary>Style as per the May 2019 guidelines.</summary>
18-
<updated>2021-11-10T10:39:01+00:00</updated>
18+
<updated>2022-07-13T09:26:37+00:00</updated>
1919
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
2020
</info>
2121
<locale xml:lang="en">
2222
<terms>
2323
<term name="edition" form="short">ed</term>
24+
<term name="editor" form="short">
25+
<single>ed.</single>
26+
<multiple>eds</multiple>
27+
</term>
2428
</terms>
2529
</locale>
2630
<locale xml:lang="sv">
@@ -34,15 +38,10 @@
3438
</terms>
3539
</locale>
3640
<macro name="container-contributors">
37-
<choose>
38-
<if type="chapter paper-conference" match="any">
39-
<text term="in" text-case="capitalize-first" suffix=":"/>
40-
<names variable="editor translator" delimiter=", " prefix=" ">
41-
<name and="symbol" initialize-with="." name-as-sort-order="all"/>
42-
<label form="short" prefix=" (" suffix=")"/>
43-
</names>
44-
</if>
45-
</choose>
41+
<names variable="editor translator" delimiter=", ">
42+
<name and="symbol" initialize-with="." name-as-sort-order="all"/>
43+
<label form="short" prefix=" (" suffix=")"/>
44+
</names>
4645
</macro>
4746
<macro name="secondary-contributors">
4847
<choose>
@@ -93,8 +92,14 @@
9392
</macro>
9493
<macro name="title">
9594
<choose>
96-
<if type="bill book graphic legal_case legislation motion_picture patent report song thesis webpage" match="any">
95+
<if type="bill book graphic legal_case legislation motion_picture patent report song thesis webpage software" match="any">
9796
<text variable="title" font-style="italic"/>
97+
<choose>
98+
<if type="software" variable="version" match="any">
99+
<text variable="version" prefix=" (" suffix=")"/>
100+
<text variable="medium" prefix=" [" suffix="]"/>
101+
</if>
102+
</choose>
98103
</if>
99104
<else>
100105
<text variable="title"/>
@@ -244,20 +249,26 @@
244249
<text macro="publisher" prefix=". "/>
245250
</if>
246251
<else-if type="chapter entry-encyclopedia" match="any">
247-
<text macro="issued" suffix=" "/>
248-
<group suffix=".">
252+
<group delimiter=". " suffix=".">
253+
<text macro="issued"/>
249254
<text macro="title"/>
250-
<text macro="type"/>
251-
</group>
252-
<text macro="container-contributors" prefix=" "/>
253-
<text macro="secondary-contributors"/>
254-
<text variable="container-title" font-style="italic" prefix=" " suffix="."/>
255-
<group prefix=" (" suffix=")." delimiter="; ">
256-
<text macro="collection-title"/>
257-
<text variable="collection-number"/>
258-
</group>
259-
<text macro="edition" prefix=" "/>
260-
<group delimiter=", " prefix=" ">
255+
<group delimiter=": ">
256+
<choose>
257+
<if type="chapter paper-conference" match="any">
258+
<text term="in" text-case="capitalize-first"/>
259+
</if>
260+
</choose>
261+
<group delimiter=" " suffix=".">
262+
<text macro="container-contributors"/>
263+
<text macro="secondary-contributors"/>
264+
<text variable="container-title" font-style="italic" prefix=" " suffix="."/>
265+
</group>
266+
</group>
267+
<group prefix=" (" suffix=")." delimiter="; ">
268+
<text macro="collection-title"/>
269+
<text variable="collection-number"/>
270+
</group>
271+
<text macro="edition" prefix=" "/>
261272
<text macro="publisher"/>
262273
<text variable="page"/>
263274
</group>
@@ -313,7 +324,7 @@
313324
<text macro="edition" prefix=" "/>
314325
<text macro="publisher" prefix=" " suffix="."/>
315326
</else-if>
316-
<else-if type="bill book graphic legal_case legislation motion_picture report song" match="any">
327+
<else-if type="bill book graphic legal_case legislation motion_picture report song software" match="any">
317328
<choose>
318329
<if variable="URL">
319330
<text macro="issued" suffix=" "/>
@@ -325,7 +336,6 @@
325336
<text macro="secondary-contributors"/>
326337
<text variable="container-title" font-style="italic" prefix=" "/>
327338
<text macro="locators"/>
328-
<text variable="version" prefix=" Version: " suffix="."/>
329339
<text macro="publisher" prefix=" " suffix="."/>
330340
</if>
331341
<else>
@@ -338,7 +348,6 @@
338348
<text macro="secondary-contributors"/>
339349
<text variable="container-title" font-style="italic" prefix=" "/>
340350
<text macro="locators"/>
341-
<text variable="version" prefix=" Version: " suffix="."/>
342351
<text macro="publisher" prefix=". " suffix="."/>
343352
<group prefix=" (" suffix=")" delimiter="; ">
344353
<text macro="collection-title"/>

0 commit comments

Comments
 (0)