Skip to content
Please note that GitHub no longer supports your web browser.

We recommend upgrading to the latest Google Chrome or Firefox.

Learn more
Permalink
Browse files

Further improve legal cites for BJPS (#4497)

  • Loading branch information
POBrien333 authored and rmzelle committed Jan 11, 2020
1 parent 744a507 commit a7e12e1cec7de39ff742378dbadbbba29d8363c4
Showing with 13 additions and 12 deletions.
  1. +13 −12 british-journal-of-political-science.csl
@@ -18,7 +18,7 @@
<issn>0007-1234</issn>
<eissn>1469-2112</eissn>
<summary>BJPS Style as updated per 6 March 2018 guidelines.</summary>
<updated>2020-01-07T08:43:44+00:00</updated>
<updated>2020-01-10T14:40:07+00:00</updated>
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
</info>
<locale>
@@ -36,9 +36,6 @@
<label form="short" prefix=" (" suffix=")"/>
</names>
</macro>
<macro name="anon">
<text term="anonymous" form="short" text-case="capitalize-first" strip-periods="true"/>
</macro>
<macro name="author">
<names variable="author" font-weight="bold">
<name and="text" initialize-with="" name-as-sort-order="all" sort-separator=" " delimiter-precedes-last="never"/>
@@ -51,11 +48,10 @@
<if type="report">
<text variable="publisher"/>
</if>
<else-if type="legal_case" match="any">
<text variable="title"/>
</else-if>
<else>
<text variable="title" font-weight="bold"/>
</else>
</choose>
<text macro="anon"/>
</substitute>
</names>
</macro>
@@ -69,7 +65,7 @@
<if type="report">
<text variable="publisher"/>
</if>
<else-if type="legal_case" match="any">
<else-if type="legal_case legislation" match="any">
<group delimiter=", ">
<text variable="title"/>
<group delimiter=" ">
@@ -79,15 +75,17 @@
</group>
</group>
</else-if>
<else>
<text variable="title"/>
</else>
</choose>
<text macro="anon"/>
</substitute>
</names>
</macro>
<macro name="access">
<group>
<choose>
<if match="any" type="webpage post-weblog">
<if match="any" type="webpage post-weblog post legislation">
<group prefix=" " delimiter=" ">
<text term="available at" text-case="capitalize-first"/>
<text variable="URL"/>
@@ -206,7 +204,7 @@
<text macro="publisher"/>
</group>
</else-if>
<else-if type="bill book graphic legislation motion_picture report song" match="any">
<else-if type="bill book graphic motion_picture report song" match="any">
<group delimiter=", " prefix=" " suffix=". ">
<text macro="title"/>
<text macro="edition"/>
@@ -256,6 +254,9 @@
<text variable="page"/>
</group>
</else-if>
<else-if type="legislation" match="any">
<text variable="chapter-number" prefix=" c. "/>
</else-if>
<else>
<group suffix=".">
<text macro="title" prefix=" "/>

0 comments on commit a7e12e1

Please sign in to comment.
You can’t perform that action at this time.