Skip to content

Commit 97f4ff5

Browse files
author
github actions
committed
Squashed 'buildres/csl/csl-styles/' changes from 6b7fdff8cb..4b4e8f442d
4b4e8f442d Create silva-fennica.csl (#6568) dd8760bb2b Update american-journal-of-botany.csl (#6569) 8b0e505363 Update haute-ecole-de-gestion-de-geneve-iso-690.csl (#6560) 016050c4b7 Update geographie-et-cultures.csl (#6563) e8b62f1c80 Update and rename dependent/retina.csl to retina.csl (#6565) git-subtree-dir: buildres/csl/csl-styles git-subtree-split: 4b4e8f442d2de454c638393fbb9dd911c8b7aca7
1 parent 7ba7591 commit 97f4ff5

6 files changed

+698
-170
lines changed

american-journal-of-botany.csl

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
</else>
110110
</choose>
111111
</macro>
112-
<citation et-al-min="3" et-al-use-first="1" disambiguate-add-year-suffix="true" disambiguate-add-names="false" collapse="year-suffix">
112+
<citation et-al-min="3" et-al-use-first="1" disambiguate-add-year-suffix="true" disambiguate-add-names="false" collapse="year-suffix" cite-group-delimiter=", ">
113113
<sort>
114114
<key macro="year-date"/>
115115
</sort>

dependent/retina.csl

-16
This file was deleted.

geographie-et-cultures.csl

+41-44
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" demote-non-dropping-particle="never" default-locale="fr-FR">
2+
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" and="text" delimiter-precedes-last="never" demote-non-dropping-particle="never" default-locale="fr-FR">
33
<info>
44
<title>Géographie et cultures (Français)</title>
55
<id>http://www.zotero.org/styles/geographie-et-cultures</id>
@@ -9,44 +9,47 @@
99
<author>
1010
<name>Martine Drozdz</name>
1111
</author>
12+
<contributor>
13+
<name>Patrick O'Brien</name>
14+
</contributor>
1215
<category citation-format="author-date"/>
1316
<category field="geography"/>
1417
<issn>1165-0354</issn>
1518
<eissn>2267-6759</eissn>
16-
<updated>2019-01-11T04:00:34+00:00</updated>
19+
<updated>2023-05-30T10:07:19+00:00</updated>
1720
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
1821
</info>
1922
<locale xml:lang="fr">
2023
<terms>
21-
<term name="issue" form="short">No.</term>
24+
<term name="editor" form="short">dir.</term>
2225
</terms>
2326
</locale>
2427
<macro name="container-contributors">
2528
<choose>
2629
<if type="chapter paper-conference entry-dictionary entry-encyclopedia" match="any">
2730
<names variable="editor translator container-author" delimiter=", " suffix=", ">
28-
<name and="symbol" initialize-with=". " delimiter=", "/>
29-
<label form="short" prefix=" (" text-case="title" suffix=")"/>
31+
<name/>
32+
<label form="short" prefix=" (" suffix=")"/>
3033
</names>
3134
</if>
3235
</choose>
3336
</macro>
3437
<macro name="secondary-contributors">
3538
<choose>
3639
<if type="article-journal chapter paper-conference entry-dictionary entry-encyclopedia" match="none">
37-
<names variable="translator editor container-author" delimiter=", " prefix=" (" suffix=")">
40+
<names variable="translator editor container-author" delimiter="; " prefix=" (" suffix=")">
3841
<name and="symbol" initialize-with=". " delimiter=", "/>
39-
<label form="short" prefix=", " text-case="title"/>
42+
<label form="short" prefix=", "/>
4043
</names>
4144
</if>
4245
</choose>
4346
</macro>
4447
<macro name="author">
4548
<names variable="author">
46-
<name and="symbol" delimiter-precedes-last="always" initialize-with=" " name-as-sort-order="all" sort-separator=" ">
49+
<name name-as-sort-order="all" sort-separator=" ">
4750
<name-part name="family" text-case="uppercase"/>
4851
</name>
49-
<label form="short" prefix=" (" suffix=")" text-case="capitalize-first"/>
52+
<label form="short" prefix=" (" suffix=")"/>
5053
<substitute>
5154
<names variable="editor"/>
5255
<names variable="translator"/>
@@ -64,7 +67,8 @@
6467
</macro>
6568
<macro name="author-short">
6669
<names variable="author">
67-
<name form="short" and="symbol" delimiter=", " initialize-with=". "/>
70+
<name form="short" initialize-with=". "/>
71+
<et-al font-style="italic"/>
6872
<substitute>
6973
<names variable="editor"/>
7074
<names variable="translator"/>
@@ -143,7 +147,7 @@
143147
</macro>
144148
<macro name="title">
145149
<choose>
146-
<if type="report thesis book graphic motion_picture report song manuscript speech" match="any">
150+
<if type="report thesis book graphic motion_picture report song manuscript speech post post-weblog" match="any">
147151
<choose>
148152
<if variable="version" type="book" match="any">
149153
<text variable="title" font-style="italic"/>
@@ -154,7 +158,7 @@
154158
</choose>
155159
</if>
156160
<else>
157-
<text variable="title"/>
161+
<text variable="title" quotes="true"/>
158162
</else>
159163
</choose>
160164
</macro>
@@ -196,7 +200,7 @@
196200
<text variable="publisher-place"/>
197201
</group>
198202
</else-if>
199-
<else-if type="post-weblog webpage" match="none">
203+
<else-if type="post-weblog webpage post" match="none">
200204
<group delimiter=", ">
201205
<choose>
202206
<if variable="event version" type="speech" match="none">
@@ -253,7 +257,7 @@
253257
<if type="bill legal_case legislation" match="none">
254258
<choose>
255259
<if variable="issued">
256-
<group prefix=" (" suffix=")">
260+
<group>
257261
<date variable="issued">
258262
<date-part name="year"/>
259263
</date>
@@ -343,23 +347,17 @@
343347
</macro>
344348
<macro name="locators">
345349
<choose>
346-
<if type="article-journal article-magazine" match="any">
347-
<group prefix=", " delimiter=", ">
350+
<if type="article-journal article-magazine article-newspaper" match="any">
351+
<group delimiter=", ">
348352
<group delimiter=" ">
349-
<label text-case="capitalize-first" variable="volume" form="short"/>
353+
<label variable="volume" form="short"/>
350354
<text variable="volume" font-style="normal"/>
351355
</group>
352356
<group delimiter=" ">
353357
<label variable="issue" form="short"/>
354358
<text variable="issue"/>
355359
</group>
356-
<group delimiter=" ">
357-
<label plural="never" variable="page" form="short"/>
358-
<text variable="page"/>
359-
</group>
360-
<date delimiter="" variable="issued">
361-
<date-part name="month"/>
362-
</date>
360+
<text macro="pages"/>
363361
</group>
364362
<choose>
365363
<if variable="issued">
@@ -371,14 +369,8 @@
371369
</if>
372370
</choose>
373371
</if>
374-
<else-if type="article-newspaper">
375-
<group delimiter=" " prefix=", ">
376-
<label variable="page" form="short"/>
377-
<text variable="page"/>
378-
</group>
379-
</else-if>
380372
<else-if type="book graphic motion_picture report song chapter paper-conference entry-encyclopedia entry-dictionary" match="any">
381-
<group prefix=" (" suffix=")" delimiter=", ">
373+
<group delimiter=", ">
382374
<text macro="edition"/>
383375
<choose>
384376
<if variable="volume" match="any">
@@ -394,10 +386,13 @@
394386
</group>
395387
</else>
396388
</choose>
397-
<group>
398-
<label variable="page" form="short" suffix=" "/>
399-
<text variable="page"/>
389+
<text macro="publisher"/>
390+
<text macro="pages"/>
391+
<group delimiter=" ">
392+
<text variable="number-of-pages"/>
393+
<label variable="number-of-pages" form="short"/>
400394
</group>
395+
<text macro="event"/>
401396
</group>
402397
</else-if>
403398
<else-if type="legal_case">
@@ -432,7 +427,7 @@
432427
<group>
433428
<choose>
434429
<if type="chapter paper-conference entry-encyclopedia" match="any">
435-
<text term="in" text-case="capitalize-first" suffix=" "/>
430+
<text term="in" suffix=" "/>
436431
</if>
437432
</choose>
438433
<text macro="container-contributors"/>
@@ -495,39 +490,41 @@
495490
</if>
496491
</choose>
497492
</macro>
493+
<macro name="pages">
494+
<group>
495+
<label variable="page" form="short" suffix=" "/>
496+
<text variable="page"/>
497+
</group>
498+
</macro>
498499
<citation et-al-min="3" et-al-use-first="1" et-al-subsequent-min="3" et-al-subsequent-use-first="1" disambiguate-add-names="true" disambiguate-add-givenname="true" disambiguate-add-year-suffix="true" givenname-disambiguation-rule="primary-name" collapse="year">
499500
<sort>
500-
<key macro="author"/>
501501
<key macro="issued-sort"/>
502+
<key macro="author"/>
502503
</sort>
503-
<layout prefix="(" suffix=")" delimiter="; ">
504+
<layout delimiter=" ; " prefix="(" suffix=")">
504505
<group delimiter=", ">
505506
<text macro="author-short"/>
506507
<text macro="issued-year"/>
507508
<text macro="citation-locator"/>
508509
</group>
509510
</layout>
510511
</citation>
511-
<bibliography hanging-indent="true" et-al-min="8" et-al-use-first="6" et-al-use-last="true" entry-spacing="0" line-spacing="2">
512+
<bibliography entry-spacing="0" line-spacing="2" hanging-indent="true">
512513
<sort>
513514
<key macro="author"/>
514515
<key macro="issued-sort" sort="ascending"/>
515516
<key macro="title"/>
516517
</sort>
517518
<layout>
518-
<group suffix=".">
519-
<group delimiter=". ">
519+
<group delimiter=", " suffix=".">
520+
<group delimiter=", ">
520521
<text macro="author"/>
521522
<text macro="issued"/>
522523
<text macro="title-plus-extra"/>
523524
<text macro="container"/>
524525
</group>
525526
<text macro="legal-cites"/>
526527
<text macro="locators"/>
527-
<group delimiter=", " prefix=". ">
528-
<text macro="event"/>
529-
<text macro="publisher"/>
530-
</group>
531528
</group>
532529
<text macro="access" prefix=" "/>
533530
<text macro="original-date" prefix=" "/>

0 commit comments

Comments
 (0)