Skip to content
Permalink
Branch: master
Find file Copy path
Fetching contributors…
Cannot retrieve contributors at this time
203 lines (202 sloc) 7.53 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>American Journal of Science</title>
<title-short>AJS</title-short>
<id>http://www.zotero.org/styles/american-journal-of-science</id>
<link href="http://www.zotero.org/styles/american-journal-of-science" rel="self"/>
<link href="http://www.zotero.org/styles/us-geological-survey" rel="template"/>
<link href="http://www.ajsonline.org/site/misc/ifora.xhtml" rel="documentation"/>
<author>
<name>Patrick O'Brien, PhD</name>
<email>obrienpat86@gmail.com</email>
</author>
<category citation-format="author-date"/>
<category field="geology"/>
<issn>0002-9599</issn>
<eissn>1945-452x</eissn>
<summary>Style for AJS based on the US Geological Survey Style.</summary>
<updated>2016-12-28T16:01:03+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-translator">
<names variable="editor translator" prefix="(" suffix=")" delimiter=", ">
<name and="symbol" initialize-with=". " delimiter=", "/>
<et-al term="and others"/>
<label form="short" prefix=", " text-case="capitalize-first"/>
</names>
</macro>
<macro name="author">
<names variable="author">
<name and="text" delimiter-precedes-last="always" initialize-with=". " name-as-sort-order="all"/>
<et-al term="and others"/>
<label prefix=", "/>
<substitute>
<names variable="editor"/>
<names variable="translator"/>
<text variable="title"/>
</substitute>
</names>
</macro>
<macro name="author-short">
<names variable="author">
<name form="short" and="text" delimiter=", " initialize-with="."/>
<et-al term="and others"/>
<substitute>
<names variable="editor"/>
<names variable="translator"/>
<text variable="title" form="short"/>
</substitute>
</names>
</macro>
<macro name="publisher">
<group delimiter=", ">
<text variable="publisher"/>
<text variable="publisher-place"/>
</group>
</macro>
<citation et-al-min="3" et-al-use-first="1" disambiguate-add-year-suffix="true" disambiguate-add-names="false" disambiguate-add-givenname="false">
<sort>
<key macro="author-short"/>
<key variable="issued"/>
</sort>
<layout prefix="(" suffix=")" delimiter="; ">
<group delimiter=", ">
<text macro="author-short"/>
<date variable="issued">
<date-part name="year"/>
</date>
<group>
<label variable="locator" form="short"/>
<text variable="locator" prefix=" "/>
</group>
</group>
</layout>
</citation>
<bibliography hanging-indent="true" et-al-min="15" et-al-use-first="14">
<sort>
<key macro="author-short"/>
<key variable="issued"/>
<key variable="title"/>
</sort>
<layout suffix=".">
<group delimiter=", ">
<text macro="author"/>
<date variable="issued" suffix=",">
<date-part name="year"/>
</date>
</group>
<choose>
<if type="report">
<group prefix=" " delimiter=", ">
<group delimiter=" ">
<text variable="title" suffix=":"/>
<text variable="publisher"/>
<text variable="collection-title"/>
<text variable="number"/>
</group>
<group>
<text variable="page" suffix=" "/>
<label variable="page" form="short" plural="never"/>
</group>
<group prefix=" ">
<text term="accessed"/>
<group prefix=" " suffix=",">
<date variable="accessed">
<date-part name="month" form="long" suffix=" "/>
<date-part name="day" form="numeric" suffix=", "/>
<date-part name="year" form="long"/>
</date>
</group>
<group prefix=" ">
<text term="at"/>
<text variable="container-title" prefix=" "/>
</group>
<group prefix=" ">
<text term="at"/>
<text variable="URL" prefix=" "/>
</group>
</group>
</group>
</if>
<else-if type="bill book graphic legal_case legislation motion_picture song" match="any">
<group suffix=":">
<text variable="title" prefix=" "/>
<text macro="editor-translator" prefix=" "/>
</group>
<group prefix=" " suffix="." delimiter=", ">
<text variable="collection-title"/>
<text macro="publisher"/>
<text variable="number-of-pages" suffix=" p."/>
</group>
</else-if>
<else-if type="webpage">
<group prefix=" " delimiter=", ">
<text variable="title"/>
<group delimiter=" ">
<text term="accessed"/>
<date variable="accessed">
<date-part name="month" form="long" suffix=" "/>
<date-part name="day" form="numeric" suffix=", "/>
<date-part name="year" form="long"/>
</date>
</group>
<group delimiter=" ">
<group delimiter=" ">
<text term="at"/>
<text variable="container-title"/>
</group>
<group delimiter=" ">
<text term="at"/>
<text variable="URL"/>
</group>
</group>
</group>
</else-if>
<else-if type="chapter paper-conference" match="any">
<text variable="title" prefix=" "/>
<group prefix=", ">
<text term="in" font-style="italic"/>
<names variable="editor translator" prefix=" " suffix="," delimiter=", ">
<name and="text" initialize-with=". " name-as-sort-order="all"/>
<et-al term="and others"/>
<label form="short" prefix=" "/>
</names>
<text variable="event" prefix=" " suffix=" &#8211;"/>
<text variable="container-title" prefix=" " suffix=":"/>
<group suffix=".">
<text macro="publisher" prefix=" "/>
<group prefix=", ">
<label plural="never" suffix=" " variable="page" form="short"/>
<text variable="page"/>
</group>
</group>
</group>
</else-if>
<else-if type="map">
<text variable="title" prefix=" "/>
<text variable="collection-title" prefix=": "/>
<text variable="note" prefix=", scale "/>
</else-if>
<else-if type="speech">
<text variable="title" prefix=" " suffix=":"/>
<text variable="event" prefix=" "/>
<text variable="event-place" prefix=", "/>
</else-if>
<else>
<group suffix=":">
<text variable="title" prefix=" "/>
<text macro="editor-translator" prefix=" "/>
</group>
<group prefix=" " suffix="." delimiter=", ">
<text variable="container-title"/>
<group delimiter=", ">
<text variable="volume" prefix="v. "/>
</group>
<text variable="page" prefix="p. "/>
</group>
</else>
</choose>
</layout>
</bibliography>
</style>
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session.