Skip to content

Commit a7e12e1

Browse files
POBrien333rmzelle
authored andcommitted
Further improve legal cites for BJPS (JabRef#4497)
1 parent 744a507 commit a7e12e1

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

british-journal-of-political-science.csl

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<issn>0007-1234</issn>
1919
<eissn>1469-2112</eissn>
2020
<summary>BJPS Style as updated per 6 March 2018 guidelines.</summary>
21-
<updated>2020-01-07T08:43:44+00:00</updated>
21+
<updated>2020-01-10T14:40:07+00:00</updated>
2222
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
2323
</info>
2424
<locale>
@@ -36,9 +36,6 @@
3636
<label form="short" prefix=" (" suffix=")"/>
3737
</names>
3838
</macro>
39-
<macro name="anon">
40-
<text term="anonymous" form="short" text-case="capitalize-first" strip-periods="true"/>
41-
</macro>
4239
<macro name="author">
4340
<names variable="author" font-weight="bold">
4441
<name and="text" initialize-with="" name-as-sort-order="all" sort-separator=" " delimiter-precedes-last="never"/>
@@ -51,11 +48,10 @@
5148
<if type="report">
5249
<text variable="publisher"/>
5350
</if>
54-
<else-if type="legal_case" match="any">
55-
<text variable="title"/>
56-
</else-if>
51+
<else>
52+
<text variable="title" font-weight="bold"/>
53+
</else>
5754
</choose>
58-
<text macro="anon"/>
5955
</substitute>
6056
</names>
6157
</macro>
@@ -69,7 +65,7 @@
6965
<if type="report">
7066
<text variable="publisher"/>
7167
</if>
72-
<else-if type="legal_case" match="any">
68+
<else-if type="legal_case legislation" match="any">
7369
<group delimiter=", ">
7470
<text variable="title"/>
7571
<group delimiter=" ">
@@ -79,15 +75,17 @@
7975
</group>
8076
</group>
8177
</else-if>
78+
<else>
79+
<text variable="title"/>
80+
</else>
8281
</choose>
83-
<text macro="anon"/>
8482
</substitute>
8583
</names>
8684
</macro>
8785
<macro name="access">
8886
<group>
8987
<choose>
90-
<if match="any" type="webpage post-weblog">
88+
<if match="any" type="webpage post-weblog post legislation">
9189
<group prefix=" " delimiter=" ">
9290
<text term="available at" text-case="capitalize-first"/>
9391
<text variable="URL"/>
@@ -206,7 +204,7 @@
206204
<text macro="publisher"/>
207205
</group>
208206
</else-if>
209-
<else-if type="bill book graphic legislation motion_picture report song" match="any">
207+
<else-if type="bill book graphic motion_picture report song" match="any">
210208
<group delimiter=", " prefix=" " suffix=". ">
211209
<text macro="title"/>
212210
<text macro="edition"/>
@@ -256,6 +254,9 @@
256254
<text variable="page"/>
257255
</group>
258256
</else-if>
257+
<else-if type="legislation" match="any">
258+
<text variable="chapter-number" prefix=" c. "/>
259+
</else-if>
259260
<else>
260261
<group suffix=".">
261262
<text macro="title" prefix=" "/>

0 commit comments

Comments
 (0)