www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit a67f6167e38b32a3279c377c17ab7c7e76d28f16
parent ec527223ecd1fc87749fd237c414b75b3878f89e
Author: Elena Razlogova <elena.razlogova@gmail.com>
Date:   Tue, 22 Jan 2008 11:42:32 +0000

adds chicago note style without ibid


Diffstat:
Acsl/chicago-note-no-ibid.csl | 304++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 304 insertions(+), 0 deletions(-)

diff --git a/csl/chicago-note-no-ibid.csl b/csl/chicago-note-no-ibid.csl @@ -0,0 +1,304 @@ +<?xml version="1.0" encoding="UTF-8"?> +<?oxygen RNGSchema="http://xbiblio.svn.sourceforge.net/viewvc/*checkout*/xbiblio/csl/schema/trunk/csl.rnc" type="compact"?> +<style xmlns="http://purl.org/net/xbiblio/csl" class="note" xml:lang="en"> + <info> + <title>Chicago Manual of Style (Note without Bibliography, no Ibid.)</title> + <id>http://www.zotero.org/styles/chicago-note-no-ibid</id> + <link href="http://www.zotero.org/styles/chicago-note-no-ibid"/> + <link href="http://www.chicagomanualofstyle.org/tools_citationguide.html" rel="documentation"/> + <author> + <name>Julian Onions</name> + <email>julian.onions@gmail.com</email> + </author> + <contributor> + <name>Simon Kornblith</name> + <email>simon@simonster.com</email> + </contributor> + <contributor> + <name>Elena Razlogova</name> + <email>elena.razlogova@gmail.com</email> + </contributor> + <summary>Chicago format with full notes, no bibliography, and no ibid.</summary> + <category term="generic-base"/> + <category term="note"/> + <updated/> + </info> + <macro name="secondary-contributor"> + <group delimiter=", "> + <names variable="editor" delimiter=", "> + <label form="verb-short" prefix=" " text-case="lowercase" suffix=". "/> + <name and="text" delimiter=", "/> + </names> + <choose> + <if variable="author editor" match="any"> + <names variable="translator" delimiter=", "> + <label form="verb-short" prefix=" " text-case="lowercase" suffix=". "/> + <name and="text" delimiter=", "/> + </names> + </if> + </choose> + </group> + </macro> + <macro name="author"> + <names variable="author"> + <name and="text" sort-separator=", " delimiter=", "/> + <label form="verb-short" prefix=", " suffix="."/> + <substitute> + <names variable="editor"/> + <names variable="translator"/> + </substitute> + </names> + </macro> + <macro name="author-short"> + <names variable="author"> + <name form="short" and="text" delimiter=", "/> + <label form="verb-short" prefix=", " suffix="."/> + <substitute> + <names variable="editor"/> + <names variable="translator"/> + </substitute> + </names> + </macro> + <macro name="recipient"> + <names variable="recipient" delimiter=", "> + <label form="verb" prefix=" " text-case="lowercase" suffix=" "/> + <name and="text" delimiter=", "/> + </names> + </macro> + <macro name="recipient-short"> + <names variable="recipient"> + <label form="verb" prefix=" " text-case="lowercase" suffix=" "/> + <name form="short" and="text" delimiter=", "/> + </names> + </macro> + <macro name="interviewer"> + <names variable="interviewer" delimiter=", "> + <label form="verb" prefix=" " text-case="lowercase" suffix=" "/> + <name and="text" delimiter=", "/> + </names> + </macro> + <macro name="title"> + <choose> + <if variable="title" match="none"> + <text variable="genre"/> + </if> + <else-if type="book"> + <text variable="title" font-style="italic" text-case="title"/> + </else-if> + <else> + <text variable="title" quotes="true" text-case="title"/> + </else> + </choose> + </macro> + <macro name="title-short"> + <choose> + <if variable="title" match="none"> + <choose> + <if type="interview"> + <text term="interview" text-case="lowercase"/> + </if> + <else-if type="manuscript paper-conference" match="any"> + <text variable="genre" form="short"/> + </else-if> + <else-if type="personal_communication"> + <text macro="issued"/> + </else-if> + </choose> + </if> + <else-if type="book"> + <text variable="title" form="short" font-style="italic" text-case="title"/> + </else-if> + <else> + <text variable="title" form="short" quotes="true" text-case="title"/> + </else> + </choose> + </macro> + <macro name="description"> + <group delimiter=", "> + <text macro="interviewer"/> + <text variable="medium"/> + <choose> + <if variable="title" match="none"> </if> + <else-if type="thesis paper-conference" match="any"> </else-if> + <else> + <text variable="genre"/> + </else> + </choose> + </group> + </macro> + <macro name="container-prefix"> + <text term="in" text-case="lowercase" suffix=" "/> + </macro> + <macro name="locators"> + <choose> + <if type="article-journal"> + <text variable="volume" prefix=" "/> + <text variable="issue" prefix=", no. "/> + </if> + <else-if type="book"> + <group prefix=", " delimiter=", "> + <group> + <text term="volume" form="short" suffix=". "/> + <number variable="volume" form="numeric"/> + </group> + <choose> + <if variable="locator" match="none"> + <group> + <number variable="number-of-volumes" form="numeric"/> + <text term="volume" form="short" prefix=" " suffix="." plural="true"/> + </group> + </if> + </choose> + <text variable="edition"/> + </group> + </else-if> + </choose> + </macro> + <macro name="event"> + <group> + <text term="presented at" suffix=" "/> + <text variable="event"/> + </group> + </macro> + <macro name="publisher"> + <group delimiter=": "> + <text variable="publisher-place"/> + <text variable="publisher"/> + </group> + </macro> + <macro name="issued"> + <choose> + <if type="graphic report" match="any"> + <date variable="issued"> + <date-part name="month" suffix=" "/> + <date-part name="day" suffix=", "/> + <date-part name="year"/> + </date> + </if> + <else-if type="book chapter thesis" match="any"> + <date variable="issued"> + <date-part name="year"/> + </date> + </else-if> + <else> + <date variable="issued"> + <date-part name="month" suffix=" "/> + <date-part name="day" suffix=", "/> + <date-part name="year"/> + </date> + </else> + </choose> + </macro> + <macro name="issue"> + <choose> + <if type="article-journal"> + <text macro="issued" prefix=" (" suffix=")"/> + </if> + <else-if variable="publisher-place publisher" match="any"> + <group prefix=" (" suffix=")" delimiter=", "> + <group delimiter=" "> + <choose> + <if variable="title" match="none"> </if> + <else-if type="thesis paper-conference" match="any"> + <text variable="genre"/> + </else-if> + </choose> + <text macro="event"/> + </group> + <text macro="publisher"/> + <text macro="issued"/> + </group> + </else-if> + <else> + <text macro="issued" prefix=", "/> + </else> + </choose> + </macro> + <macro name="locator"> + <choose> + <if type="article-newspaper"> + <group delimiter=", "> + <group> + <text variable="edition" suffix=" "/> + <text term="edition" prefix=" "/> + </group> + <group> + <text term="section" form="short" suffix=". "/> + <text variable="section"/> + </group> + </group> + </if> + </choose> + <choose> + <if variable="locator" match="none"> + <choose> + <if type="article-journal article-magazine chapter" match="any"> + <text variable="page" prefix=", "/> + </if> + </choose> + </if> + <else-if type="article-journal"> + <text variable="locator" prefix=": "/> + </else-if> + <else> + <text variable="locator" prefix=", "/> + </else> + </choose> + </macro> + <macro name="archive"> + <group delimiter=", "> + <text variable="archive_location"/> + <text variable="archive"/> + <text variable="archive-place"/> + </group> + </macro> + <macro name="access"> + <group delimiter=", "> + <text macro="archive"/> + <text variable="URL"/> + </group> + </macro> + <citation> + <option name="et-al-min" value="4"/> + <option name="et-al-use-first" value="1"/> + <option name="et-al-subsequent-min" value="4"/> + <option name="et-al-subsequent-use-first" value="1"/> + <option name="disambiguate-add-year-suffix" value="true"/> + <option name="disambiguate-add-names" value="true"/> + <option name="disambiguate-add-givenname" value="true"/> + <layout prefix="" suffix="." delimiter="; "> + <choose> + <if position="subsequent"> + <group delimiter=", "> + <group> + <text macro="author-short"/> + <text macro="recipient-short"/> + </group> + <text macro="title-short"/> + <text variable="locator"/> + </group> + </if> + <else> + <group delimiter=", "> + <group> + <text macro="author"/> + <text macro="recipient"/> + </group> + <text macro="title"/> + <text macro="description"/> + <group> + <text macro="container-prefix"/> + <text variable="container-title" font-style="italic"/> + </group> + <text macro="secondary-contributor"/> + </group> + <text macro="locators"/> + <text variable="collection-title" prefix=", "/> + <text macro="issue"/> + <text macro="locator"/> + <text macro="access" prefix=", "/> + </else> + </choose> + </layout> + </citation> +</style>