forked from JabRef/jabref
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bf1ddae
commit 448e67e
Showing
1 changed file
with
365 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,365 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<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"> | ||
<info> | ||
<title>Ayer</title> | ||
<id>http://www.zotero.org/styles/ayer</id> | ||
<link href="http://www.zotero.org/styles/ayer" rel="self"/> | ||
<link href="http://www.zotero.org/styles/the-journal-of-transport-history" rel="template"/> | ||
<link href="http://revistaayer.com/sites/default/files/documentos/sistema-citas-revista-ayer.pdf" rel="documentation"/> | ||
<author> | ||
<name>Patrick O'Brien</name> | ||
<email>obrienpat86@gmail.com</email> | ||
</author> | ||
<category citation-format="note"/> | ||
<category field="history"/> | ||
<issn>1134-2277</issn> | ||
<eissn>2255-5838</eissn> | ||
<summary>Journal of the Association for Contemporary History (AHC), co-edited by the AHC and Marcial Pons-Ediciones de Historia.</summary> | ||
<updated>2020-02-14T11:54:59+00:00</updated> | ||
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights> | ||
</info> | ||
<locale> | ||
<style-options punctuation-in-quote="false"/> | ||
<terms> | ||
<term name="editor" form="verb-short">ed.</term> | ||
<term name="translator" form="verb-short">trans.</term> | ||
<term name="retrieved">Recuperado de internet</term> | ||
</terms> | ||
</locale> | ||
<macro name="contributors-note"> | ||
<names variable="author"> | ||
<name and="text" delimiter-precedes-last="never"> | ||
<name-part name="family" font-variant="small-caps"/> | ||
</name> | ||
<label form="short" prefix=" (" suffix=")"/> | ||
<substitute> | ||
<names variable="editor"/> | ||
<names variable="translator"/> | ||
<text macro="title-note"/> | ||
</substitute> | ||
</names> | ||
<text macro="recipient-note"/> | ||
</macro> | ||
<macro name="title-note"> | ||
<choose> | ||
<if type="bill book graphic legal_case legislation motion_picture report song" match="any"> | ||
<text variable="title" font-style="italic" text-case="title"/> | ||
</if> | ||
<else-if type="article-journal article-magazine" match="any"> | ||
<text variable="title" form="long" quotes="true" suffix=","/> | ||
</else-if> | ||
<else> | ||
<text variable="title" form="long" quotes="true"/> | ||
</else> | ||
</choose> | ||
</macro> | ||
<macro name="title-short"> | ||
<group delimiter=", "> | ||
<choose> | ||
<if type="bill book graphic legal_case legislation motion_picture report song" match="any"> | ||
<text variable="title" font-style="italic" text-case="title" form="short"/> | ||
</if> | ||
<else> | ||
<text variable="title" quotes="true" text-case="title" form="short"/> | ||
</else> | ||
</choose> | ||
<text macro="locators-specific-note"/> | ||
</group> | ||
</macro> | ||
<macro name="title-sort-substitute"> | ||
<choose> | ||
<if type="bill book graphic legal_case legislation motion_picture report song" match="any"> | ||
<text variable="title" font-style="italic" text-case="title" form="short"/> | ||
</if> | ||
<else> | ||
<text variable="title" quotes="true" text-case="title" form="short"/> | ||
</else> | ||
</choose> | ||
</macro> | ||
<macro name="editor-translator"> | ||
<text term="in" suffix=" "/> | ||
<names variable="editor" delimiter=", "> | ||
<name and="text" delimiter-precedes-last="never"> | ||
<name-part name="family" font-variant="small-caps"/> | ||
</name> | ||
<label form="short" prefix=" (" suffix=")"/> | ||
</names> | ||
<choose> | ||
<if variable="author editor" match="any"> | ||
<names variable="translator" delimiter=", "> | ||
<label form="verb-short" suffix=" "/> | ||
<name and="text" delimiter=", " delimiter-precedes-last="never"/> | ||
</names> | ||
</if> | ||
</choose> | ||
</macro> | ||
<macro name="locators-note"> | ||
<choose> | ||
<if type="article-journal"> | ||
<group delimiter=", "> | ||
<text variable="volume"/> | ||
<text variable="issue"/> | ||
</group> | ||
</if> | ||
<else-if type="bill book chapter graphic legal_case legislation motion_picture paper-conference report song" match="any"> | ||
<group delimiter=", "> | ||
<text macro="edition-note"/> | ||
<group> | ||
<number variable="number-of-volumes" form="numeric"/> | ||
<text term="volume" form="short" prefix=" " plural="true"/> | ||
</group> | ||
</group> | ||
</else-if> | ||
</choose> | ||
</macro> | ||
<macro name="issue-note"> | ||
<choose> | ||
<if type="article-journal"> | ||
<choose> | ||
<if variable="volume"> | ||
<text macro="issued" prefix=" (" suffix=")"/> | ||
</if> | ||
<else> | ||
<text macro="issued" prefix=", "/> | ||
</else> | ||
</choose> | ||
</if> | ||
<else-if variable="publisher-place publisher" match="any"> | ||
<group delimiter=", " prefix=" "> | ||
<group delimiter=" "> | ||
<choose> | ||
<if variable="title" match="none"/> | ||
<else-if type="thesis speech" match="any"> | ||
<text variable="genre" prefix="unpublished "/> | ||
</else-if> | ||
</choose> | ||
<text macro="event"/> | ||
</group> | ||
<text macro="publisher"/> | ||
<text macro="issued"/> | ||
</group> | ||
</else-if> | ||
<else> | ||
<text macro="issued" prefix=", "/> | ||
</else> | ||
</choose> | ||
</macro> | ||
<macro name="locators-specific-note"> | ||
<choose> | ||
<if type="bill book chapter graphic legal_case legislation motion_picture paper-conference report song" match="any"> | ||
<choose> | ||
<if is-numeric="volume"> | ||
<number variable="volume" form="roman" font-variant="small-caps"/> | ||
</if> | ||
</choose> | ||
</if> | ||
</choose> | ||
</macro> | ||
<macro name="container-title-note"> | ||
<text variable="container-title" font-style="italic"/> | ||
</macro> | ||
<macro name="edition-note"> | ||
<choose> | ||
<if type="bill book chapter graphic legal_case legislation motion_picture paper-conference report song" match="any"> | ||
<choose> | ||
<if is-numeric="edition"> | ||
<group delimiter=" "> | ||
<number variable="edition" form="ordinal"/> | ||
<text term="edition" form="short"/> | ||
</group> | ||
</if> | ||
<else> | ||
<text variable="edition"/> | ||
</else> | ||
</choose> | ||
</if> | ||
</choose> | ||
</macro> | ||
<macro name="recipient-note"> | ||
<names variable="recipient" delimiter=", "> | ||
<label form="verb" prefix=" " suffix=" "/> | ||
<name and="text" delimiter=", "/> | ||
</names> | ||
</macro> | ||
<macro name="recipient-short"> | ||
<names variable="recipient"> | ||
<label form="verb" prefix=" " suffix=" "/> | ||
<name form="short" and="text" delimiter=", "/> | ||
</names> | ||
</macro> | ||
<macro name="contributors-short"> | ||
<names variable="author"> | ||
<name form="short" and="text" sort-separator=", " delimiter=", " delimiter-precedes-last="never"/> | ||
<substitute> | ||
<names variable="editor"/> | ||
<names variable="translator"/> | ||
<text macro="title-sort-substitute"/> | ||
</substitute> | ||
</names> | ||
<text macro="recipient-short"/> | ||
</macro> | ||
<macro name="locators-newspaper"> | ||
<choose> | ||
<if type="article-newspaper"> | ||
<group delimiter=", "> | ||
<group delimiter=" "> | ||
<text variable="edition"/> | ||
<text term="edition"/> | ||
</group> | ||
<group> | ||
<text term="section" suffix=" "/> | ||
<text variable="section"/> | ||
</group> | ||
</group> | ||
</if> | ||
</choose> | ||
</macro> | ||
<macro name="event"> | ||
<group> | ||
<text term="presented at" suffix=" "/> | ||
<text variable="event"/> | ||
</group> | ||
</macro> | ||
<macro name="publisher"> | ||
<group delimiter=", "> | ||
<text variable="publisher-place"/> | ||
<text variable="publisher"/> | ||
</group> | ||
</macro> | ||
<macro name="issued"> | ||
<choose> | ||
<if type="graphic report article-newspaper" match="any"> | ||
<date variable="issued"> | ||
<date-part name="day" suffix=" "/> | ||
<date-part name="month" suffix=" "/> | ||
<date-part name="year"/> | ||
</date> | ||
</if> | ||
<else-if type="bill book chapter graphic legal_case legislation motion_picture paper-conference report song thesis" match="any"> | ||
<date variable="issued"> | ||
<date-part name="year"/> | ||
</date> | ||
</else-if> | ||
<else> | ||
<date variable="issued"> | ||
<date-part name="year"/> | ||
</date> | ||
</else> | ||
</choose> | ||
</macro> | ||
<macro name="point-locators"> | ||
<choose> | ||
<if match="any" variable="page"> | ||
<group delimiter=" "> | ||
<label variable="page" form="short"/> | ||
<text variable="page"/> | ||
</group> | ||
<group delimiter=" " prefix=", "> | ||
<label variable="locator" form="short"/> | ||
<text variable="locator" form="long"/> | ||
</group> | ||
</if> | ||
<else> | ||
<group delimiter=" " prefix=", "> | ||
<label variable="locator" form="short"/> | ||
<text variable="locator" form="long"/> | ||
</group> | ||
</else> | ||
</choose> | ||
</macro> | ||
<macro name="archive-note"> | ||
<group delimiter=", "> | ||
<text variable="archive_location"/> | ||
<text variable="archive"/> | ||
<text variable="archive-place"/> | ||
</group> | ||
</macro> | ||
<macro name="access-note"> | ||
<group delimiter=", "> | ||
<choose> | ||
<if type="graphic report" match="any"> | ||
<text macro="archive-note" prefix=", "/> | ||
</if> | ||
<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"> | ||
<text macro="archive-note" prefix=", "/> | ||
</else-if> | ||
</choose> | ||
</group> | ||
<choose> | ||
<if type="webpage post-weblog post" match="any"> | ||
<text term="retrieved" text-case="capitalize-first"/> | ||
<text variable="URL" prefix=" <" suffix=">"/> | ||
<group prefix=" [" suffix="]"> | ||
<text term="accessed"/> | ||
<date variable="accessed"> | ||
<date-part name="day" prefix=" "/> | ||
<date-part name="month" prefix=" "/> | ||
<date-part name="year" prefix=" "/> | ||
</date> | ||
</group> | ||
</if> | ||
<else> | ||
<group delimiter=" "> | ||
<text term="retrieved" text-case="capitalize-first"/> | ||
<text variable="URL" prefix="(" suffix=")"/> | ||
</group> | ||
</else> | ||
</choose> | ||
</macro> | ||
<macro name="locators-subsequent"> | ||
<group> | ||
<label variable="locator" form="short"/> | ||
<text variable="locator"/> | ||
</group> | ||
</macro> | ||
<citation et-al-min="4" et-al-use-first="1" disambiguate-add-names="true" disambiguate-add-givenname="true"> | ||
<layout suffix="." delimiter="; "> | ||
<choose> | ||
<if position="ibid-with-locator"> | ||
<group delimiter=", "> | ||
<text term="ibid" form="short"/> | ||
<text macro="locators-subsequent"/> | ||
</group> | ||
</if> | ||
<else-if match="any" position="ibid"> | ||
<text term="ibid" form="short"/> | ||
</else-if> | ||
<else-if position="subsequent"> | ||
<text macro="contributors-short"/> | ||
<text macro="title-short" prefix=", "/> | ||
<text macro="locators-subsequent" prefix=", "/> | ||
</else-if> | ||
<else> | ||
<group delimiter=" "> | ||
<text macro="contributors-note" suffix=":"/> | ||
<text macro="title-note" suffix=","/> | ||
<text macro="editor-translator" suffix=":"/> | ||
<text macro="container-title-note" suffix=","/> | ||
<text macro="locators-note"/> | ||
</group> | ||
<text macro="issue-note"/> | ||
<text macro="locators-specific-note" prefix=", "/> | ||
<text macro="locators-newspaper" prefix=", "/> | ||
<text macro="point-locators" prefix=", "/> | ||
<text macro="access-note" prefix=". "/> | ||
</else> | ||
</choose> | ||
</layout> | ||
</citation> | ||
<bibliography> | ||
<layout suffix="."> | ||
<group delimiter=" "> | ||
<text macro="contributors-note" suffix=","/> | ||
<text macro="title-note" suffix=","/> | ||
<text macro="editor-translator" suffix=":"/> | ||
<text macro="container-title-note"/> | ||
<text macro="locators-note"/> | ||
</group> | ||
<text macro="issue-note"/> | ||
<text macro="locators-specific-note" prefix=", "/> | ||
<text macro="locators-newspaper" prefix=", "/> | ||
<text macro="point-locators" prefix=", "/> | ||
<text macro="access-note" prefix=". "/> | ||
</layout> | ||
</bibliography> | ||
</style> |