Skip to content

Commit 50d0635

Browse files
authored
Update annales-de-demographie-historique.csl (JabRef#4560)
1 parent 42b54d9 commit 50d0635

File tree

1 file changed

+15
-21
lines changed

1 file changed

+15
-21
lines changed

annales-de-demographie-historique.csl

+15-21
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
<?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="never" default-locale="fr-FR">
2+
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" demote-non-dropping-particle="never">
3+
<!-- Polyglot; journal publishes in English and French -->
34
<info>
4-
<title>Annales de démographie historique (French)</title>
5+
<title>Annales de démographie historique</title>
56
<title-short>ADH</title-short>
67
<id>http://www.zotero.org/styles/annales-de-demographie-historique</id>
78
<link href="http://www.zotero.org/styles/annales-de-demographie-historique" rel="self"/>
@@ -14,12 +15,12 @@
1415
<category field="history"/>
1516
<issn>0066-2062</issn>
1617
<eissn>1776-2774</eissn>
17-
<updated>2020-01-31T12:46:49+00:00</updated>
18+
<updated>2020-02-12T09:45:50+00:00</updated>
1819
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
1920
</info>
2021
<locale>
2122
<terms>
22-
<term name="in">dans</term>
23+
<term name="in">in</term>
2324
<term name="editor" form="short">
2425
<single>dir</single>
2526
<multiple>dir.</multiple>
@@ -35,7 +36,7 @@
3536
<label form="short" prefix=" (" suffix=")"/>
3637
</names>
3738
<names variable="editor translator" delimiter=", ">
38-
<name initialize-with="."/>
39+
<name/>
3940
<label form="short" prefix=" (" suffix=")"/>
4041
</names>
4142
</group>
@@ -60,7 +61,7 @@
6061
</macro>
6162
<macro name="author">
6263
<names variable="author" font-variant="small-caps">
63-
<name delimiter-precedes-last="always" initialize-with="." name-as-sort-order="all"/>
64+
<name delimiter-precedes-last="always" name-as-sort-order="all"/>
6465
<label form="short" prefix=" (" suffix=")"/>
6566
<substitute>
6667
<names variable="editor"/>
@@ -407,7 +408,10 @@
407408
<choose>
408409
<if type="article-journal article-magazine" match="any">
409410
<group delimiter=", " suffix="." prefix=" ">
410-
<text variable="volume"/>
411+
<group delimiter=" ">
412+
<text variable="volume"/>
413+
<text variable="issue" prefix="(" suffix=")"/>
414+
</group>
411415
<text variable="page"/>
412416
</group>
413417
<choose>
@@ -464,17 +468,7 @@
464468
</choose>
465469
</macro>
466470
<macro name="citation-locator">
467-
<group>
468-
<choose>
469-
<if locator="chapter">
470-
<label variable="locator" form="long" text-case="capitalize-first"/>
471-
</if>
472-
<else>
473-
<label variable="locator" form="short"/>
474-
</else>
475-
</choose>
476-
<text variable="locator" prefix=" "/>
477-
</group>
471+
<text variable="locator" prefix=" "/>
478472
</macro>
479473
<macro name="container">
480474
<choose>
@@ -484,11 +478,11 @@
484478
<if type="chapter paper-conference entry-encyclopedia" match="any">
485479
<group delimiter=" ">
486480
<text term="in" prefix=" " suffix=" "/>
487-
<text variable="container-title"/>
481+
<text macro="container-contributors"/>
488482
</group>
489483
</if>
490484
</choose>
491-
<text macro="container-contributors"/>
485+
<text variable="container-title"/>
492486
<text macro="secondary-contributors"/>
493487
<text macro="container-title" font-style="italic"/>
494488
</group>
@@ -498,7 +492,7 @@
498492
<macro name="container-title">
499493
<choose>
500494
<if type="article article-journal article-magazine article-newspaper" match="any">
501-
<text variable="container-title" form="short" font-style="italic"/>
495+
<text variable="container-title" font-style="italic"/>
502496
</if>
503497
</choose>
504498
</macro>

0 commit comments

Comments
 (0)