Skip to content
forked from JabRef/jabref

Commit 42b54d9

Browse files
authored
Create marine-ornithology.csl (JabRef#4559)
1 parent eff41bb commit 42b54d9

File tree

1 file changed

+171
-0
lines changed

1 file changed

+171
-0
lines changed

marine-ornithology.csl

+171
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,171 @@
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>Marine Ornithology</title>
5+
<id>http://www.zotero.org/styles/marine-ornithology</id>
6+
<link href="http://www.zotero.org/styles/marine-ornithology" rel="self"/>
7+
<link href="http://www.zotero.org/styles/permafrost-and-periglacial-processes" rel="template"/>
8+
<link href="http://www.marineornithology.org/content/get.cgi?p=subm" rel="documentation"/>
9+
<author>
10+
<name>Patrick O'Brien</name>
11+
</author>
12+
<category citation-format="author-date"/>
13+
<category field="biology"/>
14+
<issn>1018-3337</issn>
15+
<eissn>2074-1235</eissn>
16+
<updated>2020-02-12T09:35:15+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="editor">
20+
<names variable="editor" delimiter=", ">
21+
<name and="symbol" initialize-with=". " delimiter=", "/>
22+
<label form="short" text-case="capitalize-first" prefix=" (" suffix=")"/>
23+
</names>
24+
</macro>
25+
<macro name="author">
26+
<names variable="author">
27+
<name name-as-sort-order="all" and="symbol" sort-separator=", " initialize-with="." delimiter-precedes-last="never" delimiter=", "/>
28+
<et-al font-style="italic"/>
29+
<label form="short" prefix=" " strip-periods="true"/>
30+
<substitute>
31+
<names variable="editor"/>
32+
<names variable="translator"/>
33+
<text variable="title" suffix="."/>
34+
</substitute>
35+
</names>
36+
</macro>
37+
<macro name="author-short">
38+
<names variable="author">
39+
<name form="short" and="symbol" delimiter=", " delimiter-precedes-last="never" initialize-with=". "/>
40+
<et-al font-style="italic"/>
41+
<substitute>
42+
<names variable="editor"/>
43+
<names variable="translator"/>
44+
<text variable="title"/>
45+
</substitute>
46+
</names>
47+
</macro>
48+
<macro name="access">
49+
<choose>
50+
<if variable="DOI">
51+
<text variable="DOI" prefix="doi:"/>
52+
</if>
53+
</choose>
54+
</macro>
55+
<macro name="title">
56+
<choose>
57+
<if type="bill book graphic legal_case motion_picture report song thesis" match="any">
58+
<text variable="title" font-style="italic"/>
59+
</if>
60+
<else>
61+
<text variable="title"/>
62+
</else>
63+
</choose>
64+
</macro>
65+
<macro name="publisher">
66+
<group delimiter=": ">
67+
<text variable="publisher-place"/>
68+
<text variable="publisher"/>
69+
</group>
70+
</macro>
71+
<macro name="year-date">
72+
<choose>
73+
<if variable="issued">
74+
<date variable="issued">
75+
<date-part name="year"/>
76+
</date>
77+
</if>
78+
<else>
79+
<text term="no date" form="short"/>
80+
</else>
81+
</choose>
82+
</macro>
83+
<macro name="edition">
84+
<choose>
85+
<if is-numeric="edition">
86+
<group delimiter=" ">
87+
<number variable="edition" form="ordinal"/>
88+
<text term="edition" form="short"/>
89+
</group>
90+
</if>
91+
<else>
92+
<text variable="edition" suffix="."/>
93+
</else>
94+
</choose>
95+
</macro>
96+
<citation et-al-min="3" et-al-use-first="1" disambiguate-add-year-suffix="true" disambiguate-add-names="true" disambiguate-add-givenname="true">
97+
<sort>
98+
<key macro="year-date"/>
99+
<key macro="author"/>
100+
</sort>
101+
<layout prefix="(" suffix=")" delimiter="; ">
102+
<group delimiter=", ">
103+
<group delimiter=" ">
104+
<text macro="author-short"/>
105+
<text macro="year-date"/>
106+
</group>
107+
<group>
108+
<label variable="locator" form="short"/>
109+
<text variable="locator"/>
110+
</group>
111+
</group>
112+
</layout>
113+
</citation>
114+
<bibliography et-al-min="7" et-al-use-first="3">
115+
<sort>
116+
<key macro="author"/>
117+
<key variable="title"/>
118+
</sort>
119+
<layout>
120+
<text macro="author"/>
121+
<date variable="issued" prefix=" " suffix=".">
122+
<date-part name="year"/>
123+
</date>
124+
<choose>
125+
<if type="bill book graphic legal_case motion_picture report song" match="any">
126+
<group delimiter=". " prefix=" ">
127+
<text macro="title"/>
128+
<text macro="edition"/>
129+
<text macro="editor"/>
130+
<text prefix=" " suffix="." macro="publisher"/>
131+
</group>
132+
</if>
133+
<else-if type="chapter paper-conference" match="any">
134+
<group delimiter=". ">
135+
<text macro="title" prefix=" " suffix="."/>
136+
<group prefix=" " delimiter=" ">
137+
<group delimiter=": ">
138+
<text term="in" text-case="capitalize-first"/>
139+
<text macro="editor"/>
140+
</group>
141+
<text variable="container-title"/>
142+
<text variable="collection-title" suffix="."/>
143+
<text variable="event" suffix="."/>
144+
</group>
145+
<text macro="publisher" prefix=" "/>
146+
</group>
147+
</else-if>
148+
<else-if type="thesis">
149+
<group prefix=" " suffix="." delimiter=". ">
150+
<text macro="title"/>
151+
<text variable="genre"/>
152+
<text macro="publisher"/>
153+
</group>
154+
</else-if>
155+
<else>
156+
<group delimiter=". " suffix=".">
157+
<text macro="title" prefix=" "/>
158+
<group delimiter=" ">
159+
<text variable="container-title" font-style="italic"/>
160+
<group delimiter=": ">
161+
<text variable="volume"/>
162+
<text variable="page"/>
163+
</group>
164+
</group>
165+
</group>
166+
</else>
167+
</choose>
168+
<text prefix=" " macro="access"/>
169+
</layout>
170+
</bibliography>
171+
</style>

0 commit comments

Comments
 (0)