Skip to content

Commit

Permalink
Update royal-society-of-chemistry-with-titles.csl (#7310)
Browse files Browse the repository at this point in the history
#7302 in addition to this
  • Loading branch information
POBrien333 authored Dec 12, 2024
1 parent 60322dc commit 883b0fa
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions royal-society-of-chemistry-with-titles.csl
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,30 @@
</choose>
</group>
</else-if>
<else-if type="article" match="any">
<group delimiter=", ">
<text macro="title"/>
<text variable="publisher" font-style="italic"/>
<text macro="issued"/>
<text term="preprint"/>
<choose>
<if variable="number">
<group delimiter=":">
<text variable="publisher"/>
<text variable="number"/>
</group>
</if>
</choose>
<choose>
<if variable="DOI">
<text variable="DOI" prefix="DOI: "/>
</if>
<else>
<text variable="URL"/>
</else>
</choose>
</group>
</else-if>
<else-if type="webpage post-weblog" match="any">
<group delimiter=", ">
<text variable="title" form="short"/>
Expand Down

0 comments on commit 883b0fa

Please sign in to comment.