|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | | -<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" demote-non-dropping-particle="sort-only" default-locale="en-GB" page-range-format="expanded"> |
| 2 | +<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" demote-non-dropping-particle="sort-only" page-range-format="expanded" default-locale="en-GB"> |
3 | 3 | <info> |
4 | 4 | <title>British Journal of Political Science</title> |
5 | 5 | <title-short>BJPS</title-short> |
|
18 | 18 | <issn>0007-1234</issn> |
19 | 19 | <eissn>1469-2112</eissn> |
20 | 20 | <summary>BJPS Style as updated per 6 March 2018 guidelines.</summary> |
21 | | - <updated>2019-12-23T10:58:34+00:00</updated> |
| 21 | + <updated>2020-01-07T08:43:44+00:00</updated> |
22 | 22 | <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights> |
23 | 23 | </info> |
24 | 24 | <locale> |
|
69 | 69 | <if type="report"> |
70 | 70 | <text variable="publisher"/> |
71 | 71 | </if> |
| 72 | + <else-if type="legal_case" match="any"> |
| 73 | + <group delimiter=", "> |
| 74 | + <text variable="title"/> |
| 75 | + <group delimiter=" "> |
| 76 | + <text variable="volume"/> |
| 77 | + <text variable="container-title"/> |
| 78 | + <text variable="page"/> |
| 79 | + </group> |
| 80 | + </group> |
| 81 | + </else-if> |
72 | 82 | </choose> |
73 | 83 | <text macro="anon"/> |
74 | 84 | </substitute> |
|
196 | 206 | <text macro="publisher"/> |
197 | 207 | </group> |
198 | 208 | </else-if> |
199 | | - <else-if type="bill book graphic legal_case legislation motion_picture report song" match="any"> |
| 209 | + <else-if type="bill book graphic legislation motion_picture report song" match="any"> |
200 | 210 | <group delimiter=", " prefix=" " suffix=". "> |
201 | 211 | <text macro="title"/> |
202 | 212 | <text macro="edition"/> |
|
239 | 249 | </date> |
240 | 250 | </group> |
241 | 251 | </else-if> |
| 252 | + <else-if type="legal_case" match="any"> |
| 253 | + <group delimiter=" " prefix=", "> |
| 254 | + <text variable="volume"/> |
| 255 | + <text variable="container-title"/> |
| 256 | + <text variable="page"/> |
| 257 | + </group> |
| 258 | + </else-if> |
242 | 259 | <else> |
243 | 260 | <group suffix="."> |
244 | 261 | <text macro="title" prefix=" "/> |
|
0 commit comments