forked from zotero-chinese/styles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
307studies-on-marxism.csl
168 lines (168 loc) · 4.94 KB
/
307studies-on-marxism.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
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" version="1.0" class="note" default-locale="zh-CN">
<info>
<title>马克思主义研究</title>
<id>http://www.zotero.org/styles/studies-on-marxism</id>
<link href="http://www.zotero.org/styles/studies-on-marxism" rel="self"/>
<link href="http://www.mkszyyj.net/Show/11787?itemid=47369" rel="documentation"/>
<author>
<name>Zeping Lee</name>
<email>[email protected]</email>
</author>
<category citation-format="note"/>
<category field="political_science"/>
<issn>1006-5199</issn>
<updated>2023-03-22T12:42:44+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>
<locale xml:lang="zh">
<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="edition" form="short">版</term>
<term name="editor" form="short">主编</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>
<terms>
<term name="page-range-delimiter">-</term>
</terms>
</locale>
<macro name="author">
<names variable="author">
<name delimiter="、"/>
<label form="short"/>
<substitute>
<names variable="editor"/>
</substitute>
</names>
</macro>
<macro name="date">
<choose>
<if type="aritcle-newspaper">
<date variable="issued" form="text"/>
</if>
<else>
<date variable="issued" form="text" date-parts="year"/>
</else>
</choose>
</macro>
<macro name="title">
<text variable="title" prefix="《" suffix="》"/>
<text macro="volume"/>
</macro>
<macro name="volume">
<choose>
<if is-numeric="volume">
<text value="第"/>
<number variable="volume"/>
<label variable="volume"/>
</if>
<else>
<text variable="volume" prefix="(" suffix=")"/>
</else>
</choose>
</macro>
<macro name="secondary-contributors">
<names variable="translator">
<name delimiter="、" et-al-min="3" et-al-use-first="1"/>
<label form="short"/>
</names>
</macro>
<macro name="container-booklike">
<group delimiter=":">
<names variable="editor">
<name delimiter="、"/>
<label form="short"/>
</names>
<text variable="container-title" prefix="《" suffix="》"/>
</group>
</macro>
<macro name="container-periodical">
<text variable="container-title" prefix="《" suffix="》"/>
<text macro="date"/>
<text macro="issue"/>
</macro>
<macro name="issue">
<choose>
<if is-numeric="issue">
<text value="第"/>
<number variable="issue"/>
<label variable="issue"/>
</if>
<else>
<text variable="issue"/>
</else>
</choose>
</macro>
<macro name="publisher">
<group delimiter=":">
<text variable="publisher-place"/>
<text variable="publisher"/>
</group>
</macro>
<macro name="locator">
<choose>
<if is-numeric="locator">
<text value="第"/>
<number variable="locator"/>
<label variable="locator"/>
</if>
<else>
<text variable="locator"/>
</else>
</choose>
</macro>
<macro name="access">
<choose>
<if type="post post-weblog software webpage" match="any">
<text variable="URL"/>
</if>
</choose>
</macro>
<macro name="entry-layout">
<group delimiter=":">
<text macro="author"/>
<group delimiter=",">
<text macro="title"/>
<text macro="secondary-contributors"/>
<choose>
<if type="article-journal article-magazine article-newspaper" match="any">
<text macro="container-periodical"/>
</if>
<else-if type="chapter paper-conference" match="any">
<text macro="container-booklike"/>
<text macro="publisher"/>
<text macro="date"/>
</else-if>
<else>
<text macro="publisher"/>
<text macro="date"/>
</else>
</choose>
<text macro="access"/>
</group>
</group>
</macro>
<citation>
<layout delimiter=";" suffix="。">
<group delimiter=",">
<text macro="entry-layout"/>
<text macro="locator"/>
</group>
</layout>
</citation>
<bibliography entry-spacing="0" second-field-align="flush">
<layout>
<text variable="citation-number" prefix="[" suffix="]"/>
<text macro="entry-layout" suffix="。"/>
</layout>
</bibliography>
</style>