forked from zotero-chinese/styles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
506export-author-et-al-year.csl
176 lines (176 loc) · 5.98 KB
/
506export-author-et-al-year.csl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" version="1.0" class="in-text" name-as-sort-order="all" sort-separator=" " demote-non-dropping-particle="never" initialize-with=" " initialize-with-hyphen="false" page-range-format="expanded" default-locale="zh-CN">
<!-- This style was edited with the Visual CSL Editor (https://editor.citationstyles.org/visualEditor/) -->
<info>
<title>导出作者等Export Author et al Year</title>
<id>http://www.zotero.org/styles/export-author-et-al-year</id>
<link href="http://www.zotero.org/styles/author-et-al-year" rel="self"/>
<link href="http://www.zotero.org/styles/china-national-standard-gb-t-7714-2015-author-date" rel="template"/>
<link href="http://std.samr.gov.cn/gb/search/gbDetailed?id=71F772D8055ED3A7E05397BE0A0AB82A" rel="documentation"/>
<author>
<name>韩小土</name>
<email>[email protected]</email>
</author>
<contributor>
<name>牛耕田</name>
<email>[email protected]</email>
</contributor>
<contributor>
<name>Zeping Lee</name>
<email>[email protected]</email>
</contributor>
<category citation-format="author-date"/>
<category field="generic-base"/>
<summary>按照语言显示作者“等”或“et al.”,年代</summary>
<updated>2023-01-15T02:10:29+00:00</updated>
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
</info>
<locale xml:lang="zh-CN">
<date form="text">
<date-part name="year" suffix="年" range-delimiter="—"/>
<date-part name="month" form="numeric" suffix="月" range-delimiter="—"/>
<date-part name="day" suffix="日" range-delimiter="—"/>
</date>
<terms>
<term name="anonymous" form="short">佚名</term>
<term name="edition" form="short">版</term>
<term name="space-et-al"> 等</term>
<term name="open-quote">“</term>
<term name="close-quote">”</term>
<term name="open-inner-quote">‘</term>
<term name="close-inner-quote">’</term>
</terms>
</locale>
<locale>
<date form="numeric">
<date-part name="year" range-delimiter="/"/>
<date-part name="month" form="numeric-leading-zeros" prefix="-" range-delimiter="/"/>
<date-part name="day" form="numeric-leading-zeros" prefix="-" range-delimiter="/"/>
</date>
<terms>
<term name="space-et-al">et al.</term>
<term name="page-range-delimiter">-</term>
</terms>
</locale>
<macro name="anonymous">
<text term="anonymous" form="short" strip-periods="true" text-case="capitalize-first"/>
</macro>
<macro name="author">
<names variable="author">
<name form="short">
<name-part name="family" text-case="capitalize-first"/>
</name>
<et-al font-style="italic"/>
<substitute>
<names variable="composer"/>
<names variable="illustrator"/>
<names variable="director"/>
<choose>
<if variable="container-title" match="none">
<names variable="editor"/>
</if>
</choose>
<text macro="anonymous"/>
</substitute>
</names>
</macro>
<macro name="author-date">
<group delimiter=", ">
<text macro="author"/>
<text macro="issued-year"/>
</group>
</macro>
<macro name="author-intext-en">
<names variable="author">
<name form="short"/>
<substitute>
<names variable="composer"/>
<names variable="illustrator"/>
<names variable="director"/>
<choose>
<if variable="container-title" match="none">
<names variable="editor"/>
</if>
</choose>
<text macro="anonymous"/>
</substitute>
</names>
</macro>
<macro name="author-intext-zh">
<names variable="author">
<name form="long"/>
<et-al term="space-et-al"/>
<substitute>
<names variable="composer"/>
<names variable="illustrator"/>
<names variable="director"/>
<choose>
<if variable="container-title" match="none">
<names variable="editor"/>
</if>
</choose>
<text macro="anonymous"/>
</substitute>
</names>
</macro>
<macro name="container-author">
<names variable="editor">
<name>
<name-part name="family" text-case="uppercase"/>
</name>
<substitute>
<names variable="editorial-director"/>
<names variable="collection-editor"/>
<names variable="container-author"/>
</substitute>
</names>
</macro>
<macro name="issued-date">
<date variable="issued" form="numeric"/>
</macro>
<macro name="issued-year">
<choose>
<if is-uncertain-date="issued">
<date variable="issued" prefix="[" suffix="]">
<date-part name="year" range-delimiter="-"/>
</date>
</if>
<else>
<date variable="issued">
<date-part name="year" range-delimiter="-"/>
</date>
</else>
</choose>
</macro>
<macro name="entry-layout">
<group delimiter=". ">
<text macro="author-date"/>
</group>
</macro>
<citation et-al-min="2" et-al-use-first="1" disambiguate-add-givenname="true" disambiguate-add-year-suffix="true" collapse="year">
<layout prefix="(" suffix=")" delimiter="; " locale="en">
<group delimiter=", ">
<text macro="author-intext-en"/>
<text macro="issued-year"/>
</group>
</layout>
<layout prefix="(" suffix=")" delimiter="; ">
<group delimiter=", ">
<text macro="author-intext-zh"/>
<text macro="issued-year"/>
</group>
</layout>
</citation>
<bibliography et-al-min="2" et-al-use-first="1">
<sort>
<key macro="author"/>
<key macro="issued-year"/>
</sort>
<layout suffix="." locale="en">
<text macro="entry-layout"/>
</layout>
<layout suffix=".">
<text macro="entry-layout"/>
</layout>
</bibliography>
</style>