|
| 1 | +<?xml version="1.0" encoding="utf-8"?> |
| 2 | +<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" initialize="false" 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>Estudios Hispánicos (Spanish)</title> |
| 6 | + <title-short>EH</title-short> |
| 7 | + <id>http://www.zotero.org/styles/estudios-hispanicos</id> |
| 8 | + <link href="http://www.zotero.org/styles/estudios-hispanicos" rel="self"/> |
| 9 | + <link href="http://www.zotero.org/styles/revista-de-filologia-espanola" rel="template"/> |
| 10 | + <link href="http://www.ifr.uni.wroc.pl/es/normas-para-la-presentacion" rel="documentation"/> |
| 11 | + <author> |
| 12 | + <name>José Luis Losada</name> |
| 13 | + <email>jose-luis.losada@uwr.edu.pl</email> |
| 14 | + </author> |
| 15 | + <category citation-format="author-date"/> |
| 16 | + <category field="linguistics"/> |
| 17 | + <category field="literature"/> |
| 18 | + <issn>2084-2546</issn> |
| 19 | + <eissn>2545-0980</eissn> |
| 20 | + <updated>2020-02-10T19:47:33+00:00</updated> |
| 21 | + <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights> |
| 22 | + </info> |
| 23 | + <macro name="editor"> |
| 24 | + <names variable="editor" delimiter=", "> |
| 25 | + <name and="text" delimiter-precedes-last="never" initialize="false" initialize-with=". " sort-separator=","/> |
| 26 | + <label form="short" prefix=" (" suffix=")"/> |
| 27 | + </names> |
| 28 | + </macro> |
| 29 | + <macro name="author"> |
| 30 | + <names variable="author"> |
| 31 | + <name font-variant="normal" and="text" delimiter-precedes-last="after-inverted-name" initialize-with=". " name-as-sort-order="first"/> |
| 32 | + <label form="short" prefix=" (" suffix=")"/> |
| 33 | + <substitute> |
| 34 | + <names variable="editor"/> |
| 35 | + <names variable="translator"/> |
| 36 | + </substitute> |
| 37 | + </names> |
| 38 | + </macro> |
| 39 | + <macro name="author-short"> |
| 40 | + <names variable="author"> |
| 41 | + <name form="short" and="text" delimiter-precedes-last="never" initialize="false" initialize-with=". "/> |
| 42 | + <substitute> |
| 43 | + <names variable="editor"/> |
| 44 | + <names variable="translator"/> |
| 45 | + </substitute> |
| 46 | + </names> |
| 47 | + </macro> |
| 48 | + <macro name="access"> |
| 49 | + <choose> |
| 50 | + <if match="any" variable="DOI"> |
| 51 | + <text variable="DOI" prefix="<https://doi.org/" suffix=">"/> |
| 52 | + </if> |
| 53 | + <else> |
| 54 | + <text variable="URL" prefix="<" suffix=">"/> |
| 55 | + </else> |
| 56 | + </choose> |
| 57 | + </macro> |
| 58 | + <macro name="title"> |
| 59 | + <choose> |
| 60 | + <if type="bill book graphic legal_case legislation motion_picture report song" match="any"> |
| 61 | + <text variable="title" font-style="italic"/> |
| 62 | + </if> |
| 63 | + <else> |
| 64 | + <text variable="title" prefix="“" suffix="”"/> |
| 65 | + </else> |
| 66 | + </choose> |
| 67 | + </macro> |
| 68 | + <macro name="publisher"> |
| 69 | + <group delimiter=", "> |
| 70 | + <text variable="publisher-place"/> |
| 71 | + <text variable="publisher"/> |
| 72 | + </group> |
| 73 | + </macro> |
| 74 | + <macro name="year-date"> |
| 75 | + <choose> |
| 76 | + <if variable="issued"> |
| 77 | + <date variable="issued"> |
| 78 | + <date-part name="year"/> |
| 79 | + </date> |
| 80 | + </if> |
| 81 | + </choose> |
| 82 | + </macro> |
| 83 | + <macro name="locator"> |
| 84 | + <choose> |
| 85 | + <if type="article-journal"> |
| 86 | + <text variable="volume"/> |
| 87 | + <text variable="issue" prefix=", "/> |
| 88 | + </if> |
| 89 | + </choose> |
| 90 | + </macro> |
| 91 | + <macro name="published-date"> |
| 92 | + <choose> |
| 93 | + <if type="article-newspaper"> |
| 94 | + <date form="numeric" variable="issued"> |
| 95 | + <date-part name="day" form="numeric-leading-zeros"/> |
| 96 | + <date-part name="month" form="numeric-leading-zeros"/> |
| 97 | + <date-part name="year"/> |
| 98 | + </date> |
| 99 | + </if> |
| 100 | + </choose> |
| 101 | + <choose> |
| 102 | + <if type="post-weblog" match="any"> |
| 103 | + <date form="numeric" variable="issued"> |
| 104 | + <date-part name="day" form="numeric-leading-zeros"/> |
| 105 | + <date-part name="month" form="numeric-leading-zeros"/> |
| 106 | + <date-part name="year"/> |
| 107 | + </date> |
| 108 | + </if> |
| 109 | + </choose> |
| 110 | + </macro> |
| 111 | + <macro name="pages"> |
| 112 | + <choose> |
| 113 | + <if type="chapter paper-conference article-journal" match="any"> |
| 114 | + <label variable="page" form="short" suffix=" "/> |
| 115 | + <text variable="page"/> |
| 116 | + </if> |
| 117 | + </choose> |
| 118 | + </macro> |
| 119 | + <macro name="edition"> |
| 120 | + <choose> |
| 121 | + <if is-numeric="edition"> |
| 122 | + <group delimiter=" " suffix=","> |
| 123 | + <number variable="edition" form="ordinal"/> |
| 124 | + <text term="edition" form="short"/> |
| 125 | + </group> |
| 126 | + </if> |
| 127 | + <else> |
| 128 | + <text variable="edition" suffix="."/> |
| 129 | + </else> |
| 130 | + </choose> |
| 131 | + </macro> |
| 132 | + <macro name="container-prefix"> |
| 133 | + <choose> |
| 134 | + <if type="chapter paper-conference" match="any"> |
| 135 | + <text term="in"/> |
| 136 | + </if> |
| 137 | + </choose> |
| 138 | + </macro> |
| 139 | + <macro name="traductor"> |
| 140 | + <names variable="translator" delimiter=","> |
| 141 | + <name and="text" delimiter-precedes-last="never" initialize="false" initialize-with="."/> |
| 142 | + <label form="short" prefix=" (" suffix=")"/> |
| 143 | + </names> |
| 144 | + </macro> |
| 145 | + <citation et-al-min="10" et-al-use-first="3" disambiguate-add-year-suffix="true" disambiguate-add-names="true" disambiguate-add-givenname="true" collapse="year"> |
| 146 | + <layout prefix="(" suffix=")" delimiter="; "> |
| 147 | + <group delimiter=", "> |
| 148 | + <group delimiter=", "> |
| 149 | + <text macro="author-short"/> |
| 150 | + <text macro="year-date"/> |
| 151 | + </group> |
| 152 | + <group> |
| 153 | + <text variable="locator"/> |
| 154 | + </group> |
| 155 | + </group> |
| 156 | + </layout> |
| 157 | + </citation> |
| 158 | + <bibliography hanging-indent="true"> |
| 159 | + <sort> |
| 160 | + <key macro="author"/> |
| 161 | + <key variable="title"/> |
| 162 | + </sort> |
| 163 | + <layout suffix="."> |
| 164 | + <group delimiter=" "> |
| 165 | + <text macro="author"/> |
| 166 | + <text macro="year-date" prefix="(" suffix="):"/> |
| 167 | + <text macro="title" suffix=", "/> |
| 168 | + <text macro="edition"/> |
| 169 | + <text macro="container-prefix"/> |
| 170 | + <group delimiter=", "> |
| 171 | + <text macro="editor"/> |
| 172 | + <text macro="traductor"/> |
| 173 | + <text variable="container-title" font-style="italic"/> |
| 174 | + <text variable="collection-title"/> |
| 175 | + <text variable="genre"/> |
| 176 | + <text macro="publisher"/> |
| 177 | + <text macro="locator"/> |
| 178 | + <text macro="published-date"/> |
| 179 | + <text macro="pages"/> |
| 180 | + <text macro="access"/> |
| 181 | + </group> |
| 182 | + </group> |
| 183 | + </layout> |
| 184 | + </bibliography> |
| 185 | +</style> |
0 commit comments