Skip to content

Commit a87414f

Browse files
authored
Remove month from association-for-compuational-linguistics.csl (#6158)
1 parent 6153db0 commit a87414f

File tree

1 file changed

+1
-21
lines changed

1 file changed

+1
-21
lines changed

association-for-computational-linguistics.csl

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,6 @@
6767
</else>
6868
</choose>
6969
</macro>
70-
<macro name="month">
71-
<date variable="issued">
72-
<date-part name="month"/>
73-
</date>
74-
</macro>
7570
<macro name="edition">
7671
<number variable="edition" form="ordinal"/>
7772
<text term="edition" prefix=" "/>
@@ -199,7 +194,6 @@
199194
<text variable="volume" prefix=", "/>
200195
<text variable="issue" prefix="(" suffix=")"/>
201196
<text variable="page" prefix=":"/>
202-
<text macro="month" prefix=", "/>
203197
</group>
204198
</if>
205199
<!-- corresponds to "proceedings", "manual", "book", and "periodical" in bibtex -->
@@ -212,7 +206,6 @@
212206
<text variable="publisher"/>
213207
<text variable="publisher-place"/>
214208
<text macro="edition"/>
215-
<text macro="month"/>
216209
</group>
217210
</else-if>
218211
<!-- corresponds to "inbook" and "incollection" in bibtex -->
@@ -236,15 +229,13 @@
236229
<text variable="publisher"/>
237230
<text variable="publisher-place"/>
238231
<text macro="edition"/>
239-
<text macro="month"/>
240232
</group>
241233
</else-if>
242234
<!-- corresponds to "booklet" in bibtex -->
243235
<else-if type="pamphlet">
244236
<text variable="title" prefix=" " suffix="."/>
245237
<group delimiter=", " prefix=" " suffix=".">
246238
<text variable="publisher-place"/>
247-
<text macro="month"/>
248239
</group>
249240
</else-if>
250241
<!-- corresponds to "inproceedings" and "conference" in bibtex -->
@@ -262,18 +253,10 @@
262253
<choose>
263254
<if variable="event-place publisher-place" match="any">
264255
<text macro="event-or-publisher-place"/>
265-
<text macro="month"/>
266-
</if>
267-
</choose>
268-
</group>
269-
<group prefix=" " suffix="." delimiter=", ">
270-
<text variable="publisher"/>
271-
<choose>
272-
<if variable="event-place publisher-place" match="none">
273-
<text macro="month"/>
274256
</if>
275257
</choose>
276258
</group>
259+
<text variable="publisher" prefix=" " suffix="."/>
277260
</else-if>
278261
<!-- corresponds to "techreport" in bibtex -->
279262
<else-if type="report">
@@ -282,7 +265,6 @@
282265
<text macro="technical-report"/>
283266
<text variable="publisher"/>
284267
<text variable="publisher-place"/>
285-
<text macro="month"/>
286268
</group>
287269
</else-if>
288270
<!-- corresponds to "phdthesis" and "masterthesis" in bibtex -->
@@ -293,13 +275,11 @@
293275
<text macro="thesis-type"/>
294276
<text variable="publisher"/>
295277
<text variable="publisher-place"/>
296-
<text macro="month"/>
297278
</group>
298279
</else-if>
299280
<!-- misc. -->
300281
<else>
301282
<text variable="title" prefix=" " suffix="."/>
302-
<text macro="month" prefix=" " suffix="."/>
303283
</else>
304284
</choose>
305285
<!-- note -->

0 commit comments

Comments
 (0)