commit 5680e9977acb7249eae9d2cc14d5abb5172e1743
parent ef0dcb6aa093e6e357db0a5fb1c57a4169179662
Author: zxpmyth <zxpmyth@yahoo.com.cn>
Date: Thu, 21 Aug 2008 02:47:25 +0000
fixes for Invalid style name
Diffstat:
2 files changed, 117 insertions(+), 115 deletions(-)
diff --git a/csl/Chinese-Std-GBT7714(Numeric).csl b/csl/Chinese-Std-GBT7714(Numeric).csl
@@ -1,115 +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>Chinese Std GBT7714 (Numeric)</title>
- <id>http://www.zotero.org/styles/Chinese-Std-GBT7714(Numeric)</id>
- <link href="http://www.zotero.org/styles/Chinese-Std-GBT7714(Numeric)"/>
- <author>
- <name>heromyth</name>
- <email>zxpmyth@yahoo.com.cn</email>
- </author>
- <category term="engineering"/>
- <category term="generic-base"/>
- <category term="numeric"/>
- <updated>2008-08-20T13:07:18 08:00</updated>
- </info>
- <macro name="author">
- <names variable="author">
- <name name-as-sort-order="all" sort-separator=" "
- delimiter="," delimiter-precedes-last="always"/>
- <label form="short" prefix=" (" suffix=".)" text-case="capitalize-first"/>
- <substitute>
- <names variable="editor"/>
- <names variable="translator"/>
- <text macro="title"/>
- </substitute>
- </names>
- </macro>
- <macro name="editor">
- <names variable="editor">
- <name initialize-with="." delimiter=", " and="text" name-as-sort-order="all"/>
- <label form="short" prefix=", " text-case="lowercase" suffix="."/>
- </names>
- </macro>
- <macro name="title">
- <choose>
- <if type="book">
- <text variable="title"/>
- </if>
- <else>
- <text variable="title"/>
- </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>
- <macro name="access">
- <text variable="URL"/>
- </macro>
- <macro name="page">
- <group>
- <label variable="page" form="short" suffix=". "/>
- <text variable="page" />
- </group>
- </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="3"/>
- <option name="et-al-use-first" value="1"/>
- <option name="second-field-align" value="true"/>
- <option name="entry-spacing" value="0"/>
- <layout suffix=".">
- <text variable="citation-number" prefix="[" suffix="]"/>
- <text macro="author" suffix=". "/>
- <choose>
- <if type="book">
- <group delimiter=",">
- <text macro="title" suffix="[M]. " />
- <text macro="publisher"/>
- </group>
- </if>
- <else-if type="chapter">
- <group delimiter=". ">
- <text macro="title" suffix="[D]. "/>
- <text variable="container-title" font-style="italic"/>
- <text macro="editor"/>
- <text macro="publisher" />
- <text macro="page"/>
- </group>
- </else-if>
- <else>
- <text macro="title" suffix="[J]. " />
- <group delimiter=",">
-
- <text variable="container-title" />
- <date variable="issued" >
- <date-part name="month" form="short" suffix=". "/>
- <date-part name="year"/>
- </date>
- <group>
- <text variable="volume" prefix=" " />
- <text variable="issue" prefix="(" suffix=")" />
-
- <text variable="page" prefix=":" />
- </group>
- </group>
- </else>
- </choose>
- <text macro="access" prefix="; "/>
- </layout>
- </bibliography>
-</style>
diff --git a/csl/Chinese-Std-GBT7714-Numeric.csl b/csl/Chinese-Std-GBT7714-Numeric.csl
@@ -0,0 +1,117 @@
+<?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>Chinese Std GBT7714 (Numeric)</title>
+ <id>http://www.zotero.org/styles/Chinese-Std-GBT7714-Numeric</id>
+ <link href="http://www.zotero.org/styles/Chinese-Std-GBT7714-Numeric"/>
+ <link href="http://www.tshps.com:8070/crm89prd/psft/V-787291876/25991215182144232771259912948633879244053526821017_GB7714-87.pdf" rel="documentation"/>
+ <author>
+ <name>heromyth</name>
+ <email>zxpmyth@yahoo.com.cn</email>
+ </author>
+ <category term="engineering"/>
+ <category term="generic-base"/>
+ <category term="numeric"/>
+ <category term="Science"/>
+ <updated>2008-08-20T13:07:18 08:00</updated>
+ </info>
+ <macro name="author">
+ <names variable="author">
+ <name name-as-sort-order="all" sort-separator=" "
+ delimiter="," delimiter-precedes-last="always"/>
+ <label form="short" prefix=" (" suffix=".)" text-case="capitalize-first"/>
+ <substitute>
+ <names variable="editor"/>
+ <names variable="translator"/>
+ <text macro="title"/>
+ </substitute>
+ </names>
+ </macro>
+ <macro name="editor">
+ <names variable="editor">
+ <name initialize-with="." delimiter=", " and="text" name-as-sort-order="all"/>
+ <label form="short" prefix=", " text-case="lowercase" suffix="."/>
+ </names>
+ </macro>
+ <macro name="title">
+ <choose>
+ <if type="book">
+ <text variable="title"/>
+ </if>
+ <else>
+ <text variable="title"/>
+ </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>
+ <macro name="access">
+ <text variable="URL"/>
+ </macro>
+ <macro name="page">
+ <group>
+ <label variable="page" form="short" suffix=". "/>
+ <text variable="page" />
+ </group>
+ </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="3"/>
+ <option name="et-al-use-first" value="1"/>
+ <option name="second-field-align" value="true"/>
+ <option name="entry-spacing" value="0"/>
+ <layout suffix=".">
+ <text variable="citation-number" prefix="[" suffix="]"/>
+ <text macro="author" suffix=". "/>
+ <choose>
+ <if type="book">
+ <group delimiter=",">
+ <text macro="title" suffix="[M]. " />
+ <text macro="publisher"/>
+ </group>
+ </if>
+ <else-if type="chapter">
+ <group delimiter=". ">
+ <text macro="title" suffix="[D]. "/>
+ <text variable="container-title" font-style="italic"/>
+ <text macro="editor"/>
+ <text macro="publisher" />
+ <text macro="page"/>
+ </group>
+ </else-if>
+ <else>
+ <text macro="title" suffix="[J]. " />
+ <group delimiter=",">
+
+ <text variable="container-title" />
+ <date variable="issued" >
+ <date-part name="month" form="short" suffix=". "/>
+ <date-part name="year"/>
+ </date>
+ <group>
+ <text variable="volume" prefix=" " />
+ <text variable="issue" prefix="(" suffix=")" />
+
+ <text variable="page" prefix=":" />
+ </group>
+ </group>
+ </else>
+ </choose>
+ <text macro="access" prefix="; "/>
+ </layout>
+ </bibliography>
+</style>