Skip to content

Commit 29737e5

Browse files
sebastien-plutniakrmzelle
authored andcommitted
Create prehistoires-mediterraneennes.csl (#4300)
1 parent 0a19d01 commit 29737e5

File tree

1 file changed

+229
-0
lines changed

1 file changed

+229
-0
lines changed

prehistoires-mediterraneennes.csl

+229
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,229 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" page-range-format="expanded">
3+
<!-- Polyglot; journal publishes in French and English -->
4+
<info>
5+
<title>Préhistoires méditerranéennes</title>
6+
<title-short>PréhMéd</title-short>
7+
<id>http://www.zotero.org/styles/prehistoires-mediterraneennes</id>
8+
<link href="http://www.zotero.org/styles/prehistoires-mediterraneennes" rel="self"/>
9+
<link href="https://journals.openedition.org/pm/" rel="documentation"/>
10+
<author>
11+
<name>Sébastien Plutniak</name>
12+
<email>sebastien.plutniak@posteo.net</email>
13+
</author>
14+
<category citation-format="author-date"/>
15+
<category field="history"/>
16+
<issn>2118-8211</issn>
17+
<eissn>2105-2565</eissn>
18+
<summary>Style for the Préhistoires méditerranéennes journal.</summary>
19+
<updated>2019-08-10T15:20:00+01: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 xml:lang="fr">
23+
<terms>
24+
<term name="editor" form="short">
25+
<single>(Dir.)</single>
26+
<multiple>(Dir.)</multiple>
27+
</term>
28+
<term name="editorial-director" form="short">
29+
<single>(Dir.)</single>
30+
<multiple>(Dir.)</multiple>
31+
</term>
32+
<term name="page" form="short">
33+
<single>p.</single>
34+
<multiple>p.</multiple>
35+
</term>
36+
</terms>
37+
</locale>
38+
<locale xml:lang="en">
39+
<terms>
40+
<term name="editor" form="short">
41+
<single>(ed.)</single>
42+
<multiple>(ed.)</multiple>
43+
</term>
44+
<term name="page" form="short">
45+
<single>p.</single>
46+
<multiple>p.</multiple>
47+
</term>
48+
</terms>
49+
</locale>
50+
<!-- Macros definitions -->
51+
<macro name="editor">
52+
<names variable="editor" delimiter=" ">
53+
<name name-as-sort-order="all" sort-separator=" " delimiter=", " delimiter-precedes-last="never" initialize-with="."/>
54+
<label form="short" prefix=" " suffix=" " text-case="lowercase"/>
55+
<et-al term="et-al" font-style="italic"/>
56+
<substitute>
57+
<names variable="editorial-director"/>
58+
</substitute>
59+
</names>
60+
</macro>
61+
<macro name="author-short">
62+
<names variable="author">
63+
<name and="symbol" form="short" delimiter=", " delimiter-precedes-last="never" initialize-with="."/>
64+
<et-al font-style="italic"/>
65+
<substitute>
66+
<names variable="editor"/>
67+
</substitute>
68+
</names>
69+
</macro>
70+
<macro name="author-long">
71+
<names variable="author">
72+
<name name-as-sort-order="all" sort-separator=" " delimiter=", " delimiter-precedes-last="contextual" initialize-with=".">
73+
<name-part name="family" text-case="uppercase"/>
74+
</name>
75+
<et-al term="et-al" font-style="italic"/>
76+
<label form="short" prefix=" " text-case="lowercase"/>
77+
<substitute>
78+
<names variable="editor">
79+
<name name-as-sort-order="all" sort-separator=", " delimiter=", " delimiter-precedes-last="always" initialize-with=".&#160;"/>
80+
<et-al font-style="italic"/>
81+
<label form="short" prefix=" " suffix="" text-case="lowercase"/>
82+
<substitute>
83+
<names variable="editorial-director"/>
84+
</substitute>
85+
</names>
86+
</substitute>
87+
</names>
88+
</macro>
89+
<macro name="collection-info">
90+
<choose>
91+
<if variable="collection-title collection-number" match="all">
92+
<text variable="collection-title" suffix="&#160;; "/>
93+
<text variable="collection-number"/>
94+
</if>
95+
<else-if variable="collection-title">
96+
<text variable="collection-title"/>
97+
</else-if>
98+
</choose>
99+
</macro>
100+
<macro name="year-date-short">
101+
<choose>
102+
<if variable="issued">
103+
<date variable="issued">
104+
<date-part name="year"/>
105+
</date>
106+
</if>
107+
<else>
108+
<text term="no date" form="short"/>
109+
</else>
110+
</choose>
111+
</macro>
112+
<macro name="citation-locator">
113+
<group>
114+
<label variable="locator" form="short" suffix=".&#160;"/>
115+
<text variable="locator"/>
116+
</group>
117+
</macro>
118+
<macro name="page">
119+
<group>
120+
<label variable="page" suffix=".&#160;" form="short"/>
121+
<text variable="page"/>
122+
</group>
123+
</macro>
124+
<!-- End of macros definition -->
125+
<!-- Format of short entries -->
126+
<citation et-al-min="2" et-al-use-first="1" disambiguate-add-year-suffix="true" disambiguate-add-names="true" collapse="year">
127+
<sort>
128+
<key macro="author-short"/>
129+
<key macro="year-date-short"/>
130+
</sort>
131+
<layout prefix="" suffix="" delimiter="&#160; ">
132+
<group delimiter=" " suffix=" ">
133+
<text macro="author-short"/>
134+
</group>
135+
<group delimiter=", ">
136+
<text macro="year-date-short"/>
137+
<text macro="citation-locator"/>
138+
</group>
139+
</layout>
140+
</citation>
141+
<!-- Format of full entries -->
142+
<bibliography>
143+
<sort>
144+
<key macro="author-long"/>
145+
<key variable="issued"/>
146+
</sort>
147+
<layout suffix=".">
148+
<text macro="author-short" font-weight="bold" suffix=" "/>
149+
<text macro="year-date-short" font-weight="bold" suffix=", "/>
150+
<text macro="author-long" suffix=", "/>
151+
<choose>
152+
<if type="article article-newspaper article-magazine" match="any">
153+
<group delimiter=" ">
154+
<text variable="title" quotes="false"/>
155+
<text variable="container-title" font-style="italic" prefix=""/>
156+
</group>
157+
<group delimiter=", ">
158+
<text macro="page"/>
159+
<text variable="DOI" prefix="DOI&#160;: "/>
160+
</group>
161+
</if>
162+
<else-if type="book">
163+
<group delimiter=", ">
164+
<text variable="title" font-style="italic" text-case="capitalize-first"/>
165+
<text variable="edition"/>
166+
<text variable="publisher-place"/>
167+
<text variable="publisher"/>
168+
<text macro="year-date-short"/>
169+
<text variable="number-of-pages" suffix="&#160;p."/>
170+
</group>
171+
<text macro="collection-info" prefix=" (" suffix=")"/>
172+
</else-if>
173+
<else-if type="chapter paper-conference" match="any">
174+
<text variable="title" suffix="," font-style="italic" quotes="false"/>
175+
<group delimiter=" ">
176+
<text value="in&#160;:" prefix=" " suffix=" "/>
177+
</group>
178+
<group delimiter=", ">
179+
<text macro="editor" suffix=""/>
180+
<text variable="container-title" suffix="" font-style="italic"/>
181+
<text variable="publisher-place"/>
182+
<text variable="publisher"/>
183+
<text macro="year-date-short"/>
184+
<text macro="page"/>
185+
</group>
186+
<text macro="collection-info" prefix=" (" suffix=")"/>
187+
</else-if>
188+
<else-if type="thesis">
189+
<group delimiter=", ">
190+
<text variable="title" font-style="italic"/>
191+
<text variable="publisher-place"/>
192+
<text macro="year-date-short"/>
193+
<choose>
194+
<if variable="genre">
195+
<text variable="genre"/>
196+
</if>
197+
<else>
198+
<text value="thèse de doctorat"/>
199+
</else>
200+
</choose>
201+
<text variable="number-of-pages" suffix="&#160;p."/>
202+
</group>
203+
</else-if>
204+
<else-if type="report">
205+
<group delimiter=", ">
206+
<text variable="title" font-style="italic" quotes="false"/>
207+
<text variable="genre"/>
208+
<text variable="collection-title" font-style="italic"/>
209+
<text variable="number"/>
210+
<text variable="publisher"/>
211+
<text variable="publisher-place"/>
212+
<text macro="year-date-short"/>
213+
</group>
214+
</else-if>
215+
<else>
216+
<text variable="title" suffix=", " quotes="false"/>
217+
<group delimiter=", ">
218+
<text variable="container-title" font-style="italic"/>
219+
<text variable="volume"/>
220+
<text variable="issue"/>
221+
<text macro="year-date-short"/>
222+
<text macro="page"/>
223+
<text variable="DOI" prefix="DOI&#160;: "/>
224+
</group>
225+
</else>
226+
</choose>
227+
</layout>
228+
</bibliography>
229+
</style>

0 commit comments

Comments
 (0)