Skip to content

Commit

Permalink
Update unified-style-sheet-for-linguistics.csl for "in" in chapters (J…
Browse files Browse the repository at this point in the history
  • Loading branch information
POBrien333 committed Mar 21, 2020
1 parent db8bd33 commit 0aa837e
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions unified-style-sheet-for-linguistics.csl
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</contributor>
<category citation-format="author-date"/>
<category field="linguistics"/>
<updated>2018-12-19T23:42:01+00:00</updated>
<updated>2020-03-19T16:21:55+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>
Expand Down Expand Up @@ -69,7 +69,6 @@
<macro name="container-contributors">
<choose>
<if type="chapter paper-conference" match="any">
<text term="in" text-case="capitalize-first" suffix=" "/>
<group delimiter=", ">
<choose>
<if variable="author">
Expand Down Expand Up @@ -164,7 +163,7 @@
<text macro="archive"/>
</else-if>
</choose>
<text variable="DOI" prefix="doi:"/>
<text variable="DOI" prefix="https://doi.org"/>
<text variable="URL"/>
</group>
<group prefix=" (" suffix=")">
Expand Down Expand Up @@ -372,6 +371,13 @@
</else>
</choose>
</macro>
<macro name="chapter-prefix">
<choose>
<if type="chapter paper-conference" match="any">
<text term="in" text-case="capitalize-first"/>
</if>
</choose>
</macro>
<citation et-al-min="4" et-al-use-first="1" disambiguate-add-year-suffix="true" disambiguate-add-names="true" disambiguate-add-givenname="true">
<layout prefix="(" suffix=")" delimiter="; ">
<group delimiter=": ">
Expand Down Expand Up @@ -399,8 +405,11 @@
<group delimiter=". ">
<group delimiter=". ">
<group delimiter=", ">
<text macro="container-contributors"/>
<text macro="container-title"/>
<group delimiter=" ">
<text macro="chapter-prefix"/>
<text macro="container-contributors" suffix=","/>
<text macro="container-title"/>
</group>
<text macro="locators-chapter"/>
</group>
<text macro="edition"/>
Expand Down

0 comments on commit 0aa837e

Please sign in to comment.