Journal of Bacteriology style
This commit is contained in:
parent
28d9dcae95
commit
0a385c9e2e
1 changed files with 82 additions and 0 deletions
82
csl/jbact.csl
Normal file
82
csl/jbact.csl
Normal file
|
@ -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>
|
Loading…
Add table
Reference in a new issue