Skip to content

Commit 81d1a59

Browse files
authored
Update bibliotheque-d-archeologie-mediterraneenne-et-africaine-biama.csl (JabRef#4979)
1 parent 0895562 commit 81d1a59

File tree

1 file changed

+49
-8
lines changed

1 file changed

+49
-8
lines changed

bibliotheque-d-archeologie-mediterraneenne-et-africaine-biama.csl

+49-8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?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" default-locale="fr-FR" page-range-format="expanded">
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">
33
<info>
44
<title>Bibliothèque d'archéologie méditerranéenne et africaine (BiAMA) (French)</title>
55
<id>http://www.zotero.org/styles/bibliotheque-d-archeologie-mediterraneenne-et-africaine-biama</id>
@@ -15,7 +15,7 @@
1515
<category field="anthropology"/>
1616
<issn>2101-2849</issn>
1717
<summary>Feuille de style pour la Bibliothèque d'archéologie méditerranéenne et africaine</summary>
18-
<updated>2019-03-02T12:37:23+00:00</updated>
18+
<updated>2020-05-09T05:39:57+00:00</updated>
1919
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
2020
</info>
2121
<locale xml:lang="fr">
@@ -111,11 +111,44 @@
111111
</macro>
112112
<macro name="publisher">
113113
<group delimiter=", ">
114-
<text variable="publisher"/>
115-
<text macro="edition"/>
116114
<text variable="publisher-place"/>
115+
<text macro="edition"/>
116+
<text variable="publisher"/>
117+
</group>
118+
</macro>
119+
<macro name="event-date">
120+
<group prefix="(" suffix=")">
121+
<choose>
122+
<if variable="event-date">
123+
<date variable="event-date" form="text"/>
124+
</if>
125+
</choose>
117126
</group>
118127
</macro>
128+
<macro name="year-date-short">
129+
<choose>
130+
<if variable="event-date">
131+
<group delimiter=" ">
132+
<date variable="event-date">
133+
<date-part name="year"/>
134+
</date>
135+
<date variable="issued" prefix="[" suffix="]">
136+
<date-part name="year"/>
137+
</date>
138+
<text variable="year-suffix"/>
139+
</group>
140+
</if>
141+
<else-if variable="issued">
142+
<date variable="issued">
143+
<date-part name="year"/>
144+
</date>
145+
<text variable="year-suffix"/>
146+
</else-if>
147+
<else>
148+
<text term="no date" form="short"/>
149+
</else>
150+
</choose>
151+
</macro>
119152
<macro name="year-date">
120153
<choose>
121154
<if variable="issued">
@@ -151,14 +184,14 @@
151184
<layout delimiter="&#160;; ">
152185
<group>
153186
<text macro="author-short" suffix=" "/>
154-
<text macro="year-date"/>
187+
<text macro="year-date-short"/>
155188
<text macro="locator"/>
156189
</group>
157190
</layout>
158191
</citation>
159192
<bibliography>
160193
<sort>
161-
<key macro="author"/>
194+
<key macro="author-short"/>
162195
<key variable="issued"/>
163196
<key variable="page-first"/>
164197
<key variable="title"/>
@@ -174,7 +207,7 @@
174207
</if>
175208
<else-if variable="editor">
176209
<names variable="editor">
177-
<name form="short" delimiter=", " et-al-min="4" et-al-use-first="1"/>
210+
<name form="short" delimiter=", " et-al-use-first="1" et-al-min="4"/>
178211
<substitute>
179212
<text macro="container-author"/>
180213
</substitute>
@@ -184,7 +217,7 @@
184217
<text variable="title-short"/>
185218
</else>
186219
</choose>
187-
<text macro="year-date" prefix=" " suffix="&#160;: "/>
220+
<text macro="year-date-short" prefix=" " suffix="&#160;: "/>
188221
</group>
189222
<group>
190223
<choose>
@@ -235,6 +268,10 @@
235268
<else-if type="book graphic" match="any">
236269
<group delimiter=", ">
237270
<text macro="title"/>
271+
<group delimiter=" ">
272+
<text variable="genre"/>
273+
<text macro="event-date"/>
274+
</group>
238275
<text macro="publisher"/>
239276
<text macro="collection"/>
240277
<text macro="year-date"/>
@@ -268,6 +305,10 @@
268305
<text macro="editor"/>
269306
</group>
270307
<text variable="container-title" font-style="italic"/>
308+
<group delimiter=" ">
309+
<text variable="genre"/>
310+
<text macro="event-date"/>
311+
</group>
271312
<text macro="publisher"/>
272313
<text macro="collection"/>
273314
<text macro="year-date"/>

0 commit comments

Comments
 (0)