-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update based on latest version of ISO 690 standard (#5976)
* Update haute-ecole-de-gestion-de-geneve-iso-690.csl minor but important corrections * Update iso690-author-date-fr.csl * Update iso690-author-date-en.csl * Update iso690-numeric-fr.csl * Update iso690-numeric-en.csl
- Loading branch information
Showing
5 changed files
with
126 additions
and
72 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 |
---|---|---|
|
@@ -6,20 +6,37 @@ | |
<id>http://www.zotero.org/styles/haute-ecole-de-gestion-de-geneve-iso-690</id> | ||
<link href="http://www.zotero.org/styles/haute-ecole-de-gestion-de-geneve-iso-690" rel="self"/> | ||
<link href="http://www.zotero.org/styles/iso690-author-date-en" rel="template"/> | ||
<link href="https://www.hesge.ch/heg/infotheque/citations-et-references-bibliographiques" rel="documentation"/> | ||
<link href="https://www.hesge.ch/heg/campus/infotheque/citations-et-references-bibliographiques" rel="documentation"/> | ||
<author> | ||
<name>Melissa Paez</name> | ||
<email>[email protected]</email> | ||
</author> | ||
<contributor> | ||
<author> | ||
<name>Raphael Grolimund</name> | ||
<email>[email protected]</email> | ||
</contributor> | ||
</author> | ||
<category citation-format="author-date"/> | ||
<category field="generic-base"/> | ||
<updated>2021-10-16T18:00:00+00:00</updated> | ||
<updated>2022-03-21T10:00: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 xml:lang="fr-FR"> | ||
<terms> | ||
<term name="no date">[sans date]</term> | ||
<term name="in">in</term> | ||
<term name="online">[en ligne]</term> | ||
<term name="accessed">consulté le</term> | ||
<term name="retrieved">disponible</term> | ||
<term name="from">à l'adresse</term> | ||
<term name="translator" form="short">trad.</term> | ||
<term name="editor" form="short">éd.</term> | ||
</terms> | ||
</locale> | ||
<locale xml:lang="en-US"> | ||
<terms> | ||
<term name="online">Online</term> | ||
</terms> | ||
</locale> | ||
<macro name="editor"> | ||
<names variable="editor"> | ||
<name and="text" name-as-sort-order="all" sort-separator=", " delimiter=", " delimiter-precedes-last="never"> | ||
|
@@ -100,7 +117,7 @@ | |
<if type="book thesis map motion_picture song manuscript" match="any"> | ||
<choose> | ||
<if variable="author editor translator" match="any"> | ||
<text variable="title" font-style="italic"/> | ||
<text variable="title" font-style="italic" suffix="."/> | ||
</if> | ||
<else> | ||
<text variable="title" font-style="italic" suffix=", "/> | ||
|
@@ -135,10 +152,10 @@ | |
</choose> | ||
<choose> | ||
<if variable="container-title"> | ||
<text variable="container-title" font-style="italic"/> | ||
<text variable="container-title" font-style="italic" suffix="."/> | ||
</if> | ||
<else> | ||
<text variable="event" font-style="italic"/> | ||
<text variable="event" font-style="italic" suffix="."/> | ||
</else> | ||
</choose> | ||
</else-if> | ||
|
@@ -168,7 +185,7 @@ | |
<else> | ||
<choose> | ||
<if variable="author editor translator" match="any"> | ||
<text variable="title" font-style="italic"/> | ||
<text variable="title" font-style="italic" suffix=". "/> | ||
</if> | ||
<else> | ||
<text variable="title" font-style="italic" suffix=", "/> | ||
|
@@ -179,7 +196,7 @@ | |
</choose> | ||
<choose> | ||
<if variable="URL"> | ||
<text term="online" prefix=" [" suffix="]"/> | ||
<text term="online" prefix=" "/> | ||
</if> | ||
</choose> | ||
</macro> | ||
|
@@ -201,10 +218,6 @@ | |
</else> | ||
</choose> | ||
</if> | ||
<else> | ||
<text variable="genre"/> | ||
<text variable="number" prefix=", "/> | ||
</else> | ||
</choose> | ||
</macro> | ||
<macro name="date"> | ||
|
@@ -233,14 +246,14 @@ | |
<choose> | ||
<if variable="volume"> | ||
<text variable="issue" prefix="no. "/> | ||
<text variable="page" prefix="p. "/> | ||
<text variable="page" prefix="pp. "/> | ||
</if> | ||
<else-if variable="issue"> | ||
<text variable="issue" prefix="No. "/> | ||
<text variable="page" prefix="p. "/> | ||
<text variable="page" prefix="pp. "/> | ||
</else-if> | ||
<else> | ||
<text variable="page" prefix="P. "/> | ||
<text variable="page" prefix="pp. "/> | ||
</else> | ||
</choose> | ||
</group> | ||
|
@@ -271,7 +284,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"/> | ||
|
@@ -286,12 +299,16 @@ | |
</macro> | ||
<macro name="url"> | ||
<choose> | ||
<if variable="URL"> | ||
<group> | ||
<text term="retrieved" suffix=" " text-case="capitalize-first"/> | ||
<text term="from" suffix=": "/> | ||
<text variable="URL"/> | ||
</group> | ||
<if variable="DOI" match="none"> | ||
<choose> | ||
<if variable="URL"> | ||
<group> | ||
<text term="retrieved" suffix=" " text-case="capitalize-first"/> | ||
<text term="from" suffix=": "/> | ||
<text variable="URL"/> | ||
</group> | ||
</if> | ||
</choose> | ||
</if> | ||
</choose> | ||
</macro> | ||
|
@@ -339,6 +356,8 @@ | |
<text macro="title" suffix=". "/> | ||
</if> | ||
</choose> | ||
<text variable="version" prefix="version " suffix=". "/> | ||
<!-- used for software until type="software" is implemented --> | ||
<text macro="genre" suffix=". "/> | ||
<text macro="edition" suffix=". "/> | ||
<text macro="publisher-group" suffix=". "/> | ||
|
@@ -418,6 +437,7 @@ | |
<text macro="accessed" suffix=". "/> | ||
<text macro="collection" suffix=". "/> | ||
<text macro="isbn" suffix=". "/> | ||
<text macro="doi" suffix=". "/> | ||
<text macro="url"/> | ||
</else-if> | ||
<else-if type="thesis"> | ||
|
@@ -500,6 +520,19 @@ | |
<text macro="collection" suffix=". "/> | ||
<text macro="url"/> | ||
</else-if> | ||
<else-if type="software"> | ||
<text macro="responsability" suffix=". "/> | ||
<choose> | ||
<if variable="author editor translator" match="any"> | ||
<text macro="title" suffix=". "/> | ||
</if> | ||
</choose> | ||
<text variable="version" prefix="version " suffix=". "/> | ||
<text macro="date" suffix=". "/> | ||
<text macro="publisher-group" suffix=". "/> | ||
<text macro="accessed" suffix=". "/> | ||
<text macro="url"/> | ||
</else-if> | ||
<else> | ||
<text macro="responsability" suffix=". "/> | ||
<choose> | ||
|
@@ -520,6 +553,7 @@ | |
<text macro="url"/> | ||
</else> | ||
</choose> | ||
<text variable="note"/> | ||
<group display="right-inline"> | ||
<text macro="archive"/> | ||
</group> | ||
|
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
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
Oops, something went wrong.