Skip to content

Commit 5f511cd

Browse files
authored
Update transversalites.csl (JabRef#4621)
1 parent f052033 commit 5f511cd

File tree

1 file changed

+43
-37
lines changed

1 file changed

+43
-37
lines changed

transversalites.csl

+43-37
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<style xmlns="http://purl.org/net/xbiblio/csl" class="note" version="1.0" page-range-format="expanded" 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/) -->
44
<info>
55
<title>Transversalités (French)</title>
66
<id>http://www.zotero.org/styles/transversalites</id>
@@ -19,7 +19,7 @@
1919
<category field="social_science"/>
2020
<issn>1286-9449</issn>
2121
<eissn>2259-3799</eissn>
22-
<updated>2019-10-17T04:06:19+00:00</updated>
22+
<updated>2020-03-10T19:23:39+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 xml:lang="fr">
@@ -34,6 +34,10 @@
3434
<single>éd.</single>
3535
<multiple>éds.</multiple>
3636
</term>
37+
<term name="translator" form="short">
38+
<single>trad.</single>
39+
<multiple>trads.</multiple>
40+
</term>
3741
<term name="online">[en ligne]</term>
3842
</terms>
3943
</locale>
@@ -52,7 +56,7 @@
5256
<name font-style="normal" delimiter-precedes-last="never" et-al-min="4" et-al-use-first="3" et-al-subsequent-min="3" et-al-subsequent-use-first="1" sort-separator=" ">
5357
<name-part name="family" font-variant="small-caps"/>
5458
</name>
55-
<label form="short" prefix="&#160;(" suffix=".)"/>
59+
<label form="short" prefix=" (" suffix=".)"/>
5660
</names>
5761
</else-if>
5862
</choose>
@@ -72,7 +76,7 @@
7276
<name font-style="normal" delimiter-precedes-last="never" et-al-min="4" et-al-use-first="3" et-al-subsequent-min="3" et-al-subsequent-use-first="1" name-as-sort-order="all" sort-separator=" ">
7377
<name-part name="family" font-variant="small-caps" suffix=", "/>
7478
</name>
75-
<label form="short" prefix="&#160;(" suffix=".)"/>
79+
<label form="short" prefix=" (" suffix=".)"/>
7680
</names>
7781
</else-if>
7882
</choose>
@@ -82,7 +86,7 @@
8286
<name form="long" and="text" delimiter-precedes-last="never" sort-separator=" " font-style="normal">
8387
<name-part name="family" font-variant="small-caps"/>
8488
</name>
85-
<label form="short" prefix="&#160;(" suffix=".)"/>
89+
<label form="short" prefix=" (" suffix=".)"/>
8690
</names>
8791
</macro>
8892
<macro name="title">
@@ -156,7 +160,7 @@
156160
<text variable="title" text-case="capitalize-first" quotes="true"/>
157161
<text macro="online"/>
158162
</group>
159-
<text value="in" prefix=" " suffix=" "/>
163+
<text value="dans" prefix=" " suffix=" "/>
160164
<text macro="editor" suffix=", "/>
161165
<text variable="container-title" text-case="capitalize-first" font-style="italic"/>
162166
</group>
@@ -167,7 +171,7 @@
167171
<text variable="title" text-case="capitalize-first" quotes="true" prefix="article "/>
168172
<text macro="online"/>
169173
</group>
170-
<text value="in" font-style="normal" prefix=" " suffix=" "/>
174+
<text value="dans" font-style="normal" prefix=" " suffix=" "/>
171175
<text macro="editor" suffix=", "/>
172176
<text variable="container-title" text-case="capitalize-first" font-style="italic"/>
173177
</group>
@@ -200,17 +204,19 @@
200204
</else>
201205
</choose>
202206
</macro>
203-
<macro name="translator-bib">
207+
<macro name="translator">
204208
<names variable="translator">
205-
<name prefix=", trad. " name-as-sort-order="all" sort-separator=" ">
206-
<name-part name="family" text-case="sentence" font-variant="small-caps" suffix=", "/>
209+
<label form="short" prefix=", " suffix=""/>
210+
<name font-style="normal" prefix=" " delimiter-precedes-last="never" sort-separator=" ">
211+
<name-part name="family" text-case="sentence" font-variant="small-caps"/>
207212
</name>
208213
</names>
209214
</macro>
210-
<macro name="translator">
215+
<macro name="translator-bib">
211216
<names variable="translator">
212-
<name font-style="normal" prefix=", trad. " delimiter-precedes-last="never" sort-separator=" ">
213-
<name-part name="family" text-case="sentence" font-variant="small-caps"/>
217+
<label form="short" prefix=", " suffix=""/>
218+
<name prefix=" " name-as-sort-order="all" sort-separator=" ">
219+
<name-part name="family" text-case="sentence" font-variant="small-caps" suffix=", "/>
214220
</name>
215221
</names>
216222
</macro>
@@ -233,9 +239,8 @@
233239
<group font-style="normal">
234240
<choose>
235241
<if variable="issued">
236-
<group prefix=" (" suffix=")">
237-
<date date-parts="year" form="text" variable="issued"/>
238-
<text macro="issue" text-decoration="none" prefix="/"/>
242+
<group prefix="" suffix="">
243+
<text macro="issue" text-decoration="none" prefix=", "/>
239244
</group>
240245
</if>
241246
<else>
@@ -339,10 +344,10 @@
339344
<macro name="collection">
340345
<choose>
341346
<if type="motion_picture map entry-dictionary entry-encyclopedia book speech paper-conference chapter" match="any">
342-
<group prefix=", ">
347+
<group prefix=", coll. ">
343348
<group delimiter="">
344-
<text variable="collection-title"/>
345-
<text variable="collection-number" prefix="&#160;&#160;"/>
349+
<text variable="collection-title" prefix="« " suffix=" »"/>
350+
<text variable="collection-number" prefix=" "/>
346351
</group>
347352
</group>
348353
</if>
@@ -374,22 +379,23 @@
374379
<else-if type="map manuscript thesis motion_picture broadcast" match="any">
375380
<group>
376381
<text macro="date" suffix="."/>
377-
<text variable="number-of-pages" prefix=", " suffix="&#160;p"/>
382+
<text variable="number-of-pages" prefix=", " suffix=" p"/>
378383
</group>
379384
</else-if>
380385
<else-if type="report entry-dictionary entry-encyclopedia chapter" match="any">
381386
<group>
382387
<text macro="date"/>
383-
<group delimiter="&#160;" prefix=", ">
388+
<group delimiter=" " prefix=", ">
384389
<label variable="page" form="short"/>
385390
<text variable="page"/>
386391
</group>
387392
</group>
388393
</else-if>
389394
<else-if type="graphic personal_communication interview" match="any"/>
390395
<else-if type="article-journal article-magazine" match="any">
391-
<group delimiter=" " font-style="normal" prefix=", ">
392-
<group delimiter="&#160;" suffix=".">
396+
<group delimiter="" font-style="normal">
397+
<text macro="date"/>
398+
<group delimiter=" " prefix=", " suffix=".">
393399
<label variable="page" form="short"/>
394400
<text variable="page"/>
395401
</group>
@@ -399,7 +405,7 @@
399405
<group delimiter="" font-style="normal">
400406
<text macro="newspaper-edition"/>
401407
<text macro="date"/>
402-
<group delimiter="&#160;" prefix=", ">
408+
<group delimiter=" " prefix=", ">
403409
<label variable="page" form="short"/>
404410
<text variable="page"/>
405411
</group>
@@ -418,7 +424,7 @@
418424
<else>
419425
<group>
420426
<text macro="date"/>
421-
<text variable="number-of-pages" prefix=", " suffix="&#160;p."/>
427+
<text variable="number-of-pages" prefix=", " suffix=" p."/>
422428
</group>
423429
</else>
424430
</choose>
@@ -437,7 +443,7 @@
437443
<if type="article-journal article-newspaper" match="any">
438444
<choose>
439445
<if is-numeric="volume">
440-
<text variable="volume" prefix=" "/>
446+
<text variable="volume" prefix=", vol. "/>
441447
</if>
442448
<else>
443449
<text variable="number-of-volumes" suffix="vol.,"/>
@@ -459,7 +465,7 @@
459465
<macro name="number">
460466
<choose>
461467
<if is-numeric="number">
462-
<text variable="number" prefix="&#160;"/>
468+
<text variable="number" prefix=" "/>
463469
</if>
464470
<else>
465471
<text variable="number"/>
@@ -469,7 +475,7 @@
469475
<macro name="issue">
470476
<choose>
471477
<if is-numeric="issue">
472-
<text variable="issue"/>
478+
<text variable="issue" prefix=""/>
473479
</if>
474480
<else>
475481
<text variable="issue"/>
@@ -507,11 +513,11 @@
507513
</choose>
508514
</macro>
509515
<macro name="pages-citation">
510-
<label plural="never" suffix=" " variable="page" form="short"/>
516+
<label plural="never" suffix=" " variable="locator" form="short"/>
511517
<text variable="locator" form="short"/>
512518
</macro>
513519
<citation et-al-min="4" et-al-use-first="3" et-al-subsequent-min="3" et-al-subsequent-use-first="1">
514-
<layout suffix="." delimiter="&#160;; ">
520+
<layout suffix="." delimiter=" ; ">
515521
<choose>
516522
<if position="ibid-with-locator">
517523
<group delimiter=", ">
@@ -534,7 +540,7 @@
534540
</else>
535541
</choose>
536542
<text term="cited" font-style="italic" suffix="."/>
537-
<group delimiter="&#160;">
543+
<group delimiter=" ">
538544
<text macro="pages-citation"/>
539545
</group>
540546
</group>
@@ -543,13 +549,13 @@
543549
<text macro="author"/>
544550
<text macro="title"/>
545551
<text macro="translator"/>
546-
<text macro="collection"/>
547552
<text macro="volume"/>
548553
<text macro="edition"/>
549554
<text macro="event"/>
550-
<text macro="publisher"/>
551555
<text macro="place"/>
552-
<text macro="yearpage-bib"/>
556+
<text macro="publisher"/>
557+
<text macro="collection"/>
558+
<text macro="date"/>
553559
<text macro="accessed"/>
554560
<text macro="pages-citation" prefix=", "/>
555561
</else>
@@ -565,16 +571,16 @@
565571
<text macro="author-bib"/>
566572
<text macro="title"/>
567573
<text macro="translator-bib"/>
568-
<text macro="collection"/>
569574
<text macro="volume"/>
575+
<text macro="place"/>
570576
<text macro="edition"/>
571577
<text macro="event"/>
572578
<text macro="publisher"/>
573-
<text macro="place"/>
579+
<text macro="collection"/>
574580
<text macro="yearpage-bib"/>
575581
<text macro="archive"/>
576582
<text macro="accessed"/>
577-
<text variable="number-of-pages" prefix=",&#160;" suffix="&#160;p."/>
583+
<text variable="number-of-pages" prefix=", " suffix=" p."/>
578584
</layout>
579585
</bibliography>
580586
</style>

0 commit comments

Comments
 (0)