-
Notifications
You must be signed in to change notification settings - Fork 1.1k
/
tsinghua-university-academy-of-arts-and-design.csl
242 lines (242 loc) · 7.56 KB
/
tsinghua-university-academy-of-arts-and-design.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
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" version="1.0" class="note" initialize-with=". " default-locale="en-US">
<info>
<title>清华大学 - 美术学院</title>
<id>http://www.zotero.org/styles/tsinghua-university-academy-of-arts-and-design</id>
<link href="http://www.zotero.org/styles/tsinghua-university-academy-of-arts-and-design" rel="self"/>
<link href="http://www.zotero.org/styles/social-sciences-in-china" rel="template"/>
<link href="https://www.ad.tsinghua.edu.cn/" rel="documentation"/>
<author>
<name>Zeping Lee</name>
<email>[email protected]</email>
</author>
<category citation-format="note"/>
<category field="humanities"/>
<summary>清华大学美术学院研究生学位论文引证规范</summary>
<updated>2023-03-31T00:59:13+08: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>
<!-- 责任者 -->
<macro name="author">
<names variable="author">
<name initialize="true" and="text"/>
<label form="short" prefix=" (" suffix=")"/>
<substitute>
<names variable="composer"/>
<names variable="illustrator"/>
<names variable="director"/>
<choose>
<if variable="container-title" match="none">
<names variable="editor"/>
</if>
</choose>
</substitute>
</names>
</macro>
<!-- 题名 -->
<macro name="title">
<choose>
<if type="dataset post post-weblog software webpage" match="any">
<text variable="title" font-style="italic" text-case="title"/>
</if>
<else-if variable="container-title">
<text variable="title" quotes="true" text-case="title"/>
</else-if>
<else>
<text variable="title" font-style="italic" text-case="title"/>
</else>
</choose>
</macro>
<!-- 其他责任者 -->
<macro name="secondary-contributors">
<names variable="translator">
<label form="verb-short" suffix=" "/>
<name initialize="false" and="text"/>
</names>
</macro>
<macro name="container">
<choose>
<if type="article-journal article-magazine article-newspaper" match="any">
<text macro="container-periodical"/>
</if>
<else-if type="dataset post post-weblog software webpage" match="none">
<text macro="container-booklike"/>
</else-if>
</choose>
</macro>
<!-- 期刊题名 -->
<macro name="container-periodical">
<group delimiter=" ">
<group delimiter=", ">
<text variable="container-title" font-style="italic" text-case="title"/>
<group delimiter=" ">
<label variable="volume" form="short"/>
<number variable="volume"/>
</group>
<group delimiter=" ">
<label variable="issue" form="short"/>
<number variable="issue"/>
</group>
</group>
<date variable="issued" form="text" date-parts="year-month" prefix="(" suffix=")"/>
</group>
</macro>
<!-- 文集题名 -->
<macro name="container-booklike">
<choose>
<if variable="container-title" match="any">
<text term="in" suffix=" "/>
<group delimiter=", ">
<text macro="container-contributors"/>
<text variable="container-title" font-style="italic" text-case="title"/>
</group>
</if>
</choose>
</macro>
<!-- 文集责任者 -->
<macro name="container-contributors">
<names variable="editor">
<name initialize="true" and="text"/>
<label form="short" prefix=" (" suffix=")"/>
<substitute>
<names variable="editorial-director"/>
<names variable="collection-editor"/>
<names variable="container-author"/>
</substitute>
</names>
</macro>
<!-- 出版地/出版者 -->
<macro name="publisher">
<choose>
<if type="article-journal article-magazine article-newspaper" match="none">
<group delimiter=": ">
<text variable="publisher-place"/>
<text variable="publisher"/>
</group>
</if>
</choose>
</macro>
<!-- 出版年 -->
<macro name="date">
<choose>
<if type="dataset post post-weblog software webpage" match="any">
<date variable="issued" form="text"/>
</if>
<else-if type="article-journal article-magazine article-newspaper" match="none">
<date variable="issued" form="text" date-parts="year"/>
</else-if>
</choose>
</macro>
<!-- 页码 -->
<macro name="locators-or-pages">
<choose>
<if locator="page">
<text macro="locators"/>
</if>
<else-if is-numeric="page">
<label variable="page" form="short" suffix=" "/>
<number variable="page"/>
</else-if>
<else>
<text variable="page"/>
</else>
</choose>
</macro>
<macro name="locators">
<choose>
<if locator="page">
<choose>
<if is-numeric="locator">
<label variable="locator" form="short" suffix=" "/>
<number variable="locator"/>
</if>
<else>
<text variable="locator"/>
</else>
</choose>
</if>
</choose>
</macro>
<!-- 获取和访问路径、数字对象唯一标识符 -->
<macro name="access">
<choose>
<if type="dataset post post-weblog software webpage" match="any">
<group delimiter=", ">
<text variable="URL"/>
<date variable="accessed" form="text"/>
</group>
</if>
</choose>
</macro>
<!-- 参考文献表格式 -->
<macro name="entry-layout">
<group delimiter=", ">
<text macro="author"/>
<text macro="title"/>
<text macro="secondary-contributors"/>
<text macro="container"/>
<text macro="publisher"/>
<text macro="date"/>
<text macro="locators-or-pages"/>
<text macro="access"/>
</group>
</macro>
<macro name="note-layout">
<choose>
<if position="subsequent">
<!-- 同一文献再次引证时只需标注责任者、题名、页码,出版信息可以省略。 -->
<group delimiter=", ">
<text macro="author"/>
<text macro="title"/>
<text macro="container"/>
<text macro="locators"/>
</group>
</if>
<else>
<text macro="entry-layout"/>
</else>
</choose>
</macro>
<macro name="type-sort">
<choose>
<if type="book">
<text value="01"/>
</if>
<else-if type="chapter paper-conference" match="any">
<text value="02"/>
</else-if>
<else-if type="classic">
<text value="03"/>
</else-if>
<else-if type="article-journal article-magazine article-newspaper" match="any">
<text value="04"/>
</else-if>
<else-if type="article manuscript report personal_communication" match="any">
<text value="06"/>
</else-if>
<else-if type="dataset post post-weblog software webpage" match="any">
<text value="07"/>
</else-if>
<else>
<text value="06"/>
</else>
</choose>
</macro>
<citation>
<layout delimiter="; " suffix=".">
<text macro="note-layout"/>
</layout>
</citation>
<bibliography entry-spacing="0" second-field-align="flush">
<sort>
<key macro="type-sort"/>
<key macro="author"/>
<key macro="date"/>
<key variable="title"/>
</sort>
<layout>
<text variable="citation-number" prefix="[" suffix="]"/>
<text macro="entry-layout" suffix="."/>
</layout>
</bibliography>
</style>