Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

errors in glossa.csl #3158

Merged
merged 2 commits into from Nov 30, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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