Skip to content

Commit

Permalink
Update american-antiquity.csl (http://forums.zotero.org/discussion/18…
Browse files Browse the repository at this point in the history
  • Loading branch information
rmzelle committed Oct 27, 2012
1 parent 10ac223 commit 571b91e
Showing 1 changed file with 30 additions and 19 deletions.
49 changes: 30 additions & 19 deletions american-antiquity.csl
Expand Up @@ -10,11 +10,14 @@
<name>Michael Barton</name>
<email>michael.barton@asu.edu</email>
</author>
<contributor>
<name>Allison Grunwald</name>
<email>agrunwa1@uwyo.edu</email>
</contributor>
<category citation-format="author-date"/>
<category field="anthropology"/>
<issn>0002-7316</issn>
<summary>American Antiquity format, imperfect due to incomplete CSL/Zotero implementation. Requires word processor hanging indent of about 0.5-inch</summary>
<updated>2011-05-18T17:46:02+00:00</updated>
<updated>2012-06-26T17:46:02+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>
Expand Down Expand Up @@ -87,7 +90,7 @@
<if type="personal_communication">
<choose>
<if variable="genre">
<text variable="genre" text-case="capitalize-first"/>
<text variable="genre"/>
</if>
<else>
<text term="letter" text-case="capitalize-first"/>
Expand Down Expand Up @@ -141,24 +144,22 @@
<if type="graphic report" match="any">
<text macro="archive"/>
</if>
<else-if type="article-journal article-magazine article-newspaper bill book chapter graphic legal_case legislation motion_picture paper-conference report song thesis" match="none">
<else-if type="bill book graphic legal_case motion_picture report song article-journal article-magazine article-newspaper thesis chapter paper-conference" match="none">
<text macro="archive"/>
</else-if>
</choose>
<text variable="DOI" prefix="doi:"/>
<text variable="URL"/>
</group>
</macro>
<macro name="title">
<choose>
<if variable="title" match="none">
<choose>
<if type="personal_communication" match="none">
<text variable="genre" text-case="capitalize-first"/>
<text variable="genre"/>
</if>
</choose>
</if>
<else-if type="bill book graphic legal_case legislation motion_picture report song" match="any">
<else-if type="bill book graphic legal_case motion_picture report song" match="any">
<text variable="title" font-style="italic"/>
</else-if>
<else>
Expand All @@ -168,7 +169,7 @@
</macro>
<macro name="edition">
<choose>
<if type="bill book chapter graphic legal_case legislation motion_picture paper-conference report song" match="any">
<if type="bill book graphic legal_case motion_picture report song chapter paper-conference" match="any">
<choose>
<if is-numeric="edition">
<group delimiter=" ">
Expand All @@ -189,7 +190,7 @@
<text variable="volume" prefix=" "/>
<text variable="issue" prefix="(" suffix=")"/>
</if>
<else-if type="bill book graphic legal_case legislation motion_picture report song" match="any">
<else-if type="bill book graphic legal_case motion_picture report song" match="any">
<group prefix=". " delimiter=". ">
<group>
<text term="volume" form="short" text-case="capitalize-first" suffix=". " strip-periods="true"/>
Expand All @@ -208,7 +209,7 @@
<if type="chapter paper-conference" match="any">
<group prefix=", ">
<text variable="volume" suffix=":"/>
<text variable="page"/>
<text variable="page" prefix="pp. "/>
</group>
</if>
</choose>
Expand Down Expand Up @@ -254,10 +255,20 @@
<text variable="container-title" font-style="italic"/>
</macro>
<macro name="publisher">
<group delimiter=", ">
<text variable="publisher"/>
<text variable="publisher-place"/>
</group>
<choose>
<if type="report thesis" match="any">
<group delimiter=", ">
<text variable="publisher"/>
<text variable="publisher-place"/>
</group>
</if>
<else>
<group delimiter=", ">
<text variable="publisher"/>
<text variable="publisher-place"/>
</group>
</else>
</choose>
</macro>
<macro name="date1">
<date variable="issued">
Expand Down Expand Up @@ -294,7 +305,7 @@
<if variable="title" match="none"/>
<else-if type="thesis"/>
<else>
<text variable="genre" text-case="capitalize-first" prefix=". "/>
<text variable="genre" prefix="Unpublished "/>
</else>
</choose>
</macro>
Expand All @@ -316,7 +327,7 @@
<group prefix=". " delimiter=", ">
<choose>
<if type="thesis">
<text variable="genre" text-case="capitalize-first"/>
<text variable="genre" prefix="Unpublished "/>
</if>
</choose>
<text macro="publisher"/>
Expand All @@ -339,7 +350,7 @@
<text macro="locators-article"/>
<text macro="access" prefix=". "/>
</macro>
<citation et-al-min="4" et-al-use-first="1" et-al-subsequent-min="4" et-al-subsequent-use-first="1" disambiguate-add-year-suffix="true" disambiguate-add-names="true" disambiguate-add-givenname="true">
<citation et-al-min="3" et-al-use-first="1" disambiguate-add-year-suffix="true" disambiguate-add-names="true" disambiguate-add-givenname="true">
<layout prefix="(" suffix=")" delimiter="; ">
<group delimiter=", ">
<group delimiter=" ">
Expand All @@ -350,7 +361,7 @@
</group>
</layout>
</citation>
<bibliography hanging-indent="false" et-al-min="6" et-al-use-first="3" subsequent-author-substitute=" " entry-spacing="0">
<bibliography hanging-indent="false" entry-spacing="0">
<sort>
<key macro="contributors"/>
<key variable="issued"/>
Expand Down

0 comments on commit 571b91e

Please sign in to comment.