Skip to content

Commit

Permalink
Update john-benjamins-publishing-company-linguistik-aktuell-linguisti…
Browse files Browse the repository at this point in the history
…cs-today.csl (JabRef#4524)
  • Loading branch information
POBrien333 authored and rmzelle committed Jan 24, 2020
1 parent 74c5ae9 commit ca60d6e
Showing 1 changed file with 28 additions and 26 deletions.
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" page-range-format="chicago" default-locale="en-US">
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" page-range-format="chicago" demote-non-dropping-particle="never" default-locale="en-US">
<info>
<title>John Benjamins Publishing Company - Linguistik Aktuell/Linguistics Today</title>
<id>http://www.zotero.org/styles/john-benjamins-publishing-company-linguistik-aktuell-linguistics-today</id>
Expand All @@ -13,7 +13,7 @@
<category citation-format="author-date"/>
<category field="linguistics"/>
<issn>0166-0829</issn>
<updated>2019-12-10T22:27:07+00:00</updated>
<updated>2020-01-23T11:31:21+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 Down Expand Up @@ -52,7 +52,7 @@
<name initialize-with=""/>
</names>
<names variable="editor translator" delimiter=", ">
<name/>
<name delimiter-precedes-et-al="never" delimiter-precedes-last="never"/>
<label form="short" strip-periods="true" prefix=" (" suffix=")"/>
</names>
</group>
Expand Down Expand Up @@ -102,7 +102,7 @@
</macro>
<macro name="contributors-short">
<names variable="author">
<name form="short" and="text" delimiter=", " initialize-with=". "/>
<name form="short" and="symbol" initialize-with=". "/>
<substitute>
<names variable="editor"/>
<names variable="translator"/>
Expand Down Expand Up @@ -158,7 +158,7 @@
<group delimiter=" ">
<text variable="URL" prefix="&lt;" suffix="&gt;"/>
<date variable="accessed" prefix="(" suffix=")">
<date-part name="year"/>
<date-part name="day"/>
<date-part name="month" prefix=" "/>
<date-part name="year" prefix=" "/>
</date>
Expand Down Expand Up @@ -189,7 +189,7 @@
<choose>
<if variable="reviewed-title">
<group delimiter=". ">
<text variable="title" text-case="title" quotes="true"/>
<text variable="title" quotes="true"/>
<group delimiter=", ">
<text variable="reviewed-title" text-case="title" font-style="italic" prefix="Review of "/>
<names variable="reviewed-author">
Expand All @@ -201,7 +201,7 @@
</if>
<else>
<group delimiter=", ">
<text variable="title" text-case="title" font-style="italic" prefix="Review of "/>
<text variable="title" font-style="italic" prefix="Review of "/>
<names variable="reviewed-author">
<label form="verb-short" text-case="lowercase" suffix=" "/>
<name and="text" delimiter=", "/>
Expand All @@ -214,7 +214,7 @@
<text variable="title"/>
</else-if>
<else>
<text variable="title" text-case="title" quotes="false"/>
<text variable="title" quotes="false"/>
</else>
</choose>
</macro>
Expand Down Expand Up @@ -251,7 +251,7 @@
<macro name="locators">
<choose>
<if type="article-journal">
<group delimiter=" " prefix=" ">
<group prefix=" ">
<text variable="volume" prefix=" "/>
<text variable="issue" prefix="(" suffix=")"/>
</group>
Expand Down Expand Up @@ -548,7 +548,7 @@
</else>
</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" givenname-disambiguation-rule="primary-name" collapse="year">
<citation et-al-min="5" et-al-use-first="1" disambiguate-add-names="true" disambiguate-add-givenname="true" disambiguate-add-year-suffix="true" givenname-disambiguation-rule="primary-name" collapse="year">
<layout prefix="(" suffix=")" delimiter="; ">
<group delimiter=": ">
<choose>
Expand All @@ -575,23 +575,25 @@
<key variable="issued"/>
<key variable="title"/>
</sort>
<layout suffix=".">
<group delimiter=". ">
<text macro="contributors"/>
<text macro="date"/>
<text macro="title"/>
<layout>
<group suffix=".">
<group delimiter=". ">
<text macro="contributors"/>
<text macro="date"/>
<text macro="title"/>
</group>
<text macro="description"/>
<text macro="secondary-contributors" prefix=". "/>
<text macro="container-title" prefix=". "/>
<text macro="container-contributors"/>
<text macro="edition"/>
<text macro="locators-chapter"/>
<text macro="collection-title-journal" prefix=", " suffix=", "/>
<text macro="locators"/>
<text macro="collection-title" prefix=" [" suffix="]"/>
<text macro="issue"/>
<text macro="locators-article"/>
</group>
<text macro="description"/>
<text macro="secondary-contributors" prefix=". "/>
<text macro="container-title" prefix=". "/>
<text macro="container-contributors"/>
<text macro="edition"/>
<text macro="locators-chapter"/>
<text macro="collection-title-journal" prefix=", " suffix=", "/>
<text macro="locators"/>
<text macro="collection-title" prefix=" (" suffix=")"/>
<text macro="issue"/>
<text macro="locators-article"/>
<text macro="access" prefix=". "/>
</layout>
</bibliography>
Expand Down

0 comments on commit ca60d6e

Please sign in to comment.