Skip to content
forked from JabRef/jabref

Commit a51eb4f

Browse files
authored
Create societe-francaise-detude-de-la-ceramique-antique-en-gaule.csl (JabRef#4653)
1 parent 9032e5b commit a51eb4f

File tree

1 file changed

+303
-0
lines changed

1 file changed

+303
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,303 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<style xmlns="http://purl.org/net/xbiblio/csl" version="1.0" class="note" demote-non-dropping-particle="never" page-range-format="expanded" default-locale="fr-FR">
3+
<info>
4+
<title>Société Française d’Étude de la Céramique Antique en Gaule (French)</title>
5+
<title-short>SFECAG</title-short>
6+
<id>http://www.zotero.org/styles/societe-francaise-detude-de-la-ceramique-antique-en-gaule</id>
7+
<link href="http://www.zotero.org/styles/societe-francaise-detude-de-la-ceramique-antique-en-gaule" rel="self"/>
8+
<link href="http://www.zotero.org/styles/bibliotheque-d-archeologie-mediterraneenne-et-africaine-biama" rel="template"/>
9+
<link href="http://sfecag.free.fr/recommandations.pdf" rel="documentation"/>
10+
<author>
11+
<name>Patrick O'Brien</name>
12+
</author>
13+
<category citation-format="note"/>
14+
<category field="history"/>
15+
<category field="anthropology"/>
16+
<issn>1297-8213</issn>
17+
<updated>2020-03-30T08:49:30+00:00</updated>
18+
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
19+
</info>
20+
<locale xml:lang="fr">
21+
<terms>
22+
<term name="editor" form="short">dir.</term>
23+
<term name="anonymous">anonyme</term>
24+
<term name="page-range-delimiter">-</term>
25+
<term name="anonymous" form="short">anon.</term>
26+
<term name="no date">sans date</term>
27+
<term name="no date" form="short">s.d.</term>
28+
<term name="et-al">et alii</term>
29+
<term name="in">dans</term>
30+
</terms>
31+
</locale>
32+
<macro name="author">
33+
<names variable="author" delimiter=", ">
34+
<name sort-separator=", " initialize-with=". " delimiter=", "/>
35+
<et-al font-variant="normal" font-style="italic"/>
36+
<substitute>
37+
<text macro="container-author"/>
38+
</substitute>
39+
</names>
40+
</macro>
41+
<macro name="editor">
42+
<names variable="editor" delimiter=", ">
43+
<name sort-separator=", " initialize-with="." delimiter=", "/>
44+
<et-al font-variant="normal" font-style="italic"/>
45+
<label form="short" prefix=" (" text-case="lowercase" suffix=")"/>
46+
<substitute>
47+
<text macro="container-author"/>
48+
</substitute>
49+
</names>
50+
</macro>
51+
<macro name="container-author">
52+
<names variable="container-author" delimiter=", ">
53+
<name sort-separator=", " initialize-with="." delimiter=", "/>
54+
<et-al font-style="italic" font-variant="normal"/>
55+
</names>
56+
</macro>
57+
<macro name="pages">
58+
<group delimiter=" ">
59+
<label variable="page" form="short"/>
60+
<text variable="page"/>
61+
</group>
62+
</macro>
63+
<macro name="author-short">
64+
<names variable="author">
65+
<name form="short" delimiter=", "/>
66+
<et-al font-variant="normal" font-style="italic"/>
67+
<substitute>
68+
<names variable="editor"/>
69+
<text variable="title-short" font-style="italic"/>
70+
</substitute>
71+
</names>
72+
</macro>
73+
<macro name="collection">
74+
<group prefix="(" suffix=")" delimiter=", ">
75+
<text variable="collection-title"/>
76+
<text variable="collection-number"/>
77+
</group>
78+
</macro>
79+
<macro name="locator">
80+
<choose>
81+
<if locator="paragraph">
82+
<text variable="locator" prefix=", § "/>
83+
</if>
84+
<else>
85+
<group prefix=", ">
86+
<choose>
87+
<if locator="page">
88+
<text variable="locator"/>
89+
</if>
90+
<else>
91+
<label variable="locator" form="short" suffix=". "/>
92+
<text variable="locator"/>
93+
</else>
94+
</choose>
95+
</group>
96+
</else>
97+
</choose>
98+
</macro>
99+
<macro name="title">
100+
<choose>
101+
<if type="book" match="any">
102+
<text variable="title" font-style="italic"/>
103+
</if>
104+
<else-if type="webpage" match="any">
105+
<text variable="title"/>
106+
</else-if>
107+
<else-if variable="container-title" match="none">
108+
<text variable="title" font-style="italic"/>
109+
</else-if>
110+
<else>
111+
<text variable="title"/>
112+
</else>
113+
</choose>
114+
</macro>
115+
<macro name="publisher">
116+
<group delimiter=", ">
117+
<text variable="publisher"/>
118+
<text macro="edition"/>
119+
<text variable="publisher-place"/>
120+
</group>
121+
</macro>
122+
<macro name="year-date">
123+
<choose>
124+
<if variable="issued">
125+
<date variable="issued">
126+
<date-part name="year"/>
127+
</date>
128+
</if>
129+
<else>
130+
<text term="no date" form="short"/>
131+
</else>
132+
</choose>
133+
</macro>
134+
<macro name="number-of-pages">
135+
<text variable="number-of-pages" suffix=" p."/>
136+
</macro>
137+
<macro name="edition">
138+
<choose>
139+
<if is-numeric="edition">
140+
<group delimiter=" ">
141+
<number variable="edition" form="ordinal"/>
142+
<text term="edition" form="short" text-case="lowercase"/>
143+
</group>
144+
</if>
145+
<else>
146+
<text variable="edition"/>
147+
</else>
148+
</choose>
149+
</macro>
150+
<macro name="URL">
151+
<text variable="URL" prefix=" &lt;" suffix="&gt;"/>
152+
</macro>
153+
<citation et-al-min="4" et-al-use-first="1" disambiguate-add-year-suffix="true" collapse="year">
154+
<sort>
155+
<key macro="year-date"/>
156+
<key macro="author"/>
157+
</sort>
158+
<layout delimiter=", " prefix="(" suffix=")">
159+
<group delimiter=", ">
160+
<group delimiter=" ">
161+
<text macro="author-short"/>
162+
<text macro="year-date"/>
163+
</group>
164+
<text macro="locator"/>
165+
</group>
166+
</layout>
167+
</citation>
168+
<bibliography>
169+
<sort>
170+
<key macro="author"/>
171+
<key variable="issued"/>
172+
<key variable="page-first"/>
173+
<key variable="title"/>
174+
</sort>
175+
<layout suffix=".">
176+
<group font-weight="bold">
177+
<choose>
178+
<if variable="author">
179+
<names variable="author">
180+
<name form="short" delimiter=", " et-al-min="4" et-al-use-first="1"/>
181+
<et-al font-variant="normal" font-style="italic"/>
182+
</names>
183+
</if>
184+
<else-if variable="editor">
185+
<names variable="editor">
186+
<name form="short" delimiter=", " et-al-min="4" et-al-use-first="1"/>
187+
<substitute>
188+
<text macro="container-author"/>
189+
</substitute>
190+
</names>
191+
</else-if>
192+
<else>
193+
<text variable="title-short"/>
194+
</else>
195+
</choose>
196+
<text macro="year-date" prefix=" " suffix=" : "/>
197+
</group>
198+
<group>
199+
<choose>
200+
<if variable="author">
201+
<text macro="author" suffix=", "/>
202+
</if>
203+
<else-if variable="editor">
204+
<text macro="editor" suffix=", "/>
205+
</else-if>
206+
</choose>
207+
<choose>
208+
<if type="thesis">
209+
<group delimiter=", ">
210+
<text macro="title" font-style="italic"/>
211+
<text variable="genre"/>
212+
<text variable="publisher"/>
213+
<text macro="year-date"/>
214+
<text macro="number-of-pages"/>
215+
</group>
216+
</if>
217+
<else-if type="webpage post post-weblog" match="any">
218+
<group delimiter=" ">
219+
<group suffix="," delimiter=", ">
220+
<choose>
221+
<if variable="container-title" match="none">
222+
<text macro="title" font-style="italic"/>
223+
</if>
224+
<else>
225+
<text macro="title"/>
226+
<text variable="container-title" font-style="italic"/>
227+
</else>
228+
</choose>
229+
</group>
230+
<text macro="year-date"/>
231+
<text macro="URL"/>
232+
</group>
233+
</else-if>
234+
<else-if type="article-journal article-magazine article-newspaper" match="any">
235+
<group delimiter=", ">
236+
<text macro="title"/>
237+
<group delimiter=" ">
238+
<text term="in"/>
239+
<text variable="container-title" font-style="italic"/>
240+
</group>
241+
<text variable="volume"/>
242+
<text variable="issue"/>
243+
<text macro="year-date"/>
244+
<text macro="pages"/>
245+
</group>
246+
</else-if>
247+
<else-if type="book graphic" match="any">
248+
<group delimiter=", ">
249+
<text macro="title"/>
250+
<text macro="publisher"/>
251+
<text macro="collection"/>
252+
<text macro="year-date"/>
253+
<text macro="number-of-pages"/>
254+
</group>
255+
</else-if>
256+
<else-if type="entry-dictionary entry-encyclopedia" match="any">
257+
<group delimiter=", ">
258+
<text macro="title"/>
259+
<choose>
260+
<if variable="title-short" match="any">
261+
<text variable="title" form="short" font-style="italic"/>
262+
</if>
263+
<else>
264+
<text variable="container-title" font-style="italic"/>
265+
</else>
266+
</choose>
267+
<group delimiter=" ">
268+
<label variable="volume" form="short"/>
269+
<text variable="volume"/>
270+
</group>
271+
<text macro="year-date"/>
272+
<text macro="pages"/>
273+
</group>
274+
</else-if>
275+
<else-if type="chapter paper-conference" match="any">
276+
<group delimiter=", ">
277+
<text macro="title"/>
278+
<group delimiter=" ">
279+
<text term="in" font-style="normal"/>
280+
<text macro="editor"/>
281+
</group>
282+
<text variable="container-title" font-style="italic"/>
283+
<text macro="publisher"/>
284+
<text macro="collection"/>
285+
<text macro="year-date"/>
286+
<text macro="pages"/>
287+
</group>
288+
</else-if>
289+
<else>
290+
<group delimiter=", ">
291+
<text macro="title"/>
292+
<text macro="publisher"/>
293+
<text macro="collection"/>
294+
<text macro="year-date"/>
295+
<text macro="number-of-pages"/>
296+
<text macro="URL"/>
297+
</group>
298+
</else>
299+
</choose>
300+
</group>
301+
</layout>
302+
</bibliography>
303+
</style>

0 commit comments

Comments
 (0)