Skip to content

Commit 469deb6

Browse files
committed
Sage Harvard: Add translator/editor
Update documentaiton link
1 parent 1f51ef8 commit 469deb6

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

Diff for: sage-harvard.csl

+13-4
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<id>http://www.zotero.org/styles/sage-harvard</id>
66
<link href="http://www.zotero.org/styles/sage-harvard" rel="self"/>
77
<link href="http://www.zotero.org/styles/the-open-university-harvard" rel="template"/>
8-
<link href="http://www.uk.sagepub.com/repository/binaries/pdf/SAGE_Harvard_reference_style.pdf" rel="documentation"/>
8+
<link href="https://uk.sagepub.com/sites/default/files/sage_harvard_reference_style_0.pdf" rel="documentation"/>
99
<author>
1010
<name>Joseph Reagle</name>
1111
</author>
@@ -29,6 +29,12 @@
2929
<label form="short" prefix=" (" suffix=")"/>
3030
</names>
3131
</macro>
32+
<macro name="editor-translator">
33+
<names variable="editor translator" delimiter="; ">
34+
<label form="short" suffix=" "/>
35+
<name and="text" initialize-with="" delimiter=", "/>
36+
</names>
37+
</macro>
3238
<macro name="proceedings-editor">
3339
<names variable="editor" delimiter=", " prefix="(" suffix=")">
3440
<label form="short" suffix=" "/>
@@ -88,7 +94,10 @@
8894
<macro name="title">
8995
<choose>
9096
<if type="book">
91-
<text variable="title" font-style="italic" text-case="title"/>
97+
<group delimiter=" ">
98+
<text variable="title" font-style="italic" text-case="title"/>
99+
<text macro="editor-translator" prefix="(" suffix=")"/>
100+
</group>
92101
</if>
93102
<else-if type="bill graphic legal_case motion_picture report song thesis" match="any">
94103
<text variable="title" font-style="italic"/>
@@ -220,11 +229,11 @@
220229
</group>
221230
</group>
222231
</else-if>
223-
<else-if type="webpage" match="none">
232+
<else-if type="webpage book" match="none">
224233
<group delimiter=", ">
225234
<group delimiter=" ">
226-
<text macro="editor"/>
227235
<text variable="container-title" font-style="italic"/>
236+
<text macro="editor"/>
228237
</group>
229238
<choose>
230239
<if type="article-newspaper article-magazine" match="any">

0 commit comments

Comments
 (0)