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.
This commit is contained in:
parent
db8cf9839e
commit
48344b341d
1 changed files with 5 additions and 7 deletions
12
csl/jbc.csl
12
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"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue