Skip to content

Commit

Permalink
Further improve legal cites for BJPS (JabRef#4497)
Browse files Browse the repository at this point in the history
  • Loading branch information
POBrien333 authored and rmzelle committed Jan 11, 2020
1 parent 744a507 commit a7e12e1
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions british-journal-of-political-science.csl
Expand Up @@ -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>
Expand All @@ -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"/>
Expand All @@ -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>
Expand All @@ -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=" ">
Expand All @@ -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"/>
Expand Down Expand Up @@ -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"/>
Expand Down Expand Up @@ -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=" "/>
Expand Down

0 comments on commit a7e12e1

Please sign in to comment.