Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update royal-society-of-chemistry.csl #7302

Merged
merged 3 commits into from
Nov 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>steven.kirk@cantab.net</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