Skip to content
Please note that GitHub no longer supports your web browser.

We recommend upgrading to the latest Google Chrome or Firefox.

Learn more
Permalink
Browse files

Updates and fixes for European Journal of Soil Science (#3068)

  • Loading branch information
g-tom authored and rmzelle committed Oct 24, 2017
1 parent ab87d05 commit a5dfaeac87a0a2cb90811d777f21700ffce493c4
Showing with 44 additions and 27 deletions.
  1. +44 −27 european-journal-of-soil-science.csl
@@ -5,16 +5,20 @@
<id>http://www.zotero.org/styles/european-journal-of-soil-science</id>
<link href="http://www.zotero.org/styles/european-journal-of-soil-science" rel="self"/>
<link href="http://www.zotero.org/styles/asa-cssa-sssa" rel="template"/>
<link href="http://onlinelibrary.wiley.com/journal/10.1111/%28ISSN%291365-2389/homepage/ForAuthors.html" rel="documentation"/>
<link href="http://onlinelibrary.wiley.com/journal/10.1111/(ISSN)1365-2389/homepage/ForAuthors.html" rel="documentation"/>
<author>
<name>Ross Bricklemyer</name>
<email>ross.bricklemyer@gmail.com</email>
</author>
<contributor>
<name>Tom Gottfried</name>
<email>tom.gottfried@tum.de</email>
</contributor>
<category citation-format="author-date"/>
<category field="biology"/>
<issn>1351-0754</issn>
<eissn>1365-2389</eissn>
<updated>2012-09-27T22:06:38+00:00</updated>
<updated>2017-10-13T21:44:24+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>
<macro name="editor-translator">
@@ -38,7 +42,7 @@
</macro>
<macro name="author">
<names variable="author">
<name name-as-sort-order="all" and="symbol" sort-separator=", " initialize-with="." delimiter=", " delimiter-precedes-last="always"/>
<name name-as-sort-order="all" and="symbol" sort-separator=", " initialize-with="." delimiter=", " delimiter-precedes-last="never"/>
<label form="short" prefix=" (" suffix=")" text-case="capitalize-first" strip-periods="true"/>
<substitute>
<names variable="editor"/>
@@ -50,6 +54,7 @@
<macro name="author-short">
<names variable="author">
<name form="short" and="symbol" delimiter=", " initialize-with=""/>
<et-al font-style="italic"/>
<substitute>
<names variable="editor"/>
<names variable="translator"/>
@@ -83,13 +88,14 @@
<macro name="access">
<choose>
<if variable="URL">
<group delimiter=" ">
<text value="Available at"/>
<text variable="URL"/>
<group prefix="(verified " suffix=")">
<group prefix="(" suffix=")">
<text term="at" text-case="capitalize-first" suffix=": "/>
<text variable="URL" suffix=". "/>
<group>
<text term="accessed" text-case="capitalize-first" suffix=": "/>
<date variable="accessed">
<date-part name="day" suffix=" "/>
<date-part name="month" suffix=" "/>
<date-part name="day" suffix="/"/>
<date-part name="month" form="numeric" suffix="/"/>
<date-part name="year"/>
</date>
</group>
@@ -128,40 +134,51 @@
<choose>
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
<group suffix=".">
<text macro="title" prefix=" "/>
<text macro="title" prefix=" " font-style="italic"/>
<text macro="editor-translator" prefix=" "/>
</group>
<text macro="edition" prefix=" "/>
<text prefix=" " suffix="." macro="publisher"/>
<text macro="access" prefix=" " suffix="."/>
</if>
<else-if type="chapter paper-conference" match="any">
<text macro="title" prefix=" " suffix=". "/>
<text variable="page" prefix="p. " suffix=". "/>
<group>
<text term="in" text-case="capitalize-first" suffix=" " font-style="italic"/>
<names variable="editor translator">
<name name-as-sort-order="all" sort-separator=", " initialize-with="." delimiter=", " delimiter-precedes-last="always"/>
<label form="short" prefix=" (" suffix=".)," strip-periods="true"/>
</names>
<text variable="container-title" prefix=" " suffix="."/>
<text macro="edition" prefix=" "/>
<text variable="collection-title" prefix=" " suffix="."/>
<group suffix=".">
<text macro="publisher" prefix=" " suffix="."/>
<group delimiter=", " suffix=".">
<group>
<text term="in" text-case="capitalize-first" suffix=": "/>
<text variable="container-title" font-style="italic"/>
<names variable="editor" prefix=" (" suffix=")">
<label form="short" suffix=" "/>
<name name-as-sort-order="all" and="symbol" sort-separator=", " initialize-with="." delimiter=", " delimiter-precedes-last="never"/>
</names>
</group>
<group delimiter=" ">
<label variable="page" form="short"/>
<text variable="page"/>
</group>
</group>
<text macro="edition" prefix=" "/>
<group suffix=".">
<text macro="publisher" prefix=" " suffix="."/>
</group>
</else-if>
<else-if type="thesis">
<text macro="title" prefix=" " suffix="." font-style="italic"/>
<group prefix=" " delimiter=", " suffix=".">
<text variable="genre" text-case="capitalize-first"/>
<text variable="publisher"/>
</group>
<text macro="access" prefix=" " suffix="."/>
</else-if>
<else>
<group suffix=".">
<text macro="title" prefix=" "/>
<text macro="editor-translator" prefix=" "/>
</group>
<group prefix=" " suffix=".">
<group prefix=" " delimiter=", " suffix=".">
<text variable="container-title" font-style="italic"/>
<group prefix=" ">
<text variable="volume" font-weight="bold"/>
</group>
<text variable="page" prefix=", "/>
<text variable="volume" font-weight="bold"/>
<text variable="page"/>
<text macro="access"/>
</group>
</else>

0 comments on commit a5dfaea

Please sign in to comment.
You can’t perform that action at this time.