Skip to content

Commit

Permalink
Update iso690-author-date-fr-no-abstract.csl (#5112)
Browse files Browse the repository at this point in the history
minor update for compliance with ISO 690 standard
  • Loading branch information
grolimur authored Nov 21, 2020
1 parent 98af86c commit 5468dce
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions iso690-author-date-fr-no-abstract.csl
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,14 @@
<name>Pierre-Amiel Giraud</name>
<email>pierre-amiel.giraud@u-bordeaux3.fr</email>
</author>
<contributor>
<name>Raphael Grolimund</name>
<email>grolimur@protonmail.ch</email>
</contributor>
<category citation-format="author-date"/>
<category field="generic-base"/>
<summary>Style based on ISO 690:2010(F), V1, derived from Mellifluo, Grolimund, Hardegger and Giraud version.</summary>
<updated>2013-03-31T23:22:38+00:00</updated>
<updated>2020-11-19T21:30:00+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>
Expand Down Expand Up @@ -235,7 +239,7 @@
<group delimiter=", ">
<text variable="volume" prefix="Vol.&#160;"/>
<text variable="issue" prefix="&#160;"/>
<text variable="page" prefix="p.&#160;"/>
<text variable="page" prefix="pp.&#160;"/>
</group>
</macro>
<macro name="publisher">
Expand Down Expand Up @@ -285,7 +289,7 @@
<text variable="number-of-pages" suffix="&#160;p"/>
</if>
<else-if type="chapter paper-conference article-newspaper" match="any">
<text variable="page" prefix="p.&#160;"/>
<text variable="page" prefix="pp.&#160;"/>
</else-if>
<else-if type="report patent" match="any">
<text variable="page" suffix="&#160;p"/>
Expand Down Expand Up @@ -330,7 +334,7 @@
<citation et-al-min="3" et-al-use-first="1" disambiguate-add-year-suffix="true" disambiguate-add-names="true" disambiguate-add-givenname="true" collapse="year" year-suffix-delimiter=", " after-collapse-delimiter="&#160;; ">
<layout prefix="(" suffix=")" delimiter="&#160;; ">
<group delimiter=", p.&#160;">
<group delimiter=", ">
<group delimiter=" ">
<text macro="author-citation"/>
<text macro="year-date"/>
</group>
Expand Down Expand Up @@ -427,6 +431,7 @@
<text macro="date" suffix=". "/>
<text macro="page" suffix=". "/>
<text macro="accessed" suffix=". "/>
<text macro="isbn" suffix=". "/>
<text macro="url" suffix=". "/>
</group>
</else-if>
Expand Down

0 comments on commit 5468dce

Please sign in to comment.