-
-
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 iso690-author-date-en.csl (#2380)
- Loading branch information
Showing
1 changed file
with
18 additions
and
17 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 |
---|---|---|
|
@@ -5,6 +5,7 @@ | |
<id>http://www.zotero.org/styles/iso690-author-date-en</id> | ||
<link href="http://www.zotero.org/styles/iso690-author-date-en" rel="self"/> | ||
<link href="https://forums.zotero.org/discussion/20342" rel="documentation"/> | ||
<link href="http://www.iso.org/iso/catalogue_detail.htm?csnumber=43320" rel="documentation"/> | ||
<author> | ||
<name>Laure Mellifluo</name> | ||
<email>[email protected]</email> | ||
|
@@ -19,8 +20,8 @@ | |
</author> | ||
<category citation-format="author-date"/> | ||
<category field="generic-base"/> | ||
<summary>Style based on ISO 690:2010(E), V1.1</summary> | ||
<updated>2013-05-31T20:00:00+01:00</updated> | ||
<summary>Style based on ISO 690:2010(E), v1.1</summary> | ||
<updated>2016-12-26T11:30:00+01: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> | ||
|
@@ -137,7 +138,7 @@ | |
</choose> | ||
<choose> | ||
<if type="chapter paper-conference" match="any"> | ||
<text term="in" text-case="capitalize-first" suffix=" : "/> | ||
<text term="in" text-case="capitalize-first" suffix=": "/> | ||
</if> | ||
</choose> | ||
<choose> | ||
|
@@ -239,7 +240,7 @@ | |
<text variable="edition" form="long"/> | ||
</macro> | ||
<macro name="publisher-group"> | ||
<group delimiter=" : "> | ||
<group delimiter=": "> | ||
<text variable="publisher-place"/> | ||
<text variable="publisher"/> | ||
</group> | ||
|
@@ -357,7 +358,7 @@ | |
<choose> | ||
<if type="book map" match="any"> | ||
<group display="block"> | ||
<text macro="responsability" suffix=", "/> | ||
<text macro="responsability" suffix=". "/> | ||
<choose> | ||
<if variable="author editor translator" match="any"> | ||
<text macro="title" suffix=". "/> | ||
|
@@ -374,7 +375,7 @@ | |
</if> | ||
<else-if type="article-journal article-magazine" match="any"> | ||
<group display="block"> | ||
<text macro="responsability" suffix=", "/> | ||
<text macro="responsability" suffix=". "/> | ||
<choose> | ||
<if variable="author editor translator" match="any"> | ||
<text macro="title" suffix=". "/> | ||
|
@@ -390,7 +391,7 @@ | |
</else-if> | ||
<else-if type="article-newspaper"> | ||
<group display="block"> | ||
<text macro="responsability" suffix=", "/> | ||
<text macro="responsability" suffix=". "/> | ||
<choose> | ||
<if variable="author editor translator" match="any"> | ||
<text macro="title" suffix=". "/> | ||
|
@@ -406,7 +407,7 @@ | |
</else-if> | ||
<else-if type="chapter entry entry-dictionary entry-encyclopedia" match="any"> | ||
<group display="block"> | ||
<text macro="responsability" suffix=", "/> | ||
<text macro="responsability" suffix=". "/> | ||
<choose> | ||
<if variable="author editor translator" match="any"> | ||
<text macro="title" suffix=". "/> | ||
|
@@ -423,7 +424,7 @@ | |
</else-if> | ||
<else-if type="speech"> | ||
<group display="block"> | ||
<text macro="responsability" suffix=", "/> | ||
<text macro="responsability" suffix=". "/> | ||
<choose> | ||
<if variable="author editor translator" match="any"> | ||
<text macro="title" suffix=". "/> | ||
|
@@ -439,7 +440,7 @@ | |
</else-if> | ||
<else-if type="paper-conference"> | ||
<group display="block"> | ||
<text macro="responsability" suffix=", "/> | ||
<text macro="responsability" suffix=". "/> | ||
<choose> | ||
<if variable="author editor translator" match="any"> | ||
<text macro="title" suffix=". "/> | ||
|
@@ -457,7 +458,7 @@ | |
</else-if> | ||
<else-if type="thesis"> | ||
<group display="block"> | ||
<text macro="responsability" suffix=", "/> | ||
<text macro="responsability" suffix=". "/> | ||
<choose> | ||
<if variable="author editor translator" match="any"> | ||
<text macro="title" suffix=". "/> | ||
|
@@ -471,7 +472,7 @@ | |
</else-if> | ||
<else-if type="post-weblog post webpage" match="any"> | ||
<group display="block"> | ||
<text macro="responsability" suffix=", "/> | ||
<text macro="responsability" suffix=". "/> | ||
<choose> | ||
<if variable="author editor translator" match="any"> | ||
<text macro="title" suffix=". "/> | ||
|
@@ -484,7 +485,7 @@ | |
</else-if> | ||
<else-if type="broadcast motion_picture song" match="any"> | ||
<group display="block"> | ||
<text macro="responsability" suffix=", "/> | ||
<text macro="responsability" suffix=". "/> | ||
<choose> | ||
<if variable="author editor translator" match="any"> | ||
<text macro="title" suffix=". "/> | ||
|
@@ -501,7 +502,7 @@ | |
</else-if> | ||
<else-if type="report"> | ||
<group display="block"> | ||
<text macro="responsability" suffix=", "/> | ||
<text macro="responsability" suffix=". "/> | ||
<choose> | ||
<if variable="author editor translator" match="any"> | ||
<text macro="title" suffix=". "/> | ||
|
@@ -517,7 +518,7 @@ | |
</else-if> | ||
<else-if type="manuscript"> | ||
<group display="block"> | ||
<text macro="responsability" suffix=", "/> | ||
<text macro="responsability" suffix=". "/> | ||
<choose> | ||
<if variable="author editor translator" match="any"> | ||
<text macro="title" suffix=". "/> | ||
|
@@ -533,7 +534,7 @@ | |
</else-if> | ||
<else-if type="patent"> | ||
<group display="block"> | ||
<text macro="responsability" suffix=", "/> | ||
<text macro="responsability" suffix=". "/> | ||
<choose> | ||
<if variable="author editor translator" match="any"> | ||
<text macro="title" suffix=". "/> | ||
|
@@ -549,7 +550,7 @@ | |
</else-if> | ||
<else> | ||
<group display="block"> | ||
<text macro="responsability" suffix=", "/> | ||
<text macro="responsability" suffix=". "/> | ||
<choose> | ||
<if variable="author editor translator" match="any"> | ||
<text macro="title" suffix=". "/> | ||
|