Skip to content
Please note that GitHub no longer supports your web browser.

We recommend upgrading to the latest Google Chrome or Firefox.

Learn more
Permalink
Browse files

Update arts-university-bournemouth.csl (#2903)

  • Loading branch information
Dbelk authored and rmzelle committed Sep 3, 2017
1 parent 8e13382 commit 80886b78706ce009992855698cfc803ab490c0cf
Showing with 28 additions and 20 deletions.
  1. +28 −20 arts-university-bournemouth.csl
@@ -12,29 +12,39 @@
</author>
<category citation-format="author-date"/>
<category field="generic-base"/>
<updated>2017-04-24T10:20:30+00:00</updated>
<updated>2017-09-01T14:48:00+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>
<locale xml:lang="en">
<terms>
<term name="available at">available from</term>
</terms>
</locale>
<macro name="editor">
<names variable="editor" delimiter=", ">
<name and="text" initialize-with=". " delimiter=", " sort-separator=", " name-as-sort-order="all"/>
<label form="short" prefix=" (" suffix=")" strip-periods="true"/>
<name and="text" initialize-with="." delimiter=", " sort-separator=", " name-as-sort-order="all"/>
<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=", " delimiter=", " delimiter-precedes-last="never" form="long" initialize-with=". "/>
<name name-as-sort-order="all" and="text" sort-separator=", " delimiter=", " delimiter-precedes-last="never" form="long" initialize-with="."/>
<label form="short" prefix=" (" suffix=")"/>
<substitute>
<choose>
<if type="webpage">
<text variable="container-title"/>
<group delimiter=": ">
<text term="available at" text-case="capitalize-first"/>
<text variable="URL"/>
</group>
</if>
<else>
<names variable="editor"/>
<names variable="director"/>
<text macro="anon"/>
</else>
</choose>
@@ -51,6 +61,7 @@
</if>
<else>
<names variable="editor"/>
<names variable="director"/>
<names variable="translator"/>
<text macro="anon"/>
</else>
@@ -60,22 +71,19 @@
</macro>
<macro name="translator">
<names variable="translator">
<label form="short" plural="always" suffix=" "/>
<label form="short" plural="always" suffix=", "/>
<name and="symbol" delimiter=", " delimiter-precedes-last="never" initialize-with=". "/>
</names>
</macro>
<macro name="director">
<names variable="author" prefix="Directed by "/>
</macro>
<macro name="access">
<group delimiter=" ">
<text term="online" prefix="[" suffix="]." text-case="capitalize-first"/>
<text term="online" prefix="[" suffix="]."/>
<choose>
<if variable="DOI">
<text variable="DOI" prefix="https://doi.org/"/>
</if>
<else>
<group delimiter=" ">
<group delimiter=": ">
<text term="available at" text-case="capitalize-first"/>
<text variable="URL"/>
</group>
@@ -97,12 +105,12 @@
<text variable="title" font-style="italic"/>
</if>
<else>
<text variable="title" quotes="true"/>
<text variable="title"/>
</else>
</choose>
</macro>
<macro name="publisher">
<group delimiter=". ">
<group delimiter=": ">
<text variable="publisher-place"/>
<text variable="publisher"/>
</group>
@@ -178,7 +186,7 @@
<choose>
<if type="motion_picture">
<group delimiter=", ">
<text macro="title"/>
<text macro="author-short"/>
<text macro="year-date"/>
</group>
</if>
@@ -209,32 +217,32 @@
<if type="motion_picture">
<group delimiter=" ">
<group delimiter=" " suffix=" [Film].">
<text macro="author"/>
<text macro="year-date" prefix="(" suffix=")."/>
<text macro="title"/>
<text macro="year-date" prefix="(" suffix=")"/>
<text macro="director"/>
</group>
<text macro="publisher"/>
</group>
</if>
<else-if type="webpage">
<group delimiter=" ">
<text macro="author"/>
<text macro="year-date" prefix="(" suffix=")"/>
<text macro="year-date" prefix="(" suffix=")."/>
<text macro="title"/>
<text macro="access"/>
</group>
</else-if>
<else>
<group delimiter=" ">
<text macro="author"/>
<text macro="year-date" prefix="(" suffix=")"/>
<group delimiter=" " suffix=",">
<text macro="year-date" prefix="(" suffix=")."/>
<group delimiter=" " suffix=".">
<text macro="title"/>
<text macro="translator" prefix="(" suffix=")"/>
<text macro="translator" prefix="(" suffix=")."/>
</group>
<text macro="edition"/>
<text macro="container-prefix"/>
<group delimiter=", ">
<group delimiter=". ">
<text macro="editor"/>
<text variable="container-title" font-style="italic"/>
<text variable="collection-title"/>

0 comments on commit 80886b7

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