Skip to content

Commit

Permalink
Update review-of-political-economy.csl (#7264)
Browse files Browse the repository at this point in the history
  • Loading branch information
POBrien333 authored Oct 16, 2024
1 parent b689982 commit ae0914f
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions review-of-political-economy.csl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<category field="political_science"/>
<issn>0953-8259</issn>
<eissn>1465-3982</eissn>
<updated>2019-09-16T08:21:40+00:00</updated>
<updated>2024-10-15T14:55:57+00:00</updated>
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
</info>
<macro name="container">
Expand Down Expand Up @@ -184,9 +184,15 @@
<macro name="issued">
<choose>
<if variable="issued">
<date variable="issued">
<date-part name="year"/>
</date>
<choose>
<if match="any" variable="original-date">
<date date-parts="year" form="text" variable="original-date"/>
<date date-parts="year" form="text" variable="issued" prefix="[" suffix="]"/>
</if>
<else>
<date date-parts="year" form="numeric" variable="issued"/>
</else>
</choose>
</if>
<else-if variable="accessed">
<choose>
Expand Down

0 comments on commit ae0914f

Please sign in to comment.