Skip to content
Permalink
Branch: master
Find file Copy path
Find file Copy path
Fetching contributors…
Cannot retrieve contributors at this time
202 lines (201 sloc) 6.74 KB
<?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>Clays and Clay Minerals</title>
<id>http://www.zotero.org/styles/clays-and-clay-minerals</id>
<link href="http://www.zotero.org/styles/clays-and-clay-minerals" rel="self"/>
<link href="http://www.zotero.org/styles/journal-of-mammalogy" rel="template"/>
<link href="http://www.clays.org/JOURNAL/CCMjournsubm.html" rel="documentation"/>
<author>
<name>Sebastian Karcher</name>
</author>
<category citation-format="author-date"/>
<category field="geology"/>
<issn>0009-8604</issn>
<summary>Style for Clays and Clay Minerals, published by the Clay Minerals Society</summary>
<updated>2012-09-27T22:06:38+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="container-contributors">
<choose>
<if type="chapter paper-conference" match="any">
<names variable="editor translator" delimiter=", ">
<name and="text" initialize-with="." delimiter=", "/>
<label prefix=", "/>
</names>
</if>
</choose>
</macro>
<macro name="author">
<names variable="author">
<name name-as-sort-order="all" and="text" sort-separator=", " initialize-with="." delimiter=", "/>
<label form="short" prefix=" (" suffix=")"/>
<substitute>
<names variable="editor"/>
<names variable="translator"/>
<text variable="title"/>
</substitute>
</names>
</macro>
<macro name="author-count">
<names variable="author">
<name form="count"/>
<substitute>
<names variable="editor"/>
</substitute>
</names>
</macro>
<macro name="author-short">
<names variable="author">
<name form="short" and="text" delimiter=", " initialize-with="."/>
<et-al font-style="italic"/>
<substitute>
<names variable="editor"/>
<names variable="translator"/>
<text variable="title"/>
</substitute>
</names>
</macro>
<macro name="title">
<choose>
<if type="book report" match="any">
<text variable="title" font-style="italic"/>
</if>
<else>
<text variable="title"/>
</else>
</choose>
</macro>
<macro name="access">
<choose>
<if type="article-journal article-magazine article-newspaper bill book chapter graphic legal_case legislation motion_picture paper-conference report song thesis" match="none">
<text variable="container-title" font-style="italic" suffix=". "/>
<choose>
<if variable="URL">
<text variable="URL" prefix="&lt;" suffix="&gt;"/>
<group prefix=" (" suffix=")">
<date variable="accessed" delimiter=" ">
<date-part name="day"/>
<date-part name="month"/>
<date-part name="year"/>
</date>
</group>
</if>
</choose>
</if>
</choose>
</macro>
<macro name="publisher">
<group delimiter=", ">
<text variable="collection-title"/>
<text variable="collection-number" font-weight="bold"/>
<text variable="genre"/>
<text variable="publisher"/>
<text variable="publisher-place"/>
<choose>
<if type="book report thesis" match="any">
<text variable="number-of-pages" suffix=" pp"/>
</if>
</choose>
</group>
</macro>
<macro name="issued">
<choose>
<if variable="issued">
<group>
<date variable="issued">
<date-part name="year"/>
</date>
</group>
</if>
<else>
<text term="no date"/>
</else>
</choose>
</macro>
<macro name="issued-year">
<choose>
<if variable="issued">
<date variable="issued">
<date-part name="year"/>
</date>
</if>
<else>
<text term="no date" form="short"/>
</else>
</choose>
</macro>
<macro name="edition">
<choose>
<if type="bill book chapter graphic legal_case legislation motion_picture paper-conference report song" match="any">
<choose>
<if is-numeric="edition">
<number variable="edition" form="ordinal" prefix=". "/>
<text term="edition" form="long" prefix=" " suffix="."/>
</if>
<else>
<text variable="edition" suffix="." prefix=". "/>
</else>
</choose>
</if>
</choose>
</macro>
<macro name="locators">
<choose>
<if type="article-journal article-magazine article-newspaper" match="any">
<group delimiter=", " prefix=". ">
<text variable="container-title" font-style="italic"/>
<text variable="volume" font-weight="bold"/>
<text variable="page"/>
</group>
</if>
<else-if type="bill book chapter graphic legal_case legislation motion_picture paper-conference song" match="any">
<group prefix=". " delimiter=" ">
<label variable="page" form="short" text-case="capitalize-first" suffix=" "/>
<text variable="page"/>
<text term="in" suffix=":"/>
<text variable="container-title" text-case="title" font-style="italic"/>
<text macro="container-contributors" prefix="(" suffix=")"/>
</group>
</else-if>
</choose>
</macro>
<macro name="citation-locator">
<group>
<text variable="locator"/>
</group>
</macro>
<citation et-al-min="3" et-al-use-first="1" disambiguate-add-year-suffix="true" collapse="year-suffix">
<sort>
<key macro="issued-year"/>
<key macro="author"/>
</sort>
<layout prefix="(" suffix=")" delimiter="; ">
<group delimiter=", ">
<text macro="author-short"/>
<text macro="issued-year"/>
</group>
<text macro="citation-locator" prefix=":"/>
</layout>
</citation>
<bibliography hanging-indent="true" et-al-min="99" et-al-use-first="98" entry-spacing="1" line-spacing="1">
<sort>
<key macro="author" names-min="1" names-use-first="1"/>
<key macro="author-count" names-min="3" names-use-first="3"/>
<key macro="author" names-min="3" names-use-first="1"/>
<key macro="issued"/>
<key variable="title"/>
</sort>
<layout suffix=".">
<text macro="author" suffix="."/>
<text macro="issued" prefix=" (" suffix=") "/>
<text macro="title"/>
<text macro="locators"/>
<text macro="edition"/>
<group delimiter=". " prefix=". ">
<text macro="publisher"/>
<text macro="access"/>
</group>
</layout>
</bibliography>
</style>
You can’t perform that action at this time.