Skip to content

Commit 9129098

Browse files
authored
fix small formatting issues for mclc.csl (#5229)
1 parent 5d9560b commit 9129098

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed

modern-chinese-literature-and-culture.csl

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<category citation-format="author-date"/>
1313
<category field="literature"/>
1414
<issn>1520-9857</issn>
15-
<updated>2020-11-30T03:34:58+00:00</updated>
15+
<updated>2021-01-29T15:20:44+00:00</updated>
1616
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
1717
</info>
1818
<macro name="editor">
@@ -60,9 +60,15 @@
6060
<choose>
6161
<if type="webpage post-weblog">
6262
<group delimiter=" ">
63-
<text term="retrieved" text-case="capitalize-first"/>
64-
<date variable="accessed" form="text"/>
65-
<text prefix="(" suffix=")" variable="URL"/>
63+
<text variable="URL"/>
64+
<group delimiter=" " prefix="(" suffix=")">
65+
<text term="accessed"/>
66+
<date variable="accessed">
67+
<date-part name="month" form="numeric"/>
68+
<date-part name="day" prefix="/"/>
69+
<date-part name="year" form="short" prefix="/"/>
70+
</date>
71+
</group>
6672
</group>
6773
</if>
6874
</choose>
@@ -117,6 +123,7 @@
117123
<text term="no date" form="short"/>
118124
</else>
119125
</choose>
126+
<text variable="year-suffix" font-style="italic"/>
120127
</macro>
121128
<macro name="year-sort">
122129
<choose>
@@ -169,7 +176,7 @@
169176
<key macro="year-sort"/>
170177
</sort>
171178
<layout prefix="(" suffix=")" delimiter="; ">
172-
<group delimiter=":">
179+
<group delimiter=": ">
173180
<group delimiter=" ">
174181
<text macro="author-short"/>
175182
<text macro="year-date"/>
@@ -178,7 +185,7 @@
178185
</group>
179186
</layout>
180187
</citation>
181-
<bibliography hanging-indent="true">
188+
<bibliography subsequent-author-substitute="&#8212;&#8212;&#8212;" hanging-indent="true">
182189
<sort>
183190
<key macro="author"/>
184191
<key macro="year-sort"/>
@@ -259,7 +266,7 @@
259266
</group>
260267
<group prefix=" " suffix="." delimiter=" ">
261268
<text variable="container-title" font-style="italic" text-case="title"/>
262-
<group delimiter=":">
269+
<group delimiter=": ">
263270
<group delimiter=", ">
264271
<text variable="volume"/>
265272
<group delimiter=" ">

0 commit comments

Comments
 (0)