corrected metadata, corrected pretty-printing

This commit is contained in:
Bruce D'Arcus 2008-01-17 20:38:13 +00:00
parent 22e09b644b
commit fa5c153daa

View File

@ -1,4 +1,6 @@
<style xmlns="http://purl.org/net/xbiblio/csl" class="note" xml:lang="en"> <?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> <info>
<title>Chicago Manual of Style (Note without Bibliography)</title> <title>Chicago Manual of Style (Note without Bibliography)</title>
<id>http://www.zotero.org/styles/chicago-note</id> <id>http://www.zotero.org/styles/chicago-note</id>
@ -10,16 +12,16 @@
</author> </author>
<contributor> <contributor>
<name>Simon Kornblith</name> <name>Simon Kornblith</name>
<email>simon@simonster.com</email> <email>simon@simonster.com</email>
</contributor> </contributor>
<contributor> <contributor>
<name>Elena Razlogova</name> <name>Elena Razlogova</name>
<email>elena.razlogova@gmail.com</email> <email>elena.razlogova@gmail.com</email>
</contributor> </contributor>
<summary>Chicago format with full notes and no bibliography</summary> <summary>Chicago format with full notes and no bibliography</summary>
<category term="generic-base"/> <category term="generic-base"/>
<category term="numeric"/> <category term="note"/>
<updated></updated> <updated/>
</info> </info>
<macro name="editor-translator"> <macro name="editor-translator">
<names variable="editor translator" delimiter=", "> <names variable="editor translator" delimiter=", ">
@ -30,42 +32,40 @@
<macro name="editor-translator-short"> <macro name="editor-translator-short">
<choose> <choose>
<if variable="author"> <if variable="author">
<names variable="editor translator" delimiter=", "> <names variable="editor translator" delimiter=", ">
<label form="short" prefix=" " text-case="lowercase" suffix=". "/> <label form="short" prefix=" " text-case="lowercase" suffix=". "/>
<name and="text" delimiter=", "/> <name and="text" delimiter=", "/>
</names> </names>
</if> </if>
</choose> </choose>
</macro> </macro>
<macro name="author"> <macro name="author">
<names variable="author"> <names variable="author">
<name and="text" sort-separator=", " <name and="text" sort-separator=", " delimiter=", "/>
delimiter=", "/>
<label form="short" prefix=", " suffix="."/> <label form="short" prefix=", " suffix="."/>
<substitute> <substitute>
<names variable="editor"/> <names variable="editor"/>
<names variable="translator"/> <names variable="translator"/>
</substitute> </substitute>
</names> </names>
</macro> </macro>
<macro name="author-full"> <macro name="author-full">
<names variable="author"> <names variable="author">
<name and="text" sort-separator=", " <name and="text" sort-separator=", " delimiter=", "/>
delimiter=", "/>
<label form="short" prefix=", " suffix="."/> <label form="short" prefix=", " suffix="."/>
<substitute> <substitute>
<names variable="editor"/> <names variable="editor"/>
<names variable="translator"/> <names variable="translator"/>
</substitute> </substitute>
</names> </names>
</macro> </macro>
<macro name="author-short"> <macro name="author-short">
<names variable="author"> <names variable="author">
<name form="short" and="text" delimiter=", " /> <name form="short" and="text" delimiter=", "/>
<label form="short" prefix=", " suffix="."/> <label form="short" prefix=", " suffix="."/>
<substitute> <substitute>
<names variable="editor"/> <names variable="editor"/>
<names variable="translator"/> <names variable="translator"/>
</substitute> </substitute>
</names> </names>
</macro> </macro>
@ -76,9 +76,9 @@
</names> </names>
</macro> </macro>
<macro name="recipient-short"> <macro name="recipient-short">
<names variable="recipient"> <names variable="recipient">
<label form="verb" prefix=" " text-case="lowercase" suffix=" "/> <label form="verb" prefix=" " text-case="lowercase" suffix=" "/>
<name form="short" and="text" delimiter=", " /> <name form="short" and="text" delimiter=", "/>
</names> </names>
</macro> </macro>
<macro name="interviewer"> <macro name="interviewer">
@ -91,25 +91,25 @@
<group> <group>
<text variable="URL"/> <text variable="URL"/>
<group prefix=" (" suffix=")" delimiter=" "> <group prefix=" (" suffix=")" delimiter=" ">
<text term="accessed" text-case="lowercase" suffix=" "/> <text term="accessed" text-case="lowercase" suffix=" "/>
<date variable="accessed" suffix=", "> <date variable="accessed" suffix=", ">
<date-part name="month" suffix=" "/> <date-part name="month" suffix=" "/>
<date-part name="day" suffix=", "/> <date-part name="day" suffix=", "/>
<date-part name="year"/> <date-part name="year"/>
</date> </date>
</group> </group>
</group> </group>
</macro> </macro>
<macro name="title"> <macro name="title">
<choose> <choose>
<if variable="title" match="none"> <if variable="title" match="none">
<text variable="genre"/> <text variable="genre"/>
</if> </if>
<else-if type="book"> <else-if type="book">
<text variable="title" font-style="italic" text-case="title"/> <text variable="title" font-style="italic" text-case="title"/>
</else-if> </else-if>
<else> <else>
<text variable="title" quotes="true" text-case="title"/> <text variable="title" quotes="true" text-case="title"/>
</else> </else>
</choose> </choose>
</macro> </macro>
@ -118,121 +118,118 @@
<if variable="title" match="none"> <if variable="title" match="none">
<choose> <choose>
<if type="interview"> <if type="interview">
<text term="interview" text-case="lowercase"/> <text term="interview" text-case="lowercase"/>
</if> </if>
<else-if type="manuscript paper-conference" match="any"> <else-if type="manuscript paper-conference" match="any">
<text variable="genre" form="short"/> <text variable="genre" form="short"/>
</else-if> </else-if>
<else-if type="personal_communication"> <else-if type="personal_communication">
<text macro="issued"/> <text macro="issued"/>
</else-if> </else-if>
</choose> </choose>
</if> </if>
<else-if type="book"> <else-if type="book">
<text variable="title" form="short" font-style="italic" text-case="title"/> <text variable="title" form="short" font-style="italic" text-case="title"/>
</else-if> </else-if>
<else> <else>
<text variable="title" form="short" quotes="true" text-case="title"/> <text variable="title" form="short" quotes="true" text-case="title"/>
</else> </else>
</choose> </choose>
</macro> </macro>
<macro name="genre-medium"> <macro name="genre-medium">
<group delimiter=", "> <group delimiter=", ">
<text macro="interviewer"/> <text macro="interviewer"/>
<text variable="medium"/> <text variable="medium"/>
<choose> <choose>
<if variable="title" match="none"> <if variable="title" match="none"> </if>
</if> <else-if type="thesis paper-conference" match="any"> </else-if>
<else-if type="thesis paper-conference" match="any"> <else>
</else-if> <text variable="genre"/>
<else> </else>
<text variable="genre"/> </choose>
</else>
</choose>
</group> </group>
</macro> </macro>
<macro name="container"> <macro name="container">
<group delimiter=", "> <group delimiter=", ">
<group delimiter=" "> <group delimiter=" ">
<choose> <choose>
<if type="chapter"> <if type="chapter">
<text term="in" text-case="lowercase"/> <text term="in" text-case="lowercase"/>
</if> </if>
</choose> </choose>
<text variable="container-title" font-style="italic"/> <text variable="container-title" font-style="italic"/>
</group> </group>
<text macro="editor-translator"/> <text macro="editor-translator"/>
<text variable="collection-title"/> <text variable="collection-title"/>
</group> </group>
</macro> </macro>
<macro name="issued"> <macro name="issued">
<choose> <choose>
<if type="graphic report" match="any"> <if type="graphic report" match="any">
<date variable="issued"> <date variable="issued">
<date-part name="month" suffix=" "/> <date-part name="month" suffix=" "/>
<date-part name="day" suffix=", "/> <date-part name="day" suffix=", "/>
<date-part name="year"/> <date-part name="year"/>
</date> </date>
</if> </if>
<else-if type="book chapter thesis" match="any"> <else-if type="book chapter thesis" match="any">
<date variable="issued"> <date variable="issued">
<date-part name="year"/> <date-part name="year"/>
</date> </date>
</else-if> </else-if>
<else> <else>
<date variable="issued"> <date variable="issued">
<date-part name="month" suffix=" "/> <date-part name="month" suffix=" "/>
<date-part name="day" suffix=", "/> <date-part name="day" suffix=", "/>
<date-part name="year"/> <date-part name="year"/>
</date> </date>
</else> </else>
</choose> </choose>
</macro> </macro>
<macro name="issue"> <macro name="issue">
<choose> <choose>
<if type="article-journal"> <if type="article-journal">
<text variable="volume" prefix=" "/> <text variable="volume" prefix=" "/>
<text variable="issue" prefix=", no. "/> <text variable="issue" prefix=", no. "/>
<text macro="issued" prefix=" (" suffix=")"/> <text macro="issued" prefix=" (" suffix=")"/>
</if> </if>
<else-if variable="publisher-place publisher" match="any"> <else-if variable="publisher-place publisher" match="any">
<group prefix=" (" suffix=")" delimiter=", "> <group prefix=" (" suffix=")" delimiter=", ">
<group delimiter=" "> <group delimiter=" ">
<choose> <choose>
<if variable="title" match="none"> <if variable="title" match="none"> </if>
</if> <else-if type="thesis paper-conference" match="any">
<else-if type="thesis paper-conference" match="any"> <text variable="genre"/>
<text variable="genre"/> </else-if>
</else-if> </choose>
</choose> <choose>
<choose> <if variable="event">
<if variable="event"> <text term="presented at" suffix=" "/>
<text term="presented at" suffix=" "/> <text variable="event"/>
<text variable="event"/> </if>
</if> </choose>
</choose>
</group> </group>
<group delimiter=": "> <group delimiter=": ">
<text variable="publisher-place"/> <text variable="publisher-place"/>
<text variable="publisher"/> <text variable="publisher"/>
</group> </group>
<text macro="issued"/> <text macro="issued"/>
</group> </group>
</else-if> </else-if>
<else> <else>
<text macro="issued" prefix=", "/> <text macro="issued" prefix=", "/>
</else> </else>
</choose> </choose>
</macro> </macro>
<macro name="locator"> <macro name="locator">
<choose> <choose>
<if type="article-journal"> <if type="article-journal">
<text variable="locator" prefix=": "/> <text variable="locator" prefix=": "/>
</if> </if>
<else> <else>
<text variable="locator" prefix=", "/> <text variable="locator" prefix=", "/>
</else> </else>
</choose> </choose>
</macro> </macro>
<macro name="archive"> <macro name="archive">
<group delimiter=", "> <group delimiter=", ">
@ -251,50 +248,51 @@
<option name="disambiguate-add-givenname" value="true"/> <option name="disambiguate-add-givenname" value="true"/>
<layout prefix="" suffix="." delimiter="; "> <layout prefix="" suffix="." delimiter="; ">
<choose> <choose>
<if position="ibid-with-locator"> <if position="ibid-with-locator">
<group delimiter=", "> <group delimiter=", ">
<text term="ibid" text-case="capitalize-first" suffix="."/> <text term="ibid" text-case="capitalize-first" suffix="."/>
<text variable="locator"/> <text variable="locator"/>
</group> </group>
</if> </if>
<else-if position="ibid"> <else-if position="ibid">
<text term="ibid" text-case="capitalize-first" suffix="."/> <text term="ibid" text-case="capitalize-first" suffix="."/>
</else-if> </else-if>
<else-if position="subsequent"> <else-if position="subsequent">
<group delimiter=", "> <group delimiter=", ">
<group> <group>
<text macro="author-short"/> <text macro="author-short"/>
<text macro="recipient-short"/> <text macro="recipient-short"/>
</group> </group>
<text macro="title-short"/> <text macro="title-short"/>
<text variable="locator"/> <text variable="locator"/>
</group> </group>
</else-if> </else-if>
<else> <else>
<group delimiter=", "> <group delimiter=", ">
<group> <group>
<text macro="author"/> <text macro="author"/>
<text macro="recipient"/> <text macro="recipient"/>
</group> </group>
<text macro="title"/> <text macro="title"/>
<text macro="genre-medium"/> <text macro="genre-medium"/>
<text macro="container"/> <text macro="container"/>
</group> </group>
<text macro="issue"/> <text macro="issue"/>
<text macro="locator"/> <text macro="locator"/>
<group prefix=", " delimiter=", "> <group prefix=", " delimiter=", ">
<choose> <choose>
<if type="graphic report" match="any"> <if type="graphic report" match="any">
<text macro="archive"/> <text macro="archive"/>
</if> </if>
<else-if type="book thesis chapter article-journal article-newspaper article-magazine" match="none"> <else-if type="book thesis chapter article-journal article-newspaper article-magazine"
<text macro="archive"/> match="none">
</else-if> <text macro="archive"/>
</choose> </else-if>
<text variable="URL"/> </choose>
</group> <text variable="URL"/>
</else> </group>
</else>
</choose> </choose>
</layout> </layout>
</citation> </citation>
</style> </style>