|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 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"> |
3 | 3 | <info> |
4 | | - <title>Cite Them Right 10th edition - Harvard (no "et al.")</title> |
| 4 | + <title>Cite Them Right 11th edition - Harvard (no "et al.")</title> |
5 | 5 | <id>http://www.zotero.org/styles/harvard-cite-them-right-no-et-al</id> |
6 | 6 | <link href="http://www.zotero.org/styles/harvard-cite-them-right-no-et-al" rel="self"/> |
7 | 7 | <link href="http://www.zotero.org/styles/harvard-cite-them-right" rel="template"/> |
8 | 8 | <link href="http://www.citethemrightonline.com/" rel="documentation"/> |
| 9 | + <author> |
| 10 | + <name>Patrick O'Brien</name> |
| 11 | + </author> |
9 | 12 | <category citation-format="author-date"/> |
10 | 13 | <category field="generic-base"/> |
11 | | - <summary>Harvard according to Cite Them Right, 10th edition. No "et al." for bibliographic entries.</summary> |
12 | | - <updated>2017-05-17T20:24:19+00:00</updated> |
| 14 | + <summary>Harvard according to Cite Them Right, 11th edition.</summary> |
| 15 | + <updated>2021-09-02T07:43:59+00:00</updated> |
13 | 16 | <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights> |
14 | 17 | </info> |
15 | 18 | <locale xml:lang="en-GB"> |
|
31 | 34 | <choose> |
32 | 35 | <if variable="container-author" match="none"> |
33 | 36 | <names variable="editor translator" delimiter=", "> |
34 | | - <name and="text" initialize-with=". " delimiter=", " sort-separator=", " name-as-sort-order="all"/> |
| 37 | + <name and="text" initialize-with="." name-as-sort-order="all"/> |
35 | 38 | <label form="short" prefix=" (" suffix=")"/> |
36 | 39 | </names> |
37 | 40 | </if> |
|
44 | 47 | <if type="chapter paper-conference" match="none"> |
45 | 48 | <names variable="editor translator" delimiter=". "> |
46 | 49 | <label form="verb" text-case="capitalize-first" suffix=" "/> |
47 | | - <name and="text" initialize-with=". " delimiter=", "/> |
| 50 | + <name and="text" initialize-with="."/> |
48 | 51 | </names> |
49 | 52 | </if> |
50 | 53 | <else-if variable="container-author" match="any"> |
|
57 | 60 | </macro> |
58 | 61 | <macro name="author"> |
59 | 62 | <names variable="author"> |
60 | | - <name and="text" delimiter-precedes-last="never" initialize-with=". " name-as-sort-order="all"/> |
| 63 | + <name and="text" delimiter-precedes-last="never" initialize-with="." name-as-sort-order="all"/> |
61 | 64 | <label form="short" prefix=" (" suffix=")"/> |
| 65 | + <et-al font-style="italic"/> |
62 | 66 | <substitute> |
63 | 67 | <names variable="editor"/> |
64 | 68 | <names variable="translator"/> |
|
94 | 98 | <macro name="access"> |
95 | 99 | <choose> |
96 | 100 | <if variable="DOI"> |
97 | | - <text variable="DOI" prefix="doi: "/> |
| 101 | + <text variable="DOI" prefix="doi:"/> |
98 | 102 | </if> |
99 | 103 | <else-if variable="URL"> |
100 | 104 | <text term="available at" suffix=": " text-case="capitalize-first"/> |
|
122 | 126 | </macro> |
123 | 127 | <macro name="title"> |
124 | 128 | <choose> |
125 | | - <if type="bill book graphic legal_case legislation motion_picture report song thesis webpage" match="any"> |
| 129 | + <if type="bill book legal_case legislation motion_picture report song thesis webpage graphic" match="any"> |
126 | 130 | <group delimiter=". "> |
127 | 131 | <group delimiter=" "> |
128 | | - <text variable="title" font-style="italic"/> |
| 132 | + <group delimiter=" "> |
| 133 | + <text variable="title" font-style="italic"/> |
| 134 | + <text variable="medium" prefix="[" suffix="]"/> |
| 135 | + </group> |
129 | 136 | <text macro="number-volumes"/> |
130 | 137 | </group> |
131 | 138 | <text macro="edition"/> |
|
223 | 230 | <choose> |
224 | 231 | <if variable="container-title"> |
225 | 232 | <group delimiter=". "> |
226 | | - <text variable="container-title" font-style="italic"/> |
| 233 | + <group delimiter=" "> |
| 234 | + <text variable="container-title" font-style="italic"/> |
| 235 | + <choose> |
| 236 | + <if type="article article-journal" match="any"> |
| 237 | + <choose> |
| 238 | + <if match="none" variable="page volume"> |
| 239 | + <text value="Preprint" prefix="[" suffix="]"/> |
| 240 | + </if> |
| 241 | + </choose> |
| 242 | + </if> |
| 243 | + </choose> |
| 244 | + </group> |
227 | 245 | <text macro="edition"/> |
228 | 246 | </group> |
229 | 247 | </if> |
|
0 commit comments