| 
1 | 1 | <?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">  | 
3 | 3 |   <info>  | 
4 | 4 |     <title>Imperial College London - Harvard</title>  | 
5 | 5 |     <id>http://www.zotero.org/styles/harvard-imperial-college-london</id>  | 
 | 
8 | 8 |     <author>  | 
9 | 9 |       <name>Lawrence Greenfield</name>  | 
10 | 10 |     </author>  | 
 | 11 | +    <contributor>  | 
 | 12 | +      <name>S. Mackenzie</name>  | 
 | 13 | +    </contributor>  | 
11 | 14 |     <category citation-format="author-date"/>  | 
12 | 15 |     <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>  | 
15 | 18 |     <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>  | 
16 | 19 |   </info>  | 
17 | 20 |   <macro name="editor">  | 
18 | 21 |     <names variable="editor" delimiter=", ">  | 
19 |  | -      <name and="symbol" delimiter=", "/>  | 
 | 22 | +      <name and="symbol" initialize-with="."/>  | 
20 | 23 |       <label form="short" prefix=" (" suffix=")"/>  | 
21 | 24 |     </names>  | 
22 | 25 |   </macro>  | 
 | 
25 | 28 |   </macro>  | 
26 | 29 |   <macro name="author">  | 
27 | 30 |     <names variable="author">  | 
28 |  | -      <name and="symbol" name-as-sort-order="all" sort-separator=", " initialize-with="." delimiter-precedes-last="never" delimiter=", "/>  | 
29 | 31 |       <label form="short" prefix=" "/>  | 
30 | 32 |       <substitute>  | 
31 | 33 |         <text macro="editor"/>  | 
 | 
36 | 38 |   <macro name="author-short">  | 
37 | 39 |     <names variable="author">  | 
38 | 40 |       <name form="short" and="symbol" delimiter=", " delimiter-precedes-last="never"/>  | 
39 |  | -      <et-al font-style="italic"/>  | 
40 | 41 |       <substitute>  | 
41 | 42 |         <names variable="translator"/>  | 
42 | 43 |         <text macro="anon"/>  | 
 | 
47 | 48 |     <choose>  | 
48 | 49 |       <if variable="URL DOI" match="any">  | 
49 | 50 |         <group>  | 
50 |  | -          <text value="Available from: "/>  | 
51 | 51 |           <choose>  | 
52 | 52 |             <if variable="DOI">  | 
53 | 53 |               <text variable="DOI" prefix="doi:"/>  | 
 | 
57 | 57 |             </else>  | 
58 | 58 |           </choose>  | 
59 | 59 |           <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>  | 
66 | 70 |           </group>  | 
67 | 71 |         </group>  | 
68 | 72 |       </if>  | 
 | 
83 | 87 |   </macro>  | 
84 | 88 |   <macro name="publisher">  | 
85 | 89 |     <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>  | 
88 | 95 |     </group>  | 
89 | 96 |   </macro>  | 
90 | 97 |   <macro name="year-date">  | 
 | 
114 | 121 |   </macro>  | 
115 | 122 |   <macro name="pages">  | 
116 | 123 |     <group>  | 
117 |  | -      <text variable="page"/>  | 
 | 124 | +      <choose>  | 
 | 125 | +        <if type="book" match="none">  | 
 | 126 | +          <text variable="page"/>  | 
 | 127 | +        </if>  | 
 | 128 | +      </choose>  | 
118 | 129 |     </group>  | 
119 | 130 |   </macro>  | 
120 |  | -  <macro name="online">  | 
121 |  | -    <choose>  | 
122 |  | -      <if variable="DOI URL" match="any">  | 
123 |  | -        <text value="[Online]"/>  | 
124 |  | -      </if>  | 
125 |  | -    </choose>  | 
126 |  | -  </macro>  | 
127 | 131 |   <macro name="issued">  | 
128 | 132 |     <choose>  | 
129 | 133 |       <if type="article-newspaper paper-conference broadcast" match="any">  | 
 | 
155 | 159 |       </group>  | 
156 | 160 |     </layout>  | 
157 | 161 |   </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">  | 
159 | 163 |     <sort>  | 
160 | 164 |       <key macro="author"/>  | 
161 | 165 |       <key variable="title"/>  | 
 | 
169 | 173 |             <text macro="title" font-style="italic"/>  | 
170 | 174 |             <text macro="edition"/>  | 
171 | 175 |             <text variable="genre"/>  | 
172 |  | -            <text macro="online"/>  | 
173 | 176 |             <text macro="publisher"/>  | 
174 | 177 |           </group>  | 
175 | 178 |         </if>  | 
176 | 179 |         <else-if type="webpage">  | 
177 | 180 |           <group prefix=" " delimiter=". " suffix=".">  | 
178 | 181 |             <text macro="title"/>  | 
179 | 182 |             <text macro="edition"/>  | 
180 |  | -            <text macro="online"/>  | 
181 | 183 |           </group>  | 
182 | 184 |           <group prefix=" " delimiter=". " suffix=".">  | 
183 | 185 |             <date variable="issued">  | 
 | 
198 | 200 |               <text variable="container-title" font-style="italic" prefix=" " suffix="."/>  | 
199 | 201 |             </if>  | 
200 | 202 |           </choose>  | 
201 |  | -          <text macro="online" prefix=" "/>  | 
202 | 203 |           <group prefix=" " suffix="." delimiter=", ">  | 
203 | 204 |             <group delimiter=" ">  | 
204 | 205 |               <text variable="volume"/>  | 
 | 
217 | 218 |               <text variable="collection-number"/>  | 
218 | 219 |             </group>  | 
219 | 220 |             <text macro="edition"/>  | 
220 |  | -            <text macro="editor"/>  | 
221 |  | -            <text macro="online"/>  | 
222 | 221 |             <text macro="publisher"/>  | 
223 | 222 |           </group>  | 
224 | 223 |         </else-if>  | 
 | 
230 | 229 |             <text variable="container-title" font-style="italic" suffix="."/>  | 
231 | 230 |             <text variable="collection-title" suffix="."/>  | 
232 | 231 |             <text macro="edition" prefix=" " suffix="."/>  | 
233 |  | -            <text macro="online" suffix="."/>  | 
234 | 232 |             <text macro="issued"/>  | 
235 | 233 |             <text macro="publisher" suffix="."/>  | 
236 | 234 |             <label variable="page" form="short"/>  | 
 | 
243 | 241 |             <text macro="editor"/>  | 
244 | 242 |           </group>  | 
245 | 243 |           <text variable="container-title" font-style="italic" prefix=" " suffix="."/>  | 
246 |  | -          <text macro="online" prefix=" " suffix=". "/>  | 
247 | 244 |           <group suffix="." delimiter=" ">  | 
248 | 245 |             <group>  | 
249 | 246 |               <text variable="volume"/>  | 
 | 
0 commit comments