Skip to content

Commit 63973a7

Browse files
authored
Create etasr.csl (JabRef#4848)
1 parent 9942138 commit 63973a7

File tree

1 file changed

+365
-0
lines changed

1 file changed

+365
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,365 @@
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>Engineering, Technology &amp; Applied Science Research</title>
5+
<title-short>ETASR</title-short>
6+
<id>http://www.zotero.org/styles/engineering-technology-and-applied-science-research</id>
7+
<link href="http://www.zotero.org/styles/engineering-technology-and-applied-science-research" rel="self"/>
8+
<link href="http://www.zotero.org/styles/ieee" rel="template"/>
9+
<link href="http://etasr.com/ETASRTEMPLATE.docx" rel="documentation"/>
10+
<author>
11+
<name>Dr D. Pylarinos</name>
12+
<email>[email protected]</email>
13+
</author>
14+
<category citation-format="numeric"/>
15+
<category field="engineering"/>
16+
<issn>2241-4487</issn>
17+
<eissn>1792-8036</eissn>
18+
<summary>ETASR style largely based on IEEE 2018 guidelines, V 11.12.2018 without the use of abbreviations for containers.</summary>
19+
<updated>2020-06-05T21:02:10+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+
<locale xml:lang="en">
23+
<terms>
24+
<term name="chapter" form="short">ch.</term>
25+
<term name="presented at">presented at the</term>
26+
<term name="available at">available</term>
27+
</terms>
28+
</locale>
29+
<!-- Macros -->
30+
<macro name="status">
31+
<choose>
32+
<if variable="page issue volume" match="none">
33+
<text variable="status" text-case="capitalize-first" suffix="" font-weight="bold"/>
34+
</if>
35+
</choose>
36+
</macro>
37+
<macro name="edition">
38+
<choose>
39+
<if type="bill book chapter graphic legal_case legislation motion_picture paper-conference report song" match="any">
40+
<choose>
41+
<if is-numeric="edition">
42+
<group delimiter=" ">
43+
<number variable="edition" form="ordinal"/>
44+
<text term="edition" form="short"/>
45+
</group>
46+
</if>
47+
<else>
48+
<text variable="edition" text-case="capitalize-first" suffix="."/>
49+
</else>
50+
</choose>
51+
</if>
52+
</choose>
53+
</macro>
54+
<macro name="issued">
55+
<choose>
56+
<if type="article-journal report" match="any">
57+
<date variable="issued">
58+
<date-part name="month" form="short" suffix=" "/>
59+
<date-part name="year" form="long"/>
60+
</date>
61+
</if>
62+
<else-if type="bill book chapter graphic legal_case legislation motion_picture song thesis" match="any">
63+
<date variable="issued">
64+
<date-part name="year" form="long"/>
65+
</date>
66+
</else-if>
67+
<else-if type="paper-conference" match="any">
68+
<date variable="issued">
69+
<date-part name="month" form="short"/>
70+
<date-part name="year" prefix=" "/>
71+
</date>
72+
</else-if>
73+
<else>
74+
<date variable="issued">
75+
<date-part name="month" form="short" suffix=" "/>
76+
<date-part name="day" form="numeric-leading-zeros" suffix=", "/>
77+
<date-part name="year"/>
78+
</date>
79+
</else>
80+
</choose>
81+
</macro>
82+
<macro name="author">
83+
<names variable="author">
84+
<name and="text" et-al-min="7" et-al-use-first="1" initialize-with=". "/>
85+
<label form="short" prefix=", " text-case="capitalize-first"/>
86+
<et-al font-style="italic"/>
87+
<substitute>
88+
<names variable="editor"/>
89+
<names variable="translator"/>
90+
</substitute>
91+
</names>
92+
</macro>
93+
<macro name="editor">
94+
<names variable="editor">
95+
<name initialize-with=". " delimiter=", " and="text"/>
96+
<label form="short" prefix=", " text-case="capitalize-first"/>
97+
</names>
98+
</macro>
99+
<macro name="locators">
100+
<group delimiter=", ">
101+
<text macro="edition"/>
102+
<group delimiter=" ">
103+
<text term="volume" form="short"/>
104+
<number variable="volume" form="numeric"/>
105+
</group>
106+
<group delimiter=" ">
107+
<number variable="number-of-volumes" form="numeric"/>
108+
<text term="volume" form="short" plural="true"/>
109+
</group>
110+
<group delimiter=" ">
111+
<text term="issue" form="short"/>
112+
<number variable="issue" form="numeric"/>
113+
</group>
114+
</group>
115+
</macro>
116+
<macro name="title">
117+
<choose>
118+
<if type="bill book graphic legal_case legislation motion_picture song" match="any">
119+
<text variable="title" font-style="italic"/>
120+
</if>
121+
<else>
122+
<text variable="title" quotes="true"/>
123+
</else>
124+
</choose>
125+
</macro>
126+
<macro name="publisher">
127+
<choose>
128+
<if type="bill book chapter graphic legal_case legislation motion_picture paper-conference song" match="any">
129+
<group delimiter=": ">
130+
<text variable="publisher-place"/>
131+
<text variable="publisher"/>
132+
</group>
133+
</if>
134+
<else>
135+
<group delimiter=", ">
136+
<text variable="publisher"/>
137+
<text variable="publisher-place"/>
138+
</group>
139+
</else>
140+
</choose>
141+
</macro>
142+
<macro name="event">
143+
<choose>
144+
<if type="paper-conference speech" match="any">
145+
<choose>
146+
<!-- Published Conference Paper -->
147+
<if variable="container-title">
148+
<group delimiter=", ">
149+
<group delimiter=" ">
150+
<text term="in"/>
151+
<text variable="container-title" font-style="italic"/>
152+
</group>
153+
<text variable="event-place"/>
154+
</group>
155+
</if>
156+
<!-- Unpublished Conference Paper -->
157+
<else>
158+
<group delimiter=", ">
159+
<group delimiter=" ">
160+
<text term="presented at"/>
161+
<text variable="event"/>
162+
</group>
163+
<text variable="event-place"/>
164+
</group>
165+
</else>
166+
</choose>
167+
</if>
168+
</choose>
169+
</macro>
170+
<macro name="access">
171+
<choose>
172+
<if type="webpage post post-weblog" match="any">
173+
<choose>
174+
<if variable="URL">
175+
<group delimiter=" ">
176+
<text variable="URL"/>
177+
<group delimiter=" " prefix="(" suffix=")">
178+
<text term="accessed"/>
179+
<date variable="accessed">
180+
<date-part name="month" form="short" strip-periods="false"/>
181+
<date-part name="day" form="numeric-leading-zeros" prefix=" " suffix=", "/>
182+
<date-part name="year" form="long"/>
183+
</date>
184+
</group>
185+
</group>
186+
</if>
187+
</choose>
188+
</if>
189+
<else-if match="any" variable="DOI">
190+
<text variable="DOI" prefix="doi: "/>
191+
</else-if>
192+
<else>
193+
<group delimiter=". ">
194+
<group delimiter=": ">
195+
<text term="accessed" text-case="capitalize-first"/>
196+
<date variable="accessed">
197+
<date-part name="month" form="short" suffix=" "/>
198+
<date-part name="day" form="numeric-leading-zeros" suffix=", "/>
199+
<date-part name="year"/>
200+
</date>
201+
</group>
202+
<text term="online" prefix="[" suffix="]" text-case="capitalize-first"/>
203+
<group delimiter=": ">
204+
<text term="available at" text-case="capitalize-first"/>
205+
<text variable="URL"/>
206+
</group>
207+
</group>
208+
</else>
209+
</choose>
210+
</macro>
211+
<macro name="page">
212+
<group>
213+
<label variable="page" form="short" suffix=" "/>
214+
<text variable="page"/>
215+
</group>
216+
</macro>
217+
<macro name="citation-locator">
218+
<group delimiter=" ">
219+
<choose>
220+
<if locator="page">
221+
<label variable="locator" form="short"/>
222+
</if>
223+
<else>
224+
<label variable="locator" form="short" text-case="capitalize-first"/>
225+
</else>
226+
</choose>
227+
<text variable="locator"/>
228+
</group>
229+
</macro>
230+
<!-- Citation -->
231+
<citation collapse="citation-number">
232+
<sort>
233+
<key variable="citation-number"/>
234+
</sort>
235+
<layout delimiter=", ">
236+
<group prefix="[" suffix="]" delimiter=", ">
237+
<text variable="citation-number"/>
238+
<text macro="citation-locator"/>
239+
</group>
240+
</layout>
241+
</citation>
242+
<!-- Bibliography -->
243+
<bibliography entry-spacing="0" second-field-align="flush">
244+
<layout suffix=".">
245+
<!-- Citation Number -->
246+
<text variable="citation-number" prefix="[" suffix="]"/>
247+
<!-- Author(s) -->
248+
<text macro="author" suffix=", "/>
249+
<!-- Rest of Citation -->
250+
<choose>
251+
<!-- Specific Formats -->
252+
<if type="article-journal">
253+
<group delimiter=", ">
254+
<text macro="title"/>
255+
<text variable="container-title" font-style="italic"/>
256+
<text macro="locators"/>
257+
<text macro="page"/>
258+
<text macro="issued"/>
259+
<text macro="status"/>
260+
<text macro="access"/>
261+
</group>
262+
</if>
263+
<else-if type="paper-conference speech" match="any">
264+
<group delimiter=", ">
265+
<text macro="title"/>
266+
<text macro="event"/>
267+
<text macro="issued"/>
268+
<text macro="locators"/>
269+
<text macro="page"/>
270+
<text macro="status"/>
271+
<text macro="access"/>
272+
</group>
273+
</else-if>
274+
<else-if type="report">
275+
<group delimiter=". ">
276+
<group delimiter=", ">
277+
<text macro="title"/>
278+
<text macro="publisher"/>
279+
<group delimiter=" ">
280+
<text variable="genre"/>
281+
<text variable="number"/>
282+
</group>
283+
<text macro="issued"/>
284+
</group>
285+
<text macro="access"/>
286+
</group>
287+
</else-if>
288+
<else-if type="thesis">
289+
<group delimiter=", ">
290+
<text macro="title"/>
291+
<text variable="genre"/>
292+
<text macro="publisher"/>
293+
<text macro="issued"/>
294+
</group>
295+
</else-if>
296+
<else-if type="webpage post-weblog post" match="any">
297+
<group delimiter=", " suffix=". ">
298+
<text macro="title"/>
299+
<text variable="container-title" font-style="italic"/>
300+
<text macro="issued"/>
301+
</group>
302+
<text macro="access"/>
303+
</else-if>
304+
<else-if type="patent">
305+
<group delimiter=", ">
306+
<text macro="title"/>
307+
<text variable="number"/>
308+
<text macro="issued"/>
309+
</group>
310+
</else-if>
311+
<!-- Generic/Fallback Formats -->
312+
<else-if type="bill book graphic legal_case legislation motion_picture report song" match="any">
313+
<group delimiter=", " suffix=". ">
314+
<text macro="title"/>
315+
<text macro="locators"/>
316+
</group>
317+
<group delimiter=", ">
318+
<text macro="publisher"/>
319+
<text macro="issued"/>
320+
<text macro="page"/>
321+
</group>
322+
</else-if>
323+
<else-if type="article-magazine article-newspaper broadcast interview manuscript map patent personal_communication song speech thesis webpage" match="any">
324+
<group delimiter=", ">
325+
<text macro="title"/>
326+
<text variable="container-title" font-style="italic"/>
327+
<text macro="locators"/>
328+
<text macro="publisher"/>
329+
<text macro="page"/>
330+
<text macro="issued"/>
331+
</group>
332+
</else-if>
333+
<else-if type="chapter paper-conference" match="any">
334+
<group delimiter=", " suffix=", ">
335+
<text macro="title"/>
336+
<group delimiter=" ">
337+
<text term="in"/>
338+
<text variable="container-title" font-style="italic"/>
339+
</group>
340+
<text macro="locators"/>
341+
</group>
342+
<text macro="editor" suffix=" "/>
343+
<group delimiter=", ">
344+
<text macro="publisher"/>
345+
<text macro="issued"/>
346+
<text macro="page"/>
347+
</group>
348+
</else-if>
349+
<else>
350+
<group delimiter=", " suffix=". ">
351+
<text macro="title"/>
352+
<text variable="container-title" font-style="italic"/>
353+
<text macro="locators"/>
354+
</group>
355+
<group delimiter=", ">
356+
<text macro="publisher"/>
357+
<text macro="page"/>
358+
<text macro="issued"/>
359+
<text macro="access"/>
360+
</group>
361+
</else>
362+
</choose>
363+
</layout>
364+
</bibliography>
365+
</style>

0 commit comments

Comments
 (0)