Skip to content

Commit 8628afb

Browse files
buffalo-drmzelle
authored andcommitted
Create china-national-standard-gb-t-7714-2015-numeric.csl (#4065)
1 parent 6ce148c commit 8628afb

File tree

4 files changed

+241
-3
lines changed

4 files changed

+241
-3
lines changed
Lines changed: 238 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,238 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<style xmlns="http://purl.org/net/xbiblio/csl" version="1.0" class="in-text" default-locale="zh-CN" delimiter-precedes-last="always" demote-non-dropping-particle="never" initialize-with=" " name-delimiter=", " names-delimiter=". " name-as-sort-order="all" sort-separator=" ">
3+
<info>
4+
<title>China National Standard GB/T 7714-2015 (numeric, Chinese)</title>
5+
<title-short>GB/T 7714-2015</title-short>
6+
<id>http://www.zotero.org/styles/china-national-standard-gb-t-7714-2015-numeric</id>
7+
<link href="http://www.zotero.org/styles/china-national-standard-gb-t-7714-2015-numeric" rel="self"/>
8+
<link href="http://www.std.gov.cn/gb/search/gbDetailed?id=71F772D8055ED3A7E05397BE0A0AB82A" rel="documentation"/>
9+
<author>
10+
<name>牛耕田</name>
11+
<email>[email protected]</email>
12+
</author>
13+
<category citation-format="numeric"/>
14+
<category field="generic-base"/>
15+
<summary>The Chinese GB/T7714-2015 numeric style</summary>
16+
<updated>2019-04-27T18:00:00+08:00</updated>
17+
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
18+
</info>
19+
<locale xml:lang="zh-CN">
20+
<terms>
21+
<term name="anonymous">佚名</term>
22+
<term name="edition">版</term>
23+
<term name="page" form="short">
24+
<single>p.</single>
25+
<multiple>pp.</multiple>
26+
</term>
27+
</terms>
28+
</locale>
29+
<macro name="accessed-date">
30+
<date variable="accessed" delimiter="&#8211;" prefix="[" suffix="]">
31+
<date-part name="year"/>
32+
<date-part name="month" form="numeric-leading-zeros"/>
33+
<date-part name="day" form="numeric-leading-zeros"/>
34+
</date>
35+
</macro>
36+
<macro name="author">
37+
<choose>
38+
<if variable="author">
39+
<names variable="author">
40+
<name>
41+
<name-part name="family" text-case="uppercase"/>
42+
<name-part name="given"/>
43+
</name>
44+
</names>
45+
</if>
46+
<else>
47+
<text term="anonymous"/>
48+
</else>
49+
</choose>
50+
</macro>
51+
<macro name="container-author">
52+
<names variable="container-author">
53+
<name>
54+
<name-part name="family" text-case="uppercase"/>
55+
<name-part name="given"/>
56+
</name>
57+
</names>
58+
</macro>
59+
<macro name="edition">
60+
<choose>
61+
<if variable="edition">
62+
<group delimiter=" ">
63+
<text variable="edition"/>
64+
<text term="edition"/>
65+
</group>
66+
</if>
67+
</choose>
68+
</macro>
69+
<macro name="editor">
70+
<names variable="editor translator">
71+
<name>
72+
<name-part name="family" text-case="uppercase"/>
73+
<name-part name="given"/>
74+
</name>
75+
<label form="short" prefix=", "/>
76+
</names>
77+
</macro>
78+
<macro name="issued-date">
79+
<choose>
80+
<if variable="issued">
81+
<date variable="issued" delimiter="&#8211;">
82+
<date-part name="year"/>
83+
<date-part name="month" form="numeric-leading-zeros"/>
84+
<date-part name="day" form="numeric-leading-zeros"/>
85+
</date>
86+
</if>
87+
<else>
88+
<text term="no date" prefix="[" suffix="]"/>
89+
</else>
90+
</choose>
91+
</macro>
92+
<macro name="issue-date-year">
93+
<choose>
94+
<if variable="issued">
95+
<date variable="issued" date-parts="year" form="numeric"/>
96+
</if>
97+
<else>
98+
<text term="no date" prefix="[" suffix="]"/>
99+
</else>
100+
</choose>
101+
</macro>
102+
<macro name="publishing">
103+
<choose>
104+
<if variable="publisher">
105+
<group delimiter=": ">
106+
<text variable="publisher-place"/>
107+
<group delimiter=", ">
108+
<text variable="publisher"/>
109+
<text macro="issue-date-year"/>
110+
</group>
111+
</group>
112+
<text variable="page" prefix=": "/>
113+
</if>
114+
</choose>
115+
</macro>
116+
<macro name="serial-information">
117+
<group delimiter=", ">
118+
<text macro="issue-date-year"/>
119+
<text variable="volume"/>
120+
</group>
121+
<text variable="issue" prefix="(" suffix=")"/>
122+
<text variable="page" prefix=": "/>
123+
</macro>
124+
<macro name="type-code">
125+
<choose>
126+
<if type="article-journal article-magazine" match="any">
127+
<text value="J"/>
128+
</if>
129+
<else-if type="article-newspaper">
130+
<text value="N"/>
131+
</else-if>
132+
<else-if type="bill legislation" match="any">
133+
<text value="S"/>
134+
</else-if>
135+
<else-if type="book">
136+
<text value="M"/>
137+
</else-if>
138+
<else-if type="chapter">
139+
<text value="M"/>
140+
</else-if>
141+
<else-if type="dataset">
142+
<text value="DS"/>
143+
</else-if>
144+
<else-if type="paper-conference">
145+
<text value="C"/>
146+
</else-if>
147+
<else-if type="patent">
148+
<text value="P"/>
149+
</else-if>
150+
<else-if type="post-weblog webpage" match="any">
151+
<text value="EB"/>
152+
</else-if>
153+
<else-if type="report">
154+
<text value="R"/>
155+
</else-if>
156+
<else-if type="thesis">
157+
<text value="D"/>
158+
</else-if>
159+
<else>
160+
<text value="Z"/>
161+
</else>
162+
</choose>
163+
</macro>
164+
<macro name="title">
165+
<text variable="title" text-case="title"/>
166+
<text variable="number" prefix=": "/>
167+
<group delimiter="/" prefix="[" suffix="]">
168+
<text macro="type-code"/>
169+
<choose>
170+
<if variable="URL">
171+
<text value="OL"/>
172+
</if>
173+
</choose>
174+
</group>
175+
</macro>
176+
<citation collapse="citation-number" after-collapse-delimiter=",">
177+
<sort>
178+
<key variable="citation-number" sort="ascending"/>
179+
</sort>
180+
<layout vertical-align="sup" delimiter="," prefix="[" suffix="]">
181+
<text variable="citation-number"/>
182+
<group prefix="(" suffix=")">
183+
<label variable="locator" suffix=". " form="short" strip-periods="true"/>
184+
<text variable="locator"/>
185+
</group>
186+
</layout>
187+
</citation>
188+
<bibliography entry-spacing="0" et-al-min="4" et-al-use-first="3" line-spacing="1" second-field-align="flush">
189+
<layout suffix=".">
190+
<text variable="citation-number" prefix="[" suffix="]"/>
191+
<text macro="author" suffix=". "/>
192+
<text macro="title"/>
193+
<choose>
194+
<if type="book bill chapter legislation paper-conference report thesis" match="any">
195+
<text macro="editor" prefix=". "/>
196+
<choose>
197+
<if variable="container-title">
198+
<text value="//"/>
199+
<text macro="container-author" suffix=". "/>
200+
<text variable="container-title" suffix=". " text-case="title"/>
201+
</if>
202+
<else>
203+
<text value=". "/>
204+
</else>
205+
</choose>
206+
<text macro="edition" suffix=". "/>
207+
<text macro="publishing"/>
208+
</if>
209+
<else-if type="article-journal article-magazine article-newspaper" match="any">
210+
<group prefix=". ">
211+
<choose>
212+
<if variable="container-title">
213+
<text variable="container-title" text-case="title"/>
214+
<text macro="serial-information" prefix=", "/>
215+
</if>
216+
<else>
217+
<text macro="serial-information" suffix=". "/>
218+
<text macro="publishing"/>
219+
</else>
220+
</choose>
221+
</group>
222+
</else-if>
223+
<else-if type="patent">
224+
<text macro="issued-date" prefix=". "/>
225+
</else-if>
226+
<else>
227+
<text macro="publishing" prefix=". "/>
228+
<text macro="issued-date" prefix="(" suffix=")"/>
229+
</else>
230+
</choose>
231+
<text macro="accessed-date"/>
232+
<group delimiter=". " prefix=". ">
233+
<text variable="URL"/>
234+
<text variable="DOI" prefix="DOI:"/>
235+
</group>
236+
</layout>
237+
</bibliography>
238+
</style>

chinese-gb7714-1987-numeric.csl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" demote-non-dropping-particle="sort-only" default-locale="zh-CN">
33
<info>
4-
<title>Chinese Std GB/T 7714-1987 (numeric, Chinese)</title>
4+
<title>China National Standard GB/T 7714-1987 (numeric, Chinese)</title>
55
<id>http://www.zotero.org/styles/chinese-gb7714-1987-numeric</id>
66
<link href="http://www.zotero.org/styles/chinese-gb7714-1987-numeric" rel="self"/>
77
<link href="http://www.lib.tsinghua.edu.cn/service/GB7714-87.doc" rel="documentation"/>

chinese-gb7714-2005-author-date.csl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" demote-non-dropping-particle="sort-only" default-locale="zh-CN">
33
<info>
4-
<title>Chinese Std GB/T 7714-2005 (author-date, Chinese)</title>
4+
<title>China National Standard GB/T 7714-2005 (author-date, Chinese)</title>
55
<id>http://www.zotero.org/styles/chinese-gb7714-2005-author-date</id>
66
<link href="http://www.zotero.org/styles/chinese-gb7714-2005-author-date" rel="self"/>
77
<link href="http://www.zotero.org/styles/chinese-gb7714-2005-numeric" rel="template"/>

chinese-gb7714-2005-numeric.csl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" demote-non-dropping-particle="sort-only" default-locale="zh-CN">
33
<info>
4-
<title>Chinese Std GB/T 7714-2005 (numeric, Chinese)</title>
4+
<title>China National Standard GB/T 7714-2005 (numeric, Chinese)</title>
55
<id>http://www.zotero.org/styles/chinese-gb7714-2005-numeric</id>
66
<link href="http://www.zotero.org/styles/chinese-gb7714-2005-numeric" rel="self"/>
77
<link href="http://gradschool.ustc.edu.cn/ylb/material/xw/wdxz/19.pdf" rel="documentation"/>

0 commit comments

Comments
 (0)