Skip to content

Commit

Permalink
Render status field (for forthcoming, in press, etc.) to date groups (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebader authored Apr 5, 2022
1 parent 51ff3dc commit 736c6df
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions american-sociological-association.csl
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,12 @@
<date variable="issued" form="numeric" date-parts="year"/>
</group>
</if>
<else-if variable="status">
<group>
<text variable="status" text-case="lowercase"/>
<text variable="year-suffix" prefix="-"/>
</group>
</else-if>
<else>
<text term="no date" form="short"/>
</else>
Expand All @@ -140,6 +146,12 @@
<if variable="issued">
<date variable="issued" form="numeric" date-parts="year"/>
</if>
<else-if variable="status">
<group>
<text variable="status" text-case="lowercase"/>
<text variable="year-suffix" prefix="-"/>
</group>
</else-if>
<else>
<text term="no date" form="short"/>
</else>
Expand Down

0 comments on commit 736c6df

Please sign in to comment.