Permalink
Join GitHub today
GitHub is home to over 36 million developers working together to host and review code, manage projects, and build software together.
Sign up
Fetching contributors…
Cannot retrieve contributors at this time
<?xml version="1.0" encoding="utf-8"?> | |
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" delimiter-precedes-et-al="never" delimiter-precedes-last="never" et-al-min="3" et-al-use-first="1" initialize-with=" " demote-non-dropping-particle="sort-only" default-locale="en-US"> | |
<info> | |
<title>Antipode</title> | |
<id>http://www.zotero.org/styles/antipode</id> | |
<link href="http://www.zotero.org/styles/antipode" rel="self"/> | |
<link href="https://mc.manuscriptcentral.com/societyimages/anti/Final%20format%20(papers).doc" rel="documentation"/> | |
<author> | |
<name>Keith Miyake</name> | |
<email>keith.miyake@gmail.com</email> | |
<uri>https://keithmiyake.info</uri> | |
</author> | |
<category citation-format="author-date"/> | |
<category field="geography"/> | |
<issn>0066-4812</issn> | |
<eissn>1467-8330</eissn> | |
<summary>Antipode stylesheet based on template at https://mc.manuscriptcentral.com/societyimages/anti/Final%20format%20(papers).doc</summary> | |
<updated>2018-05-27T23:37:39+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 xml:lang="en-US"> | |
<terms> | |
<term name="et-al">et al</term> | |
</terms> | |
</locale> | |
<macro name="no-author"> | |
<text macro="title" strip-periods="false"/> | |
</macro> | |
<macro name="author"> | |
<names variable="author"> | |
<name and="text" delimiter-precedes-last="never" et-al-min="3" et-al-use-first="1" initialize-with=" " name-as-sort-order="all" sort-separator=" "/> | |
<label form="short" prefix=" "/> | |
</names> | |
</macro> | |
<macro name="author-short"> | |
<names variable="author"> | |
<name form="short" and="text" delimiter-precedes-last="never" et-al-min="3" et-al-use-first="1"/> | |
<substitute> | |
<names variable="translator"/> | |
<text macro="no-author"/> | |
</substitute> | |
</names> | |
</macro> | |
<macro name="container"> | |
<choose> | |
<if type="chapter paper-conference" match="any"> | |
<text term="in" text-case="capitalize-first" suffix=" "/> | |
<names variable="editor translator" delimiter=", " suffix=" "> | |
<name and="text" delimiter-precedes-last="never" initialize-with=" " name-as-sort-order="all" sort-separator=" "/> | |
<label form="short" prefix=" (" suffix=")" strip-periods="true"/> | |
</names> | |
</if> | |
</choose> | |
</macro> | |
<macro name="website"> | |
<choose> | |
<if variable="URL" type="webpage"> | |
<group> | |
<text variable="URL"/> | |
<date variable="accessed" prefix=" (last accessed " suffix=")"> | |
<date-part name="day" form="numeric-leading-zeros" suffix=" "/> | |
<date-part name="month" suffix=" "/> | |
<date-part name="year"/> | |
</date> | |
</group> | |
</if> | |
</choose> | |
</macro> | |
<macro name="title"> | |
<choose> | |
<if type="bill book graphic legal_case motion_picture song" match="any"> | |
<text variable="title" font-style="italic"/> | |
</if> | |
<else-if type="manuscript pamphlet paper-conference report speech thesis" match="any"> | |
<text variable="title" font-style="normal" prefix=""" suffix="""/> | |
</else-if> | |
<else> | |
<text variable="title"/> | |
</else> | |
</choose> | |
</macro> | |
<macro name="publisher"> | |
<choose> | |
<if type="thesis"> | |
<group delimiter=", "> | |
<text variable="genre"/> | |
<text variable="publisher-place"/> | |
<text variable="publisher"/> | |
</group> | |
</if> | |
<else> | |
<text variable="genre" suffix=". "/> | |
<group delimiter=": "> | |
<text variable="publisher-place"/> | |
<text variable="publisher"/> | |
</group> | |
</else> | |
</choose> | |
</macro> | |
<macro name="event"> | |
<choose> | |
<if variable="event"> | |
<text term="presented at" prefix="paper " suffix=" "/> | |
<text variable="event"/> | |
</if> | |
</choose> | |
</macro> | |
<macro name="year-date"> | |
<choose> | |
<if variable="issued"> | |
<group> | |
<date variable="issued"> | |
<date-part name="year"/> | |
</date> | |
<choose> | |
<if match="any" variable="original-date"> | |
<date date-parts="year" form="numeric" variable="original-date" prefix=" [" suffix="]"/> | |
</if> | |
</choose> | |
</group> | |
</if> | |
<else> | |
<choose> | |
<if match="any" variable="original-date"> | |
<date date-parts="year" form="numeric" variable="original-date"/> | |
</if> | |
<else> | |
<text term="no date" form="short" text-case="uppercase" strip-periods="true" prefix=" [" suffix="]"/> | |
</else> | |
</choose> | |
</else> | |
</choose> | |
</macro> | |
<macro name="edition"> | |
<choose> | |
<if is-numeric="edition"> | |
<group delimiter=" "> | |
<number variable="edition" form="ordinal"/> | |
<text term="edition" strip-periods="true"/> | |
</group> | |
</if> | |
<else> | |
<text variable="edition" suffix="."/> | |
</else> | |
</choose> | |
</macro> | |
<macro name="locators"> | |
<choose> | |
<if type="article-journal article-magazine" match="any"> | |
<group delimiter=":" prefix=" "> | |
<group> | |
<text variable="volume"/> | |
<text variable="issue" prefix="(" suffix=")"/> | |
</group> | |
<text variable="page"/> | |
</group> | |
</if> | |
<else-if type="article-newspaper"> | |
<group delimiter=", " prefix=", "> | |
<date variable="issued"> | |
<date-part name="day"/> | |
<date-part name="month" form="long" prefix=" "/> | |
</date> | |
<group delimiter=" "> | |
<label variable="page"/> | |
<text variable="page"/> | |
</group> | |
</group> | |
</else-if> | |
<else-if type="legal_case" match="any"> | |
<text variable="page" prefix=" " suffix=" "/> | |
<group delimiter=" " prefix="(" suffix=")"> | |
<text variable="authority"/> | |
<text macro="year-date"/> | |
</group> | |
</else-if> | |
<else-if type="chapter" match="any"/> | |
<else> | |
<text variable="page" prefix=" "/> | |
</else> | |
</choose> | |
</macro> | |
<macro name="court-vol"> | |
<choose> | |
<if type="legal_case" match="any"> | |
<text variable="volume" form="short"/> | |
</if> | |
</choose> | |
</macro> | |
<macro name="chapter-pages"> | |
<choose> | |
<if type="chapter" match="any"> | |
<text variable="page" prefix="(pp " suffix=")."/> | |
</if> | |
</choose> | |
</macro> | |
<macro name="container-title"> | |
<choose> | |
<if type="legal_case webpage" match="any"> | |
<text variable="container-title"/> | |
</if> | |
<else> | |
<text variable="container-title" font-style="italic"/> | |
</else> | |
</choose> | |
</macro> | |
<macro name="sort-title-author"> | |
<choose> | |
<if match="any" variable="author"> | |
<text macro="author"/> | |
</if> | |
<else> | |
<text macro="no-author"/> | |
</else> | |
</choose> | |
</macro> | |
<citation et-al-min="3" et-al-use-first="1" disambiguate-add-year-suffix="true" disambiguate-add-names="true" disambiguate-add-givenname="true" givenname-disambiguation-rule="primary-name" collapse="year-suffix"> | |
<sort> | |
<key macro="sort-title-author"/> | |
<key macro="year-date"/> | |
</sort> | |
<layout delimiter="; " prefix="(" suffix=")"> | |
<group delimiter=" "> | |
<text macro="author-short"/> | |
<text macro="year-date"/> | |
</group> | |
<text variable="locator" prefix=":"/> | |
</layout> | |
</citation> | |
<bibliography entry-spacing="1" line-spacing="2"> | |
<sort> | |
<key macro="sort-title-author"/> | |
<key macro="year-date"/> | |
</sort> | |
<layout> | |
<choose> | |
<if type="legal_case" match="any"> | |
<text macro="title" suffix=". "/> | |
</if> | |
<else-if match="any" variable="author"> | |
<group delimiter=" "> | |
<text macro="author"/> | |
<text macro="year-date" prefix="(" suffix=")"/> | |
<text macro="title" suffix=". "/> | |
<text macro="edition" prefix="(" suffix=")"/> | |
</group> | |
</else-if> | |
</choose> | |
<text macro="container"/> | |
<group delimiter=" "> | |
<text macro="court-vol"/> | |
<text macro="container-title"/> | |
<text macro="event"/> | |
<text macro="chapter-pages"/> | |
<text macro="publisher"/> | |
</group> | |
<text macro="locators"/> | |
<text macro="website" prefix=". "/> | |
</layout> | |
</bibliography> | |
</style> |