Skip to content

Commit 30767b0

Browse files
authored
Create marine-turtle-newsletter.csl (JabRef#4625)
1 parent a2324ac commit 30767b0

File tree

1 file changed

+217
-0
lines changed

1 file changed

+217
-0
lines changed

marine-turtle-newsletter.csl

+217
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,217 @@
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 Turtle Newsletter</title>
5+
<title-short>MTN</title-short>
6+
<id>http://www.zotero.org/styles/marine-turtle-newsletter</id>
7+
<link href="http://www.zotero.org/styles/marine-turtle-newsletter" rel="self"/>
8+
<link href="http://www.zotero.org/styles/arachnology" rel="template"/>
9+
<link href="http://seaturtle.org/mtn/authors.shtml" rel="documentation"/>
10+
<author>
11+
<name>Patrick O'Brien</name>
12+
</author>
13+
<category citation-format="author-date"/>
14+
<category field="biology"/>
15+
<eissn>0839-7708</eissn>
16+
<updated>2020-03-12T09:32:51+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+
<locale xml:lang="en-US">
20+
<date form="text">
21+
<date-part name="month" suffix=" "/>
22+
<date-part name="day" suffix=", "/>
23+
<date-part name="year"/>
24+
</date>
25+
</locale>
26+
<macro name="editor">
27+
<names variable="editor" delimiter=", ">
28+
<name and="text" initialize-with=". " delimiter=", "/>
29+
<label form="short" text-case="capitalize-first" strip-periods="false" prefix=" (" suffix=")"/>
30+
</names>
31+
</macro>
32+
<macro name="anon">
33+
<text term="anonymous" form="short" text-case="capitalize-first" strip-periods="true"/>
34+
</macro>
35+
<macro name="author">
36+
<names variable="author" vertical-align="baseline">
37+
<name and="symbol" delimiter-precedes-last="never" initialize-with="." name-as-sort-order="first">
38+
<name-part name="family" text-case="uppercase"/>
39+
</name>
40+
<et-al font-style="italic"/>
41+
<label form="short" text-case="capitalize-first" prefix=" (" suffix=")"/>
42+
<substitute>
43+
<names variable="editor"/>
44+
<text macro="anon"/>
45+
</substitute>
46+
</names>
47+
</macro>
48+
<macro name="author-short">
49+
<names variable="author">
50+
<name form="short" and="symbol" delimiter-precedes-last="never" initialize-with=". "/>
51+
<et-al font-style="italic"/>
52+
<substitute>
53+
<names variable="editor"/>
54+
<names variable="translator"/>
55+
<text macro="anon"/>
56+
</substitute>
57+
</names>
58+
</macro>
59+
<macro name="access">
60+
<choose>
61+
<if type="webpage post post-weblog" match="any">
62+
<choose>
63+
<if variable="URL">
64+
<group delimiter=" ">
65+
<text variable="URL" prefix="Available from: "/>
66+
<group prefix="(" suffix=")">
67+
<date variable="accessed" form="text"/>
68+
</group>
69+
</group>
70+
</if>
71+
</choose>
72+
</if>
73+
</choose>
74+
</macro>
75+
<macro name="title">
76+
<text variable="title" text-case="title" font-style="normal"/>
77+
</macro>
78+
<macro name="legal_case">
79+
<group prefix=" " delimiter=" ">
80+
<text variable="volume"/>
81+
<text variable="container-title"/>
82+
</group>
83+
<text variable="authority" prefix=" (" suffix=")"/>
84+
</macro>
85+
<macro name="publisher">
86+
<group delimiter=". ">
87+
<text variable="genre"/>
88+
<group delimiter=", ">
89+
<text variable="publisher"/>
90+
<text variable="publisher-place"/>
91+
</group>
92+
</group>
93+
</macro>
94+
<macro name="year-date">
95+
<choose>
96+
<if variable="issued">
97+
<group>
98+
<date variable="issued">
99+
<date-part name="year"/>
100+
</date>
101+
</group>
102+
</if>
103+
<else>
104+
<text term="no date" form="short"/>
105+
</else>
106+
</choose>
107+
</macro>
108+
<macro name="edition">
109+
<choose>
110+
<if is-numeric="edition">
111+
<group delimiter=" ">
112+
<number variable="edition" form="ordinal"/>
113+
<text term="edition" form="short"/>
114+
</group>
115+
</if>
116+
<else>
117+
<text variable="issue" suffix=":"/>
118+
</else>
119+
</choose>
120+
</macro>
121+
<macro name="locator">
122+
<choose>
123+
<if locator="page">
124+
<text variable="locator" prefix=": "/>
125+
</if>
126+
<else>
127+
<group delimiter=" ">
128+
<label variable="locator" form="short"/>
129+
<text variable="locator"/>
130+
</group>
131+
</else>
132+
</choose>
133+
</macro>
134+
<macro name="pages">
135+
<group delimiter=" ">
136+
<label variable="page" form="short"/>
137+
<text variable="page"/>
138+
</group>
139+
</macro>
140+
<citation and="text" et-al-min="3" et-al-use-first="1" disambiguate-add-year-suffix="true" givenname-disambiguation-rule="primary-name" collapse="year" cite-group-delimiter=",">
141+
<sort>
142+
<key macro="year-date"/>
143+
<key macro="author-short"/>
144+
</sort>
145+
<layout delimiter="; " prefix="(" suffix=")">
146+
<group delimiter=" ">
147+
<text macro="author-short"/>
148+
<text macro="year-date"/>
149+
</group>
150+
<text macro="locator"/>
151+
</layout>
152+
</citation>
153+
<bibliography et-al-min="99" et-al-use-first="98" hanging-indent="true">
154+
<sort>
155+
<key macro="author"/>
156+
<key macro="year-date"/>
157+
<key variable="title"/>
158+
</sort>
159+
<layout suffix=".">
160+
<group delimiter=". ">
161+
<text macro="author" text-case="uppercase" strip-periods="false"/>
162+
<date variable="issued">
163+
<date-part name="year"/>
164+
</date>
165+
<text macro="title"/>
166+
<choose>
167+
<if type="book report" match="any">
168+
<group delimiter=". ">
169+
<group delimiter=", ">
170+
<text macro="edition"/>
171+
<text macro="editor"/>
172+
</group>
173+
<text macro="publisher"/>
174+
<group>
175+
<text variable="number-of-pages"/>
176+
<label variable="number-of-pages" form="short"/>
177+
</group>
178+
</group>
179+
</if>
180+
<else-if type="chapter paper-conference" match="any">
181+
<group delimiter=". ">
182+
<group delimiter=": ">
183+
<text term="in" text-case="capitalize-first"/>
184+
<text macro="editor"/>
185+
</group>
186+
<text variable="container-title" font-style="normal" suffix="."/>
187+
<text variable="collection-title" suffix="."/>
188+
<text macro="publisher"/>
189+
<text macro="pages"/>
190+
</group>
191+
</else-if>
192+
<else-if type="bill graphic legal_case legislation manuscript motion_picture report song thesis" match="any">
193+
<text macro="legal_case"/>
194+
<group prefix=" " delimiter=" ">
195+
<text macro="edition"/>
196+
<text macro="editor" suffix="."/>
197+
</group>
198+
<group prefix=" " delimiter=", ">
199+
<text macro="publisher"/>
200+
<text variable="page" prefix=" " suffix="pp."/>
201+
</group>
202+
</else-if>
203+
<else>
204+
<group delimiter=" ">
205+
<text variable="container-title"/>
206+
<group delimiter=": ">
207+
<text variable="volume"/>
208+
<text variable="page"/>
209+
</group>
210+
</group>
211+
</else>
212+
</choose>
213+
</group>
214+
<text prefix=" " macro="access"/>
215+
</layout>
216+
</bibliography>
217+
</style>

0 commit comments

Comments
 (0)