Skip to content

Commit 1a87f4b

Browse files
authored
Create china-national-standard-gb-t-7714-2015-author-date.csl (JabRef#4611)
1 parent 2032fef commit 1a87f4b

File tree

1 file changed

+259
-0
lines changed

1 file changed

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

0 commit comments

Comments
 (0)