Skip to content

Commit dac3baf

Browse files
authored
Create arthropod-systematics-and-phylogeny.csl (#5772)
Only slight changes from the template (Pensoft)
1 parent 9dff241 commit dac3baf

File tree

1 file changed

+246
-0
lines changed

1 file changed

+246
-0
lines changed
Lines changed: 246 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,246 @@
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+
<!-- This style was edited with the Visual CSL Editor (https://editor.citationstyles.org/visualEditor/) -->
4+
<info>
5+
<title>Arthropod Systematics &amp; Phylogeny</title>
6+
<title-short>ASP</title-short>
7+
<id>http://www.zotero.org/styles/arthropod-systematics-and-phylogeny</id>
8+
<link href="http://www.zotero.org/styles/arthropod-systematics-and-phylogeny" rel="self"/>
9+
<link href="http://www.zotero.org/styles/pensoft-journals" rel="template"/>
10+
<link href="https://arthropod-systematics.arphahub.com/about#CopyeditingInstructions" rel="documentation"/>
11+
<author>
12+
<name>Mario Schädel</name>
13+
<email>mario.schaedel@gmail.com</email>
14+
</author>
15+
<category citation-format="author-date"/>
16+
<eissn>1864-8312</eissn>
17+
<issn>1863-7221</issn>
18+
<summary>Arthropod Systematics and Phylogeny Journals style</summary>
19+
<updated>2021-12-09T16:32:46+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-US">
23+
<date form="text">
24+
<date-part name="month" suffix=" "/>
25+
<date-part name="day" suffix=", "/>
26+
<date-part name="year"/>
27+
</date>
28+
<terms>
29+
<term name="editor" form="short">
30+
<single>ed.</single>
31+
<multiple>eds</multiple>
32+
</term>
33+
</terms>
34+
</locale>
35+
<macro name="editor">
36+
<names variable="editor" delimiter=", ">
37+
<name initialize-with="" name-as-sort-order="all" sort-separator=" "/>
38+
<label form="short" prefix=" (" text-case="capitalize-first" suffix=")"/>
39+
</names>
40+
</macro>
41+
<macro name="anon">
42+
<text term="anonymous" form="short" text-case="capitalize-first" strip-periods="true"/>
43+
</macro>
44+
<macro name="author">
45+
<names variable="author">
46+
<name delimiter-precedes-last="never" initialize-with="" name-as-sort-order="all" sort-separator=" "/>
47+
<et-al font-style="italic"/>
48+
<label form="short" prefix=" (" text-case="capitalize-first" suffix=")"/>
49+
<substitute>
50+
<names variable="editor"/>
51+
<text macro="anon"/>
52+
</substitute>
53+
</names>
54+
</macro>
55+
<macro name="author-short">
56+
<names variable="author">
57+
<name form="short" delimiter=" " and="text" delimiter-precedes-last="never" initialize-with=". "/>
58+
<substitute>
59+
<names variable="editor"/>
60+
<names variable="translator"/>
61+
<text macro="anon"/>
62+
</substitute>
63+
</names>
64+
</macro>
65+
<macro name="authorcount">
66+
<names variable="author">
67+
<name form="count"/>
68+
</names>
69+
</macro>
70+
<macro name="access">
71+
<choose>
72+
<if type="legal_case" match="none">
73+
<choose>
74+
<if variable="DOI">
75+
<group delimiter=" ">
76+
<text variable="DOI" prefix="https://doi.org/"/>
77+
</group>
78+
</if>
79+
<else-if variable="URL">
80+
<group delimiter=" " suffix=".">
81+
<text variable="URL" prefix="Available from: "/>
82+
<group prefix="(" suffix=")">
83+
<date variable="accessed" form="text"/>
84+
</group>
85+
</group>
86+
</else-if>
87+
</choose>
88+
</if>
89+
</choose>
90+
</macro>
91+
<macro name="title">
92+
<text variable="title"/>
93+
</macro>
94+
<macro name="legal_case">
95+
<group prefix=" " delimiter=" ">
96+
<text variable="container-title"/>
97+
</group>
98+
<text variable="authority" prefix=" (" suffix=")"/>
99+
</macro>
100+
<macro name="publisher">
101+
<choose>
102+
<if type="thesis" match="none">
103+
<group delimiter=", ">
104+
<text variable="publisher"/>
105+
<text variable="publisher-place"/>
106+
</group>
107+
<text variable="genre" prefix=". "/>
108+
</if>
109+
<else>
110+
<group delimiter=", ">
111+
<text variable="genre"/>
112+
<text variable="publisher"/>
113+
<text variable="publisher-place"/>
114+
<text variable="number-of-pages" suffix=" pp."/>
115+
</group>
116+
</else>
117+
</choose>
118+
</macro>
119+
<macro name="year-date">
120+
<choose>
121+
<if variable="issued">
122+
<group>
123+
<date variable="issued">
124+
<date-part name="year"/>
125+
</date>
126+
</group>
127+
</if>
128+
<else>
129+
<text term="no date" form="short"/>
130+
</else>
131+
</choose>
132+
</macro>
133+
<macro name="edition">
134+
<choose>
135+
<if is-numeric="edition">
136+
<group delimiter=" ">
137+
<number variable="edition" form="ordinal"/>
138+
<text term="edition" form="short"/>
139+
</group>
140+
</if>
141+
<else>
142+
<text variable="edition" suffix="."/>
143+
</else>
144+
</choose>
145+
</macro>
146+
<macro name="locator">
147+
<choose>
148+
<if locator="page">
149+
<text variable="locator"/>
150+
</if>
151+
<else>
152+
<group delimiter=" ">
153+
<label variable="locator" form="short"/>
154+
<text variable="locator"/>
155+
</group>
156+
</else>
157+
</choose>
158+
</macro>
159+
<citation name-form="short" et-al-min="3" et-al-use-first="1" disambiguate-add-year-suffix="true" collapse="year">
160+
<sort>
161+
<key macro="year-date"/>
162+
<key macro="author-short"/>
163+
</sort>
164+
<layout delimiter=", " prefix="(" suffix=")">
165+
<group delimiter=", ">
166+
<group delimiter=" ">
167+
<text macro="author-short"/>
168+
<text macro="year-date"/>
169+
</group>
170+
<text macro="locator"/>
171+
</group>
172+
</layout>
173+
</citation>
174+
<bibliography hanging-indent="true">
175+
<sort>
176+
<key macro="author" names-min="1" names-use-first="1"/>
177+
<key macro="authorcount"/>
178+
<key macro="year-date"/>
179+
<key variable="title"/>
180+
</sort>
181+
<layout suffix=" ">
182+
<text macro="author" suffix=" "/>
183+
<date variable="issued" prefix="(" suffix=")">
184+
<date-part name="year"/>
185+
</date>
186+
<choose>
187+
<if type="book" match="any">
188+
<text macro="legal_case"/>
189+
<group prefix=" " delimiter=" ">
190+
<group delimiter=" " suffix=".">
191+
<text macro="title" font-style="normal"/>
192+
<text variable="volume" prefix="(" suffix=")"/>
193+
</group>
194+
<text macro="edition"/>
195+
<text macro="editor" suffix="."/>
196+
</group>
197+
<group prefix=" " suffix="." delimiter=", ">
198+
<text macro="publisher"/>
199+
<text variable="number-of-pages" prefix=" " suffix=" pp"/>
200+
</group>
201+
</if>
202+
<else-if type="chapter paper-conference" match="any">
203+
<text macro="title" prefix=" " suffix="."/>
204+
<group prefix=" In: " delimiter=" ">
205+
<text macro="editor" suffix=","/>
206+
<text variable="container-title" suffix="."/>
207+
<text variable="collection-title" suffix="."/>
208+
<group suffix=".">
209+
<text macro="publisher"/>
210+
<group delimiter=" " prefix=", " suffix=".">
211+
<text variable="page"/>
212+
</group>
213+
</group>
214+
</group>
215+
</else-if>
216+
<else-if type="bill graphic legal_case legislation manuscript motion_picture report song thesis" match="any">
217+
<text macro="legal_case"/>
218+
<group prefix=" " delimiter=" ">
219+
<text macro="title" suffix="."/>
220+
<text macro="edition"/>
221+
<text macro="editor" suffix="."/>
222+
</group>
223+
<group prefix=" " delimiter=", ">
224+
<text macro="publisher"/>
225+
<text variable="page" prefix=" " suffix="pp."/>
226+
</group>
227+
</else-if>
228+
<else>
229+
<group prefix=" " delimiter=". " suffix=".">
230+
<text macro="title"/>
231+
<text macro="editor"/>
232+
</group>
233+
<group prefix=" " suffix=".">
234+
<text variable="container-title"/>
235+
<group prefix=" ">
236+
<text variable="volume"/>
237+
<text variable="issue" prefix="(" suffix=")"/>
238+
</group>
239+
<text variable="page" prefix=": " suffix="."/>
240+
</group>
241+
</else>
242+
</choose>
243+
<text macro="access" prefix=" "/>
244+
</layout>
245+
</bibliography>
246+
</style>

0 commit comments

Comments
 (0)