Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
csl-bot committed Aug 21, 2015
1 parent 21ea3aa commit 2771f34
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions ecology-letters.csl
Expand Up @@ -17,7 +17,7 @@
<category field="biology"/>
<issn>1461-023X</issn>
<eissn>1461-0248</eissn>
<updated>2015-05-20T08:52:23+00:00</updated>
<updated>2015-08-20T23:51:05+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">
Expand Down Expand Up @@ -73,9 +73,15 @@
<choose>
<if type="webpage">
<group>
<text value="URL" suffix=" "/>
<text variable="URL"/>
<text term="available at" text-case="capitalize-first" suffix=": "/>
<text variable="URL" suffix="."/>
</group>
<text value="Last accessed" prefix=" " suffix=" "/>
<date variable="accessed">
<date-part name="day" suffix=" "/>
<date-part name="month" suffix=" "/>
<date-part name="year"/>
</date>
</if>
</choose>
</macro>
Expand All @@ -92,8 +98,7 @@
<text variable="title" font-style="italic"/>
</else-if>
<else-if type="webpage">
<text variable="title"/>
<text value="WWW Document" prefix=" [" suffix="]"/>
<text variable="title" font-style="italic"/>
</else-if>
<else>
<text variable="title"/>
Expand Down Expand Up @@ -207,6 +212,7 @@
<sort>
<key macro="author"/>
<key macro="issued" sort="ascending"/>
<key macro="title"/>
</sort>
<layout>
<group display="block">
Expand Down

0 comments on commit 2771f34

Please sign in to comment.