forked from citation-style-language/styles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcahiers-mondes-anciens.csl
264 lines (262 loc) · 8.73 KB
/
cahiers-mondes-anciens.csl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" class="note" version="1.0" demote-non-dropping-particle="sort-only" default-locale="fr-FR">
<!--
Feuille de style CSL
à destination du logiciel Zotero
comportant les instructions de formatage des références bibliographiques et de la bibliographie de littérature secondaire définies par la revue Cahiers Mondes Anciens [https://journals.openedition.org/mondesanciens/273]
réalisée par Louis Autin ([email protected] / SU)
-->
<!-- INFORMATIONS RELATIVES A LA FEUILLE DE STYLE -->
<info>
<title>Cahiers Mondes Anciens (Français)</title>
<title-short>CMA</title-short>
<id>http://www.zotero.org/styles/cahiers-mondes-anciens</id>
<link href="http://www.zotero.org/styles/cahiers-mondes-anciens" rel="self"/>
<link href="http://www.zotero.org/styles/vita-latina" rel="template"/>
<link href="https://journals.openedition.org/mondesanciens/273" rel="documentation"/>
<author>
<name>Louis Autin (SU)</name>
<email>[email protected]</email>
</author>
<category citation-format="note"/>
<category field="humanities"/>
<eissn>2107-0199</eissn>
<summary>Zotero stylesheet for Cahiers des Mondes Anciens (journal)</summary>
<published>2022-09-02T00:00:00</published>
<updated>2022-09-02T00:00:00</updated>
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
</info>
<!-- INSTRUCTIONS DE FORMATAGE EN FRANCAIS -->
<locale>
<terms>
<term name="editor" form="short">
<single>éd.</single>
<multiple>éd.</multiple>
</term>
<term name="accessed">consulté le </term>
<term name="translator" form="verb-short">trad.</term>
<term name="in">dans</term>
<term name="no date">pas de date</term>
</terms>
</locale>
<!-- MACROS DE CITATION -->
<macro name="auteurs-court">
<names variable="author">
<name form="short" initialize-with=". " and="text" delimiter=", "/>
<substitute>
<names variable="editor"/>
<names variable="translator"/>
<text macro="titre"/>
</substitute>
</names>
</macro>
<macro name="indication-localisation">
<group delimiter=", ">
<choose>
<if type="book report thesis" match="any">
<group>
<text term="volume" form="short" suffix=" "/>
<number variable="volume" form="numeric"/>
</group>
</if>
</choose>
<group delimiter=" ">
<choose>
<if locator="page" match="none">
<label variable="locator" form="short" suffix=" "/>
</if>
<else>
<label variable="page" form="short" suffix=" "/>
</else>
</choose>
<text variable="locator"/>
</group>
</group>
</macro>
<!-- MACROS DE BIBLIOGRAPHIE -->
<macro name="auteurs">
<names variable="author">
<name name-as-sort-order="all" and="text" sort-separator=" " delimiter=", " initialize-with=". "/>
<label form="short"/>
<substitute>
<names variable="editor"/>
<names variable="translator"/>
</substitute>
</names>
</macro>
<macro name="date-publication">
<choose>
<if variable="issued">
<date variable="issued" prefix="(" suffix="), ">
<date-part name="year"/>
</date>
</if>
<else>
<text term="no date" form="short"/>
</else>
</choose>
</macro>
<macro name="titre">
<choose>
<if type="book report thesis" match="any">
<text variable="title" font-style="italic" text-case="title"/>
</if>
<else>
<text variable="title" quotes="true"/>
<!-- plutôt que prefix="« " suffix=" »" -->
</else>
</choose>
</macro>
<macro name="auteurs-secondaires">
<choose>
<if type="chapter paper-conference" match="none">
<group delimiter=". ">
<choose>
<if variable="author">
<names variable="editor" delimiter=". ">
<name and="text" sort-separator=" " delimiter=", " initialize-with=". "/>
<label form="short" prefix=" (" suffix=")"/>
</names>
</if>
</choose>
<choose>
<if variable="author editor" match="any">
<names variable="translator" delimiter=". ">
<name and="text" sort-separator=" " delimiter=", " initialize-with=". "/>
<label form="short" prefix=" (" suffix=")"/>
</names>
</if>
</choose>
</group>
</if>
</choose>
</macro>
<macro name="auteurs-ouvrage">
<choose>
<if type="chapter paper-conference" match="any">
<text term="in" suffix=" "/>
<choose>
<if variable="author">
<names variable="editor" delimiter=", ">
<name name-as-sort-order="all" sort-separator=" " and="text" delimiter=", " initialize-with=". " delimiter-precedes-last="never"/>
<label form="short" prefix=" "/>
</names>
</if>
</choose>
<choose>
<if variable="author editor" match="any">
<names variable="translator" delimiter=", ">
<name name-as-sort-order="all" sort-separator=" " and="text" delimiter=", " initialize-with=". " delimiter-precedes-last="never"/>
<label form="short" prefix=" "/>
</names>
</if>
</choose>
</if>
</choose>
</macro>
<macro name="titre-ouvrage">
<text variable="container-title" form="short" font-style="italic"/>
<choose>
<if type="article-journal">
<text variable="volume" prefix=" " suffix=","/>
</if>
</choose>
</macro>
<macro name="lieu-edition">
<choose>
<if type="book chapter thesis report paper-conference" match="any">
<text variable="publisher-place"/>
</if>
</choose>
</macro>
<macro name="publication">
<choose>
<if type="thesis">
<group prefix=", ">
<text value="thèse de doctorat soutenue à "/>
<text macro="lieu-edition"/>
</group>
</if>
<else>
<group prefix=", " delimiter=", ">
<text macro="lieu-edition"/>
</group>
</else>
</choose>
</macro>
<macro name="pages-chapitre">
<choose>
<if type="chapter paper-conference" match="any">
<group>
<text variable="volume"/>
<label variable="page" prefix=", " suffix=" " form="short"/>
<text variable="page"/>
</group>
</if>
</choose>
</macro>
<macro name="pages-article">
<choose>
<if type="article-journal">
<label variable="page" prefix=", " suffix=" " form="short"/>
<text variable="page"/>
</if>
</choose>
</macro>
<macro name="type-acces">
<group delimiter=" - ">
<text variable="URL" text-decoration="underline" prefix=" [" suffix="]"/>
<choose>
<if variable="URL">
<group prefix=" consulté le ">
<date variable="accessed">
<date-part name="day" suffix="/"/>
<date-part name="month" form="numeric" suffix="/"/>
<date-part name="year"/>
</date>
</group>
</if>
</choose>
</group>
</macro>
<!-- INSTRUCTIONS DE FORMATAGE DES CITATIONS -->
<citation et-al-min="4" et-al-use-first="1" disambiguate-add-names="true" disambiguate-add-year-suffix="true">
<layout delimiter=" ; ">
<group delimiter=", ">
<group delimiter=" ">
<text macro="auteurs-court"/>
<date variable="issued">
<date-part name="year"/>
</date>
</group>
<text macro="indication-localisation"/>
</group>
</layout>
</citation>
<!-- INSTRUCTIONS DE FORMATAGE DE LA BIBLIOGRAPHIE -->
<bibliography et-al-min="11" et-al-use-first="7" subsequent-author-substitute="—" entry-spacing="0">
<sort>
<key macro="auteurs"/>
<key variable="issued" sort="ascending"/>
</sort>
<layout suffix=".">
<group delimiter=" ">
<text macro="auteurs"/>
<group delimiter=", ">
<group>
<text macro="date-publication"/>
<text macro="titre"/>
</group>
<text macro="auteurs-secondaires"/>
<text macro="auteurs-ouvrage"/>
<text macro="titre-ouvrage"/>
</group>
</group>
<text macro="publication"/>
<text macro="pages-chapitre"/>
<text macro="pages-article"/>
<text macro="type-acces"/>
</layout>
</bibliography>
</style>
<!-- FIN DE LA FEUILLE DE STYLE -->