|
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>2020-01-07T08:43:44+00:00</updated> |
| 21 | + <updated>2020-01-10T14:40:07+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> |
|
36 | 36 | <label form="short" prefix=" (" suffix=")"/> |
37 | 37 | </names> |
38 | 38 | </macro> |
39 | | - <macro name="anon"> |
40 | | - <text term="anonymous" form="short" text-case="capitalize-first" strip-periods="true"/> |
41 | | - </macro> |
42 | 39 | <macro name="author"> |
43 | 40 | <names variable="author" font-weight="bold"> |
44 | 41 | <name and="text" initialize-with="" name-as-sort-order="all" sort-separator=" " delimiter-precedes-last="never"/> |
|
51 | 48 | <if type="report"> |
52 | 49 | <text variable="publisher"/> |
53 | 50 | </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> |
57 | 54 | </choose> |
58 | | - <text macro="anon"/> |
59 | 55 | </substitute> |
60 | 56 | </names> |
61 | 57 | </macro> |
|
69 | 65 | <if type="report"> |
70 | 66 | <text variable="publisher"/> |
71 | 67 | </if> |
72 | | - <else-if type="legal_case" match="any"> |
| 68 | + <else-if type="legal_case legislation" match="any"> |
73 | 69 | <group delimiter=", "> |
74 | 70 | <text variable="title"/> |
75 | 71 | <group delimiter=" "> |
|
79 | 75 | </group> |
80 | 76 | </group> |
81 | 77 | </else-if> |
| 78 | + <else> |
| 79 | + <text variable="title"/> |
| 80 | + </else> |
82 | 81 | </choose> |
83 | | - <text macro="anon"/> |
84 | 82 | </substitute> |
85 | 83 | </names> |
86 | 84 | </macro> |
87 | 85 | <macro name="access"> |
88 | 86 | <group> |
89 | 87 | <choose> |
90 | | - <if match="any" type="webpage post-weblog"> |
| 88 | + <if match="any" type="webpage post-weblog post legislation"> |
91 | 89 | <group prefix=" " delimiter=" "> |
92 | 90 | <text term="available at" text-case="capitalize-first"/> |
93 | 91 | <text variable="URL"/> |
|
206 | 204 | <text macro="publisher"/> |
207 | 205 | </group> |
208 | 206 | </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"> |
210 | 208 | <group delimiter=", " prefix=" " suffix=". "> |
211 | 209 | <text macro="title"/> |
212 | 210 | <text macro="edition"/> |
|
256 | 254 | <text variable="page"/> |
257 | 255 | </group> |
258 | 256 | </else-if> |
| 257 | + <else-if type="legislation" match="any"> |
| 258 | + <text variable="chapter-number" prefix=" c. "/> |
| 259 | + </else-if> |
259 | 260 | <else> |
260 | 261 | <group suffix="."> |
261 | 262 | <text macro="title" prefix=" "/> |
|
0 commit comments