Skip to content

Commit afdc2ea

Browse files
authored
Create revista-espanola-de-nutricion-humana-y-dietetica.csl (#5082)
Estilo Vancouver para la Revista Española de Nutrición Humana y Dietética / Vancouver style for the Spanish Journal of Human Nutrition and Dietetics
1 parent 939189d commit afdc2ea

File tree

1 file changed

+214
-0
lines changed

1 file changed

+214
-0
lines changed
Lines changed: 214 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,214 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<style xmlns="http://purl.org/net/xbiblio/csl" page-range-format="minimal" class="in-text" version="1.0" demote-non-dropping-particle="sort-only" default-locale="es-ES">
3+
<!-- This style was edited with the Visual CSL Editor (https://editor.citationstyles.org/visualEditor/) -->
4+
<info>
5+
<title>Revista Espanola de Nutricion Humana y Dietetica (Spanish)</title>
6+
<title-short>RENHYD</title-short>
7+
<id>http://www.zotero.org/styles/revista-espanola-de-nutricion-humana-y-dietetica</id>
8+
<link rel="self" href="http://www.zotero.org/styles/revista-espanola-de-nutricion-humana-y-dietetica"/>
9+
<link rel="template" href="http://www.zotero.org/styles/angiologia"/>
10+
<category citation-format="numeric"/>
11+
<category field="medicine"/>
12+
<issn>2173-1292</issn>
13+
<eissn>2174-5145</eissn>
14+
<summary>Vancouver style (only year, with doi)</summary>
15+
<updated>2020-09-25T15:52:44+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="access">
19+
<choose>
20+
<if variable="DOI">
21+
<text variable="DOI" prefix="doi: "/>
22+
</if>
23+
<else-if type="webpage post-weblog" match="any">
24+
<choose>
25+
<if variable="URL">
26+
<group delimiter=" ">
27+
<text term="available at" suffix=": " text-case="capitalize-first"/>
28+
<text variable="URL"/>
29+
</group>
30+
</if>
31+
</choose>
32+
</else-if>
33+
</choose>
34+
</macro>
35+
<macro name="access-date">
36+
<group delimiter=" ">
37+
<text term="accessed"/>
38+
<date variable="accessed" delimiter=" ">
39+
<date-part name="day"/>
40+
<date-part name="month"/>
41+
<date-part name="year"/>
42+
</date>
43+
</group>
44+
</macro>
45+
<macro name="author">
46+
<names variable="author">
47+
<name delimiter-precedes-et-al="always" initialize-with="" name-as-sort-order="all" sort-separator=" "/>
48+
<substitute>
49+
<names variable="editor"/>
50+
<names variable="translator"/>
51+
</substitute>
52+
</names>
53+
</macro>
54+
<macro name="editor">
55+
<names variable="editor">
56+
<name form="long" initialize="true" initialize-with="" delimiter=", " delimiter-precedes-et-al="never" delimiter-precedes-last="always" name-as-sort-order="all" sort-separator=" "/>
57+
<label form="long" prefix=", " plural="contextual" suffix="."/>
58+
</names>
59+
</macro>
60+
<macro name="year-date">
61+
<choose>
62+
<if variable="issued">
63+
<date variable="issued">
64+
<date-part name="year" form="long" range-delimiter=""/>
65+
</date>
66+
</if>
67+
<else>
68+
<text term="no date" form="short"/>
69+
</else>
70+
</choose>
71+
</macro>
72+
<macro name="journal-location">
73+
<choose>
74+
<if type="article-journal article-magazine" match="any">
75+
<text variable="volume" form="long"/>
76+
<text variable="issue" prefix="(" suffix=")"/>
77+
</if>
78+
</choose>
79+
</macro>
80+
<macro name="publisher">
81+
<group delimiter="; ">
82+
<group delimiter=": ">
83+
<text variable="publisher-place"/>
84+
<text variable="publisher"/>
85+
</group>
86+
<text macro="year-date"/>
87+
</group>
88+
</macro>
89+
<macro name="publisher_thesis">
90+
<group delimiter=", ">
91+
<text variable="publisher" form="long"/>
92+
<text variable="publisher-place" form="long"/>
93+
</group>
94+
</macro>
95+
<macro name="edition_book">
96+
<choose>
97+
<if is-numeric="edition">
98+
<group delimiter=" ">
99+
<number variable="edition" form="ordinal"/>
100+
<text term="edition" form="long"/>
101+
</group>
102+
</if>
103+
<else>
104+
<text variable="edition"/>
105+
</else>
106+
</choose>
107+
</macro>
108+
<macro name="edition_chapter">
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="edition"/>
118+
</else>
119+
</choose>
120+
</macro>
121+
<citation collapse="citation-number">
122+
<sort>
123+
<key variable="citation-number" sort="ascending"/>
124+
</sort>
125+
<layout delimiter="," vertical-align="sup">
126+
<text variable="citation-number"/>
127+
</layout>
128+
</citation>
129+
<bibliography entry-spacing="0" second-field-align="flush" et-al-min="7" et-al-use-first="6">
130+
<layout suffix=".">
131+
<text variable="citation-number" prefix="(" suffix=")"/>
132+
<text macro="author" suffix=" "/>
133+
<choose>
134+
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
135+
<group delimiter=". ">
136+
<text variable="title" form="long"/>
137+
<group delimiter=" ">
138+
<text term="volume" form="short"/>
139+
<text variable="volume"/>
140+
</group>
141+
<text variable="volume" prefix="vol. " form="long"/>
142+
<text macro="edition_book"/>
143+
<text macro="publisher"/>
144+
</group>
145+
</if>
146+
<else-if type="chapter paper-conference" match="any">
147+
<group delimiter=". ">
148+
<group delimiter=". ">
149+
<text variable="title" form="long"/>
150+
<group delimiter=" ">
151+
<text term="in" text-case="capitalize-first" suffix=":"/>
152+
<text macro="editor"/>
153+
</group>
154+
<group delimiter=", ">
155+
<text variable="container-title"/>
156+
<group delimiter=" ">
157+
<text term="volume" form="short"/>
158+
<text variable="volume"/>
159+
</group>
160+
</group>
161+
<text macro="edition_chapter"/>
162+
</group>
163+
<text macro="publisher"/>
164+
<group delimiter=" ">
165+
<label variable="page" form="short" plural="never"/>
166+
<text variable="page" form="short"/>
167+
</group>
168+
</group>
169+
</else-if>
170+
<else-if type="patent">
171+
<group delimiter=", ">
172+
<group delimiter=". ">
173+
<text variable="title" form="long"/>
174+
<text variable="number" form="long"/>
175+
</group>
176+
<text macro="year-date"/>
177+
</group>
178+
</else-if>
179+
<else-if type="thesis">
180+
<group delimiter=" ">
181+
<text variable="title" form="long" suffix="."/>
182+
<text variable="genre" form="long" suffix=","/>
183+
<text macro="publisher_thesis" suffix="," text-case="title"/>
184+
<text macro="year-date"/>
185+
</group>
186+
</else-if>
187+
<else-if type="webpage">
188+
<group delimiter=". ">
189+
<text variable="title" form="long"/>
190+
<text variable="container-title" form="long" suffix="." text-case="title"/>
191+
<text macro="access-date" prefix="[" suffix="]"/>
192+
<text macro="access"/>
193+
</group>
194+
</else-if>
195+
<else>
196+
<group delimiter=":">
197+
<group delimiter=". ">
198+
<group delimiter=". ">
199+
<text variable="title" form="long"/>
200+
<text variable="container-title" form="short" text-case="title" strip-periods="true"/>
201+
</group>
202+
<group delimiter=";">
203+
<text macro="year-date"/>
204+
<text macro="journal-location"/>
205+
</group>
206+
</group>
207+
<text variable="page" form="short"/>
208+
</group>
209+
<text macro="access" prefix=", "/>
210+
</else>
211+
</choose>
212+
</layout>
213+
</bibliography>
214+
</style>

0 commit comments

Comments
 (0)