Skip to content

Commit d40b5ff

Browse files
authored
Small corrections in IFAO style (JabRef#4761)
1 parent ba4dd7c commit d40b5ff

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

institut-francais-darcheologie-orientale.csl

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<category field="history"/>
2020
<category field="anthropology"/>
2121
<summary>Author-date style for IFAO series</summary>
22-
<updated>2020-04-24T10:09:48+00:00</updated>
22+
<updated>2020-04-29T00:53:29+00:00</updated>
2323
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
2424
</info>
2525
<locale xml:lang="fr">
@@ -39,10 +39,7 @@
3939
</terms>
4040
</locale>
4141
<macro name="volume">
42-
<group delimiter="&#160;">
43-
<text term="volume" form="short"/>
44-
<text variable="volume"/>
45-
</group>
42+
<text variable="volume"/>
4643
</macro>
4744
<macro name="book">
4845
<group delimiter=", ">
@@ -68,7 +65,7 @@
6865
</macro>
6966
<macro name="URL">
7067
<group delimiter=", ">
71-
<text variable="URL" prefix="&lt;" suffix="&gt;"/>
68+
<text variable="URL"/>
7269
<text macro="access"/>
7370
</group>
7471
</macro>
@@ -242,11 +239,11 @@
242239
<text variable="volume"/>
243240
</group>
244241
<text macro="year-date"/>
245-
<group delimiter="&#160; ">
242+
<group delimiter="&#160;">
246243
<text term="column" form="short"/>
247244
<text variable="page"/>
248245
</group>
249-
<group delimiter="&#160; ">
246+
<group delimiter="&#160;">
250247
<text term="sub verbo" form="short" font-style="italic"/>
251248
<text macro="title" quotes="true"/>
252249
</group>
@@ -289,27 +286,30 @@
289286
</else-if>
290287
<else-if type="chapter paper-conference" match="any">
291288
<group delimiter=", ">
292-
<text macro="title" quotes="true"/>
293-
<choose>
294-
<if variable="editor container-author" match="any">
295-
<group>
296-
<text value="in" font-style="italic" suffix=" "/>
297-
<text macro="editor" suffix=", "/>
298-
<text variable="container-title" font-style="italic" text-case="title"/>
299-
</group>
300-
</if>
301-
<else>
302-
<group>
303-
<text value="in" suffix=" "/>
304-
<text variable="container-title" font-style="italic" text-case="title"/>
305-
</group>
306-
</else>
307-
</choose>
289+
<group delimiter=" ">
290+
<text macro="title" quotes="true"/>
291+
<choose>
292+
<if variable="editor container-author" match="any">
293+
<group>
294+
<text value="in" font-style="italic" suffix=" "/>
295+
<text macro="editor" suffix=", "/>
296+
<text variable="container-title" font-style="italic" text-case="title"/>
297+
</group>
298+
</if>
299+
<else>
300+
<group>
301+
<text value="in" suffix=" "/>
302+
<text variable="container-title" font-style="italic" text-case="title"/>
303+
</group>
304+
</else>
305+
</choose>
306+
</group>
308307
<text macro="volume"/>
309308
<text macro="genre"/>
310309
<text macro="edition"/>
311310
<text macro="collection"/>
312311
<text macro="publisher"/>
312+
<text macro="year-date"/>
313313
<text macro="pages"/>
314314
</group>
315315
</else-if>

0 commit comments

Comments
 (0)