Skip to content
Permalink
Browse files

Update cell-numeric.csl (#2163)

- Author initials should be separated by period but no space (A.B., not A. B. )
- Et al in bibliography author list should be italicised
- Citations in text should be delimited by comma, not comma-space
[and Update metadata]
  • Loading branch information...
ms609 authored and adam3smith committed Jul 28, 2016
1 parent 1622de7 commit 56fc2d96b671d01f8f8f111c8510250e7d006772
Showing with 4 additions and 3 deletions.
  1. +4 −3 cell-numeric.csl
@@ -15,7 +15,7 @@
<category citation-format="numeric"/>
<category field="biology"/>
<summary>The style for Cell Journals using numerical citations, such as Current Biology</summary>
<updated>2012-09-27T22:06:38+00:00</updated>
<updated>2016-07-28T09:56:00+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">
@@ -26,7 +26,8 @@
</macro>
<macro name="author">
<names variable="author">
<name name-as-sort-order="all" and="text" sort-separator=", " initialize-with=". " delimiter=", " delimiter-precedes-last="always"/>
<name name-as-sort-order="all" and="text" sort-separator=", " initialize-with="." delimiter=", " delimiter-precedes-last="always"/>
<et-al font-style="italic"/>
<label form="short" prefix=" "/>
<substitute>
<names variable="editor"/>
@@ -76,7 +77,7 @@
<sort>
<key variable="citation-number"/>
</sort>
<layout prefix="[" suffix="]" delimiter=", ">
<layout prefix="[" suffix="]" delimiter=",">
<text variable="citation-number"/>
</layout>
</citation>

0 comments on commit 56fc2d9

Please sign in to comment.
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session.