Skip to content
forked from JabRef/jabref

Commit 38996d6

Browse files
authored
Create multimed.csl (JabRef#4644)
1 parent 9cd28d3 commit 38996d6

File tree

1 file changed

+322
-0
lines changed

1 file changed

+322
-0
lines changed

multimed.csl

+322
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,322 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" page-range-format="minimal" demote-non-dropping-particle="sort-only" default-locale="es-ES">
3+
<info>
4+
<title>Multimed (Spanish)</title>
5+
<id>http://www.zotero.org/styles/multimed</id>
6+
<link href="http://www.zotero.org/styles/multimed" rel="self"/>
7+
<link href="http://www.zotero.org/styles/vancouver" rel="template"/>
8+
<link href="http://www.revmultimed.sld.cu/templates/images/INSTRUCCIONES%20PARA%20AUTORES%20REVISTA%20MULTIMED.pdf" rel="documentation"/>
9+
<author>
10+
<name>Patrick O'Brien</name>
11+
</author>
12+
<category citation-format="numeric"/>
13+
<category field="medicine"/>
14+
<eissn>1028-4818</eissn>
15+
<updated>2020-03-29T14:23:38+00:00</updated>
16+
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
17+
</info>
18+
<macro name="author">
19+
<names variable="author">
20+
<name sort-separator=" " initialize-with="" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always"/>
21+
<label form="long" prefix=", "/>
22+
<substitute>
23+
<names variable="editor"/>
24+
</substitute>
25+
</names>
26+
</macro>
27+
<macro name="editor">
28+
<names variable="editor" suffix=".">
29+
<name sort-separator=" " initialize-with="" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always"/>
30+
<label form="long" prefix=", "/>
31+
</names>
32+
</macro>
33+
<macro name="chapter-marker">
34+
<choose>
35+
<if type="chapter paper-conference entry-dictionary entry-encyclopedia" match="any">
36+
<text term="in" text-case="capitalize-first"/>
37+
</if>
38+
</choose>
39+
</macro>
40+
<macro name="publisher">
41+
<choose>
42+
<if type="article-journal article-magazine article-newspaper" match="none">
43+
<group delimiter=": " suffix=";">
44+
<choose>
45+
<if type="thesis">
46+
<text variable="publisher-place" prefix="[" suffix="]"/>
47+
</if>
48+
<else-if type="speech"/>
49+
<else>
50+
<text variable="publisher-place"/>
51+
</else>
52+
</choose>
53+
<text variable="publisher"/>
54+
</group>
55+
</if>
56+
</choose>
57+
</macro>
58+
<macro name="access">
59+
<group delimiter=": ">
60+
<text term="available at" text-case="capitalize-first"/>
61+
<choose>
62+
<if variable="DOI">
63+
<text variable="DOI" prefix="https://doi.org/"/>
64+
</if>
65+
<else>
66+
<text variable="URL"/>
67+
</else>
68+
</choose>
69+
</group>
70+
</macro>
71+
<macro name="accessed-date">
72+
<choose>
73+
<if variable="URL">
74+
<group prefix="[" suffix="]" delimiter=" ">
75+
<text term="cited" text-case="capitalize-first"/>
76+
<date form="numeric" variable="accessed"/>
77+
</group>
78+
</if>
79+
</choose>
80+
</macro>
81+
<macro name="container-title">
82+
<choose>
83+
<if type="article-journal article-magazine chapter paper-conference article-newspaper review review-book entry-dictionary entry-encyclopedia" match="any">
84+
<group delimiter=" ">
85+
<choose>
86+
<if type="article-journal review review-book" match="any">
87+
<text variable="container-title" form="short" strip-periods="true"/>
88+
</if>
89+
<else>
90+
<text variable="container-title" strip-periods="true"/>
91+
</else>
92+
</choose>
93+
<choose>
94+
<if variable="URL">
95+
<text term="internet" prefix="[" suffix="]" text-case="capitalize-first"/>
96+
</if>
97+
</choose>
98+
</group>
99+
<text macro="edition" prefix=" "/>
100+
</if>
101+
<else-if type="bill legislation" match="any">
102+
<group delimiter=", ">
103+
<group delimiter=". ">
104+
<text variable="container-title"/>
105+
<group delimiter=" ">
106+
<text term="section" form="short" text-case="capitalize-first"/>
107+
<text variable="section"/>
108+
</group>
109+
</group>
110+
<text variable="number"/>
111+
</group>
112+
</else-if>
113+
<else-if type="speech">
114+
<group delimiter=": " suffix=";">
115+
<group delimiter=" ">
116+
<text variable="genre" text-case="capitalize-first"/>
117+
<text term="presented at"/>
118+
</group>
119+
<text variable="event"/>
120+
</group>
121+
</else-if>
122+
<else>
123+
<group delimiter=", " suffix=".">
124+
<choose>
125+
<if variable="collection-title" match="none">
126+
<group delimiter=" ">
127+
<label variable="volume" form="short" text-case="capitalize-first"/>
128+
<text variable="volume"/>
129+
</group>
130+
</if>
131+
</choose>
132+
<text variable="container-title"/>
133+
</group>
134+
</else>
135+
</choose>
136+
</macro>
137+
<macro name="title">
138+
<text variable="title"/>
139+
<choose>
140+
<if type="article-journal article-magazine chapter paper-conference article-newspaper review review-book entry-dictionary entry-encyclopedia" match="none">
141+
<choose>
142+
<if variable="URL">
143+
<text term="internet" prefix=" [" suffix="]" text-case="capitalize-first"/>
144+
</if>
145+
</choose>
146+
<text macro="edition" prefix=". "/>
147+
</if>
148+
</choose>
149+
<choose>
150+
<if type="thesis">
151+
<text variable="genre" prefix=" [" suffix="]"/>
152+
</if>
153+
</choose>
154+
</macro>
155+
<macro name="edition">
156+
<choose>
157+
<if is-numeric="edition">
158+
<group delimiter=" ">
159+
<number variable="edition" form="ordinal"/>
160+
<text term="edition" form="short"/>
161+
</group>
162+
</if>
163+
<else>
164+
<text variable="edition" suffix="."/>
165+
</else>
166+
</choose>
167+
</macro>
168+
<macro name="date">
169+
<choose>
170+
<if type="article-journal article-magazine article-newspaper review review-book" match="any">
171+
<group suffix=";" delimiter=" ">
172+
<date date-parts="year" form="text" variable="issued"/>
173+
<text macro="accessed-date"/>
174+
</group>
175+
</if>
176+
<else-if type="bill legislation" match="any">
177+
<group delimiter=", ">
178+
<date variable="issued" delimiter=" ">
179+
<date-part name="month" form="short" strip-periods="true"/>
180+
<date-part name="day"/>
181+
</date>
182+
<date variable="issued">
183+
<date-part name="year"/>
184+
</date>
185+
</group>
186+
</else-if>
187+
<else-if type="report">
188+
<date variable="issued" delimiter=" ">
189+
<date-part name="year"/>
190+
<date-part name="month" form="short" strip-periods="true"/>
191+
</date>
192+
<text macro="accessed-date" prefix=" "/>
193+
</else-if>
194+
<else-if type="patent">
195+
<group suffix=".">
196+
<group delimiter=", ">
197+
<text variable="number"/>
198+
<date variable="issued">
199+
<date-part name="year"/>
200+
</date>
201+
</group>
202+
<text macro="accessed-date" prefix=" "/>
203+
</group>
204+
</else-if>
205+
<else-if type="speech">
206+
<group delimiter="; ">
207+
<group delimiter=" ">
208+
<date variable="issued" delimiter=" ">
209+
<date-part name="year"/>
210+
<date-part name="month" form="short" strip-periods="true"/>
211+
<date-part name="day"/>
212+
</date>
213+
<text macro="accessed-date"/>
214+
</group>
215+
<text variable="event-place"/>
216+
</group>
217+
</else-if>
218+
<else>
219+
<group suffix=".">
220+
<date variable="issued">
221+
<date-part name="year"/>
222+
</date>
223+
<text macro="accessed-date" prefix=" "/>
224+
</group>
225+
</else>
226+
</choose>
227+
</macro>
228+
<macro name="pages">
229+
<choose>
230+
<if type="article-journal article-magazine article-newspaper review review-book" match="any">
231+
<text variable="page" prefix=": "/>
232+
</if>
233+
<else-if type="book" match="any">
234+
<text variable="number-of-pages" prefix=" "/>
235+
<choose>
236+
<if is-numeric="number-of-pages">
237+
<label variable="number-of-pages" form="short" prefix=" " plural="never"/>
238+
</if>
239+
</choose>
240+
</else-if>
241+
<else>
242+
<group prefix=" " delimiter=" ">
243+
<label variable="page" form="short" plural="never"/>
244+
<text variable="page"/>
245+
</group>
246+
</else>
247+
</choose>
248+
</macro>
249+
<macro name="journal-location">
250+
<choose>
251+
<if type="article-journal article-magazine review review-book" match="any">
252+
<text variable="volume" prefix=" "/>
253+
<text variable="issue" prefix="(" suffix=")"/>
254+
</if>
255+
</choose>
256+
</macro>
257+
<macro name="collection-details">
258+
<choose>
259+
<if type="article-journal article-magazine article-newspaper review review-book" match="none">
260+
<choose>
261+
<if variable="collection-title">
262+
<group delimiter=" " prefix="(" suffix=")">
263+
<names variable="collection-editor" suffix=".">
264+
<name sort-separator=" " initialize-with="" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always"/>
265+
<label form="long" prefix=", "/>
266+
</names>
267+
<group delimiter="; ">
268+
<text variable="collection-title"/>
269+
<group delimiter=" ">
270+
<label variable="volume" form="short"/>
271+
<text variable="volume"/>
272+
</group>
273+
</group>
274+
</group>
275+
</if>
276+
</choose>
277+
</if>
278+
</choose>
279+
</macro>
280+
<macro name="report-details">
281+
<choose>
282+
<if type="report">
283+
<text variable="number" prefix="Report No.: "/>
284+
</if>
285+
</choose>
286+
</macro>
287+
<citation collapse="citation-number">
288+
<sort>
289+
<key variable="citation-number"/>
290+
</sort>
291+
<layout vertical-align="sup" delimiter="," prefix="(" suffix=")">
292+
<text variable="citation-number"/>
293+
</layout>
294+
</citation>
295+
<bibliography et-al-min="7" et-al-use-first="6">
296+
<layout>
297+
<text variable="citation-number" suffix=". "/>
298+
<group delimiter=". " suffix=". ">
299+
<text macro="author"/>
300+
<text macro="title"/>
301+
</group>
302+
<group delimiter=" " suffix=". ">
303+
<group delimiter=": ">
304+
<text macro="chapter-marker"/>
305+
<group delimiter=" ">
306+
<text macro="editor"/>
307+
<text macro="container-title"/>
308+
</group>
309+
</group>
310+
<text macro="publisher"/>
311+
<group>
312+
<text macro="date"/>
313+
<text macro="journal-location"/>
314+
<text macro="pages"/>
315+
</group>
316+
</group>
317+
<text macro="collection-details" suffix=". "/>
318+
<text macro="report-details" suffix=". "/>
319+
<text macro="access"/>
320+
</layout>
321+
</bibliography>
322+
</style>

0 commit comments

Comments
 (0)