|
5 | 5 | <id>http://www.zotero.org/styles/style-manual-australian-government</id> |
6 | 6 | <link href="http://www.zotero.org/styles/style-manual-australian-government" rel="self"/> |
7 | 7 | <link href="http://www.zotero.org/styles/harvard-cite-them-right" rel="template"/> |
8 | | - <link href="http://www.australia.gov.au/publications/style-manual" rel="documentation"/> |
| 8 | + <link href="https://www.stylemanual.gov.au/style-rules-and-conventions/referencing-and-attribution/author-date" rel="documentation"/> |
9 | 9 | <author> |
10 | 10 | <name>jstedman</name> |
11 | 11 | <email>jessica.stedman@gmail.com</email> |
12 | 12 | </author> |
| 13 | + <contributor> |
| 14 | + <name>Patrick O'Brien</name> |
| 15 | + </contributor> |
13 | 16 | <category citation-format="author-date"/> |
14 | 17 | <category field="generic-base"/> |
15 | 18 | <summary>Snooks style manual Australia Harvard author-date style</summary> |
16 | | - <updated>2017-10-10T08:12:43+00:00</updated> |
| 19 | + <updated>2021-08-19T14:32:14+00:00</updated> |
17 | 20 | <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights> |
18 | 21 | </info> |
19 | 22 | <locale xml:lang="en"> |
|
22 | 25 | </terms> |
23 | 26 | </locale> |
24 | 27 | <macro name="editor"> |
25 | | - <names variable="editor"> |
26 | | - <name and="symbol" initialize-with=""/> |
27 | | - <label form="short" prefix=" (" suffix=")"/> |
| 28 | + <names variable="editor translator"> |
| 29 | + <name and="text" initialize-with=""/> |
| 30 | + <label form="short" strip-periods="true" prefix=" (" suffix=")"/> |
28 | 31 | </names> |
29 | 32 | </macro> |
30 | 33 | <macro name="author"> |
31 | 34 | <names variable="author"> |
32 | | - <name name-as-sort-order="all" and="symbol" sort-separator=", " initialize-with=""/> |
33 | | - <label form="short" prefix=" (" suffix=")"/> |
| 35 | + <name and="symbol" initialize-with="" name-as-sort-order="all" sort-separator=" "/> |
| 36 | + <label form="short" strip-periods="true" prefix=" (" suffix=")"/> |
34 | 37 | <substitute> |
35 | 38 | <names variable="editor"/> |
36 | 39 | <text macro="title"/> |
|
39 | 42 | </macro> |
40 | 43 | <macro name="author-short"> |
41 | 44 | <names variable="author"> |
42 | | - <name form="short" and="symbol"/> |
| 45 | + <name form="short" and="text"/> |
43 | 46 | <substitute> |
44 | 47 | <names variable="editor"/> |
45 | 48 | <names variable="translator"/> |
|
49 | 52 | </macro> |
50 | 53 | <macro name="access"> |
51 | 54 | <choose> |
52 | | - <if variable="URL"> |
| 55 | + <if variable="DOI"> |
| 56 | + <text variable="DOI" prefix="doi:"/> |
| 57 | + </if> |
| 58 | + <else-if match="any" variable="URL"> |
53 | 59 | <group delimiter=", "> |
| 60 | + <text variable="URL"/> |
54 | 61 | <group delimiter=" "> |
55 | | - <text value="viewed"/> |
| 62 | + <text term="accessed"/> |
56 | 63 | <date variable="accessed"> |
57 | 64 | <date-part name="day" suffix=" "/> |
58 | 65 | <date-part name="month" suffix=" "/> |
59 | 66 | <date-part name="year"/> |
60 | 67 | </date> |
61 | 68 | </group> |
62 | | - <text variable="URL" prefix="<" suffix=">"/> |
63 | 69 | </group> |
64 | | - </if> |
| 70 | + </else-if> |
65 | 71 | </choose> |
66 | 72 | </macro> |
67 | 73 | <macro name="title"> |
|
75 | 81 | </choose> |
76 | 82 | </macro> |
77 | 83 | <macro name="publisher"> |
78 | | - <group delimiter=", " prefix=", "> |
| 84 | + <group delimiter=", "> |
79 | 85 | <text variable="publisher"/> |
80 | 86 | <text variable="publisher-place"/> |
81 | 87 | </group> |
82 | 88 | </macro> |
83 | 89 | <macro name="year-date"> |
84 | 90 | <choose> |
85 | 91 | <if variable="issued"> |
86 | | - <date variable="issued"> |
87 | | - <date-part name="year"/> |
88 | | - </date> |
| 92 | + <choose> |
| 93 | + <if type="article-newspaper article-magazine" match="any"> |
| 94 | + <date form="text" date-parts="year-month-day" variable="issued"/> |
| 95 | + </if> |
| 96 | + <else> |
| 97 | + <date variable="issued"> |
| 98 | + <date-part name="year"/> |
| 99 | + </date> |
| 100 | + </else> |
| 101 | + </choose> |
89 | 102 | </if> |
90 | 103 | <else> |
91 | 104 | <text term="no date" form="short"/> |
|
105 | 118 | </else> |
106 | 119 | </choose> |
107 | 120 | </macro> |
108 | | - <citation et-al-min="3" et-al-use-first="1" disambiguate-add-year-suffix="true" disambiguate-add-names="true" disambiguate-add-givenname="true"> |
109 | | - <layout prefix="(" suffix=")" delimiter=", "> |
110 | | - <group delimiter=", "> |
| 121 | + <citation et-al-min="3" et-al-use-first="1" disambiguate-add-names="true" disambiguate-add-givenname="true" disambiguate-add-year-suffix="true" collapse="year"> |
| 122 | + <layout delimiter="; " prefix="(" suffix=")"> |
| 123 | + <group delimiter=":"> |
111 | 124 | <group delimiter=" "> |
112 | 125 | <text macro="author-short"/> |
113 | 126 | <text macro="year-date"/> |
114 | 127 | </group> |
115 | 128 | <group> |
116 | | - <label variable="locator" form="short"/> |
| 129 | + <choose> |
| 130 | + <if match="none" locator="page"> |
| 131 | + <label variable="locator" form="short"/> |
| 132 | + </if> |
| 133 | + </choose> |
117 | 134 | <text variable="locator"/> |
118 | 135 | </group> |
119 | 136 | </group> |
120 | 137 | </layout> |
121 | 138 | </citation> |
122 | | - <bibliography hanging-indent="false" et-al-min="4" et-al-use-first="1"> |
| 139 | + <bibliography subsequent-author-substitute="——"> |
123 | 140 | <sort> |
124 | 141 | <key macro="author"/> |
125 | 142 | <key variable="issued"/> |
126 | 143 | </sort> |
127 | 144 | <layout suffix="."> |
128 | | - <text macro="author"/> |
129 | | - <text macro="year-date" prefix=" "/> |
130 | | - <choose> |
131 | | - <if type="bill book graphic legal_case legislation motion_picture report song" match="any"> |
132 | | - <group delimiter=", "> |
133 | | - <text macro="title" prefix=", "/> |
134 | | - <text macro="edition"/> |
135 | | - <text macro="editor"/> |
136 | | - </group> |
137 | | - <text macro="publisher"/> |
138 | | - </if> |
139 | | - <else-if type="chapter paper-conference" match="any"> |
140 | | - <group prefix=","> |
141 | | - <text macro="title"/> |
142 | | - <text term="in" prefix=", "/> |
143 | | - <text macro="editor" prefix=" "/> |
144 | | - <text variable="container-title" font-style="italic" prefix=", "/> |
145 | | - <text variable="collection-title" prefix=", "/> |
146 | | - <text variable="event" prefix=", "/> |
| 145 | + <group delimiter=" "> |
| 146 | + <text macro="author"/> |
| 147 | + <text macro="year-date" prefix=" (" suffix=")"/> |
| 148 | + <choose> |
| 149 | + <if type="bill book graphic legal_case legislation motion_picture report song" match="any"> |
| 150 | + <group delimiter=", "> |
| 151 | + <text macro="title"/> |
| 152 | + <text macro="edition"/> |
| 153 | + <text macro="editor"/> |
| 154 | + <text macro="publisher"/> |
| 155 | + </group> |
| 156 | + </if> |
| 157 | + <else-if type="chapter paper-conference" match="any"> |
147 | 158 | <group> |
| 159 | + <text macro="title"/> |
| 160 | + <group delimiter=" "> |
| 161 | + <text term="in" prefix=", "/> |
| 162 | + <text macro="editor" prefix=" "/> |
| 163 | + </group> |
| 164 | + <text variable="container-title" font-style="italic"/> |
| 165 | + <text variable="collection-title"/> |
| 166 | + <text variable="event"/> |
148 | 167 | <text macro="publisher"/> |
149 | 168 | </group> |
150 | | - <group prefix=", "> |
151 | | - <label variable="page" form="short"/> |
152 | | - <text variable="page"/> |
| 169 | + </else-if> |
| 170 | + <else-if type="thesis"> |
| 171 | + <group delimiter=", "> |
| 172 | + <group delimiter=" "> |
| 173 | + <text macro="title"/> |
| 174 | + <text variable="genre" prefix="[" suffix="]"/> |
| 175 | + </group> |
| 176 | + <text macro="publisher"/> |
153 | 177 | </group> |
154 | | - </group> |
155 | | - </else-if> |
156 | | - <else-if type="thesis"> |
157 | | - <group prefix=", "> |
158 | | - <text macro="title"/> |
159 | | - <text variable="genre"/> |
160 | | - <text macro="publisher"/> |
161 | | - </group> |
162 | | - </else-if> |
163 | | - <else> |
164 | | - <group prefix=", "> |
165 | | - <text macro="title"/> |
166 | | - </group> |
167 | | - <group prefix=", "> |
168 | | - <text variable="container-title" font-style="italic"/> |
169 | | - <group prefix=", "> |
170 | | - <text variable="volume" prefix="vol. "/> |
171 | | - <text variable="issue" prefix=", no. "/> |
| 178 | + </else-if> |
| 179 | + <else-if type="article-magazine article-newspaper" match="any"> |
| 180 | + <group delimiter=", "> |
| 181 | + <text macro="title"/> |
| 182 | + <text variable="container-title"/> |
| 183 | + <group delimiter=" "> |
| 184 | + <text term="accessed"/> |
| 185 | + <date form="text" variable="accessed"/> |
| 186 | + </group> |
172 | 187 | </group> |
173 | | - <group prefix=", "> |
174 | | - <label variable="page" form="short"/> |
175 | | - <text variable="page" prefix=". "/> |
| 188 | + </else-if> |
| 189 | + <else> |
| 190 | + <group delimiter=", "> |
| 191 | + <text macro="title"/> |
| 192 | + <group> |
| 193 | + <text variable="container-title" font-style="italic"/> |
| 194 | + <group delimiter=":"> |
| 195 | + <group prefix=", "> |
| 196 | + <text variable="volume"/> |
| 197 | + <text variable="issue" prefix="(" suffix=")"/> |
| 198 | + </group> |
| 199 | + <text variable="page"/> |
| 200 | + </group> |
| 201 | + </group> |
176 | 202 | </group> |
177 | | - </group> |
178 | | - </else> |
179 | | - </choose> |
| 203 | + </else> |
| 204 | + </choose> |
| 205 | + </group> |
180 | 206 | <text prefix=", " macro="access"/> |
181 | 207 | </layout> |
182 | 208 | </bibliography> |
|
0 commit comments