Skip to content

Commit e412277

Browse files
authored
1 parent bebdb48 commit e412277

File tree

1 file changed

+173
-0
lines changed

1 file changed

+173
-0
lines changed

chemical-engineering-technology.csl

+173
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,173 @@
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>Chemical Engineering &amp; Technology</title>
5+
<id>http://www.zotero.org/styles/chemical-engineering-technology</id>
6+
<link href="http://www.zotero.org/styles/chemical-engineering-technology" rel="self"/>
7+
<link href="http://www.zotero.org/styles/chemie-ingenieur-technik" rel="template"/>
8+
<link href="https://onlinelibrary.wiley.com/page/journal/15214125/homepage/2044_forauthors.html" rel="documentation"/>
9+
<link href="https://onlinelibrary.wiley.com/pb-assets/assets/15214125/CET%20Instructions%20for%20Authors-1645006746923.pdf" rel="documentation"/>
10+
<author>
11+
<name>Patrick O'Brien</name>
12+
</author>
13+
<category citation-format="numeric"/>
14+
<category field="chemistry"/>
15+
<category field="engineering"/>
16+
<issn>0930-7516</issn>
17+
<eissn>1521-4125</eissn>
18+
<updated>2022-04-26T08:51:32+00:00</updated>
19+
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
20+
</info>
21+
<locale xml:lang="en">
22+
<terms>
23+
<term name="accessed">accessed on</term>
24+
</terms>
25+
</locale>
26+
<macro name="author">
27+
<names variable="author">
28+
<name initialize-with=". " delimiter=", " delimiter-precedes-last="always"/>
29+
<label form="short" prefix=", " text-case="capitalize-first"/>
30+
<substitute>
31+
<names variable="editor"/>
32+
<names variable="translator"/>
33+
</substitute>
34+
</names>
35+
</macro>
36+
<macro name="editor">
37+
<names variable="editor">
38+
<label form="short" text-case="capitalize-first" strip-periods="true" suffix=": "/>
39+
<name delimiter-precedes-last="always" initialize-with=". "/>
40+
</names>
41+
</macro>
42+
<macro name="year-date">
43+
<group font-weight="bold">
44+
<choose>
45+
<if variable="issued">
46+
<date variable="issued">
47+
<date-part name="year"/>
48+
</date>
49+
</if>
50+
<else>
51+
<text term="no date" form="short"/>
52+
</else>
53+
</choose>
54+
</group>
55+
</macro>
56+
<macro name="access">
57+
<choose>
58+
<if variable="DOI">
59+
<text variable="DOI" prefix="DOI: https://doi.org/"/>
60+
</if>
61+
<else-if type="webpage post-weblog post" match="any">
62+
<group delimiter=" ">
63+
<text variable="URL"/>
64+
<group delimiter=" " prefix="(" suffix=")">
65+
<text term="accessed" text-case="capitalize-first"/>
66+
<date form="text" variable="accessed"/>
67+
</group>
68+
</group>
69+
</else-if>
70+
</choose>
71+
</macro>
72+
<macro name="publisher">
73+
<group delimiter=", ">
74+
<text variable="publisher" text-case="capitalize-all"/>
75+
<text variable="publisher-place" text-case="title"/>
76+
</group>
77+
</macro>
78+
<macro name="edition">
79+
<group delimiter=" ">
80+
<number variable="edition" form="ordinal"/>
81+
<text term="edition" form="short"/>
82+
</group>
83+
</macro>
84+
<macro name="volume">
85+
<group delimiter=" ">
86+
<text term="volume" form="short" text-case="capitalize-first"/>
87+
<number variable="volume"/>
88+
</group>
89+
</macro>
90+
<citation collapse="citation-number">
91+
<sort>
92+
<key variable="citation-number"/>
93+
</sort>
94+
<layout delimiter=", " prefix="[" suffix="]">
95+
<text variable="citation-number"/>
96+
</layout>
97+
</citation>
98+
<bibliography entry-spacing="0" second-field-align="flush" et-al-min="11" et-al-use-first="10">
99+
<layout suffix=".">
100+
<text variable="citation-number" prefix="[" suffix="]"/>
101+
<text macro="author" suffix=", "/>
102+
<choose>
103+
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
104+
<group delimiter=" ">
105+
<group delimiter=", ">
106+
<text variable="title" text-case="title" font-style="italic"/>
107+
<text macro="volume"/>
108+
<text macro="edition"/>
109+
<text macro="publisher"/>
110+
</group>
111+
<text macro="year-date"/>
112+
</group>
113+
</if>
114+
<else-if type="chapter paper-conference" match="any">
115+
<group delimiter=" ">
116+
<group delimiter=", ">
117+
<group delimiter=" ">
118+
<text term="in"/>
119+
<text variable="container-title" form="short" text-case="title" font-style="italic"/>
120+
<text macro="editor" strip-periods="false" prefix="(" suffix=")"/>
121+
</group>
122+
<text macro="edition"/>
123+
<text macro="volume"/>
124+
<text macro="publisher"/>
125+
</group>
126+
<text macro="year-date"/>
127+
</group>
128+
</else-if>
129+
<else-if type="patent">
130+
<group delimiter=", ">
131+
<text variable="title" text-case="title" font-style="italic"/>
132+
<group delimiter=" ">
133+
<text variable="authority"/>
134+
<text variable="number"/>
135+
</group>
136+
<text macro="year-date"/>
137+
</group>
138+
</else-if>
139+
<else-if type="thesis">
140+
<group delimiter=" ">
141+
<group delimiter=", ">
142+
<text variable="title" text-case="title" font-style="italic"/>
143+
<text variable="genre"/>
144+
<text macro="publisher"/>
145+
</group>
146+
<text macro="year-date"/>
147+
</group>
148+
</else-if>
149+
<else-if type="webpage post post-weblog" match="any">
150+
<group delimiter=", ">
151+
<text variable="title" quotes="true"/>
152+
<text macro="access"/>
153+
<text macro="year-date"/>
154+
</group>
155+
</else-if>
156+
<else>
157+
<group delimiter=". ">
158+
<text variable="container-title" form="short" font-style="italic"/>
159+
<group delimiter=", ">
160+
<text macro="year-date"/>
161+
<group delimiter=" ">
162+
<text variable="volume" font-style="italic"/>
163+
<text variable="issue" font-style="italic" prefix="(" suffix=")"/>
164+
</group>
165+
<text variable="page" form="short"/>
166+
</group>
167+
<text macro="access"/>
168+
</group>
169+
</else>
170+
</choose>
171+
</layout>
172+
</bibliography>
173+
</style>

0 commit comments

Comments
 (0)