Skip to content

Commit 938537e

Browse files
authored
Update government-and-opposition.csl (JabRef#4564)
1 parent 50d0635 commit 938537e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Diff for: government-and-opposition.csl

+8-8
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<category field="humanities"/>
1515
<issn>0017-257X</issn>
1616
<eissn>1477-7053</eissn>
17-
<updated>2018-08-27T15:55:20+00:00</updated>
17+
<updated>2020-02-13T16:43:07+00:00</updated>
1818
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
1919
</info>
2020
<locale xml:lang="en">
@@ -156,7 +156,7 @@
156156
</if>
157157
<else>
158158
<choose>
159-
<if variable="DOI">
159+
<if type="article-journal">
160160
<text variable="DOI" prefix="https://doi.org/"/>
161161
</if>
162162
<else>
@@ -188,7 +188,7 @@
188188
<if type="book dataset graphic manuscript motion_picture report song speech thesis" match="any">
189189
<choose>
190190
<if variable="version" type="book" match="all">
191-
<text variable="title"/>
191+
<text variable="title" text-case="title"/>
192192
</if>
193193
<else>
194194
<text variable="title" font-style="italic"/>
@@ -199,7 +199,7 @@
199199
<choose>
200200
<if variable="reviewed-title">
201201
<group delimiter=" ">
202-
<text variable="title"/>
202+
<text variable="title" text-case="title"/>
203203
<group delimiter=", " prefix="[" suffix="]">
204204
<text variable="reviewed-title" font-style="italic" prefix="Review of "/>
205205
<names variable="reviewed-author" delimiter=", ">
@@ -211,7 +211,7 @@
211211
</if>
212212
<else>
213213
<group delimiter=", " prefix="[" suffix="]">
214-
<text variable="title" font-style="italic" prefix="Review of "/>
214+
<text variable="title" text-case="title" font-style="italic" prefix="Review of "/>
215215
<names variable="reviewed-author" delimiter=", ">
216216
<label form="verb-short" suffix=" "/>
217217
<name and="text" initialize-with=". " delimiter=", "/>
@@ -224,7 +224,7 @@
224224
<text macro="patent-number" font-style="italic"/>
225225
</else-if>
226226
<else>
227-
<text variable="title"/>
227+
<text variable="title" text-case="title"/>
228228
</else>
229229
</choose>
230230
</macro>
@@ -618,7 +618,7 @@
618618
<text variable="container-title" font-style="italic" text-case="title"/>
619619
</if>
620620
<else-if type="bill legal_case legislation" match="none">
621-
<text variable="container-title" font-style="italic"/>
621+
<text variable="container-title" text-case="title" font-style="italic"/>
622622
</else-if>
623623
</choose>
624624
</macro>
@@ -706,7 +706,7 @@
706706
<text macro="issued" prefix=" (" suffix=")"/>
707707
</else>
708708
</choose>
709-
<text macro="title-plus-extra"/>
709+
<text macro="title-plus-extra" suffix="."/>
710710
<text macro="container"/>
711711
</group>
712712
<text macro="legal-cites"/>

0 commit comments

Comments
 (0)