|
7 | 7 | <id>http://www.zotero.org/styles/institut-francais-darcheologie-orientale</id> |
8 | 8 | <link href="http://www.zotero.org/styles/institut-francais-darcheologie-orientale" rel="self"/> |
9 | 9 | <link href="https://www.ifao.egnet.net/publications/publier/normes-ed/" rel="documentation"/> |
10 | | - <link href="https://www.ifao.egnet.net/uploads/publications/normes/IFAO_publications_normes_bibliographiques_pub_egypto_2021_fr.pdf" rel="documentation"/> |
| 10 | + <link href="https://www.ifao.egnet.net/uploads/publications/normes/IFAO_publications_normes_bibliographiques_pub_egypto_2022_fr.pdf" rel="documentation"/> |
11 | 11 | <author> |
12 | 12 | <name>Nicolas Souchon</name> |
13 | 13 | |
14 | 14 | </author> |
15 | 15 | <category citation-format="note"/> |
16 | 16 | <category field="history"/> |
17 | 17 | <summary>Feuille de style pour les publications d'archéologie et d'égyptologie de l'Institut français d'archéologie orientale</summary> |
18 | | - <updated>2021-07-07T20:27:34+00:00</updated> |
| 18 | + <updated>2022-03-07T15:45:14+00:00</updated> |
19 | 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 | 20 | </info> |
21 | 21 | <locale xml:lang="fr"> |
22 | 22 | <terms> |
23 | 23 | <term name="no date" form="short">s.d.</term> |
24 | 24 | <term name="sub-verbo" form="short">s.v.</term> |
| 25 | + <term name="in">dans</term> |
25 | 26 | </terms> |
26 | 27 | </locale> |
27 | 28 | <macro name="title"> |
|
45 | 46 | </macro> |
46 | 47 | <macro name="author"> |
47 | 48 | <names variable="author"> |
48 | | - <name delimiter=", " initialize-with="."> |
| 49 | + <name delimiter-precedes-et-al="never" delimiter-precedes-last="never" et-al-min="5" et-al-use-first="1" initialize-with="."> |
49 | 50 | <name-part name="given"/> |
50 | 51 | <name-part name="family"/> |
51 | 52 | </name> |
| 53 | + <et-al font-style="italic"/> |
52 | 54 | </names> |
53 | 55 | </macro> |
54 | 56 | <macro name="author-short"> |
|
61 | 63 | </macro> |
62 | 64 | <macro name="editor"> |
63 | 65 | <names variable="editor"> |
64 | | - <name delimiter=", " initialize-with="."> |
| 66 | + <name delimiter-precedes-et-al="never" delimiter-precedes-last="never" et-al-min="5" et-al-use-first="1" initialize-with="."> |
65 | 67 | <name-part name="given"/> |
66 | 68 | <name-part name="family"/> |
67 | 69 | </name> |
| 70 | + <et-al font-style="italic"/> |
68 | 71 | <label form="short" plural="never" prefix=" (" suffix=")"/> |
69 | 72 | <substitute> |
70 | 73 | <text macro="container-author"/> |
|
73 | 76 | </macro> |
74 | 77 | <macro name="translator"> |
75 | 78 | <names variable="translator"> |
76 | | - <name delimiter=", " initialize-with="."> |
| 79 | + <name delimiter-precedes-et-al="never" delimiter-precedes-last="never" et-al-min="5" et-al-use-first="1" initialize-with="."> |
77 | 80 | <name-part name="given" font-variant="small-caps"/> |
78 | 81 | <name-part name="family" font-variant="small-caps"/> |
79 | 82 | </name> |
| 83 | + <et-al font-style="italic"/> |
80 | 84 | <label form="short" plural="never" prefix=" (" suffix=")"/> |
81 | 85 | </names> |
82 | 86 | </macro> |
|
125 | 129 | <text variable="page"/> |
126 | 130 | </group> |
127 | 131 | </macro> |
128 | | - <macro name="accessed"> |
129 | | - <group delimiter=" "> |
130 | | - <text term="accessed" text-case="lowercase"/> |
131 | | - <date form="text" variable="accessed"/> |
132 | | - </group> |
133 | | - </macro> |
134 | 132 | <macro name="issued-year-month-day"> |
135 | 133 | <choose> |
136 | 134 | <if match="any" variable="issued"> |
137 | | - <date form="text" date-parts="year-month-day" variable="issued"/> |
| 135 | + <date delimiter=" " variable="issued"> |
| 136 | + <date-part name="day" range-delimiter="-"/> |
| 137 | + <date-part name="month" range-delimiter="-"/> |
| 138 | + <date-part name="year" range-delimiter="-"/> |
| 139 | + </date> |
138 | 140 | </if> |
139 | 141 | <else> |
140 | 142 | <text term="no date" form="short" text-case="lowercase" prefix="[" suffix="]"/> |
|
144 | 146 | <macro name="issued-year"> |
145 | 147 | <choose> |
146 | 148 | <if match="any" variable="issued"> |
147 | | - <date date-parts="year" form="text" variable="issued"/> |
| 149 | + <date delimiter="" variable="issued"> |
| 150 | + <date-part name="year" range-delimiter="-"/> |
| 151 | + </date> |
148 | 152 | </if> |
149 | 153 | <else> |
150 | 154 | <text term="no date" form="short" prefix="[" suffix="]"/> |
151 | 155 | </else> |
152 | 156 | </choose> |
153 | 157 | </macro> |
154 | 158 | <macro name="original-date"> |
155 | | - <date date-parts="year" form="text" variable="original-date"/> |
| 159 | + <date delimiter="" variable="original-date"> |
| 160 | + <date-part name="year" range-delimiter="-"/> |
| 161 | + </date> |
156 | 162 | </macro> |
157 | 163 | <macro name="URL"> |
158 | 164 | <text variable="URL"/> |
|
202 | 208 | </macro> |
203 | 209 | <macro name="event-date"> |
204 | 210 | <date delimiter="" variable="event-date"> |
205 | | - <date-part name="day"/> |
206 | | - <date-part name="month" prefix=" "/> |
| 211 | + <date-part name="day" range-delimiter="-"/> |
| 212 | + <date-part name="month" range-delimiter="-" prefix=" "/> |
207 | 213 | <date-part name="year" range-delimiter="-" prefix=" "/> |
208 | 214 | </date> |
209 | 215 | </macro> |
|
286 | 292 | </macro> |
287 | 293 | <macro name="container-author"> |
288 | 294 | <names variable="container-author"> |
289 | | - <name initialize-with="."> |
| 295 | + <name delimiter-precedes-et-al="never" delimiter-precedes-last="never" et-al-min="5" et-al-use-first="1" initialize-with="."> |
290 | 296 | <name-part name="given" font-variant="normal"/> |
291 | 297 | <name-part name="family" font-variant="normal"/> |
292 | 298 | </name> |
| 299 | + <et-al font-style="italic"/> |
293 | 300 | </names> |
294 | 301 | </macro> |
295 | 302 | <macro name="year-suffix"> |
|
396 | 403 | <else-if type="chapter paper-conference" match="any"> |
397 | 404 | <group delimiter=", "> |
398 | 405 | <text macro="author"/> |
| 406 | + <text macro="title" quotes="false"/> |
399 | 407 | <group delimiter=" "> |
400 | | - <text macro="title" quotes="false"/> |
401 | | - <choose> |
402 | | - <if match="any" variable="editor container-author"> |
403 | | - <group delimiter=" "> |
404 | | - <text term="in" font-style="italic"/> |
405 | | - <text macro="editor" suffix=","/> |
406 | | - <text macro="container-title"/> |
407 | | - <text macro="volume"/> |
408 | | - <text macro="original-date" prefix="(" suffix=")"/> |
409 | | - </group> |
410 | | - </if> |
411 | | - <else> |
412 | | - <group delimiter=" "> |
413 | | - <text term="in"/> |
414 | | - <text macro="container-title"/> |
415 | | - <text macro="volume"/> |
416 | | - <text macro="original-date" prefix="(" suffix=")"/> |
417 | | - </group> |
418 | | - </else> |
419 | | - </choose> |
| 408 | + <text term="in" font-style="normal"/> |
| 409 | + <text macro="editor" suffix=","/> |
| 410 | + <text macro="container-title"/> |
| 411 | + <text macro="volume"/> |
| 412 | + <text macro="original-date" prefix="(" suffix=")"/> |
420 | 413 | </group> |
421 | 414 | <choose> |
422 | 415 | <if match="any" variable="genre"> |
|
485 | 478 | </else> |
486 | 479 | </choose> |
487 | 480 | <text macro="pages"/> |
488 | | - <group delimiter=" "> |
| 481 | + <group display="block" delimiter=" "> |
489 | 482 | <text term="sub-verbo" form="short" font-style="italic"/> |
490 | 483 | <text macro="title"/> |
491 | 484 | </group> |
|
524 | 517 | </group> |
525 | 518 | </if> |
526 | 519 | </choose> |
527 | | - <text macro="accessed"/> |
528 | 520 | </group> |
529 | 521 | </else-if> |
530 | 522 | <else-if type="post-weblog" match="any"> |
|
544 | 536 | <text value="publié le"/> |
545 | 537 | <text macro="issued-year-month-day"/> |
546 | 538 | </group> |
547 | | - <text macro="accessed"/> |
548 | 539 | </group> |
549 | 540 | </else-if> |
550 | 541 | </choose> |
|
553 | 544 | <choose> |
554 | 545 | <if type="webpage post-weblog" match="none"> |
555 | 546 | <text macro="URL"/> |
556 | | - <text macro="accessed"/> |
557 | 547 | </if> |
558 | 548 | </choose> |
559 | 549 | </if> |
|
0 commit comments