Skip to content

Commit 1b9c7a0

Browse files
authored
Create acta-ornithologica.csl (JabRef#4977)
1 parent c8c6c6d commit 1b9c7a0

File tree

1 file changed

+146
-0
lines changed

1 file changed

+146
-0
lines changed

acta-ornithologica.csl

+146
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,146 @@
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>Acta Ornithologica</title>
5+
<id>http://www.zotero.org/styles/acta-ornithologica</id>
6+
<link href="http://www.zotero.org/styles/acta-ornithologica" rel="self"/>
7+
<link href="http://www.zotero.org/styles/biologia" rel="template"/>
8+
<link href="https://miiz.waw.pl/periodicals/acta-ornithologica/acta_ornithologica.pdf" rel="documentation"/>
9+
<author>
10+
<name>Patrick O'Brien</name>
11+
</author>
12+
<category citation-format="author-date"/>
13+
<category field="biology"/>
14+
<category field="zoology"/>
15+
<issn>0001-6454</issn>
16+
<eissn>1734-8471</eissn>
17+
<updated>2020-08-18T08:09:50+00:00</updated>
18+
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
19+
</info>
20+
<macro name="author">
21+
<names variable="author">
22+
<name delimiter-precedes-last="never" initialize-with=". " name-as-sort-order="all" sort-separator=" "/>
23+
<label form="short" strip-periods="true" prefix="(" suffix=")"/>
24+
<substitute>
25+
<text macro="editor"/>
26+
<text macro="title"/>
27+
</substitute>
28+
</names>
29+
</macro>
30+
<macro name="editor">
31+
<names variable="editor">
32+
<name initialize-with=". " name-as-sort-order="all" sort-separator=" "/>
33+
<label form="short" strip-periods="true" prefix=" (" suffix=")"/>
34+
</names>
35+
</macro>
36+
<macro name="year">
37+
<date variable="issued">
38+
<date-part name="year"/>
39+
</date>
40+
</macro>
41+
<macro name="title">
42+
<choose>
43+
<if match="any" variable="original-title">
44+
<text variable="original-title" prefix="[" suffix="]"/>
45+
</if>
46+
<else>
47+
<text variable="title"/>
48+
</else>
49+
</choose>
50+
</macro>
51+
<macro name="volume">
52+
<group delimiter=" ">
53+
<label text-case="capitalize-first" variable="volume" form="short"/>
54+
<number variable="volume"/>
55+
</group>
56+
</macro>
57+
<macro name="pages">
58+
<group delimiter=" ">
59+
<label variable="page" form="short"/>
60+
<text variable="page"/>
61+
</group>
62+
</macro>
63+
<citation disambiguate-add-year-suffix="true" collapse="year" et-al-min="3" et-al-use-first="1">
64+
<sort>
65+
<key macro="year"/>
66+
<key variable="author"/>
67+
</sort>
68+
<layout delimiter="; " prefix="(" suffix=")">
69+
<group delimiter=" ">
70+
<names variable="author" suffix=", ">
71+
<name and="symbol" delimiter=" " name-as-sort-order="all" sort-separator=", " form="short"/>
72+
</names>
73+
<date variable="issued">
74+
<date-part name="year" form="long"/>
75+
</date>
76+
</group>
77+
</layout>
78+
</citation>
79+
<bibliography hanging-indent="true">
80+
<sort>
81+
<key macro="author"/>
82+
<key macro="year" sort="ascending"/>
83+
</sort>
84+
<layout suffix=".">
85+
<group delimiter=". ">
86+
<text macro="author"/>
87+
<text macro="year"/>
88+
<choose>
89+
<if type="thesis">
90+
<text macro="title" font-style="italic"/>
91+
<text variable="publisher" suffix=", "/>
92+
<text variable="publisher-place"/>
93+
</if>
94+
<else-if type="book">
95+
<group delimiter=". ">
96+
<text macro="title" font-style="italic"/>
97+
<text macro="volume"/>
98+
<text variable="publisher"/>
99+
</group>
100+
</else-if>
101+
<else-if type="chapter">
102+
<group delimiter=". ">
103+
<text macro="title"/>
104+
<group delimiter=": ">
105+
<text term="in" text-case="capitalize-first"/>
106+
<text macro="editor"/>
107+
</group>
108+
<text variable="container-title"/>
109+
<group delimiter=", ">
110+
<text variable="publisher"/>
111+
<text macro="pages"/>
112+
</group>
113+
</group>
114+
</else-if>
115+
<else-if type="paper-conference">
116+
<text macro="title"/>
117+
<text variable="event" prefix=" " suffix=", " font-style="italic"/>
118+
<text variable="volume" suffix=", "/>
119+
<text variable="page" suffix="."/>
120+
</else-if>
121+
<else-if type="webpage post post-weblog" match="any">
122+
<group delimiter=". ">
123+
<text variable="container-title"/>
124+
<group delimiter=": ">
125+
<text term="available at" text-case="capitalize-first"/>
126+
<text variable="URL"/>
127+
</group>
128+
</group>
129+
</else-if>
130+
<else>
131+
<group delimiter=". ">
132+
<text macro="title"/>
133+
<group delimiter=" ">
134+
<text variable="container-title" form="short"/>
135+
<group delimiter=": ">
136+
<text variable="volume"/>
137+
<text variable="page"/>
138+
</group>
139+
</group>
140+
</group>
141+
</else>
142+
</choose>
143+
</group>
144+
</layout>
145+
</bibliography>
146+
</style>

0 commit comments

Comments
 (0)