|
5 | 5 | <id>http://www.zotero.org/styles/harvard-newcastle-university</id> |
6 | 6 | <link href="http://www.zotero.org/styles/harvard-newcastle-university" rel="self"/> |
7 | 7 | <link href="http://libguides.ncl.ac.uk/referencing" rel="documentation"/> |
| 8 | + <link href="https://libguides.ncl.ac.uk/ld.php?content_id=33783920" rel="documentation"/> |
8 | 9 | <author> |
9 | 10 | <name>McKenzie Lloyd-Smith</name> |
10 | 11 | <uri>http://www.mendeley.com/profiles/mckenzie-lloyd-smith/</uri> |
11 | 12 | </author> |
| 13 | + <contributor> |
| 14 | + <name>Patrick O'Brien</name> |
| 15 | + </contributor> |
12 | 16 | <category citation-format="author-date"/> |
13 | 17 | <category field="generic-base"/> |
14 | 18 | <summary>The Harvard author-date style - adapted for Newcastle University</summary> |
15 | | - <updated>2014-04-23T10:20:00</updated> |
| 19 | + <updated>2021-12-07T09:47:27+00:00</updated> |
16 | 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> |
17 | 21 | </info> |
18 | 22 | <macro name="editor"> |
|
77 | 81 | <text variable="title" font-style="italic"/> |
78 | 82 | </else-if> |
79 | 83 | <else> |
80 | | - <text variable="title"/> |
| 84 | + <text variable="title" quotes="true"/> |
81 | 85 | </else> |
82 | 86 | </choose> |
83 | 87 | </macro> |
|
111 | 115 | </choose> |
112 | 116 | </macro> |
113 | 117 | <macro name="pages"> |
114 | | - <group> |
| 118 | + <group delimiter=" "> |
| 119 | + <label variable="page" form="short"/> |
115 | 120 | <text variable="page"/> |
116 | 121 | </group> |
117 | 122 | </macro> |
|
187 | 192 | </group> |
188 | 193 | </else-if> |
189 | 194 | <else-if type="article-journal article-newspaper broadcast personal_communication thesis webpage" match="any"> |
190 | | - <group suffix="."> |
| 195 | + <group suffix=","> |
191 | 196 | <text macro="title" prefix=" "/> |
192 | 197 | <text macro="editor" prefix=" "/> |
193 | 198 | </group> |
194 | 199 | <choose> |
195 | 200 | <if variable="author" match="any"> |
196 | | - <text variable="container-title" font-style="italic" prefix=" " suffix="."/> |
| 201 | + <text variable="container-title" font-style="italic" prefix=" " suffix=","/> |
197 | 202 | </if> |
198 | 203 | </choose> |
199 | 204 | <text macro="online" prefix=" "/> |
200 | 205 | <group prefix=" " suffix="."> |
201 | 206 | <group> |
202 | 207 | <text variable="volume"/> |
203 | | - <text variable="issue" prefix=" (" suffix="), "/> |
| 208 | + <text variable="issue" prefix="(" suffix="), "/> |
204 | 209 | <text macro="issued"/> |
205 | 210 | </group> |
206 | 211 | <group> |
|
224 | 229 | </group> |
225 | 230 | </else-if> |
226 | 231 | <else-if type="chapter paper-conference" match="any"> |
227 | | - <text macro="title" prefix=" '" suffix="', "/> |
| 232 | + <text macro="title" prefix=" " suffix=", "/> |
228 | 233 | <group prefix=" " delimiter=" "> |
229 | 234 | <text term="in"/> |
230 | 235 | <text macro="editor"/> |
|
234 | 239 | <text macro="online" suffix="."/> |
235 | 240 | <text macro="issued"/> |
236 | 241 | <text macro="publisher" suffix="."/> |
237 | | - <label variable="page" form="short"/> |
238 | 242 | <text macro="pages" suffix="."/> |
239 | 243 | </group> |
240 | 244 | </else-if> |
|
0 commit comments