Skip to content

Commit 4eac598

Browse files
emblanchardadam3smith
authored andcommitted
Update cell-numeric-superscript.csl (#4384)
This update removes URLs from all non-webpage references, "Available at:" from all other URLs, access dates for all URLs, and publisher locations in accordance with Cell Press style.
1 parent ef6f30d commit 4eac598

File tree

1 file changed

+7
-16
lines changed

1 file changed

+7
-16
lines changed

cell-numeric-superscript.csl

+7-16
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<category citation-format="numeric"/>
1616
<category field="biology"/>
1717
<summary>The style for Cell Journals using numerical citations in superscript, such as Chem</summary>
18-
<updated>2016-07-28T09:56:00+00:00</updated>
18+
<updated>2019-10-29T19:17:19+00:00</updated>
1919
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
2020
</info>
2121
<macro name="editor">
@@ -27,7 +27,6 @@
2727
<macro name="author">
2828
<names variable="author">
2929
<name name-as-sort-order="all" and="text" sort-separator=", " initialize-with="." delimiter=", " delimiter-precedes-last="always"/>
30-
<et-al font-style="italic"/>
3130
<label form="short" prefix=" "/>
3231
<substitute>
3332
<names variable="editor"/>
@@ -38,27 +37,19 @@
3837
<macro name="access">
3938
<choose>
4039
<if variable="URL">
41-
<text value="Available at:" suffix=" "/>
42-
<text variable="URL"/>
43-
<group prefix=" [" suffix="]">
44-
<text term="accessed" text-case="capitalize-first" suffix=" "/>
45-
<date variable="accessed">
46-
<date-part name="month" suffix=" "/>
47-
<date-part name="day" suffix=", "/>
48-
<date-part name="year"/>
49-
</date>
50-
</group>
40+
<choose>
41+
<if type="webpage dataset entry-dictionary entry-encyclopedia post post-weblog" match="any">
42+
<text variable="URL"/>
43+
</if>
44+
</choose>
5145
</if>
5246
</choose>
5347
</macro>
5448
<macro name="title">
5549
<text variable="title"/>
5650
</macro>
5751
<macro name="publisher">
58-
<group prefix="(" delimiter=": " suffix=")">
59-
<text variable="publisher-place"/>
60-
<text variable="publisher"/>
61-
</group>
52+
<text variable="publisher" prefix="(" suffix=")"/>
6253
</macro>
6354
<macro name="edition">
6455
<choose>

0 commit comments

Comments
 (0)