Skip to content

Commit

Permalink
Update cardiff-university-harvard.csl (#6190)
Browse files Browse the repository at this point in the history
  • Loading branch information
POBrien333 committed Aug 22, 2022
1 parent 999a45c commit a60dfe9
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions cardiff-university-harvard.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="never">
<!-- This style was edited with the Visual CSL Editor (https://editor.citationstyles.org/visualEditor/) -->
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" demote-non-dropping-particle="sort-only">
<info>
<title>Cardiff University - Harvard</title>
<id>http://www.zotero.org/styles/cardiff-university-harvard</id>
Expand All @@ -18,7 +17,7 @@
<category citation-format="author-date"/>
<category field="generic-base"/>
<summary>The Harvard author-date style - adapted for Cardiff University</summary>
<updated>2020-07-14T09:11:47+00:00</updated>
<updated>2022-08-22T08:20:08+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">
Expand Down Expand Up @@ -86,7 +85,7 @@
</macro>
<macro name="title">
<choose>
<if type="bill book graphic legal_case legislation motion_picture report song thesis patent webpage" match="any">
<if type="bill book graphic legal_case legislation motion_picture report song thesis patent" match="any">
<text variable="title" font-style="italic"/>
</if>
<else>
Expand Down Expand Up @@ -120,7 +119,7 @@
</macro>
<macro name="published-date">
<choose>
<if type="article-newspaper article-magazine post-weblog speech" match="any">
<if type="article-newspaper article-magazine speech" match="any">
<date variable="issued">
<date-part name="day" prefix=" " suffix=" "/>
<date-part name="month" form="long"/>
Expand Down Expand Up @@ -226,10 +225,9 @@
<text macro="publisher"/>
</group>
</else-if>
<else-if type="webpage">
<group prefix=" " delimiter=" " suffix=".">
<else-if type="webpage post post-weblog" match="any">
<group delimiter=". " prefix=" " suffix=".">
<text macro="title"/>
<text macro="edition"/>
</group>
</else-if>
<else-if type="patent" match="any">
Expand Down

0 comments on commit a60dfe9

Please sign in to comment.