Skip to content

Commit 7ed71e7

Browse files
authored
Update harvard-newcastle-university.csl (#5765)
closes #5763
1 parent 46bab91 commit 7ed71e7

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

harvard-newcastle-university.csl

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,18 @@
55
<id>http://www.zotero.org/styles/harvard-newcastle-university</id>
66
<link href="http://www.zotero.org/styles/harvard-newcastle-university" rel="self"/>
77
<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"/>
89
<author>
910
<name>McKenzie Lloyd-Smith</name>
1011
<uri>http://www.mendeley.com/profiles/mckenzie-lloyd-smith/</uri>
1112
</author>
13+
<contributor>
14+
<name>Patrick O'Brien</name>
15+
</contributor>
1216
<category citation-format="author-date"/>
1317
<category field="generic-base"/>
1418
<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>
1620
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
1721
</info>
1822
<macro name="editor">
@@ -77,7 +81,7 @@
7781
<text variable="title" font-style="italic"/>
7882
</else-if>
7983
<else>
80-
<text variable="title"/>
84+
<text variable="title" quotes="true"/>
8185
</else>
8286
</choose>
8387
</macro>
@@ -111,7 +115,8 @@
111115
</choose>
112116
</macro>
113117
<macro name="pages">
114-
<group>
118+
<group delimiter=" ">
119+
<label variable="page" form="short"/>
115120
<text variable="page"/>
116121
</group>
117122
</macro>
@@ -187,20 +192,20 @@
187192
</group>
188193
</else-if>
189194
<else-if type="article-journal article-newspaper broadcast personal_communication thesis webpage" match="any">
190-
<group suffix=".">
195+
<group suffix=",">
191196
<text macro="title" prefix=" "/>
192197
<text macro="editor" prefix=" "/>
193198
</group>
194199
<choose>
195200
<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=","/>
197202
</if>
198203
</choose>
199204
<text macro="online" prefix=" "/>
200205
<group prefix=" " suffix=".">
201206
<group>
202207
<text variable="volume"/>
203-
<text variable="issue" prefix=" (" suffix="), "/>
208+
<text variable="issue" prefix="(" suffix="), "/>
204209
<text macro="issued"/>
205210
</group>
206211
<group>
@@ -224,7 +229,7 @@
224229
</group>
225230
</else-if>
226231
<else-if type="chapter paper-conference" match="any">
227-
<text macro="title" prefix=" '" suffix="', "/>
232+
<text macro="title" prefix=" " suffix=", "/>
228233
<group prefix=" " delimiter=" ">
229234
<text term="in"/>
230235
<text macro="editor"/>
@@ -234,7 +239,6 @@
234239
<text macro="online" suffix="."/>
235240
<text macro="issued"/>
236241
<text macro="publisher" suffix="."/>
237-
<label variable="page" form="short"/>
238242
<text macro="pages" suffix="."/>
239243
</group>
240244
</else-if>

0 commit comments

Comments
 (0)