Skip to content

Commit a044ab2

Browse files
authored
Update groupe-danthropologie-et-darcheologie-funeraire.csl (JabRef#4599)
1 parent beab323 commit a044ab2

File tree

1 file changed

+22
-7
lines changed

1 file changed

+22
-7
lines changed

groupe-danthropologie-et-darcheologie-funeraire.csl

+22-7
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<category citation-format="author-date"/>
1515
<category field="history"/>
1616
<category field="anthropology"/>
17-
<updated>2020-01-22T01:24:22+00:00</updated>
17+
<updated>2020-03-05T03:30:20+00:00</updated>
1818
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
1919
</info>
2020
<locale>
@@ -31,7 +31,7 @@
3131
</locale>
3232
<macro name="author">
3333
<names variable="author">
34-
<name name-as-sort-order="all" sort-separator=", " delimiter=", " initialize-with=". ">
34+
<name name-as-sort-order="all" sort-separator=" " delimiter=", " initialize-with=". ">
3535
<name-part name="family"/>
3636
<name-part name="given"/>
3737
</name>
@@ -71,7 +71,7 @@
7171
</macro>
7272
<macro name="editor">
7373
<names variable="editor">
74-
<name name-as-sort-order="all" sort-separator=", " delimiter=", " initialize-with=". ">
74+
<name name-as-sort-order="all" sort-separator=" " delimiter=", " initialize-with=". ">
7575
<name-part name="family"/>
7676
<name-part name="given"/>
7777
</name>
@@ -81,7 +81,7 @@
8181
<macro name="collection-editor">
8282
<group>
8383
<names variable="collection-editor">
84-
<name name-as-sort-order="all" sort-separator=", " delimiter=", " initialize-with=". ">
84+
<name name-as-sort-order="all" sort-separator=" " delimiter=", " initialize-with=". ">
8585
<name-part name="family"/>
8686
<name-part name="given"/>
8787
</name>
@@ -91,7 +91,7 @@
9191
</macro>
9292
<macro name="translator">
9393
<names variable="translator">
94-
<name name-as-sort-order="all" sort-separator=", " delimiter=", " initialize-with=". ">
94+
<name name-as-sort-order="all" sort-separator=" " delimiter=", " initialize-with=". ">
9595
<name-part name="family"/>
9696
<name-part name="given"/>
9797
</name>
@@ -273,7 +273,7 @@
273273
<macro name="issue">
274274
<text variable="volume" prefix=" "/>
275275
<group delimiter=", ">
276-
<text variable="issue" prefix="-"/>
276+
<text variable="issue" prefix=" (" suffix=")"/>
277277
<group delimiter="&#160;">
278278
<text variable="page" prefix=", "/>
279279
</group>
@@ -317,6 +317,20 @@
317317
</if>
318318
</choose>
319319
</macro>
320+
<macro name="accessed">
321+
<choose>
322+
<if variable="URL">
323+
<group>
324+
<text term="accessed"/>
325+
<date variable="accessed">
326+
<date-part name="day" prefix="&#160;"/>
327+
<date-part name="month" prefix="&#160;"/>
328+
<date-part name="year" prefix="&#160;"/>
329+
</date>
330+
</group>
331+
</if>
332+
</choose>
333+
</macro>
320334
<macro name="archive">
321335
<choose>
322336
<if type="map" match="any">
@@ -383,6 +397,7 @@
383397
<group delimiter=", ">
384398
<text macro="title"/>
385399
<text macro="URLaccess"/>
400+
<text macro="accessed"/>
386401
<text macro="edition"/>
387402
<text macro="archive"/>
388403
</group>
@@ -432,7 +447,7 @@
432447
<text macro="genre"/>
433448
<text macro="edition" suffix=". "/>
434449
<group delimiter=", ">
435-
<text macro="publi_place"/>
450+
<text macro="publisher"/>
436451
<text macro="archive"/>
437452
<text variable="note"/>
438453
</group>

0 commit comments

Comments
 (0)