Skip to content
forked from JabRef/jabref

Commit 0cb6762

Browse files
authored
Create Bulletin du Centre d’études médiévales d’Auxerre (JabRef#4635)
1 parent 784a1c9 commit 0cb6762

File tree

1 file changed

+249
-0
lines changed

1 file changed

+249
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,249 @@
1+
<?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="sort-only" default-locale="fr-FR">
3+
<info>
4+
<title>Bulletin du Centre d’études médiévales d’Auxerre (French)</title>
5+
<title-short>Bucema</title-short>
6+
<id>http://www.zotero.org/styles/bulletin-du-centre-detudes-medievales-dauxerre</id>
7+
<link href="http://www.zotero.org/styles/bulletin-du-centre-detudes-medievales-dauxerre" rel="self"/>
8+
<link href="http://www.zotero.org/styles/revue-archeologique-du-centre-de-la-france" rel="template"/>
9+
<link href="http://cem.revues.org/index522.html#tocfrom1n3" rel="documentation"/>
10+
<author>
11+
<name>Francois Capron</name>
12+
<email>[email protected]</email>
13+
</author>
14+
<category citation-format="numeric"/>
15+
<category field="history"/>
16+
<category field="anthropology"/>
17+
<issn>1623-5770</issn>
18+
<eissn>1954-3093</eissn>
19+
<updated>2020-03-21T14:53:59+00:00</updated>
20+
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
21+
</info>
22+
<locale>
23+
<terms>
24+
<term name="collection-editor" form="short">dir.</term>
25+
<term name="editor" form="short">éd.</term>
26+
<term name="container-author" form="short">dir.</term>
27+
</terms>
28+
</locale>
29+
<macro name="editor-biblio">
30+
<choose>
31+
<if variable="container-author">
32+
<names variable="container-author">
33+
<name sort-separator=" " delimiter=", " initialize-with=". ">
34+
<name-part name="given"/>
35+
<name-part name="family" text-case="uppercase"/>
36+
</name>
37+
<label prefix=" (" suffix=")" form="short"/>
38+
</names>
39+
</if>
40+
<else-if variable="editor">
41+
<names variable="editor">
42+
<name sort-separator=" " delimiter=", " initialize-with=". ">
43+
<name-part name="given"/>
44+
<name-part name="family" text-case="uppercase"/>
45+
</name>
46+
<label prefix=" (" suffix=")" form="short"/>
47+
</names>
48+
</else-if>
49+
<else-if variable="collection-editor">
50+
<names variable="collection-editor">
51+
<name sort-separator=" " delimiter=", " initialize-with=". ">
52+
<name-part name="given"/>
53+
<name-part name="family" text-case="uppercase"/>
54+
</name>
55+
<label prefix=" (" suffix=")" form="short"/>
56+
</names>
57+
</else-if>
58+
</choose>
59+
</macro>
60+
<macro name="author-short">
61+
<choose>
62+
<if variable="author">
63+
<names variable="author">
64+
<name and="text" delimiter=", " initialize-with=". " delimiter-precedes-last="never" sort-separator=" " et-al-min="4" et-al-use-first="1" font-variant="small-caps"/>
65+
<label form="short" prefix=", " suffix=". " text-case="uppercase" strip-periods="true"/>
66+
<et-al font-style="italic" font-variant="normal"/>
67+
</names>
68+
</if>
69+
<else-if variable="editor">
70+
<text macro="editor"/>
71+
</else-if>
72+
<else-if type="book">
73+
<text variable="title-short" suffix=" ..."/>
74+
</else-if>
75+
<else-if type="article-journal">
76+
<text macro="journal-no-author"/>
77+
</else-if>
78+
</choose>
79+
</macro>
80+
<macro name="year-date">
81+
<choose>
82+
<if variable="issued">
83+
<date variable="issued">
84+
<date-part name="year"/>
85+
</date>
86+
</if>
87+
<else>
88+
<text value="[s.d.]"/>
89+
</else>
90+
</choose>
91+
</macro>
92+
<macro name="publisher">
93+
<choose>
94+
<if variable="publisher-place">
95+
<text variable="publisher-place" suffix=", "/>
96+
</if>
97+
<else>
98+
<text value="[s.l.]&#160;, "/>
99+
</else>
100+
</choose>
101+
</macro>
102+
<macro name="journal-title">
103+
<choose>
104+
<if type="chapter paper-conference article-journal article-magazine article-newspaper webpage" match="any">
105+
<group suffix=", ">
106+
<text variable="container-title" font-style="italic" form="short"/>
107+
<choose>
108+
<if variable="URL DOI" match="any">
109+
<text value="en ligne" prefix=" [" suffix="]" text-case="capitalize-first"/>
110+
</if>
111+
</choose>
112+
</group>
113+
</if>
114+
<else>
115+
<text variable="container-title" font-style="italic" suffix=". " form="short"/>
116+
</else>
117+
</choose>
118+
</macro>
119+
<macro name="title">
120+
<group delimiter=" ">
121+
<choose>
122+
<if type="chapter paper-conference article-journal article-magazine article-newspaper webpage" match="none">
123+
<text variable="title" font-style="italic"/>
124+
<choose>
125+
<if variable="URL DOI" match="any">
126+
<text value="en ligne" prefix=" [" suffix="]" text-case="capitalize-first"/>
127+
</if>
128+
</choose>
129+
</if>
130+
<else>
131+
<text variable="title"/>
132+
</else>
133+
</choose>
134+
</group>
135+
</macro>
136+
<macro name="collection">
137+
<group prefix=" (" suffix=")">
138+
<choose>
139+
<if variable="collection-number">
140+
<text variable="collection-title"/>
141+
<text variable="collection-number" prefix=", "/>
142+
</if>
143+
<else>
144+
<text variable="collection-title"/>
145+
</else>
146+
</choose>
147+
</group>
148+
</macro>
149+
<macro name="editor">
150+
<names variable="editor">
151+
<name and="text" delimiter=", " initialize-with=". " delimiter-precedes-last="never" sort-separator=" " et-al-min="4" et-al-use-first="1" font-variant="small-caps"/>
152+
<label form="short" prefix=", " suffix=". " text-case="uppercase" strip-periods="true"/>
153+
<et-al font-style="italic" font-variant="normal"/>
154+
</names>
155+
</macro>
156+
<macro name="journal-no-author">
157+
<group suffix=",">
158+
<text variable="container-title" form="short" font-style="italic"/>
159+
<text variable="volume" prefix=", " form="short"/>
160+
<text variable="issue" prefix=", " form="short"/>
161+
</group>
162+
</macro>
163+
<macro name="pages">
164+
<choose>
165+
<if type="report" match="any">
166+
<text variable="page"/>
167+
</if>
168+
<else>
169+
<text variable="number-of-pages" prefix=", "/>
170+
</else>
171+
</choose>
172+
</macro>
173+
<citation collapse="citation-number">
174+
<sort>
175+
<key variable="citation-number"/>
176+
</sort>
177+
<layout delimiter="," vertical-align="sup">
178+
<text variable="citation-number"/>
179+
</layout>
180+
</citation>
181+
<bibliography>
182+
<layout>
183+
<text variable="citation-number" suffix="&#160;"/>
184+
<group delimiter=" ">
185+
<text macro="author-short"/>
186+
</group>
187+
<group suffix=". ">
188+
<choose>
189+
<if type="thesis">
190+
<text macro="title" prefix=", "/>
191+
<text variable="genre" prefix=", "/>
192+
<text variable="publisher" prefix=", "/>
193+
<text macro="publisher" prefix=", "/>
194+
<text macro="year-date"/>
195+
</if>
196+
<else-if type="book">
197+
<text macro="title" prefix=", "/>
198+
<text variable="genre" prefix=", " font-style="italic"/>
199+
<text macro="editor-biblio" prefix=", "/>
200+
<text variable="volume" prefix=", "/>
201+
<text macro="publisher" prefix=", "/>
202+
<text macro="year-date"/>
203+
<text macro="collection"/>
204+
<text macro="pages" suffix=" p."/>
205+
</else-if>
206+
<else-if type="report">
207+
<text macro="title" prefix=", "/>
208+
<text variable="genre" prefix=", " font-style="italic"/>
209+
<text macro="editor-biblio" prefix=", "/>
210+
<text variable="volume" prefix=", "/>
211+
<text variable="archive" prefix=", "/>
212+
<text macro="year-date" prefix=", "/>
213+
<text macro="pages" prefix=", "/>
214+
</else-if>
215+
<else-if type="chapter paper-conference" match="any">
216+
<text macro="title" prefix=", « " suffix=" », "/>
217+
<group prefix=" ">
218+
<text value="in" suffix=" : " font-style="italic"/>
219+
<text macro="editor-biblio"/>
220+
<text variable="event" prefix=", " font-style="italic"/>
221+
<text macro="journal-title" prefix=", "/>
222+
</group>
223+
<text variable="collection-title" suffix=", "/>
224+
<text macro="publisher"/>
225+
<text variable="page" prefix=" p. "/>
226+
</else-if>
227+
<else-if type="article-journal" match="any">
228+
<text macro="title" prefix=", « " suffix=" », "/>
229+
<group prefix=" ">
230+
<text term="in" suffix=" "/>
231+
<text macro="journal-title"/>
232+
</group>
233+
<text variable="volume" form="short"/>
234+
<text variable="issue" prefix=", " form="short"/>
235+
<text variable="page" prefix=", p. "/>
236+
</else-if>
237+
<else>
238+
<text macro="title" prefix=", "/>
239+
<text variable="genre" prefix=", " font-style="italic"/>
240+
<text macro="editor-biblio" prefix=", "/>
241+
<text variable="volume" prefix=", "/>
242+
<text macro="publisher" prefix=", "/>
243+
<text macro="year-date"/>
244+
</else>
245+
</choose>
246+
</group>
247+
</layout>
248+
</bibliography>
249+
</style>

0 commit comments

Comments
 (0)