Skip to content

Commit

Permalink
OSCOLA.csl: Add publiser info to generic/working paper secondary sour…
Browse files Browse the repository at this point in the history
…ces (CSL type "article"). (#5541)
  • Loading branch information
StianOby authored Aug 4, 2021
1 parent 197ceb1 commit f28865e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion oscola.csl
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@
<!--publication info -->
<macro name="publisher">
<choose>
<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">
<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">
<group delimiter=" ">
<group prefix="(" suffix=")" delimiter=", ">
<choose>
Expand Down Expand Up @@ -303,6 +303,10 @@
<else-if type="interview" match="any">
<text macro="issued-full"/>
</else-if>
<else-if type="article" match="any">
<text variable="publisher" strip-periods="true"/>
<text macro="issued-full"/>
</else-if>
<else>
<group delimiter=" ">
<text variable="publisher" strip-periods="true"/>
Expand Down

0 comments on commit f28865e

Please sign in to comment.