Skip to content

Commit 165592c

Browse files
authored
Create european-journal-of-entomology.csl (JabRef#5001)
1 parent 4d587ca commit 165592c

File tree

1 file changed

+148
-0
lines changed

1 file changed

+148
-0
lines changed

european-journal-of-entomology.csl

+148
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,148 @@
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-GB">
3+
<info>
4+
<title>European Journal of Entomology</title>
5+
<title-short>EJE</title-short>
6+
<id>http://www.zotero.org/styles/european-journal-of-entomology</id>
7+
<link href="http://www.zotero.org/styles/european-journal-of-entomology" rel="self"/>
8+
<link href="http://www.zotero.org/styles/biologia" rel="template"/>
9+
<link href="https://www.eje.cz/artkey/inf-990000-2600_Manuscript.php" rel="documentation"/>
10+
<contributor>
11+
<name>Patrick O'Brien</name>
12+
</contributor>
13+
<category citation-format="author-date"/>
14+
<category field="biology"/>
15+
<category field="zoology"/>
16+
<issn>1210-5759</issn>
17+
<eissn>1802-8829</eissn>
18+
<updated>2020-08-31T08:58:22+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">last accessed</term>
24+
</terms>
25+
</locale>
26+
<macro name="author">
27+
<names variable="author">
28+
<name and="symbol" delimiter-precedes-last="never" initialize-with="." name-as-sort-order="all" sort-separator=" "/>
29+
<substitute>
30+
<text macro="editor"/>
31+
<text variable="title"/>
32+
</substitute>
33+
</names>
34+
</macro>
35+
<macro name="editor">
36+
<names variable="editor">
37+
<name and="symbol" initialize-with="." name-as-sort-order="all" sort-separator=" "/>
38+
<label form="short" strip-periods="true" prefix=" (" suffix=")"/>
39+
</names>
40+
</macro>
41+
<macro name="year">
42+
<date variable="issued">
43+
<date-part name="year"/>
44+
</date>
45+
</macro>
46+
<macro name="title">
47+
<text variable="title" font-style="normal"/>
48+
</macro>
49+
<citation disambiguate-add-year-suffix="true" collapse="year" et-al-min="3" et-al-use-first="1">
50+
<sort>
51+
<key macro="year"/>
52+
<key variable="issued" sort="ascending"/>
53+
</sort>
54+
<layout delimiter="; " prefix="(" suffix=")">
55+
<group delimiter=" ">
56+
<names variable="author" suffix=", ">
57+
<name and="symbol" delimiter=" " name-as-sort-order="all" sort-separator=", " form="short"/>
58+
</names>
59+
<date variable="issued">
60+
<date-part name="year" form="long"/>
61+
</date>
62+
</group>
63+
</layout>
64+
</citation>
65+
<bibliography et-al-min="11" et-al-use-first="10" hanging-indent="true">
66+
<sort>
67+
<key macro="author"/>
68+
<key macro="year" sort="ascending"/>
69+
</sort>
70+
<layout suffix=".">
71+
<group delimiter=". ">
72+
<text macro="author" font-variant="small-caps"/>
73+
<text macro="year" suffix=": "/>
74+
</group>
75+
<choose>
76+
<if type="thesis">
77+
<text macro="title" font-style="italic"/>
78+
<text variable="publisher" suffix=", "/>
79+
<text variable="publisher-place" suffix=". "/>
80+
</if>
81+
<else-if type="book">
82+
<group delimiter=". ">
83+
<text macro="title" font-style="italic"/>
84+
<group delimiter=", ">
85+
<text variable="publisher"/>
86+
<text variable="publisher-place"/>
87+
<group delimiter=" ">
88+
<text variable="number-of-pages"/>
89+
<label variable="number-of-pages" form="short"/>
90+
</group>
91+
</group>
92+
</group>
93+
</else-if>
94+
<else-if type="chapter">
95+
<group delimiter=". ">
96+
<text macro="title"/>
97+
<group delimiter=": ">
98+
<group delimiter=" ">
99+
<text term="in" text-case="capitalize-first"/>
100+
<text macro="editor"/>
101+
</group>
102+
<text variable="container-title" font-style="normal"/>
103+
</group>
104+
<group delimiter=", ">
105+
<text variable="publisher"/>
106+
<text variable="publisher-place"/>
107+
<group delimiter=" ">
108+
<label variable="page" form="short"/>
109+
<text variable="page"/>
110+
</group>
111+
</group>
112+
</group>
113+
</else-if>
114+
<else-if type="paper-conference">
115+
<text macro="title"/>
116+
<text variable="event" prefix=" " suffix=", " font-style="italic"/>
117+
<text variable="volume" suffix=", "/>
118+
<text variable="page" suffix="."/>
119+
</else-if>
120+
<else-if type="webpage post post-weblog" match="any">
121+
<group delimiter=" ">
122+
<text variable="URL" prefix="URL: "/>
123+
<group delimiter=" " prefix="(" suffix=")">
124+
<text term="accessed"/>
125+
<date form="text" variable="accessed">
126+
<date-part name="day"/>
127+
<date-part name="month" form="short"/>
128+
<date-part name="year"/>
129+
</date>
130+
</group>
131+
</group>
132+
</else-if>
133+
<else>
134+
<group delimiter=". &#8212; ">
135+
<text macro="title"/>
136+
<group delimiter=" ">
137+
<text variable="container-title" form="short" font-style="normal"/>
138+
<group delimiter=": ">
139+
<text variable="volume" font-weight="bold"/>
140+
<text variable="page"/>
141+
</group>
142+
</group>
143+
</group>
144+
</else>
145+
</choose>
146+
</layout>
147+
</bibliography>
148+
</style>

0 commit comments

Comments
 (0)