Skip to content

Commit

Permalink
Update geobiology.csl
Browse files Browse the repository at this point in the history
  • Loading branch information
zuphilip committed Jan 13, 2016
1 parent 9425826 commit d3a7242
Showing 1 changed file with 8 additions and 24 deletions.
32 changes: 8 additions & 24 deletions geobiology.csl
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,14 @@
<category field="biology"/>
<issn>1472-4677</issn>
<eissn>1472-4669</eissn>
<updated>2016-01-13T22:30:12+00:00</updated>
<updated>2016-01-13T23:25: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>
<locale xml:lang="en-US">
<terms>
<term name="edition" form="short">edn</term>
</terms>
</locale>
<macro name="container">
<choose>
<if type="chapter paper-conference" match="any">
Expand Down Expand Up @@ -66,22 +71,6 @@
</substitute>
</names>
</macro>
<macro name="access">
<choose>
<if type="webpage">
<group>
<text value="URL" suffix=" "/>
<text variable="URL" suffix=" "/>
<text value="accessed on" prefix="[" suffix=" "/>
<date variable="issued" suffix="]">
<date-part name="day" suffix=" "/>
<date-part name="month" form="long" suffix=" "/>
<date-part name="year"/>
</date>
</group>
</if>
</choose>
</macro>
<macro name="title">
<choose>
<if type="report thesis" match="any">
Expand All @@ -94,10 +83,6 @@
<else-if type="bill book graphic legal_case legislation motion_picture report song speech" match="any">
<text variable="title" font-style="italic"/>
</else-if>
<else-if type="webpage">
<text variable="title"/>
<text value="WWW Document" prefix=" [" suffix="]"/>
</else-if>
<else>
<text variable="title"/>
</else>
Expand Down Expand Up @@ -157,7 +142,7 @@
<if is-numeric="edition">
<group delimiter=" ">
<number variable="edition" form="ordinal"/>
<text value="edn"/>
<text term="edition" form="short"/>
</group>
</if>
<else>
Expand All @@ -174,8 +159,8 @@
</group>
</if>
<else-if type="bill book graphic legal_case legislation motion_picture report song" match="any">
<text macro="edition" prefix=", "/>
<group delimiter=". " prefix=". ">
<text macro="edition"/>
<text macro="event"/>
<text macro="publisher"/>
</group>
Expand Down Expand Up @@ -218,7 +203,6 @@
<text macro="container"/>
</group>
<text macro="locators"/>
<text macro="access" prefix=". "/>
</group>
</layout>
</bibliography>
Expand Down

0 comments on commit d3a7242

Please sign in to comment.