Skip to content

Commit

Permalink
Update bioresources.csl
Browse files Browse the repository at this point in the history
The DOI should not follow by a point.
  • Loading branch information
zuphilip committed Dec 4, 2015
1 parent 927223a commit 80cf6e4
Showing 1 changed file with 22 additions and 20 deletions.
42 changes: 22 additions & 20 deletions bioresources.csl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<category field="biology"/>
<issn>1930-2126</issn>
<summary>The style for the journal Bioresources says that it follows the one of the J. Water Resources Planing and Management published by the American Society of Civial Engineers. However, there are slight differences, e.g. title and container-title are seperated by a comma and not a point, doi is added always at the end.</summary>
<updated>2015-11-30T21:19:40+00:00</updated>
<updated>2015-12-04T07:28:32+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="container-contributors">
Expand Down Expand Up @@ -163,29 +163,31 @@
<key macro="author"/>
<key variable="issued"/>
</sort>
<layout suffix=".">
<text macro="author" suffix="."/>
<text macro="issued" suffix=" "/>
<group delimiter=", ">
<text macro="title"/>
<layout>
<group suffix=".">
<text macro="author" suffix="."/>
<text macro="issued" suffix=" "/>
<group delimiter=", ">
<group delimiter=": ">
<choose>
<if type="chapter paper-conference" match="any">
<text term="in"/>
</if>
</choose>
<text variable="container-title" font-style="italic"/>
<text macro="title"/>
<group delimiter=", ">
<group delimiter=": ">
<choose>
<if type="chapter paper-conference" match="any">
<text term="in"/>
</if>
</choose>
<text variable="container-title" font-style="italic"/>
</group>
<text variable="collection-title"/>
<text macro="container-contributors"/>
<text macro="secondary-contributors"/>
<text macro="publisher"/>
<text macro="locators"/>
</group>
<text variable="collection-title"/>
<text macro="container-contributors"/>
<text macro="secondary-contributors"/>
<text macro="publisher"/>
<text macro="locators"/>
</group>
<text macro="access"/>
</group>
<text macro="access"/>
<text variable="DOI" prefix=". DOI: "/>
<text variable="DOI" prefix=" DOI: "/>
</layout>
</bibliography>
</style>

0 comments on commit 80cf6e4

Please sign in to comment.