Skip to content

Commit a4317f2

Browse files
authored
Update quaternaire.csl (JabRef#4752)
1 parent 36fe9c2 commit a4317f2

File tree

1 file changed

+29
-36
lines changed

1 file changed

+29
-36
lines changed

quaternaire.csl

Lines changed: 29 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<issn>1142-2904</issn>
2020
<eissn>1965-0795</eissn>
2121
<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>
2323
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
2424
</info>
2525
<locale>
@@ -74,7 +74,7 @@
7474
</if>
7575
<else-if variable="editor">
7676
<names variable="editor">
77-
<name form="short" and="symbol" delimiter-precedes-last="never"></name>
77+
<name form="short" and="symbol" delimiter-precedes-last="never"/>
7878
</names>
7979
</else-if>
8080
<else-if type="book">
@@ -116,14 +116,11 @@
116116
<macro name="access">
117117
<choose>
118118
<if variable="DOI">
119-
<text value="Disponible sur : " prefix=" "/>
120-
<group prefix="&lt; " suffix=" &gt;">
121-
<text value="https://doi.org/"/>
119+
<group>
122120
<text variable="DOI"/>
123121
</group>
124122
</if>
125123
<else-if variable="URL">
126-
<text value="URL : " prefix=". "/>
127124
<group>
128125
<text variable="URL"/>
129126
</group>
@@ -133,7 +130,7 @@
133130
<macro name="accessed-date">
134131
<choose>
135132
<if variable="URL">
136-
<group prefix=", " delimiter=" ">
133+
<group delimiter=" " prefix=" " suffix=". ">
137134
<text value="consulté le"/>
138135
<date variable="accessed">
139136
<date-part name="day" suffix=" "/>
@@ -167,14 +164,14 @@
167164
</choose>
168165
</macro>
169166
<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>
178175
</macro>
179176
<macro name="edition">
180177
<choose>
@@ -217,17 +214,6 @@
217214
<text variable="issue" prefix=" n?" suffix=","/>
218215
<text variable="page" prefix=" p.&#160;" suffix="."/>
219216
</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>
231217
<!-- ***************** Citation ********************* -->
232218
<citation disambiguate-add-year-suffix="true">
233219
<sort>
@@ -252,24 +238,28 @@
252238
</sort>
253239
<layout>
254240
<group display="block" delimiter="">
241+
<!-- ***************** elements communs à tous les types ***************** -->
255242
<text macro="author" font-weight="bold"/>
256243
<text macro="year-date" suffix=" - " font-weight="bold"/>
257244
<text macro="title" suffix=". "/>
245+
<!-- ***************** modifs selon la nature de l'ouvrage ***************** -->
258246
<choose>
259247
<if type="thesis">
260248
<text variable="genre" suffix=". "/>
261249
<group delimiter=", " suffix=".">
262250
<text macro="publisher"/>
263251
<text variable="number-of-pages" suffix=" p."/>
252+
<text macro="access" prefix=", "/>
264253
</group>
265254
</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">
267256
<text variable="genre" suffix=", " font-style="italic"/>
268257
<text macro="collection" suffix=". "/>
269258
<group delimiter=", " suffix=".">
270259
<text macro="publisher"/>
271260
<text macro="edition"/>
272261
<text macro="pages" suffix=" p."/>
262+
<text macro="access"/>
273263
</group>
274264
</else-if>
275265
<else-if type="patent">
@@ -287,10 +277,11 @@
287277
<text variable="event" font-style="italic" suffix=", "/>
288278
<text macro="journal-title" suffix=". "/>
289279
</group>
290-
<group suffix=".">
280+
<group delimiter=", " suffix=".">
291281
<text variable="collection-title" suffix=". "/>
292282
<text macro="publisher"/>
293283
<text variable="page" prefix=", " suffix="."/>
284+
<text macro="access" prefix=", "/>
294285
</group>
295286
</else-if>
296287
<!-- Chapitre de livre -->
@@ -305,29 +296,31 @@
305296
<group delimiter=", " suffix=".">
306297
<text macro="publisher"/>
307298
<text variable="page"/>
299+
<text macro="access"/>
308300
</group>
309301
</else-if>
302+
<!-- page web -->
310303
<else-if type="webpage" match="any">
311-
<group prefix=" ">
304+
<group prefix=" " delimiter=", " suffix=". ">
312305
<text macro="editor"/>
313306
<text macro="journal-title"/>
314307
<text variable="event" suffix=". " font-style="italic"/>
315308
</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>
321313
</else-if>
322314
<!-- article de revue -->
323315
<else-if type="article-journal" match="any">
324316
<group prefix=" ">
325317
<text macro="journal-title" suffix=", "/>
326318
</group>
327-
<group suffix=".">
319+
<group delimiter=", " suffix=".">
328320
<text variable="volume" form="short" font-weight="bold"/>
329321
<text variable="issue" prefix=" (" form="short" suffix=")"/>
330-
<text variable="page" prefix=", "/>
322+
<text variable="page"/>
323+
<text macro="access"/>
331324
</group>
332325
</else-if>
333326
<else>

0 commit comments

Comments
 (0)