Created
April 11, 2011 10:18
-
-
Save fbennett/913322 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?> | |
| <style xmlns="http://purl.org/net/xbiblio/csl" xml:lang="en" class="in-text" > | |
| <info> | |
| <title>Schumpeter [revd] (dev)</title> | |
| <id>http://www.zotero.org/styles/agu-schumpeter</id> | |
| <link href="http://www.zotero.org/styles/agu"/> | |
| <author> | |
| <name>Pia Bergmann</name> | |
| </author> | |
| <category term="author-date"/> | |
| <category term="politics"/> | |
| <updated>2011-02-15</updated> | |
| <summary>Style for the Schumpeter Research Project of the German Institute of Global and Area Studies</summary> | |
| <link href="http://www.giga-hamburg.de/"/> | |
| </info> | |
| <macro name="editor"> | |
| <names variable="editor" delimiter=", "> | |
| <name name-as-sort-order="first" and="text" sort-separator=", " | |
| delimiter=", " form="long"/> | |
| <label form="short" prefix=" (" suffix=".)"/> | |
| </names> | |
| </macro> | |
| <macro name="anon"> | |
| <text term="anonymous" form="short" text-case="capitalize-first"/> | |
| </macro> | |
| <macro name="author"> | |
| <names variable="author"> | |
| <name name-as-sort-order="first" and="text" sort-separator=", " | |
| delimiter=", " form="long"/> | |
| <label form="long" text-case="capitalize-first"/> | |
| <substitute> | |
| <text macro="editor"/> | |
| <text macro="anon"/> | |
| </substitute> | |
| </names> | |
| </macro> | |
| <macro name="author-short"> | |
| <names variable="author"> | |
| <name form="short" and="text" delimiter=", " initialize-with=". "/> | |
| <substitute> | |
| <names variable="editor"/> | |
| <names variable="translator"/> | |
| <text macro="anon"/> | |
| </substitute> | |
| </names> | |
| </macro> | |
| <macro name="access"> | |
| <choose> | |
| <if variable="URL"> | |
| <text value="at:" suffix=" "/> | |
| <text variable="URL"/> | |
| <group prefix=" (" suffix=")."> | |
| <date variable="accessed"> | |
| <date-part name="day" suffix=" "/> | |
| <date-part name="month" suffix=" "/> | |
| <date-part name="year"/> | |
| </date> | |
| </group> | |
| </if> | |
| </choose> | |
| </macro> | |
| <macro name="title"> | |
| <choose> | |
| <if type="book"> | |
| <text variable="title" font-style="italic"/> | |
| </if> | |
| <else-if type="URL"> | |
| <text variable="title" font-style="italic"/> | |
| </else-if> | |
| <else> | |
| <text variable="title"/> | |
| </else> | |
| </choose> | |
| </macro> | |
| <macro name="publisher"> | |
| <group delimiter=": "> | |
| <text variable="publisher-place"/> | |
| <text variable="publisher"/> | |
| </group> | |
| </macro> | |
| <macro name="year-date"> | |
| <choose> | |
| <if variable="issued"> | |
| <date variable="issued"> | |
| <date-part name="year"/> | |
| </date> | |
| </if> | |
| <else> | |
| <text term="no date"/> | |
| </else> | |
| </choose> | |
| </macro> | |
| <macro name="published-date"> | |
| <choose> | |
| <if type="article-newspaper"> | |
| <date variable="issued"> | |
| <date-part name="day" form="ordinal" suffix=" "/> | |
| <date-part name="month" form="long"/> | |
| </date> | |
| </if> | |
| </choose> | |
| </macro> | |
| <macro name="edition"> | |
| <choose> | |
| <if is-numeric="edition"> | |
| <group delimiter=" "> | |
| <number variable="edition" form="ordinal"/> | |
| <text term="edition" form="short" suffix="."/> | |
| </group> | |
| </if> | |
| <else> | |
| <text variable="edition" suffix="."/> | |
| </else> | |
| </choose> | |
| </macro> | |
| <macro name="pages"> | |
| <text variable="page"/> | |
| </macro> | |
| <macro name="refpages"> | |
| <text variable="page"/> | |
| </macro> | |
| <macro name="doi"> | |
| <text variable="DOI" prefix="doi:"/> | |
| </macro> | |
| <macro name="container"> | |
| <group class="container" delimiter=", "> | |
| <group delimiter=" "> | |
| <text macro="editor" prefix="in: "/> | |
| <text term="" text-case="lowercase"/> | |
| <text variable="container-title" font-style="italic"/> | |
| </group> | |
| <group delimiter=" "> | |
| <text term="volume" form="short" suffix="."/> | |
| <text variable="volume"/> | |
| </group> | |
| </group> | |
| </macro> | |
| <citation> | |
| <option name="et-al-min" value="3"/> | |
| <option name="et-al-use-first" value="1"/> | |
| <option name="et-al-subsequent-min" value="3"/> | |
| <option name="et-al-subsequent-use-first" value="1"/> | |
| <option name="disambiguate-add-year-suffix" value="true"/> | |
| <option name="disambiguate-add-names" value="false"/> | |
| <option name="disambiguate-add-givenname" value="false"/> | |
| <option name="collapse" value="year"/> | |
| <sort> | |
| <key macro="author"/> | |
| <key macro="year-date"/> | |
| </sort> | |
| <layout prefix="(" suffix=")" delimiter="; "> | |
| <group delimiter=": "> | |
| <group delimiter=" "> | |
| <text macro="author-short"/> | |
| <text macro="year-date"/> | |
| </group> | |
| <text variable="locator"/> | |
| </group> | |
| </layout> | |
| </citation> | |
| <bibliography> | |
| <option name="hanging-indent" value="true"/> | |
| <option name="et-al-min" value="11"/> | |
| <option name="et-al-use-first" value="1"/> | |
| <sort> | |
| <key macro="author"/> | |
| <key macro="year-date"/> | |
| <key variable="title"/> | |
| </sort> | |
| <layout delimiter="; " suffix="." > | |
| <group delimiter=", "> | |
| <group delimiter=" "> | |
| <text macro="author" /> | |
| <text macro="year-date" prefix="(" suffix=")"/> | |
| </group> | |
| <choose> | |
| <if type="book"> | |
| <group delimiter=", " prefix=" "> | |
| <text macro="title"/> | |
| <group delimiter=" "> | |
| <text variable="collection-title"/> | |
| <text variable="collection-number"/> | |
| </group> | |
| <text macro="edition"/> | |
| <text macro="editor" /> | |
| <text variable="genre"/> | |
| <text macro="publisher"/> | |
| </group> | |
| </if> | |
| <else-if type="chapter"> | |
| <group delimiter=", " prefix=" "> | |
| <text macro="title"/> | |
| <text macro="container"/> | |
| <text macro="publisher"/> | |
| <text macro="refpages"/> | |
| </group> | |
| </else-if> | |
| <else-if type="thesis"> | |
| <group delimiter=", " prefix=" " suffix="."> | |
| <text macro="title"/> | |
| <text variable="genre"/> | |
| <text variable="page" suffix=" "/> | |
| <text macro="publisher"/> | |
| <date variable="issued"> | |
| <date-part name="day" suffix=" "/> | |
| <date-part name="month" form="long"/> | |
| </date> | |
| <else-if type="article-journal"> | |
| <group delimiter=" " prefix=" "> | |
| <text macro="title" suffix=", in:"/> | |
| <text macro="container"/> | |
| <text macro="refpages"/> | |
| </group> | |
| </else-if> | |
| </group> | |
| </else-if> | |
| <else> | |
| <group delimiter=", " suffix="," prefix=" "> | |
| <choose> | |
| <if type="webpage"> | |
| <text macro="title" font-style="italic"/> | |
| </if> | |
| <else> | |
| <text macro="title"/> | |
| </else> | |
| </choose> | |
| <text macro="editor"/> | |
| </group> | |
| <group class="container" prefix=" "> | |
| <text variable="container-title" font-style="italic" form="short"/> | |
| <group prefix=", " delimiter=", "> | |
| <group> | |
| <text variable="volume"/> | |
| <text variable="issue" prefix=", "/> | |
| <text macro="published-date"/> | |
| </group> | |
| <text macro="pages"/> | |
| <text macro="doi"/> | |
| </group> | |
| </group> | |
| </else> | |
| </choose> | |
| <text macro="access" /> | |
| </group> | |
| </layout> | |
| </bibliography> | |
| </style> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment