Skip to content

Commit 448e67e

Browse files
authored
1 parent bf1ddae commit 448e67e

File tree

1 file changed

+365
-0
lines changed

1 file changed

+365
-0
lines changed

ayer.csl

+365
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,365 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<style class="note" version="1.0" page-range-format="minimal" demote-non-dropping-particle="sort-only" default-locale="es-ES" xmlns="http://purl.org/net/xbiblio/csl">
3+
<info>
4+
<title>Ayer</title>
5+
<id>http://www.zotero.org/styles/ayer</id>
6+
<link href="http://www.zotero.org/styles/ayer" rel="self"/>
7+
<link href="http://www.zotero.org/styles/the-journal-of-transport-history" rel="template"/>
8+
<link href="http://revistaayer.com/sites/default/files/documentos/sistema-citas-revista-ayer.pdf" rel="documentation"/>
9+
<author>
10+
<name>Patrick O'Brien</name>
11+
<email>obrienpat86@gmail.com</email>
12+
</author>
13+
<category citation-format="note"/>
14+
<category field="history"/>
15+
<issn>1134-2277</issn>
16+
<eissn>2255-5838</eissn>
17+
<summary>Journal of the Association for Contemporary History (AHC), co-edited by the AHC and Marcial Pons-Ediciones de Historia.</summary>
18+
<updated>2020-02-14T11:54:59+00:00</updated>
19+
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
20+
</info>
21+
<locale>
22+
<style-options punctuation-in-quote="false"/>
23+
<terms>
24+
<term name="editor" form="verb-short">ed.</term>
25+
<term name="translator" form="verb-short">trans.</term>
26+
<term name="retrieved">Recuperado de internet</term>
27+
</terms>
28+
</locale>
29+
<macro name="contributors-note">
30+
<names variable="author">
31+
<name and="text" delimiter-precedes-last="never">
32+
<name-part name="family" font-variant="small-caps"/>
33+
</name>
34+
<label form="short" prefix=" (" suffix=")"/>
35+
<substitute>
36+
<names variable="editor"/>
37+
<names variable="translator"/>
38+
<text macro="title-note"/>
39+
</substitute>
40+
</names>
41+
<text macro="recipient-note"/>
42+
</macro>
43+
<macro name="title-note">
44+
<choose>
45+
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
46+
<text variable="title" font-style="italic" text-case="title"/>
47+
</if>
48+
<else-if type="article-journal article-magazine" match="any">
49+
<text variable="title" form="long" quotes="true" suffix=","/>
50+
</else-if>
51+
<else>
52+
<text variable="title" form="long" quotes="true"/>
53+
</else>
54+
</choose>
55+
</macro>
56+
<macro name="title-short">
57+
<group delimiter=", ">
58+
<choose>
59+
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
60+
<text variable="title" font-style="italic" text-case="title" form="short"/>
61+
</if>
62+
<else>
63+
<text variable="title" quotes="true" text-case="title" form="short"/>
64+
</else>
65+
</choose>
66+
<text macro="locators-specific-note"/>
67+
</group>
68+
</macro>
69+
<macro name="title-sort-substitute">
70+
<choose>
71+
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
72+
<text variable="title" font-style="italic" text-case="title" form="short"/>
73+
</if>
74+
<else>
75+
<text variable="title" quotes="true" text-case="title" form="short"/>
76+
</else>
77+
</choose>
78+
</macro>
79+
<macro name="editor-translator">
80+
<text term="in" suffix=" "/>
81+
<names variable="editor" delimiter=", ">
82+
<name and="text" delimiter-precedes-last="never">
83+
<name-part name="family" font-variant="small-caps"/>
84+
</name>
85+
<label form="short" prefix=" (" suffix=")"/>
86+
</names>
87+
<choose>
88+
<if variable="author editor" match="any">
89+
<names variable="translator" delimiter=", ">
90+
<label form="verb-short" suffix=" "/>
91+
<name and="text" delimiter=", " delimiter-precedes-last="never"/>
92+
</names>
93+
</if>
94+
</choose>
95+
</macro>
96+
<macro name="locators-note">
97+
<choose>
98+
<if type="article-journal">
99+
<group delimiter=", ">
100+
<text variable="volume"/>
101+
<text variable="issue"/>
102+
</group>
103+
</if>
104+
<else-if type="bill book chapter graphic legal_case legislation motion_picture paper-conference report song" match="any">
105+
<group delimiter=", ">
106+
<text macro="edition-note"/>
107+
<group>
108+
<number variable="number-of-volumes" form="numeric"/>
109+
<text term="volume" form="short" prefix=" " plural="true"/>
110+
</group>
111+
</group>
112+
</else-if>
113+
</choose>
114+
</macro>
115+
<macro name="issue-note">
116+
<choose>
117+
<if type="article-journal">
118+
<choose>
119+
<if variable="volume">
120+
<text macro="issued" prefix=" (" suffix=")"/>
121+
</if>
122+
<else>
123+
<text macro="issued" prefix=", "/>
124+
</else>
125+
</choose>
126+
</if>
127+
<else-if variable="publisher-place publisher" match="any">
128+
<group delimiter=", " prefix=" ">
129+
<group delimiter=" ">
130+
<choose>
131+
<if variable="title" match="none"/>
132+
<else-if type="thesis speech" match="any">
133+
<text variable="genre" prefix="unpublished "/>
134+
</else-if>
135+
</choose>
136+
<text macro="event"/>
137+
</group>
138+
<text macro="publisher"/>
139+
<text macro="issued"/>
140+
</group>
141+
</else-if>
142+
<else>
143+
<text macro="issued" prefix=", "/>
144+
</else>
145+
</choose>
146+
</macro>
147+
<macro name="locators-specific-note">
148+
<choose>
149+
<if type="bill book chapter graphic legal_case legislation motion_picture paper-conference report song" match="any">
150+
<choose>
151+
<if is-numeric="volume">
152+
<number variable="volume" form="roman" font-variant="small-caps"/>
153+
</if>
154+
</choose>
155+
</if>
156+
</choose>
157+
</macro>
158+
<macro name="container-title-note">
159+
<text variable="container-title" font-style="italic"/>
160+
</macro>
161+
<macro name="edition-note">
162+
<choose>
163+
<if type="bill book chapter graphic legal_case legislation motion_picture paper-conference report song" match="any">
164+
<choose>
165+
<if is-numeric="edition">
166+
<group delimiter=" ">
167+
<number variable="edition" form="ordinal"/>
168+
<text term="edition" form="short"/>
169+
</group>
170+
</if>
171+
<else>
172+
<text variable="edition"/>
173+
</else>
174+
</choose>
175+
</if>
176+
</choose>
177+
</macro>
178+
<macro name="recipient-note">
179+
<names variable="recipient" delimiter=", ">
180+
<label form="verb" prefix=" " suffix=" "/>
181+
<name and="text" delimiter=", "/>
182+
</names>
183+
</macro>
184+
<macro name="recipient-short">
185+
<names variable="recipient">
186+
<label form="verb" prefix=" " suffix=" "/>
187+
<name form="short" and="text" delimiter=", "/>
188+
</names>
189+
</macro>
190+
<macro name="contributors-short">
191+
<names variable="author">
192+
<name form="short" and="text" sort-separator=", " delimiter=", " delimiter-precedes-last="never"/>
193+
<substitute>
194+
<names variable="editor"/>
195+
<names variable="translator"/>
196+
<text macro="title-sort-substitute"/>
197+
</substitute>
198+
</names>
199+
<text macro="recipient-short"/>
200+
</macro>
201+
<macro name="locators-newspaper">
202+
<choose>
203+
<if type="article-newspaper">
204+
<group delimiter=", ">
205+
<group delimiter=" ">
206+
<text variable="edition"/>
207+
<text term="edition"/>
208+
</group>
209+
<group>
210+
<text term="section" suffix=" "/>
211+
<text variable="section"/>
212+
</group>
213+
</group>
214+
</if>
215+
</choose>
216+
</macro>
217+
<macro name="event">
218+
<group>
219+
<text term="presented at" suffix=" "/>
220+
<text variable="event"/>
221+
</group>
222+
</macro>
223+
<macro name="publisher">
224+
<group delimiter=", ">
225+
<text variable="publisher-place"/>
226+
<text variable="publisher"/>
227+
</group>
228+
</macro>
229+
<macro name="issued">
230+
<choose>
231+
<if type="graphic report article-newspaper" match="any">
232+
<date variable="issued">
233+
<date-part name="day" suffix=" "/>
234+
<date-part name="month" suffix=" "/>
235+
<date-part name="year"/>
236+
</date>
237+
</if>
238+
<else-if type="bill book chapter graphic legal_case legislation motion_picture paper-conference report song thesis" match="any">
239+
<date variable="issued">
240+
<date-part name="year"/>
241+
</date>
242+
</else-if>
243+
<else>
244+
<date variable="issued">
245+
<date-part name="year"/>
246+
</date>
247+
</else>
248+
</choose>
249+
</macro>
250+
<macro name="point-locators">
251+
<choose>
252+
<if match="any" variable="page">
253+
<group delimiter=" ">
254+
<label variable="page" form="short"/>
255+
<text variable="page"/>
256+
</group>
257+
<group delimiter=" " prefix=", ">
258+
<label variable="locator" form="short"/>
259+
<text variable="locator" form="long"/>
260+
</group>
261+
</if>
262+
<else>
263+
<group delimiter=" " prefix=", ">
264+
<label variable="locator" form="short"/>
265+
<text variable="locator" form="long"/>
266+
</group>
267+
</else>
268+
</choose>
269+
</macro>
270+
<macro name="archive-note">
271+
<group delimiter=", ">
272+
<text variable="archive_location"/>
273+
<text variable="archive"/>
274+
<text variable="archive-place"/>
275+
</group>
276+
</macro>
277+
<macro name="access-note">
278+
<group delimiter=", ">
279+
<choose>
280+
<if type="graphic report" match="any">
281+
<text macro="archive-note" prefix=", "/>
282+
</if>
283+
<else-if type="article-journal article-magazine article-newspaper bill book chapter graphic legal_case legislation motion_picture paper-conference report song thesis" match="none">
284+
<text macro="archive-note" prefix=", "/>
285+
</else-if>
286+
</choose>
287+
</group>
288+
<choose>
289+
<if type="webpage post-weblog post" match="any">
290+
<text term="retrieved" text-case="capitalize-first"/>
291+
<text variable="URL" prefix=" &lt;" suffix="&gt;"/>
292+
<group prefix=" [" suffix="]">
293+
<text term="accessed"/>
294+
<date variable="accessed">
295+
<date-part name="day" prefix=" "/>
296+
<date-part name="month" prefix=" "/>
297+
<date-part name="year" prefix=" "/>
298+
</date>
299+
</group>
300+
</if>
301+
<else>
302+
<group delimiter=" ">
303+
<text term="retrieved" text-case="capitalize-first"/>
304+
<text variable="URL" prefix="(" suffix=")"/>
305+
</group>
306+
</else>
307+
</choose>
308+
</macro>
309+
<macro name="locators-subsequent">
310+
<group>
311+
<label variable="locator" form="short"/>
312+
<text variable="locator"/>
313+
</group>
314+
</macro>
315+
<citation et-al-min="4" et-al-use-first="1" disambiguate-add-names="true" disambiguate-add-givenname="true">
316+
<layout suffix="." delimiter="; ">
317+
<choose>
318+
<if position="ibid-with-locator">
319+
<group delimiter=", ">
320+
<text term="ibid" form="short"/>
321+
<text macro="locators-subsequent"/>
322+
</group>
323+
</if>
324+
<else-if match="any" position="ibid">
325+
<text term="ibid" form="short"/>
326+
</else-if>
327+
<else-if position="subsequent">
328+
<text macro="contributors-short"/>
329+
<text macro="title-short" prefix=", "/>
330+
<text macro="locators-subsequent" prefix=", "/>
331+
</else-if>
332+
<else>
333+
<group delimiter=" ">
334+
<text macro="contributors-note" suffix=":"/>
335+
<text macro="title-note" suffix=","/>
336+
<text macro="editor-translator" suffix=":"/>
337+
<text macro="container-title-note" suffix=","/>
338+
<text macro="locators-note"/>
339+
</group>
340+
<text macro="issue-note"/>
341+
<text macro="locators-specific-note" prefix=", "/>
342+
<text macro="locators-newspaper" prefix=", "/>
343+
<text macro="point-locators" prefix=", "/>
344+
<text macro="access-note" prefix=". "/>
345+
</else>
346+
</choose>
347+
</layout>
348+
</citation>
349+
<bibliography>
350+
<layout suffix=".">
351+
<group delimiter=" ">
352+
<text macro="contributors-note" suffix=","/>
353+
<text macro="title-note" suffix=","/>
354+
<text macro="editor-translator" suffix=":"/>
355+
<text macro="container-title-note"/>
356+
<text macro="locators-note"/>
357+
</group>
358+
<text macro="issue-note"/>
359+
<text macro="locators-specific-note" prefix=", "/>
360+
<text macro="locators-newspaper" prefix=", "/>
361+
<text macro="point-locators" prefix=", "/>
362+
<text macro="access-note" prefix=". "/>
363+
</layout>
364+
</bibliography>
365+
</style>

0 commit comments

Comments
 (0)