Skip to content

Commit

Permalink
Update united-nations-framework-convention-on-climate-change.csl (cit…
Browse files Browse the repository at this point in the history
…ation-style-language#4073)

Removed full date published from conference paper type before place of publication.
  • Loading branch information
mserifovic authored and adam3smith committed May 2, 2019
1 parent 47c2325 commit 5291a55
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions united-nations-framework-convention-on-climate-change.csl
Original file line number Diff line number Diff line change
Expand Up @@ -101,20 +101,13 @@
</macro>
<macro name="issued">
<choose>
<if type="article-newspaper paper-conference broadcast" match="any">
<if type="article-newspaper broadcast" match="any">
<date variable="issued" suffix=", ">
<date-part name="day" suffix=" "/>
<date-part name="month"/>
</date>
</if>
</choose>
<choose>
<if type="paper-conference" match="any">
<date variable="issued">
<date-part name="year" prefix=" "/>
</date>
</if>
</choose>
</macro>
<macro name="volume">
<group>
Expand Down Expand Up @@ -203,7 +196,6 @@
<text variable="container-title" font-style="italic" suffix="."/>
<text variable="collection-title" suffix="."/>
<text macro="edition" prefix=" "/>
<text macro="issued"/>
<text macro="publisher" suffix="."/>
<group>
<choose>
Expand Down

0 comments on commit 5291a55

Please sign in to comment.