commit 80e3e40235fcc6e03241a8445946e2589df44285
parent 4107808f3222ae39d19c5b851c586d90c32f29a0
Author: Bruce D'Arcus <bdarcus@gmail.com>
Date: Fri, 30 Nov 2007 18:53:51 +0000
changed 'jus' style id and file name to 'urban_studies'
Diffstat:
| D | csl/jus.csl | | | 176 | ------------------------------------------------------------------------------- |
| A | csl/urban_studies.csl | | | 175 | +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
2 files changed, 175 insertions(+), 176 deletions(-)
diff --git a/csl/jus.csl b/csl/jus.csl
@@ -1,175 +0,0 @@
-<?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="in-text" xml:lang="en">
- <info>
- <title>Urban Studies</title>
- <id>http://www.zotero.org/styles/jus</id>
- <link>http://www.zotero.org/styles/jus</link>
- <author>
- <name>Bruce D'Arcus</name>
- <email>bdarcus@gmail.com</email>
- </author>
- <!-- based on APA; need to add this to the schema -->
- <category term="geography"/>
- <category term="author-date"/>
- <updated></updated>
- </info>
- <macro name="editor-translator">
- <names variable="editor translator" prefix="(" suffix=")" delimiter=", ">
- <name and="symbol" initialize-with=". " delimiter=", "/>
- <label form="short" prefix=", " text-case="capitalize-first" 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-case="capitalize-first"/>
- <substitute>
- <names variable="editor"/>
- <names variable="translator"/>
- <choose>
- <if type="article">
- <text variable="container-title"/>
- </if>
- </choose>
- </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-case="capitalize-first" 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" text-case="sentence" font-style="italic"/>
- </if>
- <else>
- <text variable="title" text-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" suffix=": "/>
- <group delimiter=", " suffix=".">
- <names variable="editor translator" delimiter=", ">
- <name and="symbol" sort-separator=", " initialize-with=". "/>
- <label form="short" prefix=" (" suffix=".)" text-case="capitalize-first"/>
- </names>
- <group delimiter=", ">
- <text variable="container-title" font-style="italic"/>
- <group>
- <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>
- <group prefix=", ">
- <label variable="page" form="short" include-period="true" suffix=" "/>
- <text variable="page"/>
- </group>
- </group>
- </else>
- </choose>
- <text prefix=" " macro="access"/>
- </layout>
- </bibliography>
-</style>
-\ No newline at end of file
diff --git a/csl/urban_studies.csl b/csl/urban_studies.csl
@@ -0,0 +1,174 @@
+<?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="in-text" xml:lang="en">
+ <info>
+ <title>Urban Studies</title>
+ <id>http://www.zotero.org/styles/urban_studies</id>
+ <author>
+ <name>Bruce D'Arcus</name>
+ <email>bdarcus@gmail.com</email>
+ </author>
+ <!-- based on APA; need to add this to the schema -->
+ <category term="geography"/>
+ <category term="author-date"/>
+ <updated></updated>
+ </info>
+ <macro name="editor-translator">
+ <names variable="editor translator" prefix="(" suffix=")" delimiter=", ">
+ <name and="symbol" initialize-with=". " delimiter=", "/>
+ <label form="short" prefix=", " text-case="capitalize-first" 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-case="capitalize-first"/>
+ <substitute>
+ <names variable="editor"/>
+ <names variable="translator"/>
+ <choose>
+ <if type="article">
+ <text variable="container-title"/>
+ </if>
+ </choose>
+ </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-case="capitalize-first" 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" text-case="sentence" font-style="italic"/>
+ </if>
+ <else>
+ <text variable="title" text-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" suffix=": "/>
+ <group delimiter=", " suffix=".">
+ <names variable="editor translator" delimiter=", ">
+ <name and="symbol" sort-separator=", " initialize-with=". "/>
+ <label form="short" prefix=" (" suffix=".)" text-case="capitalize-first"/>
+ </names>
+ <group delimiter=", ">
+ <text variable="container-title" font-style="italic"/>
+ <group>
+ <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>
+ <group prefix=", ">
+ <label variable="page" form="short" include-period="true" suffix=" "/>
+ <text variable="page"/>
+ </group>
+ </group>
+ </else>
+ </choose>
+ <text prefix=" " macro="access"/>
+ </layout>
+ </bibliography>
+</style>
+\ No newline at end of file