Skip to content

Commit b64689e

Browse files
author
github actions
committed
Squashed 'src/main/resources/csl-styles/' changes from 26265bf..6fab78b
6fab78b Create physiologia-plantarum.csl (JabRef#5040) 58d65fd Create cureus.csl (JabRef#5048) 5b68591 Create institut-de-recherches-archeologiques-preventives.csl (JabRef#5042) e238ca2 Create method-and-theory-in-the-study-of-religion.csl (JabRef#5041) 39a3fbb Create finance-and-society.csl (JabRef#5043) cf39e19 Create canadian-biosystems-engineering-journal (JabRef#5046) 3d12b8f Create cardiff-university-biosi-and-carbs-only-harvard.csl (JabRef#5024) 776002d create new independent style for deutsches-arzteblatt.csl (JabRef#5035) b167cd6 Create revista-peruana-de-medicina-experimental-y-salud-publica.csl (JabRef#5036) 13e0a0b Update iso690-full-note-cs.csl (JabRef#5033) 3af2034 Create acta-medica-peruana.csl (JabRef#5037) dcbe494 Create historia-scribere.csl (JabRef#5038) 2174323 make addiction-biology.csl an AMA dependent (JabRef#5028) b01aea8 Update ios-press-books.csl (JabRef#5030) ae6d0e2 add doi for article-journal for ASA.csl (JabRef#5031) d537025 Create organised-sound.csl (JabRef#5032) ef4d15e Create independent EMBO Press 640fdac Create forensic-anthropology.csl (JabRef#5026) 3dc5157 Update amerindia.csl (JabRef#5027) fca38a2 Create journal-of-the-botanical-research-institute-of-texas.csl (JabRef#5029) facc3f9 Aging &Disease: remove unused macros 661e9fa Sort aging and disease by cite number 8746709 show issue numbers in springer basic author-date style (JabRef#4854) c358b17 Update Journal of Universal Computer Science git-subtree-dir: src/main/resources/csl-styles git-subtree-split: 6fab78b
1 parent edd8e61 commit b64689e

36 files changed

+5238
-597
lines changed

Diff for: acta-medica-peruana.csl

+359
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,359 @@
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" page-range-format="minimal">
3+
<info>
4+
<title>Acta Médica Peruana</title>
5+
<title-short>Acta Med Peru</title-short>
6+
<id>http://www.zotero.org/styles/acta-medica-peruana</id>
7+
<link href="http://www.zotero.org/styles/acta-medica-peruana" rel="self"/>
8+
<link href="http://www.zotero.org/styles/vancouver" rel="template"/>
9+
<link href="https://amp.cmp.org.pe/index.php/AMP/instructionsforauthors" rel="documentation"/>
10+
<author>
11+
<name>Gilmer Solis-Sánchez</name>
12+
<email>[email protected]</email>
13+
</author>
14+
<contributor>
15+
<name>Yolanda Elvira Angulo Bazán</name>
16+
<email>[email protected]</email>
17+
</contributor>
18+
<contributor>
19+
<name>Helbert Rubén Borja García</name>
20+
<email>[email protected]</email>
21+
</contributor>
22+
<category citation-format="numeric"/>
23+
<category field="medicine"/>
24+
<issn>1018-8800</issn>
25+
<eissn>1728-5917</eissn>
26+
<summary>Estilo de citas y bibliografía de la revista Acta Médica Peruana en estilo Vancouver según lo definido por el International Committee of Medical Journal Editors Uniform Requirements for Manuscripts Submitted to Biomedical Journals: Sample References</summary>
27+
<updated>2020-09-21T19:01:33+00:00</updated>
28+
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
29+
</info>
30+
<locale xml:lang="en">
31+
<date form="text" delimiter=" ">
32+
<date-part name="year"/>
33+
<date-part name="month" form="short" strip-periods="true"/>
34+
<date-part name="day"/>
35+
</date>
36+
<terms>
37+
<term name="collection-editor" form="long">
38+
<single>editor</single>
39+
<multiple>editors</multiple>
40+
</term>
41+
<term name="presented at">presented at</term>
42+
<term name="available at">available from</term>
43+
<term name="section" form="short">sect.</term>
44+
</terms>
45+
</locale>
46+
<locale xml:lang="fr">
47+
<date form="text" delimiter=" ">
48+
<date-part name="day"/>
49+
<date-part name="month" form="short" strip-periods="true"/>
50+
<date-part name="year"/>
51+
</date>
52+
</locale>
53+
<macro name="author">
54+
<names variable="author">
55+
<name sort-separator=" " initialize-with="" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always"/>
56+
<label form="long" prefix=", "/>
57+
<substitute>
58+
<names variable="editor"/>
59+
</substitute>
60+
</names>
61+
</macro>
62+
<macro name="editor">
63+
<names variable="editor" suffix=".">
64+
<name sort-separator=" " initialize-with="" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always"/>
65+
<label form="long" prefix=", "/>
66+
</names>
67+
</macro>
68+
<macro name="chapter-marker">
69+
<choose>
70+
<if type="chapter paper-conference entry-dictionary entry-encyclopedia" match="any">
71+
<text term="in" text-case="capitalize-first"/>
72+
</if>
73+
</choose>
74+
</macro>
75+
<macro name="publisher">
76+
<choose>
77+
<if type="article-journal article-magazine article-newspaper" match="none">
78+
<group delimiter=": " suffix=";">
79+
<choose>
80+
<if type="thesis">
81+
<text variable="publisher-place"/>
82+
</if>
83+
<else-if type="speech"/>
84+
<else>
85+
<text variable="publisher-place"/>
86+
</else>
87+
</choose>
88+
<text variable="publisher"/>
89+
</group>
90+
</if>
91+
</choose>
92+
</macro>
93+
<macro name="access">
94+
<choose>
95+
<if match="any" variable="DOI">
96+
<group>
97+
<text variable="DOI" font-variant="normal" prefix="doi:"/>
98+
</group>
99+
</if>
100+
<else-if match="any" variable="URL">
101+
<group delimiter=": ">
102+
<text term="available at" text-case="capitalize-first"/>
103+
<text variable="URL"/>
104+
</group>
105+
</else-if>
106+
</choose>
107+
</macro>
108+
<macro name="accessed-date">
109+
<choose>
110+
<if variable="URL">
111+
<group prefix="[" suffix="]" delimiter=" ">
112+
<text term="cited" text-case="lowercase"/>
113+
<date variable="accessed" form="text"/>
114+
</group>
115+
</if>
116+
</choose>
117+
</macro>
118+
<macro name="container-title">
119+
<choose>
120+
<if type="article-journal article-magazine chapter paper-conference article-newspaper review review-book entry-dictionary entry-encyclopedia" match="any">
121+
<group suffix="." delimiter=" ">
122+
<choose>
123+
<if type="article-journal review review-book" match="any">
124+
<text variable="container-title" form="short" strip-periods="true"/>
125+
</if>
126+
<else>
127+
<text variable="container-title" strip-periods="true"/>
128+
</else>
129+
</choose>
130+
<choose>
131+
<if variable="URL">
132+
<text term="internet" prefix="[" suffix="]" text-case="capitalize-first"/>
133+
</if>
134+
</choose>
135+
</group>
136+
<text macro="edition" prefix=" "/>
137+
</if>
138+
<else-if type="bill legislation" match="any">
139+
<group delimiter=", ">
140+
<group delimiter=". ">
141+
<text variable="container-title"/>
142+
<group delimiter=" ">
143+
<text term="section" form="short" text-case="capitalize-first"/>
144+
<text variable="section"/>
145+
</group>
146+
</group>
147+
<text variable="number"/>
148+
</group>
149+
</else-if>
150+
<else-if type="speech">
151+
<group delimiter=": " suffix=";">
152+
<group delimiter=" ">
153+
<text variable="genre" text-case="capitalize-first"/>
154+
<text term="presented at"/>
155+
</group>
156+
<text variable="event"/>
157+
</group>
158+
</else-if>
159+
<else>
160+
<group delimiter=", " suffix=".">
161+
<choose>
162+
<if variable="collection-title" match="none">
163+
<group delimiter=" ">
164+
<label variable="volume" form="short" text-case="capitalize-first"/>
165+
<text variable="volume"/>
166+
</group>
167+
</if>
168+
</choose>
169+
<text variable="container-title"/>
170+
</group>
171+
</else>
172+
</choose>
173+
</macro>
174+
<macro name="title">
175+
<text variable="title"/>
176+
<choose>
177+
<if type="article-journal article-magazine chapter paper-conference article-newspaper review review-book entry-dictionary entry-encyclopedia thesis" match="none">
178+
<choose>
179+
<if variable="URL">
180+
<text term="internet" prefix=" [" suffix="]" text-case="capitalize-first"/>
181+
</if>
182+
</choose>
183+
<text macro="edition" prefix=". "/>
184+
</if>
185+
</choose>
186+
<choose>
187+
<if type="thesis">
188+
<text variable="genre" prefix=" [" suffix="]"/>
189+
</if>
190+
</choose>
191+
</macro>
192+
<macro name="edition">
193+
<choose>
194+
<if is-numeric="edition">
195+
<group delimiter=" ">
196+
<number variable="edition" form="ordinal"/>
197+
<text term="edition" form="short"/>
198+
</group>
199+
</if>
200+
<else>
201+
<text variable="edition" suffix="."/>
202+
</else>
203+
</choose>
204+
</macro>
205+
<macro name="date">
206+
<choose>
207+
<if type="article-journal article-magazine article-newspaper review review-book" match="any">
208+
<group suffix=";" delimiter=" ">
209+
<date date-parts="year" form="numeric" variable="issued"/>
210+
<text macro="accessed-date"/>
211+
</group>
212+
</if>
213+
<else-if type="bill legislation" match="any">
214+
<group delimiter=", ">
215+
<date variable="issued" delimiter=" ">
216+
<date-part name="month" form="short" strip-periods="true"/>
217+
<date-part name="day"/>
218+
</date>
219+
<date variable="issued">
220+
<date-part name="year"/>
221+
</date>
222+
</group>
223+
</else-if>
224+
<else-if type="report">
225+
<date variable="issued" delimiter=" ">
226+
<date-part name="year"/>
227+
<date-part name="month" form="short" strip-periods="true"/>
228+
</date>
229+
<text macro="accessed-date" prefix=" "/>
230+
</else-if>
231+
<else-if type="patent">
232+
<group suffix=".">
233+
<group delimiter=", ">
234+
<text variable="number"/>
235+
<date variable="issued">
236+
<date-part name="year"/>
237+
</date>
238+
</group>
239+
<text macro="accessed-date" prefix=" "/>
240+
</group>
241+
</else-if>
242+
<else-if type="speech">
243+
<group delimiter="; ">
244+
<group delimiter=" ">
245+
<date variable="issued" delimiter=" ">
246+
<date-part name="year"/>
247+
<date-part name="month" form="short" strip-periods="true"/>
248+
<date-part name="day"/>
249+
</date>
250+
<text macro="accessed-date"/>
251+
</group>
252+
<text variable="event-place"/>
253+
</group>
254+
</else-if>
255+
<else>
256+
<group suffix=".">
257+
<date variable="issued">
258+
<date-part name="year"/>
259+
</date>
260+
<text macro="accessed-date" prefix=" "/>
261+
</group>
262+
</else>
263+
</choose>
264+
</macro>
265+
<macro name="pages">
266+
<choose>
267+
<if type="article-journal article-magazine article-newspaper review review-book" match="any">
268+
<text variable="page" prefix=":"/>
269+
</if>
270+
<else-if type="book" match="any">
271+
<text variable="number-of-pages" prefix=" "/>
272+
<choose>
273+
<if is-numeric="number-of-pages">
274+
<label variable="number-of-pages" form="short" prefix=" " plural="never"/>
275+
</if>
276+
</choose>
277+
</else-if>
278+
<else>
279+
<group prefix=" " delimiter=" ">
280+
<label variable="page" form="short" plural="never"/>
281+
<text variable="page"/>
282+
</group>
283+
</else>
284+
</choose>
285+
</macro>
286+
<macro name="journal-location">
287+
<choose>
288+
<if type="article-journal article-magazine review review-book" match="any">
289+
<text variable="volume"/>
290+
<text variable="issue" prefix="(" suffix=")"/>
291+
</if>
292+
</choose>
293+
</macro>
294+
<macro name="collection-details">
295+
<choose>
296+
<if type="article-journal article-magazine article-newspaper review review-book" match="none">
297+
<choose>
298+
<if variable="collection-title">
299+
<group delimiter=" " prefix="(" suffix=")">
300+
<names variable="collection-editor" suffix=".">
301+
<name sort-separator=" " initialize-with="" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always"/>
302+
<label form="long" prefix=", "/>
303+
</names>
304+
<group delimiter="; ">
305+
<text variable="collection-title"/>
306+
<group delimiter=" ">
307+
<label variable="volume" form="short"/>
308+
<text variable="volume"/>
309+
</group>
310+
</group>
311+
</group>
312+
</if>
313+
</choose>
314+
</if>
315+
</choose>
316+
</macro>
317+
<macro name="report-details">
318+
<choose>
319+
<if type="report">
320+
<text variable="number" prefix="Report No.: "/>
321+
</if>
322+
</choose>
323+
</macro>
324+
<citation collapse="citation-number">
325+
<sort>
326+
<key variable="citation-number"/>
327+
</sort>
328+
<layout vertical-align="sup" delimiter="," prefix="[" suffix="]">
329+
<text variable="citation-number"/>
330+
</layout>
331+
</citation>
332+
<bibliography et-al-min="7" et-al-use-first="6" second-field-align="flush">
333+
<layout>
334+
<text variable="citation-number" suffix=". "/>
335+
<group delimiter=". " suffix=". ">
336+
<text macro="author"/>
337+
<text macro="title"/>
338+
</group>
339+
<group delimiter=" " suffix=". ">
340+
<group delimiter=": ">
341+
<text macro="chapter-marker"/>
342+
<group delimiter=" ">
343+
<text macro="editor"/>
344+
<text macro="container-title"/>
345+
</group>
346+
</group>
347+
<text macro="publisher"/>
348+
<group>
349+
<text macro="date"/>
350+
<text macro="journal-location"/>
351+
<text macro="pages"/>
352+
</group>
353+
</group>
354+
<text macro="collection-details" suffix=". "/>
355+
<text macro="report-details" suffix=". "/>
356+
<text macro="access"/>
357+
</layout>
358+
</bibliography>
359+
</style>

0 commit comments

Comments
 (0)