Skip to content

Commit 928e5a6

Browse files
authored
1 parent a829c84 commit 928e5a6

File tree

1 file changed

+151
-0
lines changed

1 file changed

+151
-0
lines changed

journal-of-microbiology.csl

Lines changed: 151 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,151 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" demote-non-dropping-particle="sort-only" default-locale="en-US">
3+
<info>
4+
<title>Journal of Microbiology</title>
5+
<title-short>JM</title-short>
6+
<id>http://www.zotero.org/styles/journal-of-microbiology</id>
7+
<link href="http://www.zotero.org/styles/journal-of-microbiology" rel="self"/>
8+
<link rel="template" href="http://www.zotero.org/styles/the-plant-cell"/>
9+
<link href="https://www.springer.com/cda/content/document/cda_downloaddocument/JM_Instructions+for+Authors_210517.pdf?SGWID=0-0-45-1375103-p173757107" rel="documentation"/>
10+
<author>
11+
<name>Patrick O'Brien</name>
12+
</author>
13+
<category citation-format="author-date"/>
14+
<category field="biology"/>
15+
<issn>1225-8873</issn>
16+
<eissn>1976-3794</eissn>
17+
<updated>2021-09-01T09:15:39+00:00</updated>
18+
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
19+
</info>
20+
<locale xml:lang="en">
21+
<terms>
22+
<term name="editor" form="verb-short">ed. by</term>
23+
<term name="editor" form="short">
24+
<single>ed</single>
25+
<multiple>eds</multiple>
26+
</term>
27+
</terms>
28+
</locale>
29+
<macro name="editor">
30+
<names variable="editor" delimiter=",">
31+
<name and="text" initialize-with="." name-as-sort-order="all"/>
32+
<label form="short" prefix=", " strip-periods="true"/>
33+
</names>
34+
</macro>
35+
<macro name="author">
36+
<names variable="author">
37+
<name and="text" delimiter-precedes-last="always" initialize-with="." name-as-sort-order="all"/>
38+
<label form="short" prefix=" "/>
39+
<substitute>
40+
<names variable="editor"/>
41+
<text variable="title"/>
42+
</substitute>
43+
</names>
44+
</macro>
45+
<macro name="author-short">
46+
<names variable="author">
47+
<name form="short" and="text" delimiter=", " initialize-with="."/>
48+
<et-al font-style="italic"/>
49+
<substitute>
50+
<names variable="editor"/>
51+
<names variable="translator"/>
52+
<text variable="title"/>
53+
</substitute>
54+
</names>
55+
</macro>
56+
<macro name="title">
57+
<text variable="title"/>
58+
</macro>
59+
<macro name="publisher">
60+
<group delimiter=", ">
61+
<text variable="publisher"/>
62+
<text variable="publisher-place"/>
63+
</group>
64+
</macro>
65+
<macro name="year-date">
66+
<date variable="issued">
67+
<date-part name="year"/>
68+
</date>
69+
</macro>
70+
<macro name="edition">
71+
<choose>
72+
<if is-numeric="edition">
73+
<group delimiter=" ">
74+
<number variable="edition" form="ordinal"/>
75+
<text term="edition" form="short"/>
76+
</group>
77+
</if>
78+
<else>
79+
<text variable="edition" suffix="."/>
80+
</else>
81+
</choose>
82+
</macro>
83+
<citation et-al-min="3" et-al-use-first="1" disambiguate-add-year-suffix="true" collapse="year">
84+
<layout prefix="(" suffix=")" delimiter="; ">
85+
<group delimiter=", ">
86+
<text macro="author-short"/>
87+
<text macro="year-date"/>
88+
<text variable="locator"/>
89+
</group>
90+
</layout>
91+
</citation>
92+
<bibliography hanging-indent="true" et-al-min="11" et-al-use-first="1">
93+
<sort>
94+
<key macro="author"/>
95+
<key variable="title"/>
96+
</sort>
97+
<layout suffix=".">
98+
<group delimiter=". ">
99+
<text macro="author" font-weight="bold"/>
100+
<date variable="issued">
101+
<date-part name="year"/>
102+
</date>
103+
<choose>
104+
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
105+
<group delimiter=". " prefix=" ">
106+
<group delimiter=", ">
107+
<text macro="title"/>
108+
<text macro="edition"/>
109+
<text macro="editor"/>
110+
</group>
111+
<text macro="publisher"/>
112+
</group>
113+
</if>
114+
<else-if type="chapter paper-conference" match="any">
115+
<group delimiter=". ">
116+
<group delimiter=", ">
117+
<text macro="title" prefix=" "/>
118+
<group>
119+
<label variable="page" suffix=" " form="short"/>
120+
<text variable="page"/>
121+
</group>
122+
</group>
123+
<group delimiter=", ">
124+
<group delimiter=" ">
125+
<text term="in" text-case="capitalize-first" font-style="italic"/>
126+
<text macro="editor"/>
127+
</group>
128+
<text variable="container-title"/>
129+
<text variable="collection-title" prefix=" " suffix="."/>
130+
<text macro="edition"/>
131+
</group>
132+
</group>
133+
<text macro="publisher" prefix=" "/>
134+
</else-if>
135+
<else>
136+
<group delimiter=". " prefix=" ">
137+
<text macro="title" prefix=" " suffix="."/>
138+
<group delimiter=" ">
139+
<text variable="container-title" form="short" font-style="italic"/>
140+
<group delimiter=", ">
141+
<text variable="volume" font-weight="bold"/>
142+
<text variable="page"/>
143+
</group>
144+
</group>
145+
</group>
146+
</else>
147+
</choose>
148+
</group>
149+
</layout>
150+
</bibliography>
151+
</style>

0 commit comments

Comments
 (0)