| 
19 | 19 |     <issn>1142-2904</issn>  | 
20 | 20 |     <eissn>1965-0795</eissn>  | 
21 | 21 |     <summary>style of the french Quaternary studies journal</summary>  | 
22 |  | -    <updated>2020-01-29T19:53:01+00:00</updated>  | 
 | 22 | +    <updated>2020-03-21T02:51:12+00:00</updated>  | 
23 | 23 |     <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>  | 
24 | 24 |   </info>  | 
25 | 25 |   <locale>  | 
 | 
74 | 74 |       </if>  | 
75 | 75 |       <else-if variable="editor">  | 
76 | 76 |         <names variable="editor">  | 
77 |  | -          <name form="short" and="symbol" delimiter-precedes-last="never"></name>  | 
 | 77 | +          <name form="short" and="symbol" delimiter-precedes-last="never"/>  | 
78 | 78 |         </names>  | 
79 | 79 |       </else-if>  | 
80 | 80 |       <else-if type="book">  | 
 | 
116 | 116 |   <macro name="access">  | 
117 | 117 |     <choose>  | 
118 | 118 |       <if variable="DOI">  | 
119 |  | -        <text value="Disponible sur : " prefix=" "/>  | 
120 |  | -        <group prefix="< " suffix=" >">  | 
121 |  | -          <text value="https://doi.org/"/>  | 
 | 119 | +        <group>  | 
122 | 120 |           <text variable="DOI"/>  | 
123 | 121 |         </group>  | 
124 | 122 |       </if>  | 
125 | 123 |       <else-if variable="URL">  | 
126 |  | -        <text value="URL : " prefix=". "/>  | 
127 | 124 |         <group>  | 
128 | 125 |           <text variable="URL"/>  | 
129 | 126 |         </group>  | 
 | 
133 | 130 |   <macro name="accessed-date">  | 
134 | 131 |     <choose>  | 
135 | 132 |       <if variable="URL">  | 
136 |  | -        <group prefix=", " delimiter=" ">  | 
 | 133 | +        <group delimiter=" " prefix=" " suffix=". ">  | 
137 | 134 |           <text value="consulté le"/>  | 
138 | 135 |           <date variable="accessed">  | 
139 | 136 |             <date-part name="day" suffix=" "/>  | 
 | 
167 | 164 |     </choose>  | 
168 | 165 |   </macro>  | 
169 | 166 |   <macro name="title">  | 
170 |  | -      <choose>  | 
171 |  | -        <if type="chapter paper-conference article-journal article-magazine article-newspaper webpage" match="none">  | 
172 |  | -          <text variable="title" font-style="italic" text-case="title"/>  | 
173 |  | -        </if>  | 
174 |  | -        <else>  | 
175 |  | -          <text variable="title" text-case="title"/>  | 
176 |  | -        </else>  | 
177 |  | -      </choose>  | 
 | 167 | +    <choose>  | 
 | 168 | +      <if type="chapter paper-conference article-journal article-magazine article-newspaper webpage" match="none">  | 
 | 169 | +        <text variable="title" font-style="italic" text-case="title"/>  | 
 | 170 | +      </if>  | 
 | 171 | +      <else>  | 
 | 172 | +        <text variable="title" text-case="title"/>  | 
 | 173 | +      </else>  | 
 | 174 | +    </choose>  | 
178 | 175 |   </macro>  | 
179 | 176 |   <macro name="edition">  | 
180 | 177 |     <choose>  | 
 | 
217 | 214 |     <text variable="issue" prefix=" n?" suffix=","/>  | 
218 | 215 |     <text variable="page" prefix=" p. " suffix="."/>  | 
219 | 216 |   </macro>  | 
220 |  | -  <macro name="webpageinfo">  | 
221 |  | -    <text variable="note" prefix="Tome " suffix=" | "/>  | 
222 |  | -    <text macro="year-date" suffix=","/>  | 
223 |  | -  </macro>  | 
224 |  | -  <macro name="parution">  | 
225 |  | -    <date variable="issued">  | 
226 |  | -      <date-part name="day" suffix=" "/>  | 
227 |  | -      <date-part name="month" suffix=" "/>  | 
228 |  | -      <date-part name="year"/>  | 
229 |  | -    </date>  | 
230 |  | -  </macro>  | 
231 | 217 |   <!--  ***************** Citation ********************* -->  | 
232 | 218 |   <citation disambiguate-add-year-suffix="true">  | 
233 | 219 |     <sort>  | 
 | 
252 | 238 |     </sort>  | 
253 | 239 |     <layout>  | 
254 | 240 |       <group display="block" delimiter="">  | 
 | 241 | +        <!-- ***************** elements communs à tous les types ***************** -->  | 
255 | 242 |         <text macro="author" font-weight="bold"/>  | 
256 | 243 |         <text macro="year-date" suffix=" - " font-weight="bold"/>  | 
257 | 244 |         <text macro="title" suffix=". "/>  | 
 | 245 | +        <!-- ***************** modifs selon la nature de l'ouvrage ***************** -->  | 
258 | 246 |         <choose>  | 
259 | 247 |           <if type="thesis">  | 
260 | 248 |             <text variable="genre" suffix=". "/>  | 
261 | 249 |             <group delimiter=", " suffix=".">  | 
262 | 250 |               <text macro="publisher"/>  | 
263 | 251 |               <text variable="number-of-pages" suffix=" p."/>  | 
 | 252 | +              <text macro="access" prefix=", "/>  | 
264 | 253 |             </group>  | 
265 | 254 |           </if>  | 
266 |  | -          <else-if type="bill book graphic legal_case legislation motion_picture report song manuscript" match="any">  | 
 | 255 | +          <else-if type="bill book graphic legal_case legislation motion_picture report song manuscript map" match="any">  | 
267 | 256 |             <text variable="genre" suffix=", " font-style="italic"/>  | 
268 | 257 |             <text macro="collection" suffix=". "/>  | 
269 | 258 |             <group delimiter=", " suffix=".">  | 
270 | 259 |               <text macro="publisher"/>  | 
271 | 260 |               <text macro="edition"/>  | 
272 | 261 |               <text macro="pages" suffix=" p."/>  | 
 | 262 | +              <text macro="access"/>  | 
273 | 263 |             </group>  | 
274 | 264 |           </else-if>  | 
275 | 265 |           <else-if type="patent">  | 
 | 
287 | 277 |               <text variable="event" font-style="italic" suffix=", "/>  | 
288 | 278 |               <text macro="journal-title" suffix=". "/>  | 
289 | 279 |             </group>  | 
290 |  | -            <group suffix=".">  | 
 | 280 | +            <group delimiter=", " suffix=".">  | 
291 | 281 |               <text variable="collection-title" suffix=". "/>  | 
292 | 282 |               <text macro="publisher"/>  | 
293 | 283 |               <text variable="page" prefix=", " suffix="."/>  | 
 | 284 | +              <text macro="access" prefix=", "/>  | 
294 | 285 |             </group>  | 
295 | 286 |           </else-if>  | 
296 | 287 |           <!-- Chapitre de livre -->  | 
 | 
305 | 296 |             <group delimiter=", " suffix=".">  | 
306 | 297 |               <text macro="publisher"/>  | 
307 | 298 |               <text variable="page"/>  | 
 | 299 | +              <text macro="access"/>  | 
308 | 300 |             </group>  | 
309 | 301 |           </else-if>  | 
 | 302 | +          <!-- page web -->  | 
310 | 303 |           <else-if type="webpage" match="any">  | 
311 |  | -            <group prefix=" ">  | 
 | 304 | +            <group prefix=" " delimiter=", " suffix=". ">  | 
312 | 305 |               <text macro="editor"/>  | 
313 | 306 |               <text macro="journal-title"/>  | 
314 | 307 |               <text variable="event" suffix=". " font-style="italic"/>  | 
315 | 308 |             </group>  | 
316 |  | -            <text macro="webpageinfo" prefix=" "/>  | 
317 |  | -            <text variable="page" prefix=" p. " suffix="."/>  | 
318 |  | -            <text macro="parution" prefix=" mis en ligne le "/>  | 
319 |  | -            <text macro="accessed-date"/>  | 
320 |  | -            <text macro="access"/>  | 
 | 309 | +            <group delimiter=", " suffix=". ">  | 
 | 310 | +              <text macro="access"/>  | 
 | 311 | +              <text macro="accessed-date"/>  | 
 | 312 | +            </group>  | 
321 | 313 |           </else-if>  | 
322 | 314 |           <!-- article de revue -->  | 
323 | 315 |           <else-if type="article-journal" match="any">  | 
324 | 316 |             <group prefix=" ">  | 
325 | 317 |               <text macro="journal-title" suffix=", "/>  | 
326 | 318 |             </group>  | 
327 |  | -            <group suffix=".">  | 
 | 319 | +            <group delimiter=", " suffix=".">  | 
328 | 320 |               <text variable="volume" form="short" font-weight="bold"/>  | 
329 | 321 |               <text variable="issue" prefix=" (" form="short" suffix=")"/>  | 
330 |  | -              <text variable="page" prefix=", "/>  | 
 | 322 | +              <text variable="page"/>  | 
 | 323 | +              <text macro="access"/>  | 
331 | 324 |             </group>  | 
332 | 325 |           </else-if>  | 
333 | 326 |           <else>  | 
 | 
0 commit comments