Skip to content

Commit 2032fef

Browse files
authored
Create china-national-standard-gb-t-7714-2015-note.csl (#4610)
1 parent 3e00047 commit 2032fef

File tree

1 file changed

+302
-0
lines changed

1 file changed

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

0 commit comments

Comments
 (0)