Skip to content

Commit 15e8a12

Browse files
committed
Update RCN-Harvard based on feedback
1 parent b9a37b7 commit 15e8a12

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

royal-college-of-nursing-harvard.csl

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<category citation-format="author-date"/>
1313
<category field="medicine"/>
1414
<summary>Harvard house style for the Royal College of Nursing</summary>
15-
<updated>2017-05-17T00:00:00+00:00</updated>
15+
<updated>2019-11-15T03:49:16+00:00</updated>
1616
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
1717
</info>
1818
<locale xml:lang="en-GB">
@@ -66,6 +66,9 @@
6666
<if type="article-newspaper article-magazine" match="any">
6767
<text variable="container-title" text-case="title" font-style="italic"/>
6868
</if>
69+
<else-if type="webpage" match="any">
70+
<text variable="container-title"/>
71+
</else-if>
6972
<else>
7073
<text macro="title"/>
7174
</else>
@@ -101,9 +104,9 @@
101104
</if>
102105
</choose>
103106
</if>
104-
<else>
107+
<else-if type="book chapter" match="none">
105108
<text macro="DOI-URL"/>
106-
</else>
109+
</else-if>
107110
</choose>
108111
</macro>
109112
<macro name="DOI-URL">
@@ -150,7 +153,7 @@
150153
<text macro="edition"/>
151154
</group>
152155
</if>
153-
<else-if type="article-journal" match="any">
156+
<else-if type="article-journal article-newspaper post-weblog" match="any">
154157
<text variable="title"/>
155158
</else-if>
156159
<else>
@@ -178,7 +181,7 @@
178181
</group>
179182
</group>
180183
</else-if>
181-
<else-if type="article-newspaper article-magazine" match="none">
184+
<else-if type="article-journal article-newspaper article-magazine legislation" match="none">
182185
<group delimiter=" ">
183186
<group delimiter=", ">
184187
<choose>
@@ -191,10 +194,6 @@
191194
<text variable="publisher"/>
192195
</group>
193196
</group>
194-
<group prefix="(" suffix=")" delimiter=", ">
195-
<text variable="collection-title"/>
196-
<text variable="collection-number"/>
197-
</group>
198197
</group>
199198
</else-if>
200199
</choose>

0 commit comments

Comments
 (0)