Skip to content

Commit

Permalink
errors in glossa.csl (#3158)
Browse files Browse the repository at this point in the history
  • Loading branch information
libora authored and adam3smith committed Nov 30, 2017
1 parent 31101de commit 20f6423
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions glossa.csl
Expand Up @@ -18,7 +18,7 @@
<category field="linguistics"/>
<eissn>2397-1835</eissn>
<summary>Citation style for Glossa based on APA 6th edition.</summary>
<updated>2017-01-25T15:01:16+00:00</updated>
<updated>2017-09-30T02:59:26+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="en">
Expand All @@ -42,7 +42,7 @@
<label form="short" prefix=" (" text-case="title" suffix=")"/>
</names>
<names variable="editor translator" delimiter=", ">
<name and="symbol" initialize-with=". " delimiter=", "/>
<name and="symbol" delimiter=", "/>
<label form="short" prefix=" (" suffix=")"/>
</names>
</group>
Expand Down Expand Up @@ -223,7 +223,7 @@
<macro name="title-plus-extra">
<text macro="title"/>
<choose>
<if type="report thesis" match="any">
<if type="report" match="any">
<group prefix=" (" suffix=")" delimiter=", ">
<group delimiter=" ">
<choose>
Expand Down Expand Up @@ -274,9 +274,9 @@
</group>
</if>
<else-if type="thesis" match="any">
<group delimiter=", ">
<text variable="publisher"/>
<group delimiter=": ">
<text variable="publisher-place"/>
<text variable="publisher" suffix=" dissertation"/>
</group>
</else-if>
<else-if type="post-weblog webpage" match="none">
Expand Down Expand Up @@ -427,7 +427,7 @@
<macro name="locators">
<choose>
<if type="article-journal article-magazine" match="any">
<group delimiter=". " prefix=". ">
<group delimiter=". " prefix=" ">
<group>
<text variable="volume" font-style="normal"/>
<text variable="issue" prefix="(" suffix=")"/>
Expand Down Expand Up @@ -592,7 +592,7 @@
</if>
</choose>
</macro>
<citation et-al-min="6" et-al-use-first="1" et-al-subsequent-min="3" et-al-subsequent-use-first="1" disambiguate-add-year-suffix="true" disambiguate-add-names="true" disambiguate-add-givenname="true" collapse="year" givenname-disambiguation-rule="primary-name">
<citation et-al-min="4" et-al-use-first="1" et-al-subsequent-min="3" et-al-subsequent-use-first="1" disambiguate-add-year-suffix="true" disambiguate-add-names="true" disambiguate-add-givenname="true" collapse="year" givenname-disambiguation-rule="primary-name" delimiter-precedes-last="never" cite-group-delimiter="; ">
<sort>
<key macro="issued-sort"/>
<key macro="author"/>
Expand Down

0 comments on commit 20f6423

Please sign in to comment.