Permalink
Browse files

Update harvard-coventry-university.csl (#2654)

* Update harvard-coventry-university.csl

* Update harvard-coventry-university.csl

* Update harvard-coventry-university.csl

* Clean up substitute

* Update harvard-coventry-university.csl
  • Loading branch information...
Elbar914 authored and rmzelle committed May 5, 2017
1 parent 7b98d9a commit ab251315548a0e6ef321361d759adcfb6eee1828
Showing with 6 additions and 15 deletions.
  1. +6 −15 harvard-coventry-university.csl
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" demote-non-dropping-particle="sort-only" default-locale="en-GB">
<!-- This style was edited with the Visual CSL Editor (http://editor.citationstyles.org/visualEditor/) -->
<info>
<title>Coventry University - Harvard</title>
<title-short>CU Harvard</title-short>
@@ -17,7 +16,7 @@
<category citation-format="author-date"/>
<category field="generic-base"/>
<summary>The Harvard author-date style - adapted for use at Coventry University. See usage notes at http://www.oak-wood.co.uk/oss/coventry-harvard-csl</summary>
<updated>2013-11-11T13:19:48+00:00</updated>
<updated>2017-05-01T15:25:24+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>
@@ -54,11 +53,6 @@
<name and="text" sort-separator=", " initialize-with="." delimiter=", "/>
</names>
</macro>
<macro name="cite-editor">
<names variable="editor" delimiter=", ">
<name form="short" and="text" delimiter=", " initialize-with=". "/>
</names>
</macro>
<macro name="bookauthor">
<names variable="container-author">
<name name-as-sort-order="all" and="text" sort-separator=", " initialize-with="." delimiter=", "/>
@@ -67,9 +61,6 @@
</substitute>
</names>
</macro>
<macro name="anon">
<text term="anonymous" form="short" text-case="capitalize-first"/>
</macro>
<macro name="author">
<choose>
<if type="broadcast" match="any">
@@ -95,10 +86,10 @@
<else>
<names variable="author">
<name name-as-sort-order="all" and="text" sort-separator=", " initialize-with="." delimiter=", " form="long"/>
<label form="short" prefix=" " strip-periods="false"/>
<label form="short" prefix=" (" suffix=")"/>
<substitute>
<text macro="editor"/>
<text macro="anon"/>
<names variable="editor"/>
<text macro="title"/>
</substitute>
</names>
</else>
@@ -123,8 +114,8 @@
<names variable="author">
<name form="short" and="text" delimiter=", " initialize-with=". "/>
<substitute>
<text macro="cite-editor"/>
<text macro="anon"/>
<names variable="editor"/>
<text macro="title"/>
</substitute>
</names>
</else>

0 comments on commit ab25131

Please sign in to comment.