Skip to content

Commit d43676e

Browse files
authored
1 parent 0312a39 commit d43676e

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

harvard-bournemouth-university.csl

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,15 @@
99
<author>
1010
<name>Sebastian Karcher</name>
1111
</author>
12+
<contributor>
13+
<name>Patrick O'Brien</name>
14+
</contributor>
1215
<category citation-format="author-date"/>
1316
<category field="generic-base"/>
1417
<summary>Bournemouth University Harvard style based on based on the British Standards BS 5605:1990 Recommendations for citing and
1518
referencing published material and BS 1629:1989 Recommendations or references to
1619
published materials.</summary>
17-
<updated>2021-05-31T12:00:00+00:00</updated>
20+
<updated>2021-12-05T10:13:22+00:00</updated>
1821
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
1922
</info>
2023
<macro name="author">
@@ -329,7 +332,17 @@
329332
<key macro="issued" sort="ascending"/>
330333
</sort>
331334
<layout suffix=".">
332-
<text macro="author" suffix=","/>
335+
<choose>
336+
<if match="any" variable="author">
337+
<text macro="author" suffix=","/>
338+
</if>
339+
<else-if match="any" variable="editor">
340+
<text macro="author"/>
341+
</else-if>
342+
<else>
343+
<text macro="author" suffix=","/>
344+
</else>
345+
</choose>
333346
<group delimiter=". " prefix=" ">
334347
<text macro="issued"/>
335348
<text macro="title"/>

0 commit comments

Comments
 (0)