Skip to content

Commit

Permalink
Update groupe-danthropologie-et-darcheologie-funeraire.csl (JabRef#4599)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancoisC37 committed Mar 8, 2020
1 parent beab323 commit a044ab2
Showing 1 changed file with 22 additions and 7 deletions.
29 changes: 22 additions & 7 deletions groupe-danthropologie-et-darcheologie-funeraire.csl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<category citation-format="author-date"/>
<category field="history"/>
<category field="anthropology"/>
<updated>2020-01-22T01:24:22+00:00</updated>
<updated>2020-03-05T03:30:20+00:00</updated>
<rights license="https://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
</info>
<locale>
Expand All @@ -31,7 +31,7 @@
</locale>
<macro name="author">
<names variable="author">
<name name-as-sort-order="all" sort-separator=", " delimiter=", " initialize-with=". ">
<name name-as-sort-order="all" sort-separator=" " delimiter=", " initialize-with=". ">
<name-part name="family"/>
<name-part name="given"/>
</name>
Expand Down Expand Up @@ -71,7 +71,7 @@
</macro>
<macro name="editor">
<names variable="editor">
<name name-as-sort-order="all" sort-separator=", " delimiter=", " initialize-with=". ">
<name name-as-sort-order="all" sort-separator=" " delimiter=", " initialize-with=". ">
<name-part name="family"/>
<name-part name="given"/>
</name>
Expand All @@ -81,7 +81,7 @@
<macro name="collection-editor">
<group>
<names variable="collection-editor">
<name name-as-sort-order="all" sort-separator=", " delimiter=", " initialize-with=". ">
<name name-as-sort-order="all" sort-separator=" " delimiter=", " initialize-with=". ">
<name-part name="family"/>
<name-part name="given"/>
</name>
Expand All @@ -91,7 +91,7 @@
</macro>
<macro name="translator">
<names variable="translator">
<name name-as-sort-order="all" sort-separator=", " delimiter=", " initialize-with=". ">
<name name-as-sort-order="all" sort-separator=" " delimiter=", " initialize-with=". ">
<name-part name="family"/>
<name-part name="given"/>
</name>
Expand Down Expand Up @@ -273,7 +273,7 @@
<macro name="issue">
<text variable="volume" prefix=" "/>
<group delimiter=", ">
<text variable="issue" prefix="-"/>
<text variable="issue" prefix=" (" suffix=")"/>
<group delimiter="&#160;">
<text variable="page" prefix=", "/>
</group>
Expand Down Expand Up @@ -317,6 +317,20 @@
</if>
</choose>
</macro>
<macro name="accessed">
<choose>
<if variable="URL">
<group>
<text term="accessed"/>
<date variable="accessed">
<date-part name="day" prefix="&#160;"/>
<date-part name="month" prefix="&#160;"/>
<date-part name="year" prefix="&#160;"/>
</date>
</group>
</if>
</choose>
</macro>
<macro name="archive">
<choose>
<if type="map" match="any">
Expand Down Expand Up @@ -383,6 +397,7 @@
<group delimiter=", ">
<text macro="title"/>
<text macro="URLaccess"/>
<text macro="accessed"/>
<text macro="edition"/>
<text macro="archive"/>
</group>
Expand Down Expand Up @@ -432,7 +447,7 @@
<text macro="genre"/>
<text macro="edition" suffix=". "/>
<group delimiter=", ">
<text macro="publi_place"/>
<text macro="publisher"/>
<text macro="archive"/>
<text variable="note"/>
</group>
Expand Down

0 comments on commit a044ab2

Please sign in to comment.