commit 0a385c9e2ecb22cda72b6bcb9e8996b00d2bf4c6
parent 28d9dcae958904ad4d1c1b7c65e070d5eb10b23b
Author: Julian Onions <julian.onions@gmail.com>
Date: Wed, 14 Nov 2007 09:31:02 +0000
Journal of Bacteriology style
Diffstat:
| A | csl/jbact.csl | | | 82 | +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
1 file changed, 82 insertions(+), 0 deletions(-)
diff --git a/csl/jbact.csl b/csl/jbact.csl
@@ -0,0 +1,82 @@
+<?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 Bacteriology</title>
+ <id>http://www.zotero.org/styles/neuroreport</id>
+ <link>http://www.zotero.org/styles/neuroreport</link>
+ <author>
+ <name>Julian Onions</name>
+ <email>julian.onions@gmail.com</email>
+ </author>
+ <category term="numeric"/>
+ <category term="biology"/>
+ <updated/>
+ <summary>Journal Of Bacteriology style.</summary>
+ <source>http://jb.asm.org/cgi/content/full/189/1/1#References.</source>
+ </info>
+ <macro name="author">
+ <names variable="author" suffix=". ">
+ <name sort-separator=" " initialize-with=". "
+ and="text" font-weight="bold"
+ name-as-sort-order="first" delimiter=", "
+ delimiter-precedes-last="always"/>
+ </names>
+ </macro>
+ <macro name="editor">
+ <names variable="editor">
+ <name sort-separator=" " initialize-with=". " and="text"
+ delimiter=", " delimiter-precedes-last="always"/>
+ <label form="short" prefix=" (" text-transform="lowercase" suffix=")"/>
+ </names>
+ </macro>
+ <macro name="publisher">
+ <group delimiter=", ">
+ <text variable="publisher" />
+ <text variable="publisher-place" />
+ </group>
+ </macro>
+ <citation>
+ <option name="collapse" value="citation-number"/>
+ <sort>
+ <key variable="citation-number"/>
+ </sort>
+ <layout prefix="(" suffix=")" delimiter=", ">
+ <text variable="citation-number"/>
+ </layout>
+ </citation>
+ <bibliography>
+ <layout suffix="." >
+ <group delimiter=" ">
+ <text variable="citation-number" suffix=". "/>
+ <text macro="author"/>
+ <date variable="issued" suffix=".">
+ <date-part name="year"/>
+ </date>
+ <text variable="title" suffix=". "/>
+ <choose>
+ <if type="chapter">
+ <group class="container" delimiter=" ">
+ <text variable="page" prefix="p. " suffix="."/>
+ <text term="in" text-transform="capitalize" font-style="italic"/>
+ <group delimiter=", ">
+ <text macro="editor"/>
+ <text variable="container-title" />
+ <text variable="collection-title" prefix=" " suffix="."/>
+ <text variable="edition" />
+ <text variable="volume" prefix="vol. " suffix="."/>
+ </group>
+ <text macro="publisher"/>
+ </group>
+ </if>
+ <else>
+ <text variable="container-title" suffix="."/>
+ <group delimiter=":">
+ <text variable="volume" font-weight="bold"/>
+ <text variable="page"/>
+ </group>
+ </else>
+ </choose>
+ </group>
+ </layout>
+ </bibliography>
+</style>