Skip to content

Commit

Permalink
Update enfances-familles-generations.csl (#7270)
Browse files Browse the repository at this point in the history
  • Loading branch information
POBrien333 authored Oct 18, 2024
1 parent b371e26 commit 075c2aa
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions enfances-familles-generations.csl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<category citation-format="author-date"/>
<category field="geology"/>
<eissn>1708-6310</eissn>
<updated>2024-10-05T08:54:11+00:00</updated>
<updated>2024-10-17T16:01:34+00:00</updated>
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
</info>
<locale xml:lang="fr">
Expand All @@ -27,7 +27,7 @@
</locale>
<macro name="author">
<names variable="author">
<name and="text" initialize-with=". " name-as-sort-order="first"/>
<name suffix="." and="text" delimiter-precedes-last="never" initialize-with=". " name-as-sort-order="first"/>
<label form="short" prefix=" (" suffix=")"/>
<substitute>
<names variable="editor"/>
Expand Down Expand Up @@ -78,15 +78,12 @@
<if type="webpage post post-weblog" match="any">
<group delimiter=" ">
<text variable="URL"/>
<group prefix="(" suffix=")">
<group delimiter=" " prefix="(" suffix=")">
<text term="accessed"/>
<date form="text" variable="accessed"/>
</group>
</group>
</if>
<else-if type="article-journal" match="any">
<text variable="DOI" prefix="DOI : "/>
</else-if>
</choose>
</macro>
<macro name="page">
Expand Down Expand Up @@ -116,8 +113,8 @@
<if type="chapter paper-conference" match="any">
<group delimiter=", ">
<group delimiter=" ">
<text term="in" font-style="italic" suffix=" "/>
<text variable="container-title"/>
<text term="in" font-style="normal" suffix=" "/>
<text variable="container-title" font-style="italic" text-decoration="none"/>
</group>
<names variable="editor translator" prefix=" " delimiter=", ">
<label form="verb" suffix=" "/>
Expand All @@ -129,7 +126,7 @@
</if>
<else-if type="article-journal" match="any">
<group delimiter=", ">
<text variable="container-title"/>
<text variable="container-title" font-style="italic"/>
<group delimiter=" ">
<label variable="volume" form="short"/>
<text variable="volume"/>
Expand Down Expand Up @@ -184,7 +181,7 @@
<group delimiter=". ">
<group delimiter=" ">
<text macro="author"/>
<text macro="year-date" prefix="(" suffix=")"/>
<text macro="year-date"/>
</group>
<text macro="title" quotes="false"/>
</group>
Expand Down

0 comments on commit 075c2aa

Please sign in to comment.