Skip to content

Commit 900e4d5

Browse files
authored
Create revista-de-biologia-marina-y-oceanografia.csl (JabRef#4671)
1 parent 01672e3 commit 900e4d5

File tree

1 file changed

+244
-0
lines changed

1 file changed

+244
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,244 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" and="symbol" demote-non-dropping-particle="sort-only">
3+
<!-- Polyglot; journal publishes in English and Spanish -->
4+
<info>
5+
<title>Revista de Biología Marina y Oceanografía</title>
6+
<title-short>RBMO</title-short>
7+
<id>http://www.zotero.org/styles/revista-de-biologia-marina-y-oceanografia</id>
8+
<link href="http://www.zotero.org/styles/revista-de-biologia-marina-y-oceanografia" rel="self"/>
9+
<link href="http://www.zotero.org/styles/florida-entomologist" rel="template"/>
10+
<link href="https://revbiolmar.uv.cl/Instructions%202019.pdf" rel="documentation"/>
11+
<author>
12+
<name>Patrick O'Brien</name>
13+
</author>
14+
<category citation-format="author-date"/>
15+
<category field="biology"/>
16+
<category field="zoology"/>
17+
<issn>0717-3326</issn>
18+
<eissn>0718-1957</eissn>
19+
<updated>2020-04-04T19:19: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">
23+
<date form="text">
24+
<date-part name="month" suffix=" "/>
25+
<date-part name="day" suffix=", "/>
26+
<date-part name="year"/>
27+
</date>
28+
</locale>
29+
<macro name="editor">
30+
<names variable="editor" delimiter=", ">
31+
<name initialize-with="" name-as-sort-order="all" sort-separator=" "/>
32+
<label form="short" text-case="lowercase" strip-periods="true" prefix=" (" suffix=")"/>
33+
</names>
34+
</macro>
35+
<macro name="anon">
36+
<text term="anonymous" form="short" text-case="capitalize-first" strip-periods="true"/>
37+
</macro>
38+
<macro name="author">
39+
<names variable="author" suffix=".">
40+
<name delimiter-precedes-last="never" initialize-with="" name-as-sort-order="first" sort-separator=" "/>
41+
<et-al font-style="italic"/>
42+
<label form="short" prefix=" " suffix="." text-case="lowercase" strip-periods="true"/>
43+
<substitute>
44+
<names variable="editor"/>
45+
<text macro="anon"/>
46+
</substitute>
47+
</names>
48+
</macro>
49+
<macro name="author-short">
50+
<names variable="author">
51+
<name form="short" delimiter=" " delimiter-precedes-last="never" initialize-with=". "/>
52+
<et-al font-style="italic"/>
53+
<substitute>
54+
<names variable="editor"/>
55+
<names variable="translator"/>
56+
<text macro="anon"/>
57+
</substitute>
58+
</names>
59+
</macro>
60+
<macro name="access">
61+
<choose>
62+
<if type="article-journal" match="any">
63+
<text variable="DOI" prefix="&lt;https://doi.org/" suffix="&gt;"/>
64+
</if>
65+
<else-if type="webpage post post-weblog" match="any">
66+
<group delimiter=" " suffix=".">
67+
<text variable="URL" prefix="&lt;" suffix="&gt;"/>
68+
<group prefix="(last accessed " suffix=")">
69+
<date variable="accessed">
70+
<date-part name="day" suffix=" "/>
71+
<date-part name="month" form="short" strip-periods="true" suffix=" "/>
72+
<date-part name="year"/>
73+
</date>
74+
</group>
75+
</group>
76+
</else-if>
77+
</choose>
78+
</macro>
79+
<macro name="title">
80+
<choose>
81+
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
82+
<text variable="title"/>
83+
</if>
84+
<else>
85+
<text variable="title" quotes="false"/>
86+
</else>
87+
</choose>
88+
</macro>
89+
<macro name="legal_case">
90+
<group prefix=" " delimiter=" ">
91+
<text variable="volume"/>
92+
<text variable="container-title"/>
93+
</group>
94+
<text variable="authority" prefix=" (" suffix=")"/>
95+
</macro>
96+
<macro name="publisher">
97+
<choose>
98+
<if type="thesis" match="none">
99+
<group delimiter=", ">
100+
<text variable="publisher"/>
101+
<text variable="publisher-place"/>
102+
</group>
103+
</if>
104+
<else>
105+
<group delimiter=", ">
106+
<text variable="genre"/>
107+
<text variable="publisher"/>
108+
</group>
109+
</else>
110+
</choose>
111+
</macro>
112+
<macro name="year-date">
113+
<choose>
114+
<if variable="issued">
115+
<group>
116+
<date variable="issued">
117+
<date-part name="year"/>
118+
</date>
119+
</group>
120+
</if>
121+
<else>
122+
<text term="no date" form="short"/>
123+
</else>
124+
</choose>
125+
</macro>
126+
<macro name="edition">
127+
<choose>
128+
<if is-numeric="edition">
129+
<group delimiter=" ">
130+
<number variable="edition" form="ordinal"/>
131+
<text term="edition" form="short" suffix="." strip-periods="true"/>
132+
</group>
133+
</if>
134+
<else>
135+
<text variable="edition" suffix="."/>
136+
</else>
137+
</choose>
138+
</macro>
139+
<macro name="locator">
140+
<choose>
141+
<if locator="page">
142+
<text variable="locator"/>
143+
</if>
144+
<else>
145+
<group delimiter=" ">
146+
<label variable="locator" form="short"/>
147+
<text variable="locator"/>
148+
</group>
149+
</else>
150+
</choose>
151+
</macro>
152+
<macro name="number-of-pages">
153+
<group delimiter=" ">
154+
<text variable="number-of-pages" prefix=" "/>
155+
<label variable="number-of-pages" form="short"/>
156+
</group>
157+
</macro>
158+
<citation name-form="short" et-al-min="3" et-al-use-first="1" et-al-subsequent-min="3" et-al-subsequent-use-first="1" disambiguate-add-names="true" disambiguate-add-givenname="true" disambiguate-add-year-suffix="true" collapse="year">
159+
<sort>
160+
<key macro="year-date"/>
161+
<key macro="author-short"/>
162+
</sort>
163+
<layout delimiter="; " prefix="(" suffix=")">
164+
<group delimiter=", ">
165+
<group delimiter=" ">
166+
<text macro="author-short"/>
167+
<text macro="year-date"/>
168+
</group>
169+
<text macro="locator"/>
170+
</group>
171+
</layout>
172+
</citation>
173+
<bibliography hanging-indent="true">
174+
<sort>
175+
<key macro="author"/>
176+
<key macro="year-date"/>
177+
<key variable="title"/>
178+
</sort>
179+
<layout suffix=".">
180+
<text macro="author" font-weight="bold" suffix=" "/>
181+
<date variable="issued" font-weight="bold" suffix=".">
182+
<date-part name="year"/>
183+
</date>
184+
<choose>
185+
<if type="book" match="any">
186+
<text macro="legal_case"/>
187+
<group prefix=" " delimiter=" ">
188+
<text macro="title" suffix="."/>
189+
<text macro="edition"/>
190+
<text macro="editor" suffix="."/>
191+
<text macro="number-of-pages"/>
192+
</group>
193+
<group prefix=" " suffix="." delimiter=", ">
194+
<text macro="publisher"/>
195+
</group>
196+
</if>
197+
<else-if type="chapter paper-conference" match="any">
198+
<group delimiter=". ">
199+
<text macro="title" prefix=" "/>
200+
<group delimiter=": ">
201+
<text value="In"/>
202+
<text macro="editor"/>
203+
</group>
204+
<group delimiter=", ">
205+
<text variable="container-title"/>
206+
<group delimiter=" ">
207+
<label variable="page" form="short"/>
208+
<text variable="page"/>
209+
</group>
210+
</group>
211+
<text macro="publisher"/>
212+
</group>
213+
</else-if>
214+
<else-if type="bill graphic legal_case legislation manuscript motion_picture report song thesis" match="any">
215+
<text macro="legal_case"/>
216+
<group prefix=" " delimiter=" ">
217+
<text macro="title" suffix="."/>
218+
<text macro="edition"/>
219+
<text macro="editor" suffix="."/>
220+
</group>
221+
<group prefix=" " delimiter=", ">
222+
<text macro="publisher"/>
223+
<text macro="number-of-pages"/>
224+
</group>
225+
</else-if>
226+
<else>
227+
<group prefix=" " delimiter=" " suffix=".">
228+
<text macro="title"/>
229+
<text macro="editor"/>
230+
</group>
231+
<group prefix=" " suffix=".">
232+
<text variable="container-title"/>
233+
<group prefix=" ">
234+
<text variable="volume"/>
235+
<text variable="issue" prefix="(" suffix=")"/>
236+
</group>
237+
<text variable="page" prefix=": " suffix="."/>
238+
</group>
239+
</else>
240+
</choose>
241+
<text macro="access" prefix=" "/>
242+
</layout>
243+
</bibliography>
244+
</style>

0 commit comments

Comments
 (0)