|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" delimiter-precedes-et-al="never" delimiter-precedes-last="never" page-range-format="expanded" demote-non-dropping-particle="never" default-locale="fr-FR"> |
3 | | - <!-- This style was edited with the Visual CSL Editor (http://editor.citationstyles.org/visualEditor/) --> |
| 3 | + <!-- This style was edited with the Visual CSL Editor (https://editor.citationstyles.org/visualEditor/) --> |
4 | 4 | <info> |
5 | 5 | <title>ArchéoSciences (French)</title> |
6 | 6 | <id>http://www.zotero.org/styles/archeosciences</id> |
|
17 | 17 | <issn>1960-1360</issn> |
18 | 18 | <eissn>2104-3728</eissn> |
19 | 19 | <summary>Style pour ArchéoSciences, revue d'Archéométrie.</summary> |
20 | | - <updated>2019-03-22T12:49:09+00:00</updated> |
| 20 | + <updated>2020-04-09T17:01:16+00:00</updated> |
21 | 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 | 22 | </info> |
23 | 23 | <locale xml:lang="fr"> |
24 | 24 | <terms> |
25 | 25 | <term name="editor" form="short">dir.</term> |
26 | | - <term name="in">dans</term> |
| 26 | + <term name="in">in</term> |
27 | 27 | <term name="anonymous">anonyme</term> |
28 | 28 | <term name="anonymous" form="short">anon.</term> |
29 | 29 | <term name="accessed">consulté le</term> |
|
32 | 32 | </terms> |
33 | 33 | </locale> |
34 | 34 | <macro name="author"> |
35 | | - <names variable="author" delimiter=" "> |
| 35 | + <names variable="author"> |
36 | 36 | <name delimiter-precedes-last="never" initialize-with=". " name-as-sort-order="all"/> |
37 | 37 | <substitute> |
38 | | - <text macro="editor"/> |
39 | | - <text term="anonymous" text-case="capitalize-first"/> |
| 38 | + <choose> |
| 39 | + <if match="any" variable="editor"> |
| 40 | + <text macro="editor"/> |
| 41 | + </if> |
| 42 | + <else> |
| 43 | + <text term="anonymous" text-case="capitalize-first"/> |
| 44 | + </else> |
| 45 | + </choose> |
40 | 46 | </substitute> |
41 | 47 | </names> |
42 | 48 | </macro> |
43 | | - <macro name="editor"> |
44 | | - <names variable="editor"> |
45 | | - <name delimiter-precedes-last="never" initialize-with=". " name-as-sort-order="all"/> |
46 | | - <label form="short" text-case="lowercase" prefix=" (" suffix=")"/> |
47 | | - </names> |
48 | | - </macro> |
49 | | - <macro name="pages"> |
50 | | - <text variable="page"/> |
51 | | - </macro> |
52 | 49 | <macro name="author-short"> |
53 | 50 | <names variable="author"> |
54 | | - <name form="short" and="symbol" delimiter-precedes-last="never"/> |
| 51 | + <name form="short" and="symbol" delimiter-precedes-last="never" et-al-min="3" et-al-use-first="1"/> |
55 | 52 | <et-al font-style="italic"/> |
56 | 53 | <substitute> |
57 | 54 | <choose> |
|
65 | 62 | </substitute> |
66 | 63 | </names> |
67 | 64 | </macro> |
| 65 | + <macro name="editor"> |
| 66 | + <names variable="editor"> |
| 67 | + <name delimiter-precedes-last="never" initialize-with=". " name-as-sort-order="all"/> |
| 68 | + <label form="short" plural="never" text-case="lowercase" prefix=" (" suffix=")"/> |
| 69 | + </names> |
| 70 | + </macro> |
| 71 | + <macro name="pages"> |
| 72 | + <text variable="page"/> |
| 73 | + </macro> |
68 | 74 | <macro name="editor-short"> |
69 | 75 | <names variable="editor"> |
70 | | - <name form="short" and="symbol" delimiter-precedes-last="never" initialize-with=". " name-as-sort-order="all"/> |
| 76 | + <name form="short" and="symbol" delimiter-precedes-last="never" et-al-min="3" et-al-use-first="1" initialize-with=". " name-as-sort-order="all"/> |
71 | 77 | <et-al font-style="italic"/> |
72 | 78 | </names> |
73 | 79 | </macro> |
74 | | - <macro name="URLaccess"> |
75 | | - <group delimiter=" " suffix="."> |
76 | | - <text term="available at" text-case="capitalize-first" suffix=":"/> |
77 | | - <text variable="URL"/> |
78 | | - <text macro="access"/> |
79 | | - </group> |
80 | | - </macro> |
81 | | - <macro name="access"> |
82 | | - <group prefix="(" suffix=")"> |
83 | | - <text term="accessed" form="short" suffix=" "/> |
84 | | - <date form="numeric" variable="accessed"/> |
| 80 | + <macro name="URL"> |
| 81 | + <group delimiter=", "> |
| 82 | + <group delimiter=" "> |
| 83 | + <text term="available at" text-case="capitalize-first"/> |
| 84 | + <text variable="URL"/> |
| 85 | + </group> |
| 86 | + <group> |
| 87 | + <text term="accessed" form="short" text-case="lowercase" suffix=" "/> |
| 88 | + <date form="numeric" variable="accessed"/> |
| 89 | + </group> |
85 | 90 | </group> |
86 | 91 | </macro> |
87 | | - <macro name="editor-text"> |
88 | | - <text macro="editor"/> |
89 | | - <text macro="publisher" suffix=", "/> |
90 | | - </macro> |
91 | 92 | <macro name="title"> |
92 | 93 | <choose> |
93 | | - <if type="book dataset map report webpage" match="any"> |
| 94 | + <if type="book" match="any"> |
94 | 95 | <text variable="title" font-style="italic"/> |
95 | 96 | </if> |
96 | 97 | <else> |
|
115 | 116 | <text term="no date" form="short"/> |
116 | 117 | </else> |
117 | 118 | </choose> |
118 | | - <choose> |
119 | | - <if is-numeric="edition"> |
120 | | - <number variable="edition" prefix=" (" suffix=")"/> |
121 | | - </if> |
122 | | - <else> |
123 | | - <text variable="edition" prefix=" (" suffix=")"/> |
124 | | - </else> |
125 | | - </choose> |
126 | 119 | </macro> |
127 | 120 | <macro name="DOI"> |
128 | | - <text variable="DOI" prefix="DOI: "/> |
| 121 | + <text variable="DOI" prefix="DOI : "/> |
129 | 122 | </macro> |
130 | 123 | <macro name="collection"> |
131 | | - <group delimiter=", " suffix="."> |
| 124 | + <group delimiter=" " suffix="."> |
132 | 125 | <text variable="collection-title"/> |
133 | 126 | <text variable="collection-number"/> |
134 | 127 | </group> |
135 | 128 | </macro> |
| 129 | + <macro name="editor-text"> |
| 130 | + <group delimiter=" "> |
| 131 | + <text term="in" text-case="capitalize-first" font-style="italic"/> |
| 132 | + <text macro="editor"/> |
| 133 | + </group> |
| 134 | + </macro> |
136 | 135 | <citation et-al-min="3" et-al-use-first="1" delimiter-precedes-et-al="never" disambiguate-add-year-suffix="true"> |
137 | 136 | <sort> |
| 137 | + <key variable="issued"/> |
138 | 138 | <key variable="author"/> |
139 | 139 | </sort> |
140 | 140 | <layout delimiter=" ; " prefix="(" suffix=")"> |
|
158 | 158 | </group> |
159 | 159 | <text macro="title"/> |
160 | 160 | <choose> |
161 | | - <if type="thesis"> |
162 | | - <text macro="publisher"/> |
163 | | - </if> |
164 | | - <else-if type="article-journal article-magazine article-newspaper broadcast personal_communication entry-dictionary entry-encyclopedia" match="any"> |
165 | | - <group delimiter=", " suffix="."> |
166 | | - <text variable="container-title" font-style="italic"/> |
167 | | - <text variable="volume"/> |
168 | | - <text variable="issue"/> |
169 | | - <text macro="pages"/> |
| 161 | + <if type="article-journal article-magazine article-newspaper" match="any"> |
| 162 | + <group> |
| 163 | + <text variable="container-title" font-style="italic" suffix=", "/> |
| 164 | + <text variable="volume" suffix=", "/> |
| 165 | + <text variable="issue" suffix=" "/> |
| 166 | + <text macro="pages" prefix=": "/> |
170 | 167 | </group> |
171 | | - </else-if> |
| 168 | + </if> |
172 | 169 | <else-if type="book" match="any"> |
| 170 | + <text macro="collection"/> |
| 171 | + <text macro="publisher"/> |
| 172 | + </else-if> |
| 173 | + <else-if type="chapter paper-conference" match="any"> |
| 174 | + <text macro="editor-text"/> |
173 | 175 | <choose> |
174 | | - <if match="all" variable="editor author"> |
175 | | - <text macro="editor-text"/> |
| 176 | + <if type="chapter" match="any"> |
| 177 | + <text variable="container-title" font-style="italic"/> |
176 | 178 | </if> |
177 | 179 | <else> |
178 | | - <text macro="publisher"/> |
| 180 | + <text variable="container-title"/> |
179 | 181 | </else> |
180 | 182 | </choose> |
| 183 | + <text variable="event"/> |
| 184 | + <text macro="collection"/> |
| 185 | + <text macro="publisher"/> |
181 | 186 | </else-if> |
182 | | - <else-if type="chapter paper-conference" match="any"> |
183 | | - <group delimiter=" " suffix="."> |
184 | | - <text term="in" text-case="capitalize-first"/> |
185 | | - <text macro="editor"/> |
186 | | - </group> |
187 | | - <text variable="container-title" font-style="italic"/> |
| 187 | + <else-if type="thesis" match="any"> |
188 | 188 | <group delimiter=", "> |
| 189 | + <text variable="genre"/> |
189 | 190 | <text macro="publisher"/> |
190 | | - <text macro="pages"/> |
191 | 191 | </group> |
192 | 192 | </else-if> |
193 | | - <else-if type="dataset report" match="any"> |
| 193 | + <else-if type="report dataset" match="any"> |
| 194 | + <text variable="genre"/> |
| 195 | + <text variable="version" prefix="Version "/> |
194 | 196 | <text macro="collection"/> |
195 | | - <text variable="note" suffix="."/> |
196 | 197 | <text macro="publisher"/> |
197 | | - <text macro="URLaccess"/> |
| 198 | + <text variable="URL" prefix="URL : "/> |
198 | 199 | </else-if> |
199 | 200 | <else-if type="webpage"> |
200 | | - <text macro="URLaccess"/> |
| 201 | + <text macro="URL"/> |
201 | 202 | </else-if> |
202 | 203 | <else> |
203 | | - <text variable="title" font-style="italic" suffix=". "/> |
204 | 204 | <text macro="publisher"/> |
205 | 205 | </else> |
206 | 206 | </choose> |
|
0 commit comments