Skip to content

Commit a829c84

Browse files
authored
Update harvard-cite-them-right-no-et-al.csl (#5617)
In addition to #5612
1 parent 6182c7b commit a829c84

File tree

1 file changed

+28
-10
lines changed

1 file changed

+28
-10
lines changed

harvard-cite-them-right-no-et-al.csl

Lines changed: 28 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" demote-non-dropping-particle="sort-only" default-locale="en-GB">
33
<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>
55
<id>http://www.zotero.org/styles/harvard-cite-them-right-no-et-al</id>
66
<link href="http://www.zotero.org/styles/harvard-cite-them-right-no-et-al" rel="self"/>
77
<link href="http://www.zotero.org/styles/harvard-cite-them-right" rel="template"/>
88
<link href="http://www.citethemrightonline.com/" rel="documentation"/>
9+
<author>
10+
<name>Patrick O'Brien</name>
11+
</author>
912
<category citation-format="author-date"/>
1013
<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>
1316
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
1417
</info>
1518
<locale xml:lang="en-GB">
@@ -31,7 +34,7 @@
3134
<choose>
3235
<if variable="container-author" match="none">
3336
<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"/>
3538
<label form="short" prefix=" (" suffix=")"/>
3639
</names>
3740
</if>
@@ -44,7 +47,7 @@
4447
<if type="chapter paper-conference" match="none">
4548
<names variable="editor translator" delimiter=". ">
4649
<label form="verb" text-case="capitalize-first" suffix=" "/>
47-
<name and="text" initialize-with=". " delimiter=", "/>
50+
<name and="text" initialize-with="."/>
4851
</names>
4952
</if>
5053
<else-if variable="container-author" match="any">
@@ -57,8 +60,9 @@
5760
</macro>
5861
<macro name="author">
5962
<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"/>
6164
<label form="short" prefix=" (" suffix=")"/>
65+
<et-al font-style="italic"/>
6266
<substitute>
6367
<names variable="editor"/>
6468
<names variable="translator"/>
@@ -94,7 +98,7 @@
9498
<macro name="access">
9599
<choose>
96100
<if variable="DOI">
97-
<text variable="DOI" prefix="doi: "/>
101+
<text variable="DOI" prefix="doi:"/>
98102
</if>
99103
<else-if variable="URL">
100104
<text term="available at" suffix=": " text-case="capitalize-first"/>
@@ -122,10 +126,13 @@
122126
</macro>
123127
<macro name="title">
124128
<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">
126130
<group delimiter=". ">
127131
<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>
129136
<text macro="number-volumes"/>
130137
</group>
131138
<text macro="edition"/>
@@ -223,7 +230,18 @@
223230
<choose>
224231
<if variable="container-title">
225232
<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>
227245
<text macro="edition"/>
228246
</group>
229247
</if>

0 commit comments

Comments
 (0)