Skip to content

Commit

Permalink
fix Asian Studies Review
Browse files Browse the repository at this point in the history
  • Loading branch information
adam3smith committed Sep 7, 2012
1 parent 639d2c8 commit b3cb930
Showing 1 changed file with 18 additions and 22 deletions.
40 changes: 18 additions & 22 deletions asian-studies-review.csl
@@ -1,6 +1,6 @@
<?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" page-range-format="minimal" default-locale="en-GB">
<!-- This style was edited with the Visual CSL Editor (http://steveridout.com/csl/visualEditor/) -->
<!-- This style was edited with the Visual CSL Editor (http://steveridout.com/csl/visualEditor/) -->
<info>
<title>Asian Studies Review</title>
<id>http://www.zotero.org/styles/asian-studies-review</id>
Expand Down Expand Up @@ -28,7 +28,7 @@
<category field="social_science"/>
<issn>1035-7823</issn>
<issn>1467-8403</issn>
<updated>2012-08-19T18:24:58+00:00</updated>
<updated>2012-08-19T19:20:19+00:00</updated>
<rights>This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License: http://creativecommons.org/licenses/by-sa/3.0/</rights>
</info>
<locale xml:lang="en">
Expand Down Expand Up @@ -180,26 +180,22 @@
<text macro="archive"/>
</else-if>
</choose>
<text variable="DOI" prefix="doi:"/>
<choose>
<if type="legal_case" match="none">
<text variable="URL" form="long" prefix="Available at "/>
</if>
</choose>
<choose>
<if variable="DOI issued" match="none">
<choose>
<if variable="URL accessed" match="all">
<group delimiter=" ">
<text term="accessed" form="long" plural="false"/>
<date variable="accessed" delimiter=" ">
<date-part name="month"/>
<date-part name="day"/>
</date>
</group>
</if>
</choose>
</if>
<if variable="URL accessed" match="all">
<group delimiter=" ">
<text term="accessed" form="long" />
<date variable="accessed" delimiter=" ">
<date-part name="day"/>
<date-part name="month"/>
<date-part name="year"/>
</date>
</group>
</if>
</choose>
</group>
</macro>
Expand All @@ -213,10 +209,10 @@
</choose>
</if>
<else-if type="bill book graphic legal_case legislation motion_picture report song" match="any">
<text variable="title" text-case="title" font-style="italic"/>
<text variable="title" font-style="italic"/>
</else-if>
<else>
<text variable="title" text-case="title" quotes="false"/>
<text variable="title" />
</else>
</choose>
</macro>
Expand All @@ -227,7 +223,7 @@
<if is-numeric="edition">
<group delimiter=" ">
<number variable="edition" form="ordinal"/>
<text term="edition" form="short" suffix="." strip-periods="true"/>
<text term="edition" form="short"/>
</group>
</if>
<else>
Expand Down Expand Up @@ -349,8 +345,8 @@
</macro>
<macro name="day-month">
<date variable="issued">
<date-part name="month"/>
<date-part name="day" prefix=" "/>
<date-part name="day" />
<date-part name="month" prefix=" "/>
</date>
</macro>
<macro name="collection-title">
Expand Down Expand Up @@ -422,7 +418,7 @@
</group>
</layout>
</citation>
<bibliography hanging-indent="true" et-al-min="11" et-al-use-first="7" subsequent-author-substitute="———" entry-spacing="0">
<bibliography hanging-indent="true" et-al-min="11" et-al-use-first="7" entry-spacing="0">
<sort>
<key macro="contributors"/>
<key variable="issued"/>
Expand Down

0 comments on commit b3cb930

Please sign in to comment.