|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 |
| -<style xmlns="http://purl.org/net/xbiblio/csl" version="1.0" class="note" demote-non-dropping-particle="never" default-locale="fr-FR" page-range-format="expanded"> |
| 2 | +<style xmlns="http://purl.org/net/xbiblio/csl" version="1.0" class="note" demote-non-dropping-particle="never" page-range-format="expanded" default-locale="fr-FR"> |
3 | 3 | <info>
|
4 | 4 | <title>Bibliothèque d'archéologie méditerranéenne et africaine (BiAMA) (French)</title>
|
5 | 5 | <id>http://www.zotero.org/styles/bibliotheque-d-archeologie-mediterraneenne-et-africaine-biama</id>
|
|
15 | 15 | <category field="anthropology"/>
|
16 | 16 | <issn>2101-2849</issn>
|
17 | 17 | <summary>Feuille de style pour la Bibliothèque d'archéologie méditerranéenne et africaine</summary>
|
18 |
| - <updated>2019-03-02T12:37:23+00:00</updated> |
| 18 | + <updated>2020-05-09T05:39:57+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">
|
|
111 | 111 | </macro>
|
112 | 112 | <macro name="publisher">
|
113 | 113 | <group delimiter=", ">
|
114 |
| - <text variable="publisher"/> |
115 |
| - <text macro="edition"/> |
116 | 114 | <text variable="publisher-place"/>
|
| 115 | + <text macro="edition"/> |
| 116 | + <text variable="publisher"/> |
| 117 | + </group> |
| 118 | + </macro> |
| 119 | + <macro name="event-date"> |
| 120 | + <group prefix="(" suffix=")"> |
| 121 | + <choose> |
| 122 | + <if variable="event-date"> |
| 123 | + <date variable="event-date" form="text"/> |
| 124 | + </if> |
| 125 | + </choose> |
117 | 126 | </group>
|
118 | 127 | </macro>
|
| 128 | + <macro name="year-date-short"> |
| 129 | + <choose> |
| 130 | + <if variable="event-date"> |
| 131 | + <group delimiter=" "> |
| 132 | + <date variable="event-date"> |
| 133 | + <date-part name="year"/> |
| 134 | + </date> |
| 135 | + <date variable="issued" prefix="[" suffix="]"> |
| 136 | + <date-part name="year"/> |
| 137 | + </date> |
| 138 | + <text variable="year-suffix"/> |
| 139 | + </group> |
| 140 | + </if> |
| 141 | + <else-if variable="issued"> |
| 142 | + <date variable="issued"> |
| 143 | + <date-part name="year"/> |
| 144 | + </date> |
| 145 | + <text variable="year-suffix"/> |
| 146 | + </else-if> |
| 147 | + <else> |
| 148 | + <text term="no date" form="short"/> |
| 149 | + </else> |
| 150 | + </choose> |
| 151 | + </macro> |
119 | 152 | <macro name="year-date">
|
120 | 153 | <choose>
|
121 | 154 | <if variable="issued">
|
|
151 | 184 | <layout delimiter=" ; ">
|
152 | 185 | <group>
|
153 | 186 | <text macro="author-short" suffix=" "/>
|
154 |
| - <text macro="year-date"/> |
| 187 | + <text macro="year-date-short"/> |
155 | 188 | <text macro="locator"/>
|
156 | 189 | </group>
|
157 | 190 | </layout>
|
158 | 191 | </citation>
|
159 | 192 | <bibliography>
|
160 | 193 | <sort>
|
161 |
| - <key macro="author"/> |
| 194 | + <key macro="author-short"/> |
162 | 195 | <key variable="issued"/>
|
163 | 196 | <key variable="page-first"/>
|
164 | 197 | <key variable="title"/>
|
|
174 | 207 | </if>
|
175 | 208 | <else-if variable="editor">
|
176 | 209 | <names variable="editor">
|
177 |
| - <name form="short" delimiter=", " et-al-min="4" et-al-use-first="1"/> |
| 210 | + <name form="short" delimiter=", " et-al-use-first="1" et-al-min="4"/> |
178 | 211 | <substitute>
|
179 | 212 | <text macro="container-author"/>
|
180 | 213 | </substitute>
|
|
184 | 217 | <text variable="title-short"/>
|
185 | 218 | </else>
|
186 | 219 | </choose>
|
187 |
| - <text macro="year-date" prefix=" " suffix=" : "/> |
| 220 | + <text macro="year-date-short" prefix=" " suffix=" : "/> |
188 | 221 | </group>
|
189 | 222 | <group>
|
190 | 223 | <choose>
|
|
235 | 268 | <else-if type="book graphic" match="any">
|
236 | 269 | <group delimiter=", ">
|
237 | 270 | <text macro="title"/>
|
| 271 | + <group delimiter=" "> |
| 272 | + <text variable="genre"/> |
| 273 | + <text macro="event-date"/> |
| 274 | + </group> |
238 | 275 | <text macro="publisher"/>
|
239 | 276 | <text macro="collection"/>
|
240 | 277 | <text macro="year-date"/>
|
|
268 | 305 | <text macro="editor"/>
|
269 | 306 | </group>
|
270 | 307 | <text variable="container-title" font-style="italic"/>
|
| 308 | + <group delimiter=" "> |
| 309 | + <text variable="genre"/> |
| 310 | + <text macro="event-date"/> |
| 311 | + </group> |
271 | 312 | <text macro="publisher"/>
|
272 | 313 | <text macro="collection"/>
|
273 | 314 | <text macro="year-date"/>
|
|
0 commit comments