Skip to content
Permalink
Browse files

fixed errors of Annals of Botany (#2375)

  • Loading branch information...
POBrien333 authored and rmzelle committed Dec 26, 2016
1 parent a5a1de4 commit f2676d914be7cd3283e061b0f3c624ffdb15f798
Showing with 17 additions and 5 deletions.
  1. +17 −5 annals-of-botany.csl
@@ -13,7 +13,7 @@
<category field="biology"/>
<issn>0305-7364</issn>
<eissn>1095-8290</eissn>
<updated>2012-09-27T22:06:38+00:00</updated>
<updated>2016-12-25T22:06:38+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">
@@ -104,14 +104,26 @@
</group>
<text prefix=" " suffix="." macro="publisher"/>
</if>
<else-if type="webpage" match="any">
<group delimiter=". " prefix=" " suffix=".">
<text macro="title" font-style="italic"/>
<text variable="URL"/>
<date variable="accessed">
<date-part name="day" form="numeric" suffix=" "/>
<date-part name="month" form="short" suffix=" "/>
<date-part name="year" form="long"/>
</date>
</group>
</else-if>
<else-if type="chapter paper-conference" match="any">
<text macro="title" prefix=" "/>
<group prefix=".">
<group prefix=" ">
<text term="in" text-case="capitalize-first" suffix=": "/>
<group>
<group suffix=".">
<names variable="editor translator">
<name name-as-sort-order="all" sort-separator=" " initialize-with="" delimiter=", " delimiter-precedes-last="always" prefix=" In: " suffix=","/>
<label form="short" prefix=" "/>
<names variable="editor translator" delimiter="," suffix=" ">
<name name-as-sort-order="all" sort-separator=" " initialize-with="" delimiter=", " delimiter-precedes-last="always"/>
<label form="short" prefix=", "/>
</names>
<text variable="collection-title" prefix=" " suffix="."/>
<text variable="container-title" font-style="italic" prefix=" " suffix="."/>

0 comments on commit f2676d9

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