Skip to content

Commit

Permalink
remove doi from Emerald Harvard print sources
Browse files Browse the repository at this point in the history
  • Loading branch information
adam3smith committed Apr 19, 2013
1 parent 9a06969 commit 31f2979
Showing 1 changed file with 28 additions and 24 deletions.
52 changes: 28 additions & 24 deletions emerald-harvard.csl
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?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-US">
<info>
<title>Emerald journals (Harvard)</title>
Expand Down Expand Up @@ -103,34 +103,38 @@
</if>
<else>
<choose>
<if variable="DOI">
<text variable="DOI" prefix="doi:"/>
</if>
<else>
<if variable="page" match="none">
<choose>
<if type="webpage">
<group>
<text term="retrieved" text-case="capitalize-first" suffix=" "/>
<date variable="accessed" suffix=", ">
<date-part name="month" suffix=" "/>
<date-part name="day" suffix=", "/>
<date-part name="year"/>
</date>
<group>
<text term="from" suffix=" "/>
<text variable="URL"/>
</group>
</group>
<if variable="DOI">
<text variable="DOI" prefix="doi:"/>
</if>
<else>
<group>
<text term="retrieved" text-case="capitalize-first" suffix=""/>
<text term="from" suffix=" "/>
<text variable="URL"/>
</group>
<choose>
<if type="webpage">
<group>
<text term="retrieved" text-case="capitalize-first" suffix=" "/>
<date variable="accessed" suffix=", ">
<date-part name="month" suffix=" "/>
<date-part name="day" suffix=", "/>
<date-part name="year"/>
</date>
<group>
<text term="from" suffix=" "/>
<text variable="URL"/>
</group>
</group>
</if>
<else>
<group>
<text term="retrieved" text-case="capitalize-first" suffix=" "/>
<text term="from" suffix=" "/>
<text variable="URL"/>
</group>
</else>
</choose>
</else>
</choose>
</else>
</if>
</choose>
</else>
</choose>
Expand Down

0 comments on commit 31f2979

Please sign in to comment.