Add individual CSL files
This commit is contained in:
parent
316f719aad
commit
561e712f1e
8 changed files with 1224 additions and 0 deletions
167
csl/apa.csl
Normal file
167
csl/apa.csl
Normal file
|
@ -0,0 +1,167 @@
|
|||
<?oxygen RNGSchema="csl.rnc" type="compact"?>
|
||||
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" xml:lang="en">
|
||||
<info>
|
||||
<title>American Psychological Association</title>
|
||||
<id>http://purl.org/net/xbiblio/csl/styles/apa.csl</id>
|
||||
<link>http://purl.org/net/xbiblio/csl/styles/apa.csl</link>
|
||||
<author>
|
||||
<name>Simon Kornblith</name>
|
||||
<email>simon@simonster.com</email>
|
||||
</author>
|
||||
<category term="psychology"/>
|
||||
<category term="generic-base"/>
|
||||
<category term="author-date"/>
|
||||
<updated>2007-10-23T18:00:00</updated>
|
||||
</info>
|
||||
<macro name="editor-translator">
|
||||
<names variable="editor translator" prefix="(" suffix=")" delimiter=", ">
|
||||
<name and="symbol" initialize-with=". " delimiter=", "/>
|
||||
<label form="short" prefix=", " text-transform="capitalize" suffix="."/>
|
||||
</names>
|
||||
</macro>
|
||||
<macro name="author">
|
||||
<names variable="author">
|
||||
<name name-as-sort-order="all" and="symbol" sort-separator=", " initialize-with=". "
|
||||
delimiter=", " delimiter-precedes-last="always"/>
|
||||
<label form="short" prefix=" (" suffix=".)" text-transform="capitalize"/>
|
||||
<substitute>
|
||||
<names variable="editor"/>
|
||||
<names variable="translator"/>
|
||||
<text macro="title"/>
|
||||
</substitute>
|
||||
</names>
|
||||
</macro>
|
||||
<macro name="author-short">
|
||||
<names variable="author">
|
||||
<name form="short" and="symbol" delimiter=", " initialize-with=". "/>
|
||||
<substitute>
|
||||
<names variable="editor"/>
|
||||
<names variable="translator"/>
|
||||
<choose>
|
||||
<if type="book">
|
||||
<text variable="title" form="short" font-style="italic"/>
|
||||
</if>
|
||||
<else>
|
||||
<text variable="title" form="short" quotes="true"/>
|
||||
</else>
|
||||
</choose>
|
||||
</substitute>
|
||||
</names>
|
||||
</macro>
|
||||
<macro name="access">
|
||||
<group>
|
||||
<text term="retrieved" text-transform="capitalize" suffix=" "/>
|
||||
<date variable="accessed" suffix=", ">
|
||||
<date-part name="month" suffix=" "/>
|
||||
<date-part name="day" suffix=", "/>
|
||||
<date-part name="year"/>
|
||||
</date>
|
||||
<group>
|
||||
<text term="from" suffix=" "/>
|
||||
<text variable="URL"/>
|
||||
</group>
|
||||
</group>
|
||||
</macro>
|
||||
<macro name="title">
|
||||
<choose>
|
||||
<if type="book">
|
||||
<text variable="title" enforce-case="sentence" font-style="italic"/>
|
||||
</if>
|
||||
<else>
|
||||
<text variable="title" enforce-case="sentence"/>
|
||||
</else>
|
||||
</choose>
|
||||
</macro>
|
||||
<macro name="publisher">
|
||||
<group delimiter=": ">
|
||||
<text variable="publisher-place"/>
|
||||
<text variable="publisher"/>
|
||||
</group>
|
||||
</macro>
|
||||
<citation>
|
||||
<option name="et-al-min" value="6"/>
|
||||
<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="true"/>
|
||||
<option name="disambiguate-add-givenname" value="true"/>
|
||||
<option name="collapse" value="year"/>
|
||||
<sort>
|
||||
<key macro="author"/>
|
||||
<key variable="issued"/>
|
||||
</sort>
|
||||
<layout prefix="(" suffix=")" delimiter="; ">
|
||||
<group delimiter=", ">
|
||||
<text macro="author-short"/>
|
||||
<date variable="issued">
|
||||
<date-part name="year"/>
|
||||
</date>
|
||||
<group>
|
||||
<label variable="locator" include-period="true" form="short"/>
|
||||
<text variable="locator" prefix=" "/>
|
||||
</group>
|
||||
</group>
|
||||
</layout>
|
||||
</citation>
|
||||
<bibliography>
|
||||
<option name="hanging-indent" value="true"/>
|
||||
<option name="et-al-min" value="6"/>
|
||||
<option name="et-al-use-first" value="6"/>
|
||||
<sort>
|
||||
<key macro="author"/>
|
||||
<key variable="issued"/>
|
||||
</sort>
|
||||
<layout>
|
||||
<text macro="author" suffix="."/>
|
||||
<date variable="issued" prefix=" (" suffix=").">
|
||||
<date-part name="year"/>
|
||||
</date>
|
||||
<choose>
|
||||
<if type="book">
|
||||
<group suffix=".">
|
||||
<text macro="title" prefix=" "/>
|
||||
<text macro="editor-translator" prefix=" "/>
|
||||
</group>
|
||||
<text prefix=" " suffix="." macro="publisher"/>
|
||||
</if>
|
||||
<else-if type="chapter">
|
||||
<text macro="title" prefix=" "/>
|
||||
<group class="container" prefix=". ">
|
||||
<text term="in" text-transform="capitalize" suffix=" "/>
|
||||
<group delimiter=", " suffix=".">
|
||||
<names variable="editor translator" delimiter=", ">
|
||||
<name and="symbol" sort-separator=", " initialize-with=". "/>
|
||||
<label form="short" prefix=" (" suffix=".)" text-transform="capitalize"/>
|
||||
</names>
|
||||
<group delimiter=" ">
|
||||
<text variable="container-title" font-style="italic"/>
|
||||
<group prefix="(" suffix=")">
|
||||
<label variable="page" form="short" include-period="true" suffix=" "/>
|
||||
<text variable="page"/>
|
||||
</group>
|
||||
</group>
|
||||
</group>
|
||||
<text variable="collection-title" prefix=" " suffix="."/>
|
||||
<text macro="publisher" prefix=" " suffix="."/>
|
||||
</group>
|
||||
</else-if>
|
||||
<else>
|
||||
<group suffix=".">
|
||||
<text macro="title" prefix=" "/>
|
||||
<text macro="editor-translator" prefix=" "/>
|
||||
</group>
|
||||
<group class="container" prefix=" " suffix=".">
|
||||
<text variable="container-title" font-style="italic"/>
|
||||
<group prefix=", ">
|
||||
<text variable="volume" font-style="italic"/>
|
||||
<text variable="issue" prefix="(" suffix=")"/>
|
||||
</group>
|
||||
<text variable="page" prefix=", "/>
|
||||
</group>
|
||||
</else>
|
||||
</choose>
|
||||
<text prefix=" " macro="access"/>
|
||||
</layout>
|
||||
</bibliography>
|
||||
</style>
|
164
csl/asa.csl
Normal file
164
csl/asa.csl
Normal file
|
@ -0,0 +1,164 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?oxygen RNGSchema="csl.rnc" type="compact"?>
|
||||
<style xmlns="http://purl.org/net/xbiblio/csl" class="author-date">
|
||||
<info>
|
||||
<title>American Sociological Association</title>
|
||||
<id>http://purl.org/net/xbiblio/csl/styles/asa.csl</id>
|
||||
<link>http://purl.org/net/xbiblio/csl/styles/asa.csl</link>
|
||||
<summary>Bibliography styles for the American Sociological Association.</summary>
|
||||
<author>
|
||||
<name>Jim Safley</name>
|
||||
<email>jsafley@gmu.edu</email>
|
||||
</author>
|
||||
<updated>2007-10-23T18:00:00</updated>
|
||||
</info>
|
||||
<defaults>
|
||||
<et-al min-authors="6" use-first="6"></et-al>
|
||||
<contributor name-as-sort-order="no">
|
||||
<label suffix=" " form="verb"></label>
|
||||
<name and="text" delimiter=", "></name>
|
||||
</contributor>
|
||||
<author name-as-sort-order="first">
|
||||
<name sort-separator=", " and="text" delimiter=", "></name>
|
||||
<substitute>
|
||||
<choose>
|
||||
<editor></editor>
|
||||
<translator></translator>
|
||||
<titles></titles>
|
||||
</choose>
|
||||
</substitute>
|
||||
</author>
|
||||
<locator>
|
||||
<number></number>
|
||||
</locator>
|
||||
<identifier>
|
||||
<number></number>
|
||||
</identifier>
|
||||
<titles>
|
||||
<title></title>
|
||||
</titles>
|
||||
<date>
|
||||
<year></year>
|
||||
</date>
|
||||
<publisher>
|
||||
<place suffix=": "></place>
|
||||
<name></name>
|
||||
</publisher>
|
||||
<access>
|
||||
<text suffix=" " term-name="retrieved" text-transform="capitalize"></text>
|
||||
<date>
|
||||
<month suffix=" " text-transform="capitalize"></month>
|
||||
<day suffix=", "></day>
|
||||
<year></year>
|
||||
</date>
|
||||
<url prefix=" (" suffix=")"></url>
|
||||
</access>
|
||||
</defaults>
|
||||
<citation prefix="(" suffix=")" delimiter="; ">
|
||||
<et-al min-authors="3" use-first="3" position="first"/>
|
||||
<et-al min-authors="3" use-first="1" position="subsequent"/>
|
||||
<layout>
|
||||
<item>
|
||||
<group delimiter=" ">
|
||||
<author form="short"></author>
|
||||
<group delimiter=":">
|
||||
<date></date>
|
||||
<locator></locator>
|
||||
</group>
|
||||
</group>
|
||||
</item>
|
||||
</layout>
|
||||
</citation>
|
||||
<bibliography hanging-indent="true" subsequent-author-substitute="------.">
|
||||
<sort algorithm="author-date"></sort>
|
||||
<layout>
|
||||
<list>
|
||||
<heading>
|
||||
<text term-name="references"></text>
|
||||
</heading>
|
||||
</list>
|
||||
<item>
|
||||
<choose>
|
||||
<type name="book">
|
||||
<author suffix=". "></author>
|
||||
<date suffix=". "></date>
|
||||
<group suffix=". " delimiter=", ">
|
||||
<titles>
|
||||
<title font-style="italic"></title>
|
||||
</titles>
|
||||
<editor></editor>
|
||||
<translator></translator>
|
||||
</group>
|
||||
<edition suffix=" ed. "></edition>
|
||||
<publisher suffix=". "></publisher>
|
||||
<access></access>
|
||||
</type>
|
||||
<type name="chapter">
|
||||
<author suffix=". "></author>
|
||||
<date suffix=". "></date>
|
||||
<titles>
|
||||
<title suffix=". " quotes="true"></title>
|
||||
</titles>
|
||||
<pages suffix=" ">
|
||||
<label suffix=". " form="short" text-transform="capitalize"></label>
|
||||
<number></number>
|
||||
</pages>
|
||||
<conditional>
|
||||
<if field="pages">
|
||||
<text suffix=" " term-name="in"></text>
|
||||
</if><else>
|
||||
<text suffix=" " term-name="in" text-transform="capitalize"></text>
|
||||
</else>
|
||||
</conditional>
|
||||
<group prefix=" " suffix=". " delimiter=", " class="container">
|
||||
<titles relation="container">
|
||||
<title font-style="italic"></title>
|
||||
</titles>
|
||||
<editor></editor>
|
||||
<translator></translator>
|
||||
</group>
|
||||
<edition suffix=" ed. "></edition>
|
||||
<publisher suffix=". "></publisher>
|
||||
<access></access>
|
||||
</type>
|
||||
<type name="article">
|
||||
<author suffix=". "></author>
|
||||
<date suffix=". "></date>
|
||||
<titles>
|
||||
<title suffix=". " quotes="true"></title>
|
||||
</titles>
|
||||
<group suffix=". " class="container">
|
||||
<titles relation="container">
|
||||
<title suffix=", " font-style="italic"></title>
|
||||
</titles>
|
||||
<date>
|
||||
<month suffix=" " text-transform="capitalize"></month>
|
||||
<day></day>
|
||||
</date>
|
||||
<volume prefix=", "></volume>
|
||||
<issue prefix="(" suffix=")"></issue>
|
||||
<pages prefix=":"></pages>
|
||||
</group>
|
||||
<access></access>
|
||||
</type>
|
||||
<type name="article-journal">
|
||||
<author suffix=". "></author>
|
||||
<date suffix=". "></date>
|
||||
<titles>
|
||||
<title suffix=". " quotes="true"></title>
|
||||
</titles>
|
||||
<group suffix=". " class="container">
|
||||
<titles relation="container">
|
||||
<title font-style="italic"></title>
|
||||
</titles>
|
||||
<volume prefix=" "></volume>
|
||||
<issue prefix="(" suffix=")"></issue>
|
||||
<pages prefix=":"></pages>
|
||||
</group>
|
||||
<access></access>
|
||||
</type>
|
||||
</choose>
|
||||
</item>
|
||||
</layout>
|
||||
</bibliography>
|
||||
</style>
|
175
csl/chicago-author-date.csl
Normal file
175
csl/chicago-author-date.csl
Normal file
|
@ -0,0 +1,175 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<style xmlns="http://purl.org/net/xbiblio/csl" class="author-date" xml:lang="en">
|
||||
<info>
|
||||
<title>Chicago Reference List Style</title>
|
||||
<id>http://www.zotero.org/namespaces/CSL/chicago-author-date.csl</id>
|
||||
<author>
|
||||
<name>Simon Kornblith</name>
|
||||
<email>simon@simonster.com</email>
|
||||
</author>
|
||||
<updated>2007-10-23T18:00:00</updated>
|
||||
<summary>The author-date variant of the Chicago style.</summary>
|
||||
</info>
|
||||
<defaults>
|
||||
<contributor name-as-sort-order="no">
|
||||
<label form="verb-short" suffix=". "/>
|
||||
<name and="text" delimiter=", "/>
|
||||
</contributor>
|
||||
<author name-as-sort-order="first">
|
||||
<name and="text" sort-separator=", " delimiter=", " delimiter-precedes-last="always"/>
|
||||
<label form="short" prefix=", " suffix="."/>
|
||||
<substitute>
|
||||
<choose>
|
||||
<editor/>
|
||||
<translator/>
|
||||
<titles relation="container" font-style="italic"/>
|
||||
<titles/>
|
||||
</choose>
|
||||
</substitute>
|
||||
</author>
|
||||
<locator>
|
||||
<number/>
|
||||
</locator>
|
||||
<identifier>
|
||||
<number/>
|
||||
</identifier>
|
||||
<titles>
|
||||
<title/>
|
||||
</titles>
|
||||
<date>
|
||||
<year/>
|
||||
</date>
|
||||
<access>
|
||||
<url/>
|
||||
<date prefix=" (" suffix=")">
|
||||
<text term-name="accessed" suffix=" "/>
|
||||
<month suffix=" " text-transform="capitalize"/>
|
||||
<day suffix=", "/>
|
||||
<year/>
|
||||
</date>
|
||||
</access>
|
||||
</defaults>
|
||||
<citation prefix="(" suffix=")" delimiter="; ">
|
||||
<et-al min-authors="3" use-first="1"/>
|
||||
<layout>
|
||||
<item>
|
||||
<group delimiter=" ">
|
||||
<author form="short">
|
||||
<name and="text" delimiter=", "/>
|
||||
</author>
|
||||
<group>
|
||||
<date/>
|
||||
<locator prefix=", "/>
|
||||
</group>
|
||||
</group>
|
||||
</item>
|
||||
</layout>
|
||||
</citation>
|
||||
<bibliography hanging-indent="true" subsequent-author-substitute="———">
|
||||
<sort algorithm="author-date"/>
|
||||
<et-al min-authors="6" use-first="6"/>
|
||||
<layout>
|
||||
<list>
|
||||
<heading>
|
||||
<text term-name="works cited"/>
|
||||
</heading>
|
||||
</list>
|
||||
<item suffix=".">
|
||||
<choose>
|
||||
<type name="book">
|
||||
<author suffix="."/>
|
||||
<conditional>
|
||||
<if field="date">
|
||||
<date prefix=" " suffix="."/>
|
||||
</if><else>
|
||||
<text term-name="no date" text-transform="capitalize" prefix=" " suffix="."/>
|
||||
</else>
|
||||
</conditional>
|
||||
<titles prefix=" " suffix="." font-style="italic"/>
|
||||
<group prefix=" " suffix="." delimiter=", " text-transform="capitalize">
|
||||
<editor/>
|
||||
<translator/>
|
||||
</group>
|
||||
<group prefix=" " suffix="." delimiter=": ">
|
||||
<publisher><place/></publisher>
|
||||
<publisher><name/></publisher>
|
||||
</group>
|
||||
<access prefix=" "/>
|
||||
</type>
|
||||
<type name="chapter">
|
||||
<author suffix="."/>
|
||||
<conditional>
|
||||
<if field="date">
|
||||
<date prefix=" " suffix="."/>
|
||||
</if><else>
|
||||
<text term-name="no date" text-transform="capitalize" prefix=" " suffix="."/>
|
||||
</else>
|
||||
</conditional>
|
||||
<titles prefix=" " suffix="."/>
|
||||
<group class="container" suffix=".">
|
||||
<text prefix=" " term-name="in" text-transform="capitalize"/>
|
||||
<titles prefix=" " relation="container" font-style="italic"/>
|
||||
<editor prefix=", "/>
|
||||
<translator prefix=", "/>
|
||||
<pages prefix=", "/>
|
||||
<group prefix=". " delimiter=": ">
|
||||
<publisher><place/></publisher>
|
||||
<publisher><name/></publisher>
|
||||
</group>
|
||||
</group>
|
||||
<access prefix=" "/>
|
||||
</type>
|
||||
<type name="article">
|
||||
<author suffix="."/>
|
||||
<date prefix=" " suffix="."/>
|
||||
<titles prefix=" " suffix="."/>
|
||||
<group prefix=" " suffix="." delimiter=", " text-transform="capitalize">
|
||||
<editor/>
|
||||
<translator/>
|
||||
</group>
|
||||
<group class="container" prefix=" " suffix="." delimiter=", ">
|
||||
<titles relation="container" font-style="italic"/>
|
||||
<date>
|
||||
<month text-transform="capitalize"/>
|
||||
<day prefix=" "/>
|
||||
</date>
|
||||
</group>
|
||||
<access prefix=" "/>
|
||||
</type>
|
||||
<type name="article-journal">
|
||||
<author suffix="."/>
|
||||
<date prefix=" " suffix="."/>
|
||||
<titles prefix=" " suffix="."/>
|
||||
<group prefix=" " suffix="." delimiter=", " text-transform="capitalize">
|
||||
<editor/>
|
||||
<translator/>
|
||||
</group>
|
||||
<group class="container" prefix=" " suffix=".">
|
||||
<titles relation="container" font-style="italic"/>
|
||||
<volume prefix=" "/>
|
||||
<conditional>
|
||||
<if field="issue">
|
||||
<conditional>
|
||||
<if field="date">
|
||||
<issue prefix=", no. "/>
|
||||
<date prefix=" (" suffix=")">
|
||||
<month text-transform="capitalize"/>
|
||||
<day prefix=" "/>
|
||||
</date>
|
||||
</if><else>
|
||||
<issue prefix=" (" suffix=")"/>
|
||||
</else>
|
||||
</conditional>
|
||||
<pages prefix=": "/>
|
||||
</if><else>
|
||||
<pages prefix=":"/>
|
||||
</else>
|
||||
</conditional>
|
||||
</group>
|
||||
<access prefix=" "/>
|
||||
</type>
|
||||
</choose>
|
||||
</item>
|
||||
</layout>
|
||||
</bibliography>
|
||||
</style>
|
189
csl/chicago-note-bibliography.csl
Normal file
189
csl/chicago-note-bibliography.csl
Normal file
|
@ -0,0 +1,189 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<style xmlns="http://purl.org/net/xbiblio/csl" class="note" xml:lang="en">
|
||||
<info>
|
||||
<title>Chicago Note With Bibliography Style</title>
|
||||
<id>http://www.zotero.org/namespaces/CSL/chicago-note-bibliography.csl</id>
|
||||
<author>
|
||||
<name>Simon Kornblith</name>
|
||||
<email>simon@simonster.com</email>
|
||||
</author>
|
||||
<updated>2007-10-23T18:00:00</updated>
|
||||
<summary>The note-with-bibliography variant of the Chicago style.</summary>
|
||||
</info>
|
||||
<defaults>
|
||||
<contributor name-as-sort-order="no">
|
||||
<label form="verb" suffix=" "/>
|
||||
<name and="text" delimiter=", "/>
|
||||
</contributor>
|
||||
<author name-as-sort-order="first">
|
||||
<name and="text" sort-separator=", " delimiter=", " delimiter-precedes-last="always"/>
|
||||
<label form="short" prefix=", " suffix="."/>
|
||||
<substitute>
|
||||
<choose>
|
||||
<editor/>
|
||||
<translator/>
|
||||
<titles relation="container" font-style="italic"/>
|
||||
<titles/>
|
||||
</choose>
|
||||
</substitute>
|
||||
</author>
|
||||
<locator>
|
||||
<number/>
|
||||
</locator>
|
||||
<identifier>
|
||||
<number/>
|
||||
</identifier>
|
||||
<titles>
|
||||
<title/>
|
||||
</titles>
|
||||
<date>
|
||||
<month suffix=" " text-transform="capitalize"/>
|
||||
<day suffix=", "/>
|
||||
<year/>
|
||||
</date>
|
||||
<access>
|
||||
<url/>
|
||||
<date prefix=" (" suffix=")">
|
||||
<text term-name="accessed" suffix=" "/>
|
||||
<month suffix=" " text-transform="capitalize"/>
|
||||
<day suffix=", "/>
|
||||
<year/>
|
||||
</date>
|
||||
</access>
|
||||
</defaults>
|
||||
<citation suffix="." delimiter="; ">
|
||||
<et-al min-authors="3" use-first="1"/>
|
||||
<layout>
|
||||
<item suffix=".">
|
||||
<group delimiter=", ">
|
||||
<author form="short">
|
||||
<name and="text" sort-separator=", " delimiter=", "/>
|
||||
</author>
|
||||
<conditional>
|
||||
<if type="book">
|
||||
<titles font-style="italic" form="short"/>
|
||||
</if><else>
|
||||
<titles quotes="true" form="short"/>
|
||||
</else>
|
||||
</conditional>
|
||||
<pages/>
|
||||
</group>
|
||||
</item>
|
||||
<item suffix="." position="subsequent" ibid="true">
|
||||
<group delimiter=", ">
|
||||
<author form="short">
|
||||
<name and="text" sort-separator=", " delimiter=", "/>
|
||||
</author>
|
||||
<conditional>
|
||||
<if type="book">
|
||||
<titles font-style="italic" form="short"/>
|
||||
</if><else>
|
||||
<titles quotes="true" form="short"/>
|
||||
</else>
|
||||
</conditional>
|
||||
<pages/>
|
||||
</group>
|
||||
</item>
|
||||
</layout>
|
||||
</citation>
|
||||
<bibliography hanging-indent="true" subsequent-author-substitute="———">
|
||||
<sort>
|
||||
<author name-as-sort-order="all"/>
|
||||
<titles/>
|
||||
</sort>
|
||||
<et-al min-authors="6" use-first="6"/>
|
||||
<layout>
|
||||
<list>
|
||||
<heading>
|
||||
<text term-name="works cited"/>
|
||||
</heading>
|
||||
</list>
|
||||
<item suffix=".">
|
||||
<choose>
|
||||
<type name="book">
|
||||
<author suffix="."/>
|
||||
<titles prefix=" " suffix="." font-style="italic"/>
|
||||
<group prefix=" " suffix="." delimiter=", " text-transform="capitalize">
|
||||
<editor/>
|
||||
<translator/>
|
||||
</group>
|
||||
<group prefix=" " suffix="." delimiter=", " text-transform="capitalize">
|
||||
<group delimiter=": ">
|
||||
<publisher><place/></publisher>
|
||||
<publisher><name/></publisher>
|
||||
</group>
|
||||
<conditional>
|
||||
<if field="date">
|
||||
<date><year/></date>
|
||||
</if><else>
|
||||
<text term-name="no date"/>
|
||||
</else>
|
||||
</conditional>
|
||||
</group>
|
||||
<access prefix=" "/>
|
||||
</type>
|
||||
<type name="chapter">
|
||||
<author suffix="."/>
|
||||
<titles prefix=" " suffix="." quotes="true"/>
|
||||
<group class="container" suffix=".">
|
||||
<text prefix=" " term-name="in" text-transform="capitalize"/>
|
||||
<titles prefix=" " relation="container" font-style="italic"/>
|
||||
<editor prefix=", "/>
|
||||
<translator prefix=", "/>
|
||||
<pages prefix=", "/>
|
||||
<group prefix=". " delimiter=", ">
|
||||
<group delimiter=": ">
|
||||
<publisher><place/></publisher>
|
||||
<publisher><name/></publisher>
|
||||
</group>
|
||||
<conditional>
|
||||
<if field="date">
|
||||
<date><year/></date>
|
||||
</if><else>
|
||||
<text term-name="no date"/>
|
||||
</else>
|
||||
</conditional>
|
||||
</group>
|
||||
</group>
|
||||
<access prefix=" "/>
|
||||
</type>
|
||||
<type name="article">
|
||||
<author suffix="."/>
|
||||
<titles prefix=" " quotes="true"/>
|
||||
<group prefix=" " suffix="." delimiter=", " text-transform="capitalize">
|
||||
<editor/>
|
||||
<translator/>
|
||||
</group>
|
||||
<group class="container" prefix=" " suffix="." delimiter=", ">
|
||||
<titles prefix=" " relation="container" font-style="italic"/>
|
||||
<date/>
|
||||
</group>
|
||||
<access prefix=" "/>
|
||||
</type>
|
||||
<type name="article-journal">
|
||||
<author suffix="."/>
|
||||
<titles prefix=" " suffix="." quotes="true"/>
|
||||
<group prefix=" " suffix="." delimiter=", " text-transform="capitalize">
|
||||
<editor/>
|
||||
<translator/>
|
||||
</group>
|
||||
<group class="container" prefix=" " suffix=".">
|
||||
<titles relation="container" font-style="italic"/>
|
||||
<volume prefix=" "/>
|
||||
<issue prefix=", no. "/>
|
||||
<conditional>
|
||||
<if field="date">
|
||||
<date prefix=" (" suffix=")"/>
|
||||
<pages prefix=": "/>
|
||||
</if><else>
|
||||
<pages prefix=":"/>
|
||||
</else>
|
||||
</conditional>
|
||||
</group>
|
||||
<access prefix=" "/>
|
||||
</type>
|
||||
</choose>
|
||||
</item>
|
||||
</layout>
|
||||
</bibliography>
|
||||
</style>
|
154
csl/chicago-note.csl
Normal file
154
csl/chicago-note.csl
Normal file
|
@ -0,0 +1,154 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?oxygen RNGSchema="csl.rnc" type="compact"?>
|
||||
<style xmlns="http://purl.org/net/xbiblio/csl" class="note" xml:lang="en">
|
||||
<info>
|
||||
<title>Chicago Note Sans Reference List</title>
|
||||
<id>http://purl.org/net/xbiblio/csl/styles/chicago-note.csl</id>
|
||||
<author>
|
||||
<name>Bruce D’Arcus</name>
|
||||
<email>bdarcus@sourceforge.net</email>
|
||||
</author>
|
||||
<contributor>
|
||||
<name>Simon Kornblith</name>
|
||||
<email>simon@simonster.com</email>
|
||||
</contributor>
|
||||
<contributor>
|
||||
<name>Johan Kool</name>
|
||||
<email>johankool@users.sourceforge.net</email>
|
||||
</contributor>
|
||||
<updated>2007-10-23T18:00:00</updated>
|
||||
<summary>The note-without-bibliography variant of the Chicago style.</summary>
|
||||
</info>
|
||||
<defaults>
|
||||
<contributor>
|
||||
<label form="short" suffix=". " text-transform="lowercase"/>
|
||||
<name and="text" delimiter=", "/>
|
||||
</contributor>
|
||||
<author>
|
||||
<name and="text" delimiter=", "/>
|
||||
<label form="short" prefix=", " suffix="." text-transform="lowercase"/>
|
||||
<substitute>
|
||||
<choose>
|
||||
<editor/>
|
||||
<translator/>
|
||||
</choose>
|
||||
</substitute>
|
||||
</author>
|
||||
<locator>
|
||||
<number/>
|
||||
</locator>
|
||||
<titles>
|
||||
<title/>
|
||||
</titles>
|
||||
<date>
|
||||
<month suffix=" " text-transform="capitalize"/>
|
||||
<day suffix=", "/>
|
||||
<year/>
|
||||
</date>
|
||||
<access>
|
||||
<url/>
|
||||
<date prefix=" (" suffix=")">
|
||||
<text term-name="accessed" suffix=" "/>
|
||||
<month suffix=" " text-transform="capitalize"/>
|
||||
<day suffix=", "/>
|
||||
<year/>
|
||||
</date>
|
||||
</access>
|
||||
</defaults>
|
||||
<citation suffix="." delimiter="; ">
|
||||
<et-al min-authors="4" use-first="1"/>
|
||||
<layout>
|
||||
<item>
|
||||
<choose>
|
||||
<type name="book">
|
||||
<group delimiter=", ">
|
||||
<author/>
|
||||
<titles font-style="italic"/>
|
||||
<editor/>
|
||||
<translator/>
|
||||
</group>
|
||||
<group prefix=" (" suffix=")" delimiter=", ">
|
||||
<group delimiter=": ">
|
||||
<publisher><place/></publisher>
|
||||
<publisher><name/></publisher>
|
||||
</group>
|
||||
<conditional>
|
||||
<if field="date">
|
||||
<date><year/></date>
|
||||
</if><else>
|
||||
<text term-name="no date"/>
|
||||
</else>
|
||||
</conditional>
|
||||
</group>
|
||||
<pages prefix=", "/>
|
||||
<access prefix=", "/>
|
||||
</type>
|
||||
<type name="chapter">
|
||||
<group delimiter=", ">
|
||||
<author/>
|
||||
<titles quotes="true"/>
|
||||
</group>
|
||||
<group class="container">
|
||||
<text prefix=", " term-name="in" text-transform="lowercase"/>
|
||||
<group delimiter=", ">
|
||||
<titles relation="container" prefix=" " font-style="italic"/>
|
||||
<editor/>
|
||||
<translator/>
|
||||
</group>
|
||||
<group prefix=" (" suffix=")" delimiter=", ">
|
||||
<group delimiter=": ">
|
||||
<publisher><place/></publisher>
|
||||
<publisher><name/></publisher>
|
||||
</group>
|
||||
<conditional>
|
||||
<if field="date">
|
||||
<date><year/></date>
|
||||
</if><else>
|
||||
<text term-name="no date"/>
|
||||
</else>
|
||||
</conditional>
|
||||
</group>
|
||||
<pages prefix=", "/>
|
||||
<access prefix=", "/>
|
||||
</group>
|
||||
</type>
|
||||
<type name="article">
|
||||
<group delimiter=", ">
|
||||
<author/>
|
||||
<titles quotes="true"/>
|
||||
<titles relation="container" font-style="italic"/>
|
||||
<date/>
|
||||
<access/>
|
||||
</group>
|
||||
</type>
|
||||
<type name="article-journal">
|
||||
<group delimiter=", ">
|
||||
<author/>
|
||||
<titles quotes="true"/>
|
||||
<titles relation="container" font-style="italic"/>
|
||||
</group>
|
||||
<volume prefix=" "/>
|
||||
<issue prefix=", ">
|
||||
<label form="short" text-transform="lowercase" suffix=". "/>
|
||||
<number/>
|
||||
</issue>
|
||||
<date prefix=" (" suffix=")"/>
|
||||
<pages prefix=": "/>
|
||||
<access prefix=", "/>
|
||||
</type>
|
||||
</choose>
|
||||
</item>
|
||||
<item position="subsequent" ibid="true">
|
||||
<author form="short"/>
|
||||
<conditional>
|
||||
<if type="book">
|
||||
<titles prefix=", " font-style="italic" form="short"/>
|
||||
</if><else>
|
||||
<titles prefix=", " quotes="true" form="short"/>
|
||||
</else>
|
||||
</conditional>
|
||||
<pages prefix=", "/>
|
||||
</item>
|
||||
</layout>
|
||||
</citation>
|
||||
</style>
|
78
csl/ieee.csl
Normal file
78
csl/ieee.csl
Normal file
|
@ -0,0 +1,78 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?oxygen RNGSchema="csl.rnc" type="compact"?>
|
||||
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" xml:lang="en">
|
||||
<info>
|
||||
<title>IEEE</title>
|
||||
<id>http://purl.org/net/xbiblio/csl/styles/ieee.csl</id>
|
||||
<link>http://purl.org/net/xbiblio/csl/styles/ieee.csl</link>
|
||||
<author>
|
||||
<name>Michael Berkowitz</name>
|
||||
<email>michael@songsaboutsnow.com</email>
|
||||
</author>
|
||||
<category term="engineering"/>
|
||||
<category term="generic-base"/>
|
||||
<updated>2007-10-23T18:00:00</updated>
|
||||
</info>
|
||||
<macro name="author">
|
||||
<names variable="author">
|
||||
<name initialize-with="." delimiter=", " and="text" name-as-sort-order="all"/>
|
||||
</names>
|
||||
</macro>
|
||||
<macro name="title">
|
||||
<choose>
|
||||
<if type="book">
|
||||
<text variable="title" font-style="italic"/>
|
||||
</if>
|
||||
<else>
|
||||
<text variable="title" prefix=' "' suffix='," '/>
|
||||
</else>
|
||||
</choose>
|
||||
</macro>
|
||||
<macro name="publisher">
|
||||
<text variable="publisher-place" suffix=": " prefix=" "/>
|
||||
<text variable="publisher" suffix=", "/>
|
||||
<date variable="issued">
|
||||
<date-part name="year"/>
|
||||
</date>
|
||||
</macro>
|
||||
<citation>
|
||||
<option name="collapse" value="citation-number"/>
|
||||
<sort>
|
||||
<key variable="citation-number"/>
|
||||
</sort>
|
||||
<layout prefix="[" suffix="]" delimiter=",">
|
||||
<text variable="citation-number"/>
|
||||
</layout>
|
||||
</citation>
|
||||
<bibliography>
|
||||
<option name="et-al-min" value="4"/>
|
||||
<option name="et-al-use-first" value="1"/>
|
||||
<option name="second-field-align" value="margin"/>
|
||||
<layout>
|
||||
<text variable="citation-number" prefix="[" suffix="]"/>
|
||||
<text macro="author" prefix=" " suffix=", "/>
|
||||
<choose>
|
||||
<if type="book">
|
||||
<text macro="title" suffix=". "/>
|
||||
<text macro="publisher" suffix="."/>
|
||||
</if>
|
||||
<else-if type="chapter">
|
||||
<text macro="title"/>
|
||||
<text variable="container-title" font-style="italic" prefix=" in " suffix=", "/>
|
||||
<text macro="publisher" suffix=", "/>
|
||||
<text variable="page" prefix=" pp. " suffix="."/>
|
||||
</else-if>
|
||||
<else>
|
||||
<text macro="title"/>
|
||||
<text variable="container-title" font-style="italic" suffix=", "/>
|
||||
<text variable="volume" prefix=" vol. " suffix=", "/>
|
||||
<text variable="page" prefix="pp. " suffix=", "/>
|
||||
<date variable="issued" suffix=".">
|
||||
<date-part name="month" form="short" suffix=" "/>
|
||||
<date-part name="year"/>
|
||||
</date>
|
||||
</else>
|
||||
</choose>
|
||||
</layout>
|
||||
</bibliography>
|
||||
</style>
|
134
csl/mhra_note_without_bibliography.csl
Normal file
134
csl/mhra_note_without_bibliography.csl
Normal file
|
@ -0,0 +1,134 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?oxygen RNGSchema="csl.rnc" type="compact"?>
|
||||
<style xmlns="http://purl.org/net/xbiblio/csl" class="note">
|
||||
<info>
|
||||
<title>Modern Humanities Research Association</title>
|
||||
<id>http://purl.org/net/xbiblio/csl/styles/mhra_note_without_bibliography.csl</id>
|
||||
<link>http://purl.org/net/xbiblio/csl/styles/mhra_note_without_bibliography.csl</link>
|
||||
<summary>Bibliography styles for the Modern Humanities Research Association.</summary>
|
||||
<author>
|
||||
<name>Jim Safley</name>
|
||||
<email>jsafley@gmu.edu</email>
|
||||
</author>
|
||||
<updated>2007-10-23T18:00:00</updated>
|
||||
</info>
|
||||
<defaults>
|
||||
<et-al min-authors="4" use-first="1" term-name="and-others"></et-al>
|
||||
<author name-as-sort-order="no">
|
||||
<name and="text" delimiter=", " delimiter-precedes-last="always"></name>
|
||||
<substitute>
|
||||
<choose>
|
||||
<editor></editor>
|
||||
<translator></translator>
|
||||
<titles></titles>
|
||||
</choose>
|
||||
</substitute>
|
||||
</author>
|
||||
<contributor name-as-sort-order="no">
|
||||
<label suffix=" " form="verb"></label>
|
||||
<name and="text" delimiter=", "></name>
|
||||
</contributor>
|
||||
<locator>
|
||||
<number></number>
|
||||
</locator>
|
||||
<pages>
|
||||
<label suffix=". " form="short" ></label>
|
||||
<number></number>
|
||||
</pages>
|
||||
<identifier>
|
||||
<number></number>
|
||||
</identifier>
|
||||
<titles>
|
||||
<title></title>
|
||||
</titles>
|
||||
<date>
|
||||
<year></year>
|
||||
</date>
|
||||
<publisher>
|
||||
<place suffix=": "></place>
|
||||
<name></name>
|
||||
</publisher>
|
||||
<access>
|
||||
<url prefix=" <" suffix="> "></url>
|
||||
<text prefix=" [" suffix=" " term-name="accessed"></text>
|
||||
<date suffix="]">
|
||||
<day suffix=" "></day>
|
||||
<month suffix=" " text-transform="capitalize"></month>
|
||||
<year></year>
|
||||
</date>
|
||||
</access>
|
||||
</defaults>
|
||||
<citation suffix="." delimiter="; ">
|
||||
<layout>
|
||||
<item>
|
||||
<choose>
|
||||
<type name="book">
|
||||
<author></author>
|
||||
<titles prefix=", " font-style="italic"></titles>
|
||||
<editor prefix=", "></editor>
|
||||
<translator prefix=", "></translator>
|
||||
<titles prefix=" " relation="collection"></titles><!-- this line should print out Zoteros "Series", but it does not -->
|
||||
<!-- this line should be Zoteros "Series Number", what CSL element matches it? -->
|
||||
<edition prefix=", "></edition>
|
||||
<text prefix=" " term-name="edn"></text>
|
||||
<!-- this line should be Zoteros "# of Volumes", what CSL element matches it? -->
|
||||
<group prefix=" (" suffix=")">
|
||||
<publisher></publisher>
|
||||
<date prefix=", ">
|
||||
<year></year>
|
||||
</date>
|
||||
</group>
|
||||
<volume prefix=", "></volume>
|
||||
<access prefix=" "></access>
|
||||
</type>
|
||||
<type name="chapter">
|
||||
<author></author>
|
||||
<titles prefix=", " font-style="italic"></titles>
|
||||
<text prefix=", " term-name="in"></text>
|
||||
<titles prefix=" " relation="container" font-style="italic"/>
|
||||
<editor prefix=", "></editor>
|
||||
<translator prefix=", "></translator>
|
||||
<titles prefix=" " relation="collection"></titles><!-- this line should print out Zoteros "Series", but it does not -->
|
||||
<!-- this line should be Zoteros "Series Number", what CSL element matches it? -->
|
||||
<edition prefix=", "></edition>
|
||||
<text prefix=" " term-name="edn"></text> <!-- this line should print out "edn" -->
|
||||
<!-- this line should be Zoteros "# of Volumes", what CSL element matches it? -->
|
||||
<group prefix=" (" suffix=")">
|
||||
<publisher></publisher>
|
||||
<date prefix=", ">
|
||||
<year></year>
|
||||
</date>
|
||||
</group>
|
||||
<volume prefix=", "></volume>
|
||||
<pages prefix=", "></pages>
|
||||
<access prefix=" "></access>
|
||||
</type>
|
||||
<type name="article">
|
||||
<author></author>
|
||||
<titles prefix=", " quotes="true"></titles>
|
||||
<titles prefix=", " relation="container" font-style="italic"/>
|
||||
<date prefix=", ">
|
||||
<day suffix=" "></day>
|
||||
<month suffix=" " text-transform="capitalize"></month>
|
||||
<year></year>
|
||||
</date>
|
||||
<pages prefix=", "></pages>
|
||||
<access prefix=" "></access>
|
||||
</type>
|
||||
<type name="article-journal">
|
||||
<author></author>
|
||||
<titles prefix=", " quotes="true"></titles>
|
||||
<titles prefix=", " relation="container" font-style="italic"/>
|
||||
<volume prefix=", "></volume>
|
||||
<issue prefix="."></issue>
|
||||
<date prefix=" (" suffix=")"></date>
|
||||
<pages prefix=", ">
|
||||
<number></number>
|
||||
</pages>
|
||||
<access prefix=" "></access>
|
||||
</type>
|
||||
</choose>
|
||||
</item>
|
||||
</layout>
|
||||
</citation>
|
||||
</style>
|
163
csl/mla.csl
Normal file
163
csl/mla.csl
Normal file
|
@ -0,0 +1,163 @@
|
|||
<?oxygen RNGSchema="csl.rnc" type="compact"?>
|
||||
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" xml:lang="en">
|
||||
<info>
|
||||
<title>Modern Language Association</title>
|
||||
<id>http://purl.org/net/xbiblio/csl/styles/mla.csl</id>
|
||||
<link>http://purl.org/net/xbiblio/csl/styles/mla.csl</link>
|
||||
<author>
|
||||
<name>Simon Kornblith</name>
|
||||
<email>simon@simonster.com</email>
|
||||
</author>
|
||||
<category term="generic-base"/>
|
||||
<updated>2007-11-03T19:45:00</updated>
|
||||
</info>
|
||||
<macro name="editor-translator">
|
||||
<names variable="editor translator" delimiter=". ">
|
||||
<label form="verb-short" text-transform="capitalize" suffix=". "/>
|
||||
<name and="symbol" delimiter=", "/>
|
||||
</names>
|
||||
</macro>
|
||||
<macro name="author">
|
||||
<names variable="author">
|
||||
<name name-as-sort-order="first" and="text" sort-separator=", "
|
||||
delimiter=", " delimiter-precedes-last="always"/>
|
||||
<label form="short" prefix=", " suffix="."/>
|
||||
<substitute>
|
||||
<names variable="editor"/>
|
||||
<names variable="translator"/>
|
||||
<text macro="title"/>
|
||||
</substitute>
|
||||
</names>
|
||||
</macro>
|
||||
<macro name="author-short">
|
||||
<names variable="author">
|
||||
<name form="short" and="symbol" delimiter=", " initialize-with=". "/>
|
||||
<substitute>
|
||||
<names variable="editor"/>
|
||||
<names variable="translator"/>
|
||||
<text macro="title-short"/>
|
||||
</substitute>
|
||||
</names>
|
||||
</macro>
|
||||
<macro name="access">
|
||||
<group delimiter=" ">
|
||||
<date variable="accessed">
|
||||
<date-part name="day" suffix=" "/>
|
||||
<date-part name="month" form="short" include-period="true" suffix=" "/>
|
||||
<date-part name="year"/>
|
||||
</date>
|
||||
<text variable="URL" prefix="<" suffix=">"/>
|
||||
</group>
|
||||
</macro>
|
||||
<macro name="title">
|
||||
<choose>
|
||||
<if type="book">
|
||||
<text variable="title" text-decoration="underline"/>
|
||||
</if>
|
||||
<else>
|
||||
<text variable="title" quotes="true"/>
|
||||
</else>
|
||||
</choose>
|
||||
</macro>
|
||||
<macro name="title-short">
|
||||
<choose>
|
||||
<if type="book">
|
||||
<text variable="title" form="short" text-decoration="underline"/>
|
||||
</if>
|
||||
<else>
|
||||
<text variable="title" form="short" quotes="true"/>
|
||||
</else>
|
||||
</choose>
|
||||
</macro>
|
||||
<macro name="publisher-year">
|
||||
<group delimiter=", ">
|
||||
<group delimiter=": ">
|
||||
<text variable="publisher-place"/>
|
||||
<text variable="publisher"/>
|
||||
</group>
|
||||
<date variable="issued">
|
||||
<date-part name="year"/>
|
||||
</date>
|
||||
</group>
|
||||
</macro>
|
||||
<citation>
|
||||
<option name="et-al-min" value="4"/>
|
||||
<option name="et-al-use-first" value="1"/>
|
||||
<option name="disambiguate-add-names" value="true"/>
|
||||
<option name="disambiguate-add-givenname" value="true"/>
|
||||
<layout prefix="(" suffix=")" delimiter="; ">
|
||||
<group delimiter=" ">
|
||||
<choose>
|
||||
<if variable="author editor translator" match="any">
|
||||
<text macro="author-short"/>
|
||||
<choose>
|
||||
<if disambiguate="true">
|
||||
<text macro="title-short" prefix=", "/>
|
||||
</if>
|
||||
</choose>
|
||||
</if>
|
||||
<else>
|
||||
<text macro="title-short"/>
|
||||
</else>
|
||||
</choose>
|
||||
<text variable="locator"/>
|
||||
</group>
|
||||
</layout>
|
||||
</citation>
|
||||
<bibliography>
|
||||
<option name="hanging-indent" value="true"/>
|
||||
<option name="et-al-min" value="4"/>
|
||||
<option name="et-al-use-first" value="1"/>
|
||||
<sort>
|
||||
<key macro="author"/>
|
||||
<key variable="title"/>
|
||||
</sort>
|
||||
<layout>
|
||||
<text macro="author" suffix="."/>
|
||||
<text macro="title" prefix=" " suffix="."/>
|
||||
<choose>
|
||||
<if type="book">
|
||||
<text macro="editor-translator" prefix=" " suffix="."/>
|
||||
<text macro="publisher-year" prefix=" " suffix="."/>
|
||||
</if>
|
||||
<else-if type="chapter">
|
||||
<group class="container">
|
||||
<text variable="container-title" text-decoration="underline" prefix=" " suffix="."/>
|
||||
<text macro="editor-translator" prefix=" " suffix="."/>
|
||||
<text macro="publisher-year" prefix=" " suffix="."/>
|
||||
</group>
|
||||
<text variable="page" prefix=" " suffix="."/>
|
||||
</else-if>
|
||||
<else>
|
||||
<group class="container" prefix=" " suffix="." delimiter=": ">
|
||||
<group delimiter=" ">
|
||||
<text variable="container-title" text-decoration="underline"/>
|
||||
<choose>
|
||||
<if type="article-journal">
|
||||
<group delimiter=" ">
|
||||
<group delimiter=".">
|
||||
<text variable="volume"/>
|
||||
<text variable="issue"/>
|
||||
</group>
|
||||
<date variable="issued" prefix="(" suffix=")">
|
||||
<date-part name="year"/>
|
||||
</date>
|
||||
</group>
|
||||
</if>
|
||||
<else>
|
||||
<date variable="issued">
|
||||
<date-part name="day" suffix=" "/>
|
||||
<date-part name="month" form="short" include-period="true" suffix=" "/>
|
||||
<date-part name="year"/>
|
||||
</date>
|
||||
</else>
|
||||
</choose>
|
||||
</group>
|
||||
<text variable="page"/>
|
||||
</group>
|
||||
</else>
|
||||
</choose>
|
||||
<text prefix=" " suffix="." macro="access"/>
|
||||
</layout>
|
||||
</bibliography>
|
||||
</style>
|
Loading…
Reference in a new issue