Skip to content

Commit ee035c1

Browse files
authored
Update mycologia.csl (#5555)
1 parent eb4b3a6 commit ee035c1

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

mycologia.csl

+10-6
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,15 @@
1010
<name>Franck Stefani</name>
1111
<email>[email protected]</email>
1212
</author>
13+
<contributor>
14+
<name>Jesper Svedberg</name>
15+
<email>[email protected]</email>
16+
</contributor>
1317
<category citation-format="author-date"/>
1418
<category field="biology"/>
1519
<issn>0027-5514</issn>
16-
<updated>2014-01-10T17:16:40+00:00</updated>
20+
<eissn>1557-2536</eissn>
21+
<updated>2021-07-09T12:23:00+00:00</updated>
1722
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
1823
</info>
1924
<macro name="author-short">
@@ -57,7 +62,7 @@
5762
<key macro="issued"/>
5863
<key macro="author"/>
5964
</sort>
60-
<layout delimiter=", " prefix="(" suffix=")">
65+
<layout delimiter="; " prefix="(" suffix=")">
6166
<group delimiter=" ">
6267
<text macro="author-short"/>
6368
<text macro="issued"/>
@@ -77,13 +82,12 @@
7782
<choose>
7883
<if type="article article-magazine article-newspaper article-journal review" match="any">
7984
<text variable="title" suffix="."/>
80-
<text variable="container-title" form="short" text-case="title" strip-periods="true"/>
81-
<group delimiter=", ">
85+
<group delimiter=" ">
86+
<text variable="container-title" text-case="title" strip-periods="true"/>
8287
<group delimiter=":">
8388
<text variable="volume"/>
8489
<text variable="page"/>
8590
</group>
86-
<text variable="DOI" prefix="doi:"/>
8791
</group>
8892
</if>
8993
<else-if type="chapter paper-conference" match="any">
@@ -92,7 +96,7 @@
9296
<text macro="editor"/>
9397
<text variable="container-title" text-case="title" strip-periods="true"/>
9498
<text macro="publisher"/>
95-
<label variable="page" form="short" strip-periods="true"/>
99+
<label variable="page" form="short" strip-periods="true" plural="never"/>
96100
<text variable="page"/>
97101
</group>
98102
</else-if>

0 commit comments

Comments
 (0)