Ticket #632: jbact.csl

File jbact.csl, 2.6 KB (added by codec, 9 years ago)

Journal of Bacetriology style

Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" xml:lang="en">
3  <info>
4    <title>Journal of Bacteriology</title>
5    <id>http://purl.org/net/xbiblio/csl/styles/neuroreport.csl</id>
6    <link>http://purl.org/net/xbiblio/csl/styles/neuroreport.csl</link>
7    <author>
8      <name>Julian Onions</name>
9      <email>julian.onions@gmail.com</email>
10    </author>
11    <category term="biology"/>
12    <updated>2007-11-10T16:30:40+00:00</updated>
13    <summary>Journal Of Bacteriology Journal style.</summary>
14    <source>http://jb.asm.org/cgi/content/full/189/1/1#References.</source>
15  </info>
16  <macro name="author">
17    <names variable="author" suffix=". ">
18      <name sort-separator=" " initialize-with=". "
19            and="text" font-weight="bold"
20            name-as-sort-order="first" delimiter=", "
21            delimiter-precedes-last="always"/>
22    </names>
23  </macro>
24  <macro name="editor">
25    <names variable="editor">
26      <name sort-separator=" " initialize-with=". " and="text"
27        delimiter=", " delimiter-precedes-last="always"/>
28      <label form="short" prefix=" (" text-transform="lowercase" suffix=")"/>
29    </names>
30  </macro>
31  <macro name="publisher">
32    <group delimiter=", ">
33      <text variable="publisher" />
34      <text variable="publisher-place" />
35    </group>
36  </macro>
37  <citation>
38    <option name="collapse" value="citation-number"/>
39    <sort>
40      <key variable="citation-number"/>
41    </sort>
42    <layout prefix="(" suffix=")" delimiter=", ">
43      <text variable="citation-number"/>
44    </layout>
45  </citation>
46  <bibliography>
47    <layout suffix="." >
48      <group delimiter=" ">
49        <text variable="citation-number" suffix=". "/>
50        <text macro="author"/>
51        <date variable="issued" suffix=".">
52          <date-part name="year"/>
53        </date>
54        <text variable="title" suffix=". "/>
55        <choose>
56          <if type="chapter">
57            <group class="container" delimiter=" ">
58              <text variable="page" prefix="p. " suffix="."/>
59              <text term="in" text-transform="capitalize" font-style="italic"/>
60              <group delimiter=", ">
61                <text macro="editor"/>
62                <text variable="container-title" />
63                <text variable="collection-title" prefix=" " suffix="."/>
64                <text variable="edition" />
65                <text variable="volume" prefix="vol. " suffix="."/>
66              </group>
67              <text macro="publisher"/>
68            </group>
69          </if>
70          <else>
71            <text variable="container-title" suffix="."/>
72            <group delimiter=":">
73              <text variable="volume" font-weight="bold"/>
74              <text variable="page"/>
75            </group>
76          </else>
77        </choose>
78        </group>
79      </layout>
80    </bibliography>
81  </style>