-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update royal-society-of-chemistry.csl (#7302)
- Loading branch information
1 parent
49af15c
commit da0bfdf
Showing
1 changed file
with
27 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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"> | ||
|
@@ -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"/> | ||
|