Skip to content

Commit

Permalink
Rework frontiers-in-ecology-and-the-environment.csl (#6067)
Browse files Browse the repository at this point in the history
  • Loading branch information
POBrien333 committed May 25, 2022
1 parent 7502061 commit 63c0c6d
Showing 1 changed file with 64 additions and 52 deletions.
116 changes: 64 additions & 52 deletions frontiers-in-ecology-and-the-environment.csl
Original file line number Diff line number Diff line change
@@ -1,26 +1,34 @@
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" default-locale="en-US" page-range-format="minimal">
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" page-range-format="minimal" default-locale="en-US">
<info>
<title>Frontiers in Ecology and the Environment</title>
<id>http://www.zotero.org/styles/frontiers-in-ecology-and-the-environment</id>
<link href="http://www.zotero.org/styles/frontiers-in-ecology-and-the-environment" rel="self"/>
<link href="http://www.zotero.org/styles/elsevier-harvard" rel="template"/>
<link href="http://www.frontiersinecology.org/instructions-to-authors/research-communications/" rel="documentation"/>
<link href="https://www.esa.org/frontiers-in-ecology-and-the-environment/instructions-to-authors/research-communications/" rel="documentation"/>
<author>
<name>Ben Gilna</name>
<email>bengilna@gmail.com</email>
</author>
<contributor>
<name>Sebastian Karcher</name>
</contributor>
<contributor>
<name>Patrick O'Brien</name>
</contributor>
<category citation-format="author-date"/>
<category field="biology"/>
<issn>1540-9295</issn>
<eissn>1540-9309</eissn>
<summary>ESA Journal Frontiers in Ecology and the Environment. Originally based on Fungal Ecology, which is now dependent</summary>
<updated>2012-04-10T13:46:03+00:00</updated>
<updated>2022-05-22T17:07:30+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">
<terms>
<term name="accessed">viewed</term>
</terms>
</locale>
<macro name="editor-translator">
<names variable="editor translator" prefix="(" suffix=")" delimiter=", ">
<name and="text" initialize-with="" delimiter=", "/>
Expand Down Expand Up @@ -60,6 +68,11 @@
</macro>
<macro name="title">
<text variable="title"/>
<choose>
<if type="thesis" match="any">
<text variable="genre" prefix=" (" suffix=")"/>
</if>
</choose>
</macro>
<macro name="publisher">
<group delimiter=": ">
Expand Down Expand Up @@ -90,59 +103,58 @@
<key macro="author-short"/>
<key variable="issued"/>
</sort>
<layout>
<text macro="author" suffix="."/>
<date variable="issued" prefix=" " suffix=".">
<date-part name="year"/>
</date>
<choose>
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
<group suffix=".">
<text macro="title" prefix=" "/>
<text macro="editor-translator" prefix=" "/>
</group>
<text prefix=" " suffix="." macro="publisher"/>
</if>
<else-if type="chapter paper-conference" match="any">
<text macro="title" prefix=" "/>
<group prefix=".">
<group prefix=" In:">
<names variable="editor translator">
<name name-as-sort-order="all" sort-separator=" " initialize-with="" delimiter=", " delimiter-precedes-last="always" prefix=" "/>
<et-al font-style="italic"/>
<label form="short" prefix=" (" suffix="). " text-case="capitalize-first" strip-periods="true"/>
</names>
<layout suffix=".">
<group delimiter=". ">
<text macro="author" suffix="."/>
<date variable="issued" prefix=" " suffix=".">
<date-part name="year"/>
</date>
<text macro="title" prefix=" "/>
<choose>
<if type="bill book graphic legal_case legislation motion_picture report song thesis" match="any">
<group delimiter=". ">
<text macro="editor-translator" prefix=" "/>
<text macro="publisher"/>
</group>
</if>
<else-if type="chapter paper-conference" match="any">
<group>
<group delimiter=": ">
<text term="in" text-case="capitalize-first"/>
<names variable="editor translator">
<name name-as-sort-order="all" sort-separator=" " initialize-with="" delimiter=", " delimiter-precedes-last="always" prefix=" "/>
<et-al font-style="italic"/>
<label form="short" prefix=" (" suffix="). " text-case="capitalize-first" strip-periods="true"/>
</names>
</group>
<text variable="container-title" prefix=" " suffix="."/>
<group suffix=".">
<text macro="publisher" prefix=" "/>
<text macro="publisher" prefix=" "/>
</group>
</else-if>
<else-if type="webpage post post-weblog" match="any">
<group delimiter=". " prefix=" ">
<text variable="URL"/>
<group delimiter=" ">
<text term="accessed" text-case="capitalize-first"/>
<date delimiter=" " variable="accessed">
<date-part name="day"/>
<date-part name="month" form="short" strip-periods="true"/>
<date-part name="year"/>
</date>
</group>
</group>
</group>
</else-if>
<else-if type="webpage">
<text macro="title" prefix=" "/>
<text variable="URL" suffix="."/>
<text value="Viewed" prefix=" "/>
<date variable="accessed" prefix=" " suffix="." delimiter=" ">
<date-part name="day"/>
<date-part name="month" form="short" strip-periods="true"/>
<date-part name="year"/>
</date>
</else-if>
<else>
<group suffix=".">
<text macro="title" prefix=" "/>
<text macro="editor-translator" prefix=" "/>
</group>
<group prefix=" " suffix=".">
<text variable="container-title" form="short" font-style="italic" strip-periods="true"/>
<group prefix=" ">
<text variable="volume" font-weight="bold"/>
</else-if>
<else>
<group delimiter=" ">
<text variable="container-title" form="short" font-style="italic" strip-periods="true"/>
<group delimiter=": ">
<text variable="volume" font-weight="bold"/>
<text variable="page"/>
</group>
</group>
<text variable="page" prefix=": "/>
</group>
</else>
</choose>
</else>
</choose>
</group>
</layout>
</bibliography>
</style>

0 comments on commit 63c0c6d

Please sign in to comment.