Skip to content

Commit dfe71ff

Browse files
authored
Create biotechnology-and-bioprocess-engineering.csl (#6227)
via https://forums.zotero.org/discussion/99544/style-request-biotechnology-and-bioprocess-engineering#latest * No et al in bibliography
1 parent 0d91742 commit dfe71ff

File tree

1 file changed

+237
-0
lines changed

1 file changed

+237
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,237 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" delimiter-precedes-last="always" demote-non-dropping-particle="sort-only" default-locale="en-US">
3+
<info>
4+
<title>Biotechnology and Bioprocess Engineering</title>
5+
<title-short>BBE</title-short>
6+
<id>http://www.zotero.org/styles/biotechnology-and-bioprocess-engineering</id>
7+
<link href="http://www.zotero.org/styles/biotechnology-and-bioprocess-engineering" rel="self"/>
8+
<link href="http://www.zotero.org/styles/trends-journals" rel="documentation"/>
9+
<link href="https://www.springer.com/journal/12257/submission-guidelines" rel="documentation"/>
10+
<link href="https://media.springer.com/full/springer-instructions-for-authors-assets/pdf/1652521_173753306_12257_Instructions%20to%20Author.pdf" rel="documentation"/>
11+
<author>
12+
<name>Patrick O'Brien</name>
13+
</author>
14+
<category citation-format="numeric"/>
15+
<category field="biology"/>
16+
<category field="medicine"/>
17+
<issn>1226-8372</issn>
18+
<eissn>1976-3816</eissn>
19+
<updated>2022-09-15T13:50:32+00:00</updated>
20+
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
21+
</info>
22+
<macro name="edition">
23+
<choose>
24+
<if type="bill book chapter graphic legal_case legislation motion_picture paper-conference report song" match="any">
25+
<choose>
26+
<if is-numeric="edition">
27+
<group delimiter=" " prefix="(" suffix=") ">
28+
<number variable="edition" form="ordinal"/>
29+
<text term="edition" form="short" suffix="n" strip-periods="true"/>
30+
</group>
31+
</if>
32+
<else>
33+
<text variable="edition" text-case="capitalize-first" suffix="."/>
34+
</else>
35+
</choose>
36+
</if>
37+
</choose>
38+
</macro>
39+
<macro name="issued">
40+
<date date-parts="year" form="text" variable="issued" prefix="(" suffix=")"/>
41+
</macro>
42+
<macro name="author">
43+
<names variable="author">
44+
<name and="text" initialize-with="." name-as-sort-order="first"/>
45+
<label form="short" prefix=", "/>
46+
<et-al font-style="italic"/>
47+
<substitute>
48+
<names variable="editor"/>
49+
<names variable="translator"/>
50+
<text variable="title"/>
51+
</substitute>
52+
</names>
53+
</macro>
54+
<macro name="editor">
55+
<names variable="editor">
56+
<name sort-separator=", " initialize-with=". " name-as-sort-order="all" delimiter=", " and="text"/>
57+
<label form="short" strip-periods="false" prefix=" (" suffix=")"/>
58+
</names>
59+
</macro>
60+
<macro name="locators">
61+
<group delimiter=", ">
62+
<text macro="edition" prefix="(" suffix=")"/>
63+
<group delimiter=" ">
64+
<number variable="volume" form="numeric"/>
65+
</group>
66+
<group delimiter=" ">
67+
<number variable="number-of-volumes" form="numeric"/>
68+
<text term="volume" form="short" plural="true"/>
69+
</group>
70+
</group>
71+
</macro>
72+
<macro name="title">
73+
<text variable="title"/>
74+
</macro>
75+
<macro name="publisher">
76+
<choose>
77+
<if type="bill book chapter graphic legal_case legislation motion_picture paper-conference report song" match="any">
78+
<group delimiter=", ">
79+
<text variable="publisher"/>
80+
<text variable="publisher-place"/>
81+
</group>
82+
</if>
83+
<else>
84+
<text variable="publisher"/>
85+
</else>
86+
</choose>
87+
</macro>
88+
<macro name="event">
89+
<choose>
90+
<if type="paper-conference">
91+
<choose>
92+
<if variable="container-title">
93+
<group delimiter=", ">
94+
<text variable="container-title" prefix="in " font-style="italic"/>
95+
<text variable="event-place"/>
96+
</group>
97+
</if>
98+
<else>
99+
<group delimiter=", ">
100+
<text variable="event" prefix="presented at the "/>
101+
<text variable="event-place"/>
102+
</group>
103+
</else>
104+
</choose>
105+
</if>
106+
</choose>
107+
</macro>
108+
<macro name="access">
109+
<choose>
110+
<if type="webpage">
111+
<group delimiter=". ">
112+
<text value="[Online]"/>
113+
<text variable="URL" prefix="Available: "/>
114+
<group prefix="[" suffix="]">
115+
<date variable="accessed" prefix="Accessed: ">
116+
<date-part name="day" form="numeric-leading-zeros" suffix="-"/>
117+
<date-part name="month" form="short" suffix="-" strip-periods="true"/>
118+
<date-part name="year" form="long"/>
119+
</date>
120+
</group>
121+
</group>
122+
</if>
123+
</choose>
124+
</macro>
125+
<macro name="page">
126+
<choose>
127+
<if type="chapter paper-conference" match="any">
128+
<group delimiter=" ">
129+
<label variable="page" form="short" plural="always"/>
130+
<text variable="page"/>
131+
</group>
132+
</if>
133+
<else>
134+
<text variable="page"/>
135+
</else>
136+
</choose>
137+
</macro>
138+
<citation collapse="citation-number">
139+
<sort>
140+
<key variable="citation-number"/>
141+
</sort>
142+
<layout prefix="[" suffix="]" delimiter=",">
143+
<text variable="citation-number"/>
144+
</layout>
145+
</citation>
146+
<bibliography entry-spacing="0" second-field-align="flush">
147+
<layout suffix=".">
148+
<text variable="citation-number" suffix="."/>
149+
<group delimiter=" ">
150+
<text macro="author"/>
151+
<text macro="issued"/>
152+
<text macro="title"/>
153+
</group>
154+
<choose>
155+
<if type="article-journal">
156+
<group delimiter=" " prefix=". ">
157+
<text variable="container-title" form="short" font-style="italic"/>
158+
<choose>
159+
<if variable="volume">
160+
<group delimiter=": ">
161+
<text macro="locators"/>
162+
<text macro="page"/>
163+
</group>
164+
</if>
165+
<else-if variable="DOI">
166+
<text variable="DOI" prefix="DOI: "/>
167+
</else-if>
168+
<else-if variable="URL">
169+
<text term="at"/>
170+
<text variable="URL" prefix=" &lt;" suffix="&gt;"/>
171+
</else-if>
172+
</choose>
173+
</group>
174+
</if>
175+
<else-if type="paper-conference">
176+
<group delimiter=", " prefix=". ">
177+
<text macro="event"/>
178+
<text macro="locators"/>
179+
<text macro="page"/>
180+
</group>
181+
</else-if>
182+
<else-if type="thesis">
183+
<group delimiter=". " prefix=". ">
184+
<text variable="genre"/>
185+
<text macro="publisher"/>
186+
</group>
187+
</else-if>
188+
<else-if type="webpage post post-weblog" match="any">
189+
<text variable="container-title" font-style="italic" prefix=". " suffix=". "/>
190+
<text macro="access"/>
191+
</else-if>
192+
<else-if type="patent">
193+
<group delimiter=" " prefix=". ">
194+
<text variable="authority"/>
195+
<text variable="number"/>
196+
</group>
197+
</else-if>
198+
<else-if type="bill book graphic legal_case legislation motion_picture report song" match="any">
199+
<group delimiter=", " prefix=". ">
200+
<text macro="locators"/>
201+
<text macro="publisher"/>
202+
</group>
203+
</else-if>
204+
<else-if type="article-journal article-magazine article-newspaper broadcast interview manuscript map patent personal_communication song speech thesis webpage" match="any">
205+
<group delimiter=", ">
206+
<text variable="container-title" font-style="italic"/>
207+
<text macro="locators"/>
208+
<text macro="publisher"/>
209+
<text macro="page"/>
210+
</group>
211+
</else-if>
212+
<else-if type="chapter paper-conference" match="any">
213+
<group delimiter=". " prefix=". ">
214+
<text macro="page"/>
215+
<group delimiter=": ">
216+
<text term="in" text-case="capitalize-first"/>
217+
<text macro="editor"/>
218+
</group>
219+
<text variable="container-title" font-style="italic"/>
220+
<text macro="locators"/>
221+
<text macro="publisher"/>
222+
</group>
223+
</else-if>
224+
<else>
225+
<group delimiter=", ">
226+
<text variable="container-title" font-style="italic"/>
227+
<text macro="locators"/>
228+
</group>
229+
<group delimiter=", ">
230+
<text macro="publisher"/>
231+
<text macro="page"/>
232+
</group>
233+
</else>
234+
</choose>
235+
</layout>
236+
</bibliography>
237+
</style>

0 commit comments

Comments
 (0)