-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update iso690-author-date-fr-no-abstract.csl (#5112)
minor update for compliance with ISO 690 standard
- Loading branch information
Showing
1 changed file
with
9 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,10 +9,14 @@ | |
<name>Pierre-Amiel Giraud</name> | ||
<email>[email protected]</email> | ||
</author> | ||
<contributor> | ||
<name>Raphael Grolimund</name> | ||
<email>[email protected]</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> | ||
|
@@ -235,7 +239,7 @@ | |
<group delimiter=", "> | ||
<text variable="volume" prefix="Vol. "/> | ||
<text variable="issue" prefix="n° "/> | ||
<text variable="page" prefix="p. "/> | ||
<text variable="page" prefix="pp. "/> | ||
</group> | ||
</macro> | ||
<macro name="publisher"> | ||
|
@@ -285,7 +289,7 @@ | |
<text variable="number-of-pages" suffix=" p"/> | ||
</if> | ||
<else-if type="chapter paper-conference article-newspaper" match="any"> | ||
<text variable="page" prefix="p. "/> | ||
<text variable="page" prefix="pp. "/> | ||
</else-if> | ||
<else-if type="report patent" match="any"> | ||
<text variable="page" suffix=" p"/> | ||
|
@@ -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=" ; "> | ||
<layout prefix="(" suffix=")" delimiter=" ; "> | ||
<group delimiter=", p. "> | ||
<group delimiter=", "> | ||
<group delimiter=" "> | ||
<text macro="author-citation"/> | ||
<text macro="year-date"/> | ||
</group> | ||
|
@@ -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> | ||
|