Skip to content

Commit e82a783

Browse files
authored
Fix paper-conference in journal-of-new-zealand-grasslands.csl (#4637)
1 parent 7365ce8 commit e82a783

File tree

1 file changed

+24
-19
lines changed

1 file changed

+24
-19
lines changed

journal-of-new-zealand-grasslands.csl

+24-19
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<category field="biology"/>
1616
<issn>2463-2872</issn>
1717
<eissn>2463-2880</eissn>
18-
<updated>2020-03-13T14:38:52+00:00</updated>
18+
<updated>2020-03-23T13:00:00+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>
@@ -55,6 +55,11 @@
5555
<choose>
5656
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
5757
<text variable="title" font-style="italic"/>
58+
<choose>
59+
<if type="report" match="any">
60+
<text variable="number" prefix=" [Report " suffix="]"/>
61+
</if>
62+
</choose>
5863
</if>
5964
<else>
6065
<text variable="title"/>
@@ -73,19 +78,6 @@
7378
</else>
7479
</choose>
7580
</macro>
76-
<macro name="journal-info">
77-
<choose>
78-
<if type="article-journal article-magazine paper-conference" match="any">
79-
<group delimiter=": ">
80-
<group delimiter=" ">
81-
<text variable="container-title" font-style="italic"/>
82-
<text variable="volume" font-style="italic"/>
83-
</group>
84-
<text variable="page"/>
85-
</group>
86-
</if>
87-
</choose>
88-
</macro>
8981
<macro name="publisher">
9082
<group delimiter=", ">
9183
<text variable="publisher"/>
@@ -141,16 +133,29 @@
141133
<text macro="author"/>
142134
<text macro="year-date"/>
143135
<text macro="title"/>
144-
<text macro="journal-info"/>
145136
<choose>
146137
<if type="chapter paper-conference" match="any">
147-
<group delimiter=": ">
148-
<text term="in" text-case="capitalize-first"/>
149-
<text macro="editor-translator"/>
138+
<group delimiter=". ">
139+
<group delimiter=": ">
140+
<text term="in" text-case="capitalize-first"/>
141+
<text macro="editor-translator"/>
142+
</group>
143+
<text variable="container-title" font-style="italic"/>
150144
</group>
151145
</if>
146+
<else-if type="paper-conference chapter" match="any">
147+
<text variable="container-title" font-style="italic"/>
148+
</else-if>
149+
<else-if type="article-journal article" match="any">
150+
<group delimiter=": ">
151+
<group delimiter=" ">
152+
<text variable="container-title" font-style="italic"/>
153+
<text variable="volume" font-style="italic"/>
154+
</group>
155+
<text variable="page"/>
156+
</group>
157+
</else-if>
152158
</choose>
153-
<text variable="container-title" font-style="italic"/>
154159
<group delimiter=", ">
155160
<text macro="publisher"/>
156161
<text macro="page"/>

0 commit comments

Comments
 (0)