commit 48344b341dab1c53899a0b37b084c18a718d5fd5
parent db8cf9839ef233d18fca8008960c6a0259b50be3
Author: Rintze Zelle <rintze.zelle@gmail.com>
Date: Sun, 17 Aug 2008 08:24:37 +0000
Corrected several issues with the JBC (Journal of Biological Chemistry) style:
* removed spacing between entries in bibliography
* journal abbreviations are now used if available
* Removed the double space before the year of issue
* Removed the period after the journal name
* Removed the issue number
* Et al. now is no longer used in the bibliography (all authors are listed)
* Removed the period at the end of each entry in the bibliography
Validated with RNV.
Diffstat:
1 file changed, 5 insertions(+), 7 deletions(-)
diff --git a/csl/jbc.csl b/csl/jbc.csl
@@ -86,8 +86,7 @@
</citation>
<bibliography>
<option name="hanging-indent" value="true"/>
- <option name="et-al-min" value="6"/>
- <option name="et-al-use-first" value="6"/>
+ <option name="entry-spacing" value="0"/>
<sort>
<key macro="author"/>
<key variable="title"/>
@@ -95,7 +94,7 @@
<layout>
<text variable="citation-number" suffix=". "/>
<text macro="author" suffix=" "/>
- <date variable="issued" prefix=" (" suffix=")">
+ <date variable="issued" prefix="(" suffix=")">
<date-part name="year"/>
</date>
<choose>
@@ -125,11 +124,10 @@
</group>
</else-if>
<else>
- <group class="container" prefix=" " suffix=".">
- <text variable="container-title" font-style="italic"/>
- <group prefix=". ">
+ <group class="container" prefix=" ">
+ <text variable="container-title" form="short" font-style="italic"/>
+ <group prefix=" ">
<text variable="volume" font-weight="bold"/>
- <text variable="issue" prefix="(" suffix=")"/>
</group>
<group prefix=", ">
<text variable="page"/>