Skip to content

Commit 82db84b

Browse files
POBrien333rmzelle
authored andcommitted
Create crustaceana.csl (#4379)
1 parent 0a311d2 commit 82db84b

File tree

1 file changed

+233
-0
lines changed

1 file changed

+233
-0
lines changed

crustaceana.csl

Lines changed: 233 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,233 @@
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">
3+
<!-- Polyglot; journal publishes in English, French, and German -->
4+
<info>
5+
<title>Crustaceana</title>
6+
<id>http://www.zotero.org/styles/crustaceana</id>
7+
<link href="http://www.zotero.org/styles/crustaceana" rel="self"/>
8+
<link href="http://www.zotero.org/styles/limnetica" rel="template"/>
9+
<link href="https://brill.com/view/journals/cr/cr-overview.xml" rel="documentation"/>
10+
<link href="https://brill.com/fileasset/downloads_products/Author_Instructions/CR.pdf" rel="documentation"/>
11+
<author>
12+
<name>Patrick O'Brien, PhD</name>
13+
<email>[email protected]</email>
14+
</author>
15+
<category citation-format="author-date"/>
16+
<category field="biology"/>
17+
<issn>1568-5403</issn>
18+
<eissn>0011-216X</eissn>
19+
<updated>2019-10-23T10:12:58+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="editor">
23+
<names variable="editor" delimiter=", ">
24+
<name and="symbol" initialize-with=". ">
25+
<name-part name="family" font-variant="small-caps"/>
26+
</name>
27+
<label form="short" strip-periods="false" prefix=" (" suffix=")"/>
28+
</names>
29+
</macro>
30+
<macro name="anon">
31+
<text term="anonymous" text-case="capitalize-first" strip-periods="false"/>
32+
</macro>
33+
<macro name="author">
34+
<names variable="author" vertical-align="baseline">
35+
<name and="symbol" delimiter-precedes-last="never" initialize-with=". " name-as-sort-order="first">
36+
<name-part name="family" font-variant="small-caps"/>
37+
</name>
38+
<et-al font-style="italic"/>
39+
<label form="short" prefix=" "/>
40+
<substitute>
41+
<names variable="editor"/>
42+
<text macro="anon"/>
43+
</substitute>
44+
</names>
45+
</macro>
46+
<macro name="author-short">
47+
<names variable="author">
48+
<name form="short" and="symbol" initialize-with=". "/>
49+
<et-al font-style="italic"/>
50+
<substitute>
51+
<names variable="editor"/>
52+
<names variable="translator"/>
53+
<text macro="anon"/>
54+
</substitute>
55+
</names>
56+
</macro>
57+
<macro name="access">
58+
<choose>
59+
<if type="webpage post post-weblog" match="any">
60+
<choose>
61+
<if variable="URL">
62+
<group delimiter=" ">
63+
<text variable="URL" prefix="Available from: "/>
64+
<group prefix="(" suffix=")">
65+
<date variable="accessed" form="text"/>
66+
</group>
67+
</group>
68+
</if>
69+
</choose>
70+
</if>
71+
<else-if type="article-journal" match="any">
72+
<text variable="DOI" prefix=". https://doi.org/"/>
73+
</else-if>
74+
</choose>
75+
</macro>
76+
<macro name="title">
77+
<choose>
78+
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
79+
<text variable="title"/>
80+
</if>
81+
<else>
82+
<text variable="title" quotes="false"/>
83+
</else>
84+
</choose>
85+
</macro>
86+
<macro name="legal_case">
87+
<group prefix=" " delimiter=" ">
88+
<text variable="volume"/>
89+
<text variable="container-title"/>
90+
</group>
91+
<text variable="authority" prefix=" (" suffix=")"/>
92+
</macro>
93+
<macro name="publisher">
94+
<choose>
95+
<if type="thesis" match="none">
96+
<group delimiter=", " prefix="(" suffix=")">
97+
<text variable="publisher"/>
98+
<text variable="publisher-place"/>
99+
</group>
100+
<text variable="genre" prefix=". "/>
101+
</if>
102+
<else>
103+
<group delimiter=". ">
104+
<text variable="genre"/>
105+
<text variable="publisher"/>
106+
</group>
107+
</else>
108+
</choose>
109+
</macro>
110+
<macro name="year-date">
111+
<choose>
112+
<if variable="issued">
113+
<group>
114+
<date variable="issued">
115+
<date-part name="year"/>
116+
</date>
117+
</group>
118+
</if>
119+
<else>
120+
<text term="no date" form="short" suffix=")"/>
121+
</else>
122+
</choose>
123+
</macro>
124+
<macro name="edition">
125+
<choose>
126+
<if is-numeric="edition">
127+
<group delimiter=" ">
128+
<number variable="edition" form="ordinal"/>
129+
<text term="edition" form="short"/>
130+
</group>
131+
</if>
132+
<else>
133+
<text variable="issue" suffix=":"/>
134+
</else>
135+
</choose>
136+
</macro>
137+
<macro name="locator">
138+
<choose>
139+
<if locator="page">
140+
<text variable="locator" prefix=": "/>
141+
</if>
142+
<else>
143+
<group delimiter=" " suffix=")">
144+
<label suffix=")" variable="locator" form="short"/>
145+
<text variable="locator" suffix=")"/>
146+
</group>
147+
</else>
148+
</choose>
149+
</macro>
150+
<citation and="text" et-al-min="3" et-al-use-first="1" disambiguate-add-year-suffix="true" givenname-disambiguation-rule="primary-name" collapse="year-suffix">
151+
<sort>
152+
<key macro="year-date"/>
153+
<key macro="author-short"/>
154+
</sort>
155+
<layout delimiter="; " prefix="(" suffix=")">
156+
<group>
157+
<group delimiter=", ">
158+
<text macro="author-short"/>
159+
<text macro="year-date"/>
160+
</group>
161+
<text macro="locator"/>
162+
</group>
163+
</layout>
164+
</citation>
165+
<bibliography et-al-min="99" et-al-use-first="98" hanging-indent="true">
166+
<sort>
167+
<key macro="author"/>
168+
<key macro="year-date"/>
169+
<key variable="title"/>
170+
</sort>
171+
<layout>
172+
<text macro="author" text-case="uppercase" strip-periods="false" suffix=", "/>
173+
<date variable="issued" suffix=".">
174+
<date-part name="year"/>
175+
</date>
176+
<choose>
177+
<if type="book" match="any">
178+
<text macro="legal_case"/>
179+
<group prefix=" " delimiter=" ">
180+
<text macro="title" suffix="."/>
181+
<text macro="edition"/>
182+
<text macro="editor" suffix="."/>
183+
</group>
184+
<group prefix=" " suffix="." delimiter=", ">
185+
<text macro="publisher"/>
186+
<text variable="page" prefix=" " suffix=" pp"/>
187+
</group>
188+
</if>
189+
<else-if type="chapter paper-conference" match="any">
190+
<text macro="title" prefix=" " suffix="."/>
191+
<group delimiter=" " prefix=" ">
192+
<group delimiter=": ">
193+
<text term="in" text-case="capitalize-first"/>
194+
<text macro="editor" suffix=":"/>
195+
</group>
196+
<text variable="container-title" suffix="."/>
197+
<text variable="collection-title" suffix="."/>
198+
<group delimiter=" " suffix=".">
199+
<text variable="page" suffix="."/>
200+
<text macro="publisher"/>
201+
</group>
202+
</group>
203+
</else-if>
204+
<else-if type="bill graphic legal_case legislation manuscript motion_picture report song thesis" match="any">
205+
<text macro="legal_case"/>
206+
<group prefix=" " delimiter=" ">
207+
<text macro="title" suffix="."/>
208+
<text macro="edition"/>
209+
<text macro="editor" suffix="."/>
210+
</group>
211+
<group prefix=" " delimiter=", ">
212+
<text macro="publisher"/>
213+
<text variable="page" prefix=" " suffix="pp."/>
214+
</group>
215+
</else-if>
216+
<else>
217+
<group delimiter=". " prefix=" ">
218+
<text macro="title"/>
219+
<text macro="editor"/>
220+
<group delimiter=": " prefix=" ">
221+
<group delimiter=", ">
222+
<text variable="container-title" form="short"/>
223+
<text variable="volume" font-weight="bold"/>
224+
</group>
225+
<text variable="page"/>
226+
</group>
227+
</group>
228+
</else>
229+
</choose>
230+
<text macro="access"/>
231+
</layout>
232+
</bibliography>
233+
</style>

0 commit comments

Comments
 (0)