-
-
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.
changed all authors to be Lastname, Firstname and separated by ampersand, according to updated stylesheet (by request of journal editor) * Extend the & between authors to entire style Co-authored-by: lisalevinson <[email protected]> Co-authored-by: Sebastian Karcher <[email protected]> Co-authored-by: adam3smith <[email protected]>
- Loading branch information
1 parent
63c0c6d
commit f3221f4
Showing
1 changed file
with
12 additions
and
8 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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" default-locale="en-GB" demote-non-dropping-particle="never"> | ||
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" demote-non-dropping-particle="never" default-locale="en-GB"> | ||
<info> | ||
<title>Glossa</title> | ||
<id>http://www.zotero.org/styles/glossa</id> | ||
|
@@ -14,11 +14,15 @@ | |
<name>Brenton M. Wiernik</name> | ||
<email>[email protected]</email> | ||
</contributor> | ||
<contributor> | ||
<name>Lisa Levinson</name> | ||
<email>[email protected]</email> | ||
</contributor> | ||
<category citation-format="author-date"/> | ||
<category field="linguistics"/> | ||
<eissn>2397-1835</eissn> | ||
<summary>Citation style for Glossa based on APA 6th edition.</summary> | ||
<updated>2017-09-30T02:59:26+00:00</updated> | ||
<updated>2022-05-24T20:26:54+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"> | ||
|
@@ -35,11 +39,11 @@ | |
<if type="chapter paper-conference entry-dictionary entry-encyclopedia" match="any"> | ||
<group delimiter=", "> | ||
<names variable="container-author" delimiter=", "> | ||
<name and="symbol" initialize-with=". " delimiter=", "/> | ||
<name initialize-with=". " delimiter=" & " delimiter-precedes-last="always"/> | ||
<label form="short" prefix=" (" text-case="title" suffix=")"/> | ||
</names> | ||
<names variable="editor translator" delimiter=", "> | ||
<name and="symbol" delimiter=", "/> | ||
<name delimiter=" & " delimiter-precedes-last="always"/> | ||
<label form="short" prefix=" (" suffix=")"/> | ||
</names> | ||
</group> | ||
|
@@ -51,11 +55,11 @@ | |
<if type="article-journal chapter paper-conference entry-dictionary entry-encyclopedia" match="none"> | ||
<group delimiter=", " prefix=" (" suffix=")"> | ||
<names variable="container-author" delimiter=", "> | ||
<name and="symbol" initialize-with=". " delimiter=", "/> | ||
<name initialize-with=". " delimiter=" & " delimiter-precedes-last="always"/> | ||
<label form="short" prefix=", " text-case="title"/> | ||
</names> | ||
<names variable="editor translator" delimiter=", "> | ||
<name and="symbol" initialize-with=". " delimiter=", "/> | ||
<name initialize-with=". " delimiter=" & " delimiter-precedes-last="always"/> | ||
<label form="short" prefix=", " text-case="title"/> | ||
</names> | ||
</group> | ||
|
@@ -64,7 +68,7 @@ | |
</macro> | ||
<macro name="author"> | ||
<names variable="author" suffix="."> | ||
<name and="symbol" delimiter-precedes-last="never" initialize="false" initialize-with="." name-as-sort-order="first"/> | ||
<name delimiter=" & " delimiter-precedes-last="always" initialize="false" initialize-with="." name-as-sort-order="all"/> | ||
<label form="short" prefix=" (" suffix=")"/> | ||
<substitute> | ||
<names variable="editor"/> | ||
|
@@ -83,7 +87,7 @@ | |
</macro> | ||
<macro name="author-short"> | ||
<names variable="author"> | ||
<name form="short" and="symbol" delimiter=", " initialize-with=". "/> | ||
<name form="short" delimiter=" & " delimiter-precedes-last="always" initialize-with=". "/> | ||
<substitute> | ||
<names variable="editor"/> | ||
<names variable="translator"/> | ||
|