zotero/csl/jbc.csl
Rintze Zelle ab36d59982 Corrected more issues with the JBC (Journal of Biological Chemistry) style:
* Edition should be included for books
* Punctuation for books/book chapters

Validated with RNV.
2008-08-17 19:03:36 +00:00

152 lines
4.5 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" xml:lang="en">
<info>
<title>Journal of Biological Chemistry</title>
<id>http://www.zotero.org/styles/jbc</id>
<link href="http://www.zotero.org/styles/jbc"/>
<author>
<name>Julian Onions</name>
<email>julian.onions@gmail.com</email>
</author>
<updated></updated>
<summary>Style for Journal of Biological Chemistry</summary>
<link href="http://www.jbc.org/misc/ifora.shtml#_References" rel="documentation"/>
<category term="numeric"/>
<category term="biology"/>
</info>
<macro name="editor">
<names variable="editor" prefix="(" suffix=")" delimiter=", ">
<name and="text" initialize-with=". " delimiter=", "/>
<label form="short" prefix=", " text-case="lowercase" suffix="."/>
</names>
</macro>
<macro name="author">
<names variable="author">
<name name-as-sort-order="all" and="text" sort-separator=", " initialize-with=". "
delimiter=", "/>
<label form="short" prefix=" (" suffix=".)" text-case="lowercase"/>
<substitute>
<names variable="editor"/>
<text macro="title"/>
</substitute>
</names>
</macro>
<macro name="author-short">
<names variable="author">
<name form="short" and="text" delimiter=", " initialize-with=". "/>
<substitute>
<names variable="editor"/>
<names variable="translator"/>
<choose>
<if type="book">
<text variable="title" form="short" font-style="italic"/>
</if>
<else>
<text variable="title" form="short"/>
</else>
</choose>
</substitute>
</names>
</macro>
<macro name="access">
<group>
<text term="online" prefix="[" suffix="] "/>
<text variable="URL"/>
<group prefix=" (" suffix=")">
<text term="accessed" text-case="capitalize-first" suffix=" "/>
<date variable="accessed">
<date-part name="month" suffix=" "/>
<date-part name="day" suffix=", "/>
<date-part name="year"/>
</date>
</group>
</group>
</macro>
<macro name="title">
<choose>
<if type="book">
<text variable="title" font-style="italic"/>
</if>
<else>
<text variable="title"/>
</else>
</choose>
</macro>
<macro name="publisher">
<group delimiter=", ">
<text variable="publisher"/>
<text variable="publisher-place"/>
</group>
</macro>
<macro name="edition">
<choose>
<if is-numeric="edition">
<group delimiter=" ">
<number variable="edition" form="ordinal"/>
<text term="edition" form="short" suffix="."/>
</group>
</if>
<else>
<text variable="edition"/>
</else>
</choose>
</macro>
<citation>
<option name="collapse" value="citation-number"/>
<layout prefix="(" suffix=")" delimiter=", ">
<text variable="citation-number" />
</layout>
</citation>
<bibliography>
<option name="hanging-indent" value="true"/>
<option name="entry-spacing" value="0"/>
<layout>
<text variable="citation-number" suffix=". "/>
<text macro="author" suffix=" "/>
<date variable="issued" prefix="(" suffix=")">
<date-part name="year"/>
</date>
<choose>
<if type="book">
<group suffix=",">
<text macro="title" prefix=" "/>
<text macro="edition" prefix=", "/>
<text macro="editor" prefix=" "/>
</group>
<text prefix=" " macro="publisher"/>
</if>
<else-if type="chapter">
<text macro="title" prefix=" " quotes="true"/>
<group class="container" prefix=" ">
<text term="in" text-case="lowercase"/>
<names variable="editor" prefix=" " suffix="," delimiter=", ">
<name and="text" sort-separator=", " initialize-with=". "/>
<label form="short" prefix=" (" suffix=".)" text-case="lowercase"/>
</names>
<text variable="container-title" prefix=" " suffix="."/>
<text variable="collection-title" prefix=" " suffix="."/>
<group>
<text macro="edition" prefix=" "/>
<text macro="publisher" prefix=", "/>
<group prefix=", ">
<text variable="page"/>
</group>
</group>
</group>
</else-if>
<else>
<group class="container" prefix=" ">
<text variable="container-title" form="short" font-style="italic"/>
<group prefix=" ">
<text variable="volume" font-weight="bold"/>
</group>
<group prefix=", ">
<text variable="page"/>
</group>
</group>
</else>
</choose>
<text prefix=" " macro="access" suffix="."/>
</layout>
</bibliography>
</style>