Skip to content

Commit 79fa66e

Browse files
authored
Update gallia-prehistoire.csl (#5467)
1 parent 2f1df12 commit 79fa66e

File tree

1 file changed

+23
-49
lines changed

1 file changed

+23
-49
lines changed

gallia-prehistoire.csl

Lines changed: 23 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" delimiter-precedes-et-al="never" initialize-with="." page-range-format="expanded" demote-non-dropping-particle="sort-only" default-locale="fr-FR">
3-
<!-- This style was edited with the Visual CSL Editor (https://editor.citationstyles.org/visualEditor/) -->
43
<info>
54
<title>Gallia Préhistoire (Français)</title>
65
<title-short>GP</title-short>
76
<id>http://www.zotero.org/styles/gallia-prehistoire</id>
87
<link href="http://www.zotero.org/styles/gallia-prehistoire" rel="self"/>
98
<link href="http://www.persee.fr/collection/galip" rel="documentation"/>
10-
<link href="https://journals.openedition.org/galliap/430" rel="documentation"/>
11-
<link href="http://www.mae.parisnanterre.fr/gallia-prehistoire/" rel="documentation"/>
9+
<link href="https://journals.openedition.org/galliap" rel="documentation"/>
10+
<link href="https://www.mshmondes.cnrs.fr/gallia-prehistoire" rel="documentation"/>
1211
<author>
1312
<name>Thomas Perrin</name>
14-
<email>tperrin@univ-tlse2.fr</email>
13+
<email>thomas.perrin@cnrs.fr</email>
1514
</author>
1615
<author>
1716
<name>Daphné Mathelier</name>
@@ -24,7 +23,7 @@
2423
<issn>0016-4127</issn>
2524
<eissn>2109-9642</eissn>
2625
<summary>Author-date style for Gallia Préhistoire - Préhistoire de la France dans son contexte européen</summary>
27-
<updated>2019-07-05T13:50:24+00:00</updated>
26+
<updated>2021-05-24T14:51:22+00:00</updated>
2827
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
2928
</info>
3029
<locale xml:lang="fr">
@@ -62,8 +61,7 @@
6261
</macro>
6362
<macro name="editor">
6463
<names variable="editor">
65-
<name initialize-with="." name-as-sort-order="all"/>
66-
<label form="short"/>
64+
<label form="short" prefix=" (" suffix=")"/>
6765
<substitute>
6866
<text macro="container-author"/>
6967
</substitute>
@@ -100,34 +98,25 @@
10098
</macro>
10199
<macro name="title">
102100
<choose>
103-
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
101+
<if type="bill book graphic legal_case legislation motion_picture song" match="any">
104102
<text variable="title" text-case="capitalize-first" font-style="italic"/>
105103
</if>
106-
<else-if type="article article-journal" match="any">
104+
<else-if type="article article-journal article-magazine article-newspaper" match="any">
107105
<group delimiter=", ">
108106
<text variable="title" text-case="capitalize-first"/>
109107
<text variable="container-title" text-case="capitalize-first" font-style="italic"/>
110108
</group>
111109
</else-if>
112-
<else-if type="article-magazine article-newspaper" match="any">
113-
<group delimiter=", ">
114-
<text variable="title" text-case="capitalize-first" font-style="normal"/>
115-
<group font-style="italic" delimiter=" ">
116-
<text variable="container-title" text-case="capitalize-first" font-style="italic"/>
117-
<date form="text" variable="issued" font-style="italic" prefix="(" suffix=")"/>
118-
</group>
119-
</group>
120-
</else-if>
121110
<else-if type="thesis report manuscript" match="any">
122111
<text variable="title" text-case="capitalize-first" font-style="italic" suffix=", "/>
123-
<text variable="genre"/>
112+
<text variable="genre" suffix=", inédit"/>
124113
</else-if>
125-
<else-if type="entry-dictionary entry-encyclopedia" match="any">
126-
<group suffix=", ">
127-
<text variable="title" text-case="capitalize-first" quotes="true"/>
114+
<else-if type="entry-dictionary entry-encyclopedia chapter paper-conference" match="any">
115+
<group>
116+
<text variable="title" text-case="capitalize-first" quotes="false"/>
128117
<text value="in" font-style="italic" prefix=" " suffix=" "/>
129118
<text macro="editor" suffix=", "/>
130-
<text variable="container-title" quotes="true" vertical-align="baseline"/>
119+
<text variable="container-title" quotes="false" font-style="italic" vertical-align="baseline"/>
131120
</group>
132121
</else-if>
133122
<else-if type="webpage" match="any">
@@ -163,41 +152,36 @@
163152
<group delimiter=",">
164153
<text variable="number-of-volumes"/>
165154
<text variable="volume"/>
166-
<text variable="locator"/>
167155
</group>
168156
<text variable="number-of-pages" suffix=" p."/>
169157
</group>
170158
</if>
171159
<else-if type="manuscript thesis report" match="any">
172160
<group>
173161
<group>
174-
<text variable="number-of-volumes" form="short" suffix="&amp;#160;"/>
162+
<text variable="number-of-volumes" form="short" suffix=" "/>
175163
<text term="volume" form="short" suffix=", "/>
176164
</group>
177165
<group>
178-
<label variable="locator" form="short"/>
179-
<text variable="locator" suffix=", "/>
180-
</group>
181-
<group>
182-
<text variable="number-of-pages" prefix="inédit, " suffix="&amp;#160;"/>
166+
<text variable="number-of-pages" prefix="inédit, " suffix=" "/>
183167
<label variable="number-of-pages" form="short"/>
184168
</group>
185169
<group>
186-
<text variable="page" prefix="inédit, " suffix="&amp;#160;"/>
170+
<text variable="page" prefix="inédit, " suffix=" "/>
187171
<label variable="page" form="short"/>
188172
</group>
189173
</group>
190174
</else-if>
191-
<else-if type="chapter entry-dictionary entry-encyclopedia" match="any">
175+
<else-if type="chapter entry-dictionary entry-encyclopedia paper-conference" match="any">
192176
<group delimiter=", ">
193177
<group>
194-
<text term="volume" suffix=".&amp;#160;"/>
178+
<text term="volume" suffix=". "/>
195179
<text variable="number-of-volumes"/>
196180
<text variable="volume"/>
197181
</group>
198182
<group>
199183
<label variable="page" form="short"/>
200-
<text variable="page" prefix="&amp;#160;"/>
184+
<text variable="page" prefix=" "/>
201185
</group>
202186
</group>
203187
</else-if>
@@ -206,11 +190,11 @@
206190
<if match="any" is-numeric="page">
207191
<group>
208192
<label variable="page" form="short"/>
209-
<text variable="page" prefix="&amp;#160;"/>
193+
<text variable="page" prefix=" "/>
210194
</group>
211195
</if>
212196
<else>
213-
<text variable="URL" text-decoration="underline"/>
197+
<text variable="DOI" prefix="https://doi.org/"/>
214198
</else>
215199
</choose>
216200
</else-if>
@@ -241,16 +225,6 @@
241225
</choose>
242226
<text macro="issue" prefix=", "/>
243227
</if>
244-
<else-if type="chapter entry-dictionary entry-encyclopedia" match="any">
245-
<group delimiter=", ">
246-
<text variable="publisher-place" font-style="italic"/>
247-
</group>
248-
</else-if>
249-
<else-if type="manuscript thesis report" match="any">
250-
<group delimiter=", ">
251-
<text variable="publisher-place"/>
252-
</group>
253-
</else-if>
254228
<else-if type="article-magazine article-newspaper" match="any">
255229
<group delimiter="">
256230
<text macro="voljournal"/>
@@ -294,18 +268,18 @@
294268
</else-if>
295269
</choose>
296270
<text term="cited" font-style="italic" prefix=", "/>
297-
<text variable="locator" prefix="p.&amp;#160;"/>
271+
<text variable="locator" prefix="p. "/>
298272
</macro>
299273
<citation and="text" sort-separator=" ; " et-al-min="3" et-al-use-first="1">
300274
<sort>
301275
<key variable="issued"/>
302276
</sort>
303-
<layout delimiter="&amp;#160;; " prefix="(" suffix=")">
277+
<layout delimiter=" ; " prefix="(" suffix=")">
304278
<choose>
305279
<if match="any" position="ibid-with-locator">
306280
<group>
307281
<text term="ibid" font-style="italic" suffix="."/>
308-
<text variable="locator" prefix="p.&amp;#160;"/>
282+
<text variable="locator" prefix="p. "/>
309283
</group>
310284
</if>
311285
<else-if match="any" position="ibid">

0 commit comments

Comments
 (0)