Skip to content

Commit

Permalink
Update harvard-bournemouth-university.csl (#5667)
Browse files Browse the repository at this point in the history
  • Loading branch information
POBrien333 committed Dec 27, 2021
1 parent 0312a39 commit d43676e
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions harvard-bournemouth-university.csl
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,15 @@
<author>
<name>Sebastian Karcher</name>
</author>
<contributor>
<name>Patrick O'Brien</name>
</contributor>
<category citation-format="author-date"/>
<category field="generic-base"/>
<summary>Bournemouth University Harvard style based on based on the British Standards BS 5605:1990 Recommendations for citing and
referencing published material and BS 1629:1989 Recommendations or references to
published materials.</summary>
<updated>2021-05-31T12:00:00+00:00</updated>
<updated>2021-12-05T10:13:22+00:00</updated>
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
</info>
<macro name="author">
Expand Down Expand Up @@ -329,7 +332,17 @@
<key macro="issued" sort="ascending"/>
</sort>
<layout suffix=".">
<text macro="author" suffix=","/>
<choose>
<if match="any" variable="author">
<text macro="author" suffix=","/>
</if>
<else-if match="any" variable="editor">
<text macro="author"/>
</else-if>
<else>
<text macro="author" suffix=","/>
</else>
</choose>
<group delimiter=". " prefix=" ">
<text macro="issued"/>
<text macro="title"/>
Expand Down

0 comments on commit d43676e

Please sign in to comment.