Skip to content

Commit

Permalink
Update royal-society-of-chemistry.csl (#7302)
Browse files Browse the repository at this point in the history
  • Loading branch information
POBrien333 authored Nov 5, 2024
1 parent 49af15c commit da0bfdf
Showing 1 changed file with 27 additions and 1 deletion.
28 changes: 27 additions & 1 deletion royal-society-of-chemistry.csl
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,13 @@
<name>Steven R. Kirk</name>
<email>[email protected]</email>
</contributor>
<contributor>
<name>Patrick O'Brien</name>
</contributor>
<category citation-format="numeric"/>
<category field="chemistry"/>
<summary>The Royal Society of Chemistry journal style.</summary>
<updated>2024-10-31T19:06:49+00:00</updated>
<updated>2024-11-02T19:25: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="editor">
Expand Down Expand Up @@ -170,6 +173,29 @@
</choose>
</group>
</else-if>
<else-if type="article" match="any">
<group delimiter=", ">
<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 da0bfdf

Please sign in to comment.