Skip to content

Commit ebe0787

Browse files
authored
Update harvard-imperial-college-london.csl (#5643)
1 parent 2d4db76 commit ebe0787

File tree

1 file changed

+28
-31
lines changed

1 file changed

+28
-31
lines changed

harvard-imperial-college-london.csl

Lines changed: 28 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<style xmlns="http://purl.org/net/xbiblio/csl" version="1.0" class="in-text" demote-non-dropping-particle="sort-only" default-locale="en-GB" page-range-format="expanded">
2+
<style xmlns="http://purl.org/net/xbiblio/csl" version="1.0" class="in-text" demote-non-dropping-particle="sort-only" page-range-format="expanded" default-locale="en-GB">
33
<info>
44
<title>Imperial College London - Harvard</title>
55
<id>http://www.zotero.org/styles/harvard-imperial-college-london</id>
@@ -8,15 +8,18 @@
88
<author>
99
<name>Lawrence Greenfield</name>
1010
</author>
11+
<contributor>
12+
<name>S. Mackenzie</name>
13+
</contributor>
1114
<category citation-format="author-date"/>
1215
<category field="medicine"/>
13-
<summary>Harvard author-date style edited for Imperial College London</summary>
14-
<updated>2017-04-27T21:09:20+00:00</updated>
16+
<summary>Harvard style from Imperial College London Library - 2021</summary>
17+
<updated>2021-09-28T14:37:15+00:00</updated>
1518
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
1619
</info>
1720
<macro name="editor">
1821
<names variable="editor" delimiter=", ">
19-
<name and="symbol" delimiter=", "/>
22+
<name and="symbol" initialize-with="."/>
2023
<label form="short" prefix=" (" suffix=")"/>
2124
</names>
2225
</macro>
@@ -25,7 +28,6 @@
2528
</macro>
2629
<macro name="author">
2730
<names variable="author">
28-
<name and="symbol" name-as-sort-order="all" sort-separator=", " initialize-with="." delimiter-precedes-last="never" delimiter=", "/>
2931
<label form="short" prefix=" "/>
3032
<substitute>
3133
<text macro="editor"/>
@@ -36,7 +38,6 @@
3638
<macro name="author-short">
3739
<names variable="author">
3840
<name form="short" and="symbol" delimiter=", " delimiter-precedes-last="never"/>
39-
<et-al font-style="italic"/>
4041
<substitute>
4142
<names variable="translator"/>
4243
<text macro="anon"/>
@@ -47,7 +48,6 @@
4748
<choose>
4849
<if variable="URL DOI" match="any">
4950
<group>
50-
<text value="Available from: "/>
5151
<choose>
5252
<if variable="DOI">
5353
<text variable="DOI" prefix="doi:"/>
@@ -57,12 +57,16 @@
5757
</else>
5858
</choose>
5959
<group prefix=" [" suffix="]">
60-
<text term="accessed" text-case="capitalize-first" suffix=": "/>
61-
<date variable="accessed">
62-
<date-part name="day" suffix=" "/>
63-
<date-part name="month" suffix=" "/>
64-
<date-part name="year"/>
65-
</date>
60+
<choose>
61+
<if type="webpage" match="any">
62+
<text term="accessed" text-case="capitalize-first" suffix=": "/>
63+
<date variable="accessed">
64+
<date-part name="day" suffix=" "/>
65+
<date-part name="month" suffix=" "/>
66+
<date-part name="year"/>
67+
</date>
68+
</if>
69+
</choose>
6670
</group>
6771
</group>
6872
</if>
@@ -83,8 +87,11 @@
8387
</macro>
8488
<macro name="publisher">
8589
<group delimiter=", " suffix=".">
86-
<text variable="publisher-place"/>
87-
<text variable="publisher"/>
90+
<choose>
91+
<if type="report" match="none">
92+
<text variable="publisher"/>
93+
</if>
94+
</choose>
8895
</group>
8996
</macro>
9097
<macro name="year-date">
@@ -114,16 +121,13 @@
114121
</macro>
115122
<macro name="pages">
116123
<group>
117-
<text variable="page"/>
124+
<choose>
125+
<if type="book" match="none">
126+
<text variable="page"/>
127+
</if>
128+
</choose>
118129
</group>
119130
</macro>
120-
<macro name="online">
121-
<choose>
122-
<if variable="DOI URL" match="any">
123-
<text value="[Online]"/>
124-
</if>
125-
</choose>
126-
</macro>
127131
<macro name="issued">
128132
<choose>
129133
<if type="article-newspaper paper-conference broadcast" match="any">
@@ -155,7 +159,7 @@
155159
</group>
156160
</layout>
157161
</citation>
158-
<bibliography hanging-indent="true" et-al-min="5" et-al-use-first="4">
162+
<bibliography et-al-min="19" et-al-use-first="5">
159163
<sort>
160164
<key macro="author"/>
161165
<key variable="title"/>
@@ -169,15 +173,13 @@
169173
<text macro="title" font-style="italic"/>
170174
<text macro="edition"/>
171175
<text variable="genre"/>
172-
<text macro="online"/>
173176
<text macro="publisher"/>
174177
</group>
175178
</if>
176179
<else-if type="webpage">
177180
<group prefix=" " delimiter=". " suffix=".">
178181
<text macro="title"/>
179182
<text macro="edition"/>
180-
<text macro="online"/>
181183
</group>
182184
<group prefix=" " delimiter=". " suffix=".">
183185
<date variable="issued">
@@ -198,7 +200,6 @@
198200
<text variable="container-title" font-style="italic" prefix=" " suffix="."/>
199201
</if>
200202
</choose>
201-
<text macro="online" prefix=" "/>
202203
<group prefix=" " suffix="." delimiter=", ">
203204
<group delimiter=" ">
204205
<text variable="volume"/>
@@ -217,8 +218,6 @@
217218
<text variable="collection-number"/>
218219
</group>
219220
<text macro="edition"/>
220-
<text macro="editor"/>
221-
<text macro="online"/>
222221
<text macro="publisher"/>
223222
</group>
224223
</else-if>
@@ -230,7 +229,6 @@
230229
<text variable="container-title" font-style="italic" suffix="."/>
231230
<text variable="collection-title" suffix="."/>
232231
<text macro="edition" prefix=" " suffix="."/>
233-
<text macro="online" suffix="."/>
234232
<text macro="issued"/>
235233
<text macro="publisher" suffix="."/>
236234
<label variable="page" form="short"/>
@@ -243,7 +241,6 @@
243241
<text macro="editor"/>
244242
</group>
245243
<text variable="container-title" font-style="italic" prefix=" " suffix="."/>
246-
<text macro="online" prefix=" " suffix=". "/>
247244
<group suffix="." delimiter=" ">
248245
<group>
249246
<text variable="volume"/>

0 commit comments

Comments
 (0)