Skip to content

Commit f28865e

Browse files
authored
OSCOLA.csl: Add publiser info to generic/working paper secondary sources (CSL type "article"). (#5541)
1 parent 197ceb1 commit f28865e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

oscola.csl

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@
255255
<!--publication info -->
256256
<macro name="publisher">
257257
<choose>
258-
<if type="book chapter broadcast personal_communication manuscript paper-conference article-newspaper report legislation motion_picture speech interview thesis entry-encyclopedia webpage post-weblog" match="any">
258+
<if type="book chapter broadcast personal_communication manuscript paper-conference article-newspaper report legislation motion_picture speech interview thesis entry-encyclopedia webpage post-weblog article" match="any">
259259
<group delimiter=" ">
260260
<group prefix="(" suffix=")" delimiter=", ">
261261
<choose>
@@ -303,6 +303,10 @@
303303
<else-if type="interview" match="any">
304304
<text macro="issued-full"/>
305305
</else-if>
306+
<else-if type="article" match="any">
307+
<text variable="publisher" strip-periods="true"/>
308+
<text macro="issued-full"/>
309+
</else-if>
306310
<else>
307311
<group delimiter=" ">
308312
<text variable="publisher" strip-periods="true"/>

0 commit comments

Comments
 (0)