|
| 1 | +<?xml version="1.0" encoding="utf-8"?> |
| 2 | +<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" delimiter-precedes-et-al="never" delimiter-precedes-last="never" et-al-min="4" et-al-use-first="1" name-as-sort-order="first" page-range-format="expanded" default-locale="fr-FR"> |
| 3 | + <!-- This style was edited with the Visual CSL Editor (https://editor.citationstyles.org/visualEditor/) --> |
| 4 | + <info> |
| 5 | + <title>Atlande (author-date, French)</title> |
| 6 | + <id>http://www.zotero.org/styles/atlande</id> |
| 7 | + <link href="http://www.zotero.org/styles/atlande" rel="self"/> |
| 8 | + <link href="http://www.zotero.org/styles/le-tapuscrit-author-date" rel="template"/> |
| 9 | + <link href="http://atlande.eu/atlande-author-date-v2_documentation.pdf" rel="documentation"/> |
| 10 | + <author> |
| 11 | + <name>Philippe Ngo</name> |
| 12 | + |
| 13 | + </author> |
| 14 | + <category citation-format="author-date"/> |
| 15 | + <category field="social_science"/> |
| 16 | + <updated>2020-07-16T09:41:36+00:00</updated> |
| 17 | + <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights> |
| 18 | + </info> |
| 19 | + <locale xml:lang="fr"> |
| 20 | + <terms> |
| 21 | + <term name="ordinal-01" gender-form="masculine" match="whole-number">er</term> |
| 22 | + <term name="ordinal-01" gender-form="feminine" match="whole-number">re</term> |
| 23 | + <term name="ordinal-02">e</term> |
| 24 | + <term name="ordinal-03">e</term> |
| 25 | + <term name="ordinal-04">e</term> |
| 26 | + <term name="cited">op. cit.</term> |
| 27 | + <term name="page" form="short">p.</term> |
| 28 | + <term name="editor" form="short"> |
| 29 | + <single>dir</single> |
| 30 | + <multiple>dir</multiple> |
| 31 | + </term> |
| 32 | + <term name="director" form="short"> |
| 33 | + <single>dir.</single> |
| 34 | + <multiple>dir.</multiple> |
| 35 | + </term> |
| 36 | + <term name="in">dans</term> |
| 37 | + <term name="et-al">et al.</term> |
| 38 | + </terms> |
| 39 | + </locale> |
| 40 | + <macro name="contrib-court"> |
| 41 | + <names variable="author" font-variant="normal" font-weight="normal"> |
| 42 | + <name form="short" font-style="normal" font-variant="small-caps" and="text" delimiter-precedes-last="never"/> |
| 43 | + <et-al font-style="italic" font-variant="normal"/> |
| 44 | + </names> |
| 45 | + </macro> |
| 46 | + <macro name="author-bib"> |
| 47 | + <names variable="author"> |
| 48 | + <name name-as-sort-order="all" form="long" and="text" delimiter-precedes-last="never" sort-separator=" " font-style="normal"> |
| 49 | + <name-part name="family" font-variant="small-caps" suffix=", "/> |
| 50 | + </name> |
| 51 | + <label form="short" prefix=" (" suffix=".)"/> |
| 52 | + <substitute> |
| 53 | + <names variable="editor"/> |
| 54 | + <names variable="translator"/> |
| 55 | + <text macro="title"/> |
| 56 | + </substitute> |
| 57 | + </names> |
| 58 | + </macro> |
| 59 | + <macro name="editor"> |
| 60 | + <names variable="editor" font-variant="normal"> |
| 61 | + <name font-style="normal" font-variant="normal" and="text" delimiter-precedes-last="never" et-al-min="3" name-as-sort-order="all"> |
| 62 | + <name-part name="family" font-variant="normal"/> |
| 63 | + </name> |
| 64 | + <label form="short" prefix=" (" suffix=".)"/> |
| 65 | + </names> |
| 66 | + </macro> |
| 67 | + <macro name="translator"> |
| 68 | + <text value="trad. par "/> |
| 69 | + <names variable="translator"> |
| 70 | + <name font-style="normal" and="text" delimiter-precedes-last="never" sort-separator=" "/> |
| 71 | + </names> |
| 72 | + </macro> |
| 73 | + <macro name="title"> |
| 74 | + <choose> |
| 75 | + <if type="bill book graphic legal_case motion_picture report song" match="any"> |
| 76 | + <text variable="title" text-case="capitalize-first" font-style="italic"/> |
| 77 | + <group> |
| 78 | + <text term="volume" form="short" prefix=", " suffix="."/> |
| 79 | + <text variable="volume" prefix=" "/> |
| 80 | + </group> |
| 81 | + </if> |
| 82 | + <else-if type="article-journal article-newspaper article-magazine" match="any"> |
| 83 | + <group delimiter=", "> |
| 84 | + <text variable="title" text-case="capitalize-first" quotes="true"/> |
| 85 | + <text variable="container-title" font-style="italic"/> |
| 86 | + </group> |
| 87 | + </else-if> |
| 88 | + <else-if type="thesis" match="any"> |
| 89 | + <group delimiter=""> |
| 90 | + <text variable="title" text-case="capitalize-first" font-style="italic" suffix=","/> |
| 91 | + <text value="thèse doctorale" prefix=" " suffix=", "/> |
| 92 | + <text variable="publisher"/> |
| 93 | + </group> |
| 94 | + </else-if> |
| 95 | + <else-if type="manuscript" match="any"> |
| 96 | + <group delimiter=","> |
| 97 | + <text variable="title" text-case="capitalize-first" font-style="italic"/> |
| 98 | + <text variable="genre" prefix=" [" suffix="]"/> |
| 99 | + </group> |
| 100 | + </else-if> |
| 101 | + <else-if type="chapter entry-dictionary entry-encyclopedia paper-conference" match="any"> |
| 102 | + <group delimiter=""> |
| 103 | + <text variable="title" text-case="capitalize-first" quotes="true"/> |
| 104 | + <text value="dans" prefix=", " suffix=" "/> |
| 105 | + <text macro="editor" suffix=", "/> |
| 106 | + <choose> |
| 107 | + <if type="paper-conference" match="any"> |
| 108 | + <text variable="container-title" quotes="false" font-style="italic" prefix="les actes du colloque "/> |
| 109 | + </if> |
| 110 | + <else> |
| 111 | + <text variable="container-title" text-case="capitalize-first" font-style="italic"/> |
| 112 | + </else> |
| 113 | + </choose> |
| 114 | + </group> |
| 115 | + </else-if> |
| 116 | + <else-if type="webpage post-weblog" match="any"> |
| 117 | + <group delimiter=""> |
| 118 | + <text variable="title" text-case="capitalize-first" quotes="true" font-style="normal" suffix=", "/> |
| 119 | + <text variable="URL"/> |
| 120 | + <group prefix=", "> |
| 121 | + <date variable="issued"> |
| 122 | + <date-part name="day" suffix=" "/> |
| 123 | + <date-part name="month" suffix=" "/> |
| 124 | + <date-part name="year"/> |
| 125 | + </date> |
| 126 | + </group> |
| 127 | + </group> |
| 128 | + </else-if> |
| 129 | + <else-if type="speech" match="any"> |
| 130 | + <group> |
| 131 | + <text variable="title" quotes="true" suffix=", présentation orale"/> |
| 132 | + <text variable="URL" prefix=", "/> |
| 133 | + </group> |
| 134 | + </else-if> |
| 135 | + <else> |
| 136 | + <text variable="title" quotes="true"/> |
| 137 | + </else> |
| 138 | + </choose> |
| 139 | + </macro> |
| 140 | + <macro name="pub-place"> |
| 141 | + <choose> |
| 142 | + <if type="bill book chapter entry-dictionary entry-encyclopedia thesis graphic legal_case manuscript motion_picture paper-conference report song" match="any"> |
| 143 | + <choose> |
| 144 | + <if variable="publisher-place" match="any"> |
| 145 | + <text variable="publisher-place" quotes="false" font-style="normal"/> |
| 146 | + </if> |
| 147 | + <else> |
| 148 | + <text value="s.l."/> |
| 149 | + </else> |
| 150 | + </choose> |
| 151 | + </if> |
| 152 | + </choose> |
| 153 | + </macro> |
| 154 | + <macro name="publisher"> |
| 155 | + <choose> |
| 156 | + <if type="bill book chapter entry-dictionary entry-encyclopedia graphic legal_case motion_picture paper-conference report song" match="any"> |
| 157 | + <text variable="publisher"/> |
| 158 | + </if> |
| 159 | + </choose> |
| 160 | + </macro> |
| 161 | + <macro name="year-short"> |
| 162 | + <date variable="issued"> |
| 163 | + <date-part name="year"/> |
| 164 | + </date> |
| 165 | + </macro> |
| 166 | + <macro name="yearpage-bib"> |
| 167 | + <choose> |
| 168 | + <if type="bill book graphic legal_case motion_picture paper-conference report song thesis" match="any"/> |
| 169 | + <else-if type="chapter entry-dictionary entry-encyclopedia" match="any"> |
| 170 | + <group delimiter=", " font-style="normal"> |
| 171 | + <group> |
| 172 | + <text term="volume" form="short" suffix="."/> |
| 173 | + <text variable="number-of-volumes" prefix=". " suffix="/"/> |
| 174 | + <text variable="volume"/> |
| 175 | + </group> |
| 176 | + <group> |
| 177 | + <label variable="page" form="short"/> |
| 178 | + <text variable="page" prefix=" "/> |
| 179 | + </group> |
| 180 | + </group> |
| 181 | + </else-if> |
| 182 | + <else-if type="article-journal" match="any"> |
| 183 | + <group delimiter=" " font-style="normal"> |
| 184 | + <label variable="page" form="short"/> |
| 185 | + <text variable="page"/> |
| 186 | + </group> |
| 187 | + </else-if> |
| 188 | + <else-if type="article-newspaper article-magazine" match="any"> |
| 189 | + <group delimiter=" " font-style="normal"> |
| 190 | + <date variable="issued"> |
| 191 | + <date-part name="day" suffix=" "/> |
| 192 | + <date-part name="month" form="short" suffix=" "/> |
| 193 | + <date-part name="year"/> |
| 194 | + </date> |
| 195 | + <label prefix=", " variable="page" form="short"/> |
| 196 | + <text variable="page"/> |
| 197 | + </group> |
| 198 | + </else-if> |
| 199 | + <else-if type="manuscript"> |
| 200 | + <group delimiter="" font-style="normal"> |
| 201 | + <choose> |
| 202 | + <if variable="issued"> |
| 203 | + <date variable="issued"> |
| 204 | + <date-part name="day" suffix=" "/> |
| 205 | + <date-part name="month" suffix=" "/> |
| 206 | + <date-part name="year"/> |
| 207 | + </date> |
| 208 | + </if> |
| 209 | + <else> |
| 210 | + <text value="s. d."/> |
| 211 | + </else> |
| 212 | + </choose> |
| 213 | + </group> |
| 214 | + </else-if> |
| 215 | + <else-if type="webpage post-weblog" match="any"> |
| 216 | + <group delimiter=" " font-style="normal"> |
| 217 | + <text value="consulté le" suffix=" " prefix=" "/> |
| 218 | + <date variable="accessed" form="text"> |
| 219 | + <date-part name="day"/> |
| 220 | + <date-part name="month"/> |
| 221 | + <date-part name="year"/> |
| 222 | + </date> |
| 223 | + </group> |
| 224 | + </else-if> |
| 225 | + </choose> |
| 226 | + </macro> |
| 227 | + <macro name="edition"> |
| 228 | + <choose> |
| 229 | + <if type="bill book graphic legal_case motion_picture report song chapter entry-encyclopedia entry-dictionary paper-conference" match="any"> |
| 230 | + <choose> |
| 231 | + <if is-numeric="edition"> |
| 232 | + <group delimiter=" "> |
| 233 | + <number variable="edition" form="ordinal"/> |
| 234 | + <text term="edition" form="short"/> |
| 235 | + </group> |
| 236 | + </if> |
| 237 | + <else> |
| 238 | + <text variable="edition" text-case="capitalize-first" suffix="."/> |
| 239 | + </else> |
| 240 | + </choose> |
| 241 | + </if> |
| 242 | + </choose> |
| 243 | + </macro> |
| 244 | + <macro name="volume"> |
| 245 | + <choose> |
| 246 | + <if type="book" match="none"> |
| 247 | + <choose> |
| 248 | + <if is-numeric="volume"> |
| 249 | + <text term="volume" form="short" suffix=". "/> |
| 250 | + <text variable="volume"/> |
| 251 | + </if> |
| 252 | + <else> |
| 253 | + <text variable="volume"/> |
| 254 | + </else> |
| 255 | + </choose> |
| 256 | + </if> |
| 257 | + </choose> |
| 258 | + </macro> |
| 259 | + <macro name="issue"> |
| 260 | + <choose> |
| 261 | + <if is-numeric="issue"> |
| 262 | + <text term="issue" form="short" suffix=" "/> |
| 263 | + <text variable="issue"/> |
| 264 | + </if> |
| 265 | + <else> |
| 266 | + <text variable="issue"/> |
| 267 | + </else> |
| 268 | + </choose> |
| 269 | + </macro> |
| 270 | + <macro name="collection"> |
| 271 | + <text variable="collection-title" quotes="true" prefix=", coll. "/> |
| 272 | + </macro> |
| 273 | + <citation et-al-min="4" et-al-use-first="1" disambiguate-add-names="true" disambiguate-add-givenname="true" disambiguate-add-year-suffix="true" givenname-disambiguation-rule="primary-name"> |
| 274 | + <layout font-variant="normal" font-weight="normal" text-decoration="none" delimiter=" ; " prefix="[" suffix="]"> |
| 275 | + <choose> |
| 276 | + <if position="ibid-with-locator"> |
| 277 | + <group delimiter=", "> |
| 278 | + <text term="ibid" text-case="capitalize-first" font-style="italic" suffix="."/> |
| 279 | + <text variable="locator" prefix="p. "/> |
| 280 | + </group> |
| 281 | + </if> |
| 282 | + <else-if position="ibid"> |
| 283 | + <text term="ibid" text-case="capitalize-first" font-style="italic"/> |
| 284 | + </else-if> |
| 285 | + <else> |
| 286 | + <group delimiter=", "> |
| 287 | + <text macro="contrib-court" font-variant="normal" text-decoration="none"/> |
| 288 | + <text macro="year-short"/> |
| 289 | + </group> |
| 290 | + <group prefix=", "> |
| 291 | + <label variable="locator" form="short" suffix=" "/> |
| 292 | + <text variable="locator"/> |
| 293 | + </group> |
| 294 | + </else> |
| 295 | + </choose> |
| 296 | + </layout> |
| 297 | + </citation> |
| 298 | + <bibliography> |
| 299 | + <sort> |
| 300 | + <key macro="author-bib" names-min="3" names-use-first="3"/> |
| 301 | + <key variable="issued" sort="descending"/> |
| 302 | + </sort> |
| 303 | + <layout suffix="."> |
| 304 | + <choose> |
| 305 | + <if type="manuscript"> |
| 306 | + <group delimiter=", "> |
| 307 | + <text variable="archive"/> |
| 308 | + <text variable="archive_location"/> |
| 309 | + <text variable="call-number"/> |
| 310 | + <text macro="title"/> |
| 311 | + <text macro="yearpage-bib"/> |
| 312 | + </group> |
| 313 | + </if> |
| 314 | + <else> |
| 315 | + <group delimiter=", "> |
| 316 | + <text macro="author-bib"/> |
| 317 | + <text macro="title"/> |
| 318 | + <text macro="translator"/> |
| 319 | + <text macro="edition"/> |
| 320 | + <text macro="volume"/> |
| 321 | + <text macro="issue"/> |
| 322 | + <text macro="pub-place"/> |
| 323 | + <group delimiter=" "> |
| 324 | + <text macro="publisher"/> |
| 325 | + <text macro="collection"/> |
| 326 | + </group> |
| 327 | + <choose> |
| 328 | + <if type="webpage post-weblog" match="none"> |
| 329 | + <text macro="year-short"/> |
| 330 | + </if> |
| 331 | + </choose> |
| 332 | + <text macro="yearpage-bib"/> |
| 333 | + </group> |
| 334 | + </else> |
| 335 | + </choose> |
| 336 | + </layout> |
| 337 | + </bibliography> |
| 338 | +</style> |
0 commit comments