Skip to content

Commit d8423d8

Browse files
authored
1 parent 064a394 commit d8423d8

File tree

1 file changed

+231
-0
lines changed

1 file changed

+231
-0
lines changed

entomological-review.csl

Lines changed: 231 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,231 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<style xmlns="http://purl.org/net/xbiblio/csl" page-range-format="minimal" class="in-text" version="1.0" demote-non-dropping-particle="sort-only" default-locale="en-US">
3+
<info>
4+
<title>Entomological Review</title>
5+
<id>http://www.zotero.org/styles/entomological-review</id>
6+
<link href="http://www.zotero.org/styles/entomological-review" rel="self"/>
7+
<link href="http://www.zotero.org/styles/revista-brasileira-de-ciencia-do-solo" rel="template"/>
8+
<link href="https://www.pleiades.online/en/journal/enteng/authors-instructions/" rel="documentation"/>
9+
<author>
10+
<name>Patrick O'Brien</name>
11+
</author>
12+
<category citation-format="author-date"/>
13+
<category field="science"/>
14+
<issn>0013-8738</issn>
15+
<eissn>1555-6689</eissn>
16+
<updated>2022-07-05T12:57:10+00:00</updated>
17+
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
18+
</info>
19+
<macro name="author">
20+
<names variable="author">
21+
<name and="text" delimiter-precedes-last="never" initialize-with="." name-as-sort-order="all"/>
22+
<label form="short" text-case="capitalize-first" prefix=", "/>
23+
<substitute>
24+
<names variable="editor"/>
25+
<names variable="translator"/>
26+
<text variable="title"/>
27+
</substitute>
28+
</names>
29+
</macro>
30+
<macro name="author-short">
31+
<names variable="author">
32+
<name form="short" and="text" delimiter=", " initialize-with=". "/>
33+
<substitute>
34+
<names variable="editor"/>
35+
<names variable="translator"/>
36+
<text variable="title" form="short"/>
37+
</substitute>
38+
</names>
39+
</macro>
40+
<macro name="editor">
41+
<names variable="editor">
42+
<name and="text" delimiter-precedes-last="never" initialize-with="." name-as-sort-order="all"/>
43+
<label form="short" text-case="capitalize-first" prefix=", "/>
44+
</names>
45+
</macro>
46+
<macro name="year-date">
47+
<choose>
48+
<if variable="issued">
49+
<date variable="issued">
50+
<date-part name="year"/>
51+
</date>
52+
</if>
53+
<else>
54+
<text term="no date" form="short"/>
55+
</else>
56+
</choose>
57+
</macro>
58+
<macro name="event-year-month-day">
59+
<choose>
60+
<if variable="issued">
61+
<date variable="issued" delimiter=" ">
62+
<date-part name="year"/>
63+
<date-part name="month" form="short"/>
64+
<date-part name="day"/>
65+
</date>
66+
</if>
67+
<else>
68+
<text term="no date" form="short"/>
69+
</else>
70+
</choose>
71+
</macro>
72+
<macro name="accessed-year-month-day">
73+
<group delimiter=" ">
74+
<text term="accessed" text-case="capitalize-first"/>
75+
<date form="text" variable="accessed"/>
76+
</group>
77+
</macro>
78+
<macro name="publisher">
79+
<group delimiter=": ">
80+
<text variable="publisher-place" text-case="title"/>
81+
<text variable="publisher"/>
82+
</group>
83+
</macro>
84+
<macro name="edition">
85+
<choose>
86+
<if is-numeric="edition">
87+
<group delimiter=" ">
88+
<number variable="edition" form="ordinal"/>
89+
<text term="edition" form="short"/>
90+
</group>
91+
</if>
92+
<else>
93+
<text variable="edition"/>
94+
</else>
95+
</choose>
96+
</macro>
97+
<macro name="event">
98+
<group delimiter=" &#8211; ">
99+
<text variable="event"/>
100+
<text variable="container-title"/>
101+
</group>
102+
</macro>
103+
<macro name="access">
104+
<choose>
105+
<if variable="DOI">
106+
<text variable="DOI" prefix="https://doi.org/"/>
107+
</if>
108+
<else-if type="webpage post-weblog post" match="any">
109+
<group delimiter=". ">
110+
<text variable="URL"/>
111+
<text macro="accessed-year-month-day"/>
112+
</group>
113+
</else-if>
114+
</choose>
115+
</macro>
116+
<macro name="title">
117+
<choose>
118+
<if type="book" match="any">
119+
<text variable="title" font-style="italic"/>
120+
</if>
121+
<else>
122+
<text variable="title"/>
123+
</else>
124+
</choose>
125+
</macro>
126+
<macro name="volume">
127+
<group delimiter=" ">
128+
<label variable="volume" form="short"/>
129+
<text variable="volume"/>
130+
</group>
131+
</macro>
132+
<citation et-al-min="3" et-al-use-first="1" disambiguate-add-givenname="true" disambiguate-add-year-suffix="true" collapse="year" cite-group-delimiter=", ">
133+
<sort>
134+
<key macro="year-date" sort="ascending"/>
135+
</sort>
136+
<layout prefix="(" suffix=")" delimiter="; ">
137+
<group delimiter=", ">
138+
<text macro="author-short"/>
139+
<text macro="year-date"/>
140+
<group delimiter=" ">
141+
<label variable="locator" form="short"/>
142+
<text variable="locator"/>
143+
</group>
144+
</group>
145+
</layout>
146+
</citation>
147+
<bibliography et-al-min="20" et-al-use-first="3" entry-spacing="0">
148+
<sort>
149+
<key macro="author" sort="ascending"/>
150+
<key macro="year-date" sort="descending"/>
151+
</sort>
152+
<layout suffix="">
153+
<group delimiter=", ">
154+
<text macro="author"/>
155+
<text macro="title" text-case="capitalize-first"/>
156+
<choose>
157+
<if type="bill graphic legal_case legislation motion_picture song book report" match="any">
158+
<group delimiter=", " suffix=". ">
159+
<text macro="volume"/>
160+
<text macro="edition"/>
161+
<text macro="publisher"/>
162+
<text macro="year-date"/>
163+
</group>
164+
</if>
165+
<else-if type="chapter">
166+
<group delimiter=", " suffix=". ">
167+
<group delimiter=" ">
168+
<text term="in" font-style="italic"/>
169+
<text variable="container-title" font-style="italic"/>
170+
</group>
171+
<text macro="volume"/>
172+
<text macro="edition"/>
173+
<text macro="editor"/>
174+
<text macro="publisher"/>
175+
<group delimiter=" ">
176+
<label variable="page" form="short" plural="never"/>
177+
<text variable="page-first"/>
178+
</group>
179+
</group>
180+
</else-if>
181+
<else-if type="paper-conference">
182+
<group suffix=". " delimiter=". ">
183+
<group>
184+
<group suffix="; ">
185+
<text term="in" text-case="sentence" suffix=": "/>
186+
<text macro="event"/>
187+
</group>
188+
<text macro="event-year-month-day" suffix="; "/>
189+
<text variable="publisher-place" suffix=". " text-case="title"/>
190+
<text variable="publisher" suffix="; "/>
191+
<text macro="year-date"/>
192+
</group>
193+
<group delimiter=" ">
194+
<label variable="page" form="short" plural="never"/>
195+
<text variable="page"/>
196+
</group>
197+
</group>
198+
</else-if>
199+
<else-if type="patent">
200+
<group delimiter=", ">
201+
<text variable="number"/>
202+
<text macro="year-date"/>
203+
</group>
204+
</else-if>
205+
<else-if type="thesis">
206+
<group delimiter=", ">
207+
<text variable="genre"/>
208+
<text macro="publisher"/>
209+
<text macro="year-date"/>
210+
</group>
211+
</else-if>
212+
<else-if type="webpage post post-weblog" match="any">
213+
<text variable="container-title"/>
214+
</else-if>
215+
<else>
216+
<group delimiter=", ">
217+
<text variable="container-title" form="short" text-case="title" strip-periods="false" font-style="italic"/>
218+
<text macro="year-date"/>
219+
<text macro="volume"/>
220+
<group delimiter=" ">
221+
<label plural="never" variable="page" form="short"/>
222+
<text variable="page-first" form="short"/>
223+
</group>
224+
</group>
225+
</else>
226+
</choose>
227+
</group>
228+
<text macro="access" prefix=". "/>
229+
</layout>
230+
</bibliography>
231+
</style>

0 commit comments

Comments
 (0)