Skip to content

Commit

Permalink
Add doi information when online version is not included in an issue yet.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mario Jose committed Jun 17, 2013
1 parent 05d4553 commit 27693ae
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion austral-ecology.csl
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<issn>1442-9985</issn>
<eissn>1442-9993</eissn>
<summary>Austral Ecology - Wiley</summary>
<updated>2013-03-05T19:17:00+00:00</updated>
<updated>2013-06-16T01:56:49+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-GB">
Expand Down Expand Up @@ -188,6 +188,29 @@
<text macro="publisher"/>
</group>
</else-if>
<else-if type="article-journal">
<group suffix=".">
<text macro="title" prefix=" "/>
<text macro="editor" prefix=" "/>
</group>
<group prefix=". " suffix=".">
<text variable="container-title" form="short" font-style="italic"/>
<choose>
<if variable="issue">
<group prefix=". ">
<text variable="volume" font-weight="bold"/>
</group>
<group prefix=", ">
<text variable="page"/>
</group>
</if>
<else>
<!-- Online version before inclusion in an issue -->
<text variable="DOI" prefix=" doi: "/>
</else>
</choose>
</group>
</else-if>
<else>
<group suffix=".">
<text macro="title" prefix=" "/>
Expand Down

0 comments on commit 27693ae

Please sign in to comment.