Skip to content

Commit 8727dfb

Browse files
authored
1 parent 1154354 commit 8727dfb

File tree

1 file changed

+17
-13
lines changed

1 file changed

+17
-13
lines changed

early-music-history.csl

+17-13
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<category field="humanities"/>
1515
<issn>0261-1279</issn>
1616
<eissn>1474-0559</eissn>
17-
<updated>2021-10-25T13:43:56+00:00</updated>
17+
<updated>2022-12-01T08:32:54+00:00</updated>
1818
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
1919
</info>
2020
<macro name="author">
@@ -71,7 +71,7 @@
7171
</if>
7272
<else-if type="book" match="any">
7373
<group delimiter=", " prefix="(" suffix=")">
74-
<text variable="publisher"/>
74+
<text variable="publisher-place"/>
7575
<text macro="date"/>
7676
</group>
7777
</else-if>
@@ -130,8 +130,8 @@
130130
</macro>
131131
<macro name="editor">
132132
<names variable="editor translator">
133-
<name initialize-with=". "/>
134-
<label form="short" prefix=" (" suffix=")"/>
133+
<name and="text" initialize-with=". "/>
134+
<label form="short" strip-periods="false" prefix=" (" suffix=")"/>
135135
</names>
136136
</macro>
137137
<macro name="volumes">
@@ -164,26 +164,30 @@
164164
</else-if>
165165
<else>
166166
<group delimiter=", ">
167-
<text macro="author"/>
168-
<text macro="title"/>
169167
<group>
168+
<group delimiter=", ">
169+
<text macro="author"/>
170+
<text macro="title"/>
171+
</group>
170172
<choose>
171173
<if type="article-journal" match="any">
172-
<group delimiter=", ">
174+
<group delimiter=", " prefix=", ">
173175
<text macro="container"/>
174176
<text macro="volref"/>
175177
<text macro="pageno"/>
176178
</group>
177179
</if>
178180
<else-if type="chapter paper-conference" match="any">
179-
<group delimiter=", " prefix=" ">
180-
<text macro="container"/>
181-
<text macro="publisher"/>
181+
<group delimiter=", " prefix=", ">
182+
<group delimiter=" ">
183+
<text macro="container"/>
184+
<text macro="publisher"/>
185+
</group>
182186
<text macro="pageno"/>
183187
</group>
184188
</else-if>
185189
<else-if type="book" match="any">
186-
<group delimiter=" ">
190+
<group delimiter=" " prefix=" ">
187191
<group delimiter=", ">
188192
<text macro="volumes"/>
189193
<text macro="edition"/>
@@ -195,7 +199,7 @@
195199
</group>
196200
</else-if>
197201
<else-if type="thesis" match="any">
198-
<group delimiter=", ">
202+
<group delimiter=", " prefix=", ">
199203
<text variable="container-title"/>
200204
<text variable="genre"/>
201205
<group delimiter=" ">
@@ -205,7 +209,7 @@
205209
</group>
206210
</else-if>
207211
<else>
208-
<text macro="publisher"/>
212+
<text macro="publisher" prefix=", "/>
209213
<text macro="date" prefix="(" suffix=")"/>
210214
</else>
211215
</choose>

0 commit comments

Comments
 (0)