Skip to content
Permalink
Browse files

Update harvard-cardiff-university-biosi.csl (#3726)

  • Loading branch information...
POBrien333 authored and rmzelle committed Oct 7, 2018
1 parent 4dcabca commit 18ef51f333363f22acd1cd569f6370b8e665ccb5
Showing with 30 additions and 29 deletions.
  1. +30 −29 harvard-cardiff-university-biosi.csl
@@ -5,14 +5,17 @@
<id>http://www.zotero.org/styles/harvard-cardiff-university-biosi</id>
<link href="http://www.zotero.org/styles/harvard-cardiff-university-biosi" rel="self"/>
<link href="http://www.zotero.org/styles/harvard-cardiff-university" rel="template"/>
<link href="http://www.cardiff.ac.uk/insrv/resources/guides/bio018.pdf" rel="documentation"/>
<link href="https://github.com/citation-style-language/styles/pull/3726" rel="documentation"/>
<author>
<name>Sebastian Karcher</name>
</author>
<contributor>
<name>Patrick O'Brien, PhD</name>
</contributor>
<category citation-format="author-date"/>
<category field="generic-base"/>
<summary>The Harvard author-date style - adapted for Cardiff University's BIOSI variant</summary>
<updated>2012-09-27T22:06:38+00:00</updated>
<summary>The Harvard author-date style - adapted for Cardiff University's BIOSI variant based on the 2018 author guidelines</summary>
<updated>2018-10-05T10:01:37+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="editor">
@@ -21,17 +24,13 @@
<label form="short" prefix=" (" suffix=")"/>
</names>
</macro>
<macro name="anon">
<text term="anonymous" form="short" text-case="capitalize-first" strip-periods="true"/>
</macro>
<macro name="author">
<names variable="author">
<name name-as-sort-order="all" and="text" sort-separator=", " initialize-with="." delimiter-precedes-last="never" delimiter=", "/>
<name and="text" delimiter-precedes-last="never" et-al-use-last="true" initialize-with="." name-as-sort-order="all"/>
<label form="short" prefix=" (" suffix=")"/>
<et-al font-style="italic"/>
<substitute>
<names variable="editor"/>
<text macro="anon"/>
<text variable="publisher"/>
</substitute>
</names>
</macro>
@@ -41,13 +40,13 @@
<et-al font-style="italic"/>
<substitute>
<names variable="editor"/>
<text macro="anon"/>
<text variable="publisher"/>
</substitute>
</names>
</macro>
<macro name="access">
<choose>
<if variable="URL">
<if type="webpage post-weblog">
<group delimiter=" ">
<group delimiter=": ">
<text term="available at" text-case="capitalize-first"/>
@@ -63,6 +62,9 @@
</group>
</group>
</if>
<else-if type="article-journal" match="any">
<text variable="DOI" prefix="doi: https://doi.org/"/>
</else-if>
</choose>
</macro>
<macro name="title">
@@ -96,7 +98,7 @@
</date>
</if>
<else>
<text term="no date" form="short"/>
<text term="no date" form="short" prefix="[" suffix="]"/>
</else>
</choose>
</macro>
@@ -113,20 +115,17 @@
</else>
</choose>
</macro>
<macro name="online">
<choose>
<if variable="URL">
<text term="online" text-case="capitalize-first" prefix="[" suffix="]"/>
</if>
</choose>
</macro>
<macro name="pages">
<group>
<label variable="page" form="short" suffix=" "/>
<group delimiter=" ">
<label variable="page" form="short"/>
<text variable="page"/>
</group>
</macro>
<citation et-al-min="3" et-al-use-first="1" disambiguate-add-year-suffix="true" disambiguate-add-names="true" disambiguate-add-givenname="true">
<sort>
<key macro="year-date"/>
<key macro="author"/>
</sort>
<layout prefix="(" suffix=")" delimiter="; ">
<group delimiter=", ">
<group delimiter=" ">
@@ -140,10 +139,10 @@
</group>
</layout>
</citation>
<bibliography et-al-min="8" et-al-use-first="7" hanging-indent="false">
<bibliography et-al-min="8" et-al-use-first="7">
<sort>
<key macro="author"/>
<key variable="title"/>
<key macro="year-date"/>
</sort>
<layout suffix=".">
<text macro="author"/>
@@ -161,9 +160,11 @@
</if>
<else-if type="chapter paper-conference" match="any">
<text macro="title" prefix=" " suffix="."/>
<group prefix=" " delimiter=" ">
<text term="in" text-case="capitalize-first" suffix=":"/>
<text macro="editor"/>
<group delimiter=". " prefix=" ">
<group delimiter=": ">
<text term="in" text-case="capitalize-first"/>
<text macro="editor"/>
</group>
<text variable="container-title" font-style="italic" suffix="." text-case="title"/>
<text macro="edition"/>
<group suffix="." delimiter=", ">
@@ -181,13 +182,13 @@
</group>
</group>
</else-if>
<else-if type="webpage">
<else-if type="webpage post-weblog">
<group prefix=" " suffix=".">
<group delimiter=" " suffix=".">
<text macro="title"/>
<text macro="online"/>
</group>
<text macro="edition"/>
<text variable="container-title" font-style="italic"/>
</group>
</else-if>
<else>
@@ -198,9 +199,9 @@
<group prefix=" " suffix=".">
<group delimiter=" ">
<text variable="container-title" font-style="italic"/>
<text macro="online"/>
</group>
<text variable="volume" font-weight="bold" prefix=" "/>
<text variable="issue" prefix="(" suffix=")"/>
<text variable="page" prefix=":"/>
</group>
</else>

0 comments on commit 18ef51f

Please sign in to comment.
You can’t perform that action at this time.