Permalink
Please
sign in to comment.
@@ -0,0 +1,169 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<style xmlns="http://purl.org/net/xbiblio/csl" class="note" version="1.0" demote-non-dropping-particle="sort-only" default-locale="en-US"> | ||
<info> | ||
<title>Comparative Politics</title> | ||
<id>http://www.zotero.org/styles/comparative-politics</id> | ||
<link href="http://www.zotero.org/styles/comparative-politics" rel="self"/> | ||
<link href="http://www.zotero.org/styles/cultural-geographies" rel="template"/> | ||
<link href="http://jcp.gc.cuny.edu/submission/style-sheet/" rel="documentation"/> | ||
<author> | ||
<name>Patrick O'Brien</name> | ||
<email>obrienpat86@gmail.com</email> | ||
</author> | ||
<category citation-format="note"/> | ||
<category field="political_science"/> | ||
<category field="social_science"/> | ||
<issn>0010-4159</issn> | ||
<updated>2017-07-30T15:50:21+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="author"> | ||
<names variable="author"> | ||
<name and="text" delimiter-precedes-last="never" initialize="false" sort-separator=" "/> | ||
<label form="short" prefix=", "/> | ||
<substitute> | ||
<names variable="editor"/> | ||
<names variable="translator"/> | ||
</substitute> | ||
</names> | ||
</macro> | ||
<macro name="editor"> | ||
<names variable="editor"> | ||
<name and="text" delimiter-precedes-last="never"/> | ||
<label form="short" strip-periods="false" prefix=", "/> | ||
</names> | ||
</macro> | ||
<macro name="year-date"> | ||
<choose> | ||
<if variable="issued"> | ||
<choose> | ||
<if type="article-journal" match="any"> | ||
<date date-parts="year-month" form="text" variable="issued"/> | ||
</if> | ||
<else> | ||
<date date-parts="year" form="text" variable="issued"/> | ||
</else> | ||
</choose> | ||
</if> | ||
<else> | ||
<text term="no date" form="short"/> | ||
</else> | ||
</choose> | ||
</macro> | ||
<macro name="access"> | ||
<choose> | ||
<if variable="URL"> | ||
<group delimiter=". "> | ||
<group delimiter=": "> | ||
<text term="available at" text-case="capitalize-first"/> | ||
<text variable="URL"/> | ||
</group> | ||
<group prefix="[" suffix="]" delimiter=": "> | ||
<text term="accessed" text-case="capitalize-first"/> | ||
<date variable="accessed"> | ||
<date-part name="day" form="numeric-leading-zeros" suffix="-"/> | ||
<date-part name="month" form="short" suffix="-" strip-periods="true"/> | ||
<date-part name="year" form="long"/> | ||
</date> | ||
</group> | ||
</group> | ||
</if> | ||
</choose> | ||
</macro> | ||
<macro name="publisher"> | ||
<group delimiter=", " prefix=" (" suffix=")"> | ||
<group delimiter=": "> | ||
<text variable="publisher" form="long"/> | ||
<text variable="publisher-place" form="long"/> | ||
</group> | ||
<text macro="year-date"/> | ||
</group> | ||
</macro> | ||
<macro name="edition"> | ||
<choose> | ||
<if is-numeric="edition"> | ||
<group delimiter=" "> | ||
<number variable="edition" form="ordinal"/> | ||
<text term="edition" form="short"/> | ||
</group> | ||
</if> | ||
<else> | ||
<text variable="edition"/> | ||
</else> | ||
</choose> | ||
</macro> | ||
<citation> | ||
<layout delimiter="; " suffix="."> | ||
<text macro="author" suffix=", "/> | ||
<choose> | ||
<if type="bill book graphic legal_case legislation motion_picture report song" match="any"> | ||
<group> | ||
<group delimiter=", "> | ||
<text variable="title" font-style="italic"/> | ||
<text macro="edition"/> | ||
</group> | ||
<text macro="publisher"/> | ||
</group> | ||
</if> | ||
<else-if type="chapter paper-conference" match="any"> | ||
<text variable="title" quotes="true" suffix=", "/> | ||
<text term="in" suffix=" "/> | ||
<group delimiter=", "> | ||
<text macro="editor"/> | ||
<text variable="container-title" text-case="title" font-style="italic"/> | ||
<text macro="edition"/> | ||
</group> | ||
<group delimiter=", "> | ||
<text macro="publisher"/> | ||
<text variable="page"/> | ||
</group> | ||
</else-if> | ||
<else-if type="webpage"> | ||
<group delimiter=", " suffix="."> | ||
<text variable="title"/> | ||
<text variable="container-title" font-style="italic"/> | ||
<text macro="year-date"/> | ||
</group> | ||
<text macro="access" prefix=". "/> | ||
</else-if> | ||
<else-if type="patent"> | ||
<group delimiter=", "> | ||
<text variable="title"/> | ||
<text variable="number"/> | ||
<text macro="year-date"/> | ||
</group> | ||
</else-if> | ||
<else-if type="thesis"> | ||
<group delimiter=" "> | ||
<text variable="title"/> | ||
<group delimiter=", " prefix="(" suffix=")"> | ||
<text variable="genre"/> | ||
<text variable="publisher"/> | ||
<text macro="year-date"/> | ||
</group> | ||
</group> | ||
</else-if> | ||
<else-if type="article article-journal" match="any"> | ||
<group delimiter=", "> | ||
<text variable="title" quotes="true" suffix=","/> | ||
<text variable="container-title" text-case="title" font-style="italic"/> | ||
<group delimiter=" "> | ||
<text variable="volume" font-weight="normal"/> | ||
<text macro="year-date" prefix="(" suffix=")"/> | ||
</group> | ||
<text variable="page" form="short"/> | ||
</group> | ||
</else-if> | ||
<else> | ||
<group delimiter=", "> | ||
<text variable="title" quotes="true" suffix=","/> | ||
<text variable="container-title" text-case="title" font-style="italic"/> | ||
<text variable="volume" font-weight="normal"/> | ||
<text macro="year-date"/> | ||
<text variable="page" form="short"/> | ||
</group> | ||
</else> | ||
</choose> | ||
</layout> | ||
</citation> | ||
</style> |
0 comments on commit
3987029