|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 |
| -<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" default-locale="en-US" page-range-format="minimal"> |
| 2 | +<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" page-range-format="minimal" default-locale="en-US"> |
3 | 3 | <info>
|
4 | 4 | <title>Frontiers in Ecology and the Environment</title>
|
5 | 5 | <id>http://www.zotero.org/styles/frontiers-in-ecology-and-the-environment</id>
|
6 | 6 | <link href="http://www.zotero.org/styles/frontiers-in-ecology-and-the-environment" rel="self"/>
|
7 | 7 | <link href="http://www.zotero.org/styles/elsevier-harvard" rel="template"/>
|
8 |
| - <link href="http://www.frontiersinecology.org/instructions-to-authors/research-communications/" rel="documentation"/> |
| 8 | + <link href="https://www.esa.org/frontiers-in-ecology-and-the-environment/instructions-to-authors/research-communications/" rel="documentation"/> |
9 | 9 | <author>
|
10 | 10 | <name>Ben Gilna</name>
|
11 | 11 | <email>bengilna@gmail.com</email>
|
12 | 12 | </author>
|
13 | 13 | <contributor>
|
14 | 14 | <name>Sebastian Karcher</name>
|
15 | 15 | </contributor>
|
| 16 | + <contributor> |
| 17 | + <name>Patrick O'Brien</name> |
| 18 | + </contributor> |
16 | 19 | <category citation-format="author-date"/>
|
17 | 20 | <category field="biology"/>
|
18 | 21 | <issn>1540-9295</issn>
|
19 | 22 | <eissn>1540-9309</eissn>
|
20 | 23 | <summary>ESA Journal Frontiers in Ecology and the Environment. Originally based on Fungal Ecology, which is now dependent</summary>
|
21 |
| - <updated>2012-04-10T13:46:03+00:00</updated> |
| 24 | + <updated>2022-05-22T17:07:30+00:00</updated> |
22 | 25 | <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
|
23 | 26 | </info>
|
| 27 | + <locale xml:lang="en"> |
| 28 | + <terms> |
| 29 | + <term name="accessed">viewed</term> |
| 30 | + </terms> |
| 31 | + </locale> |
24 | 32 | <macro name="editor-translator">
|
25 | 33 | <names variable="editor translator" prefix="(" suffix=")" delimiter=", ">
|
26 | 34 | <name and="text" initialize-with="" delimiter=", "/>
|
|
60 | 68 | </macro>
|
61 | 69 | <macro name="title">
|
62 | 70 | <text variable="title"/>
|
| 71 | + <choose> |
| 72 | + <if type="thesis" match="any"> |
| 73 | + <text variable="genre" prefix=" (" suffix=")"/> |
| 74 | + </if> |
| 75 | + </choose> |
63 | 76 | </macro>
|
64 | 77 | <macro name="publisher">
|
65 | 78 | <group delimiter=": ">
|
|
90 | 103 | <key macro="author-short"/>
|
91 | 104 | <key variable="issued"/>
|
92 | 105 | </sort>
|
93 |
| - <layout> |
94 |
| - <text macro="author" suffix="."/> |
95 |
| - <date variable="issued" prefix=" " suffix="."> |
96 |
| - <date-part name="year"/> |
97 |
| - </date> |
98 |
| - <choose> |
99 |
| - <if type="bill book graphic legal_case legislation motion_picture report song" match="any"> |
100 |
| - <group suffix="."> |
101 |
| - <text macro="title" prefix=" "/> |
102 |
| - <text macro="editor-translator" prefix=" "/> |
103 |
| - </group> |
104 |
| - <text prefix=" " suffix="." macro="publisher"/> |
105 |
| - </if> |
106 |
| - <else-if type="chapter paper-conference" match="any"> |
107 |
| - <text macro="title" prefix=" "/> |
108 |
| - <group prefix="."> |
109 |
| - <group prefix=" In:"> |
110 |
| - <names variable="editor translator"> |
111 |
| - <name name-as-sort-order="all" sort-separator=" " initialize-with="" delimiter=", " delimiter-precedes-last="always" prefix=" "/> |
112 |
| - <et-al font-style="italic"/> |
113 |
| - <label form="short" prefix=" (" suffix="). " text-case="capitalize-first" strip-periods="true"/> |
114 |
| - </names> |
| 106 | + <layout suffix="."> |
| 107 | + <group delimiter=". "> |
| 108 | + <text macro="author" suffix="."/> |
| 109 | + <date variable="issued" prefix=" " suffix="."> |
| 110 | + <date-part name="year"/> |
| 111 | + </date> |
| 112 | + <text macro="title" prefix=" "/> |
| 113 | + <choose> |
| 114 | + <if type="bill book graphic legal_case legislation motion_picture report song thesis" match="any"> |
| 115 | + <group delimiter=". "> |
| 116 | + <text macro="editor-translator" prefix=" "/> |
| 117 | + <text macro="publisher"/> |
| 118 | + </group> |
| 119 | + </if> |
| 120 | + <else-if type="chapter paper-conference" match="any"> |
| 121 | + <group> |
| 122 | + <group delimiter=": "> |
| 123 | + <text term="in" text-case="capitalize-first"/> |
| 124 | + <names variable="editor translator"> |
| 125 | + <name name-as-sort-order="all" sort-separator=" " initialize-with="" delimiter=", " delimiter-precedes-last="always" prefix=" "/> |
| 126 | + <et-al font-style="italic"/> |
| 127 | + <label form="short" prefix=" (" suffix="). " text-case="capitalize-first" strip-periods="true"/> |
| 128 | + </names> |
| 129 | + </group> |
115 | 130 | <text variable="container-title" prefix=" " suffix="."/>
|
116 |
| - <group suffix="."> |
117 |
| - <text macro="publisher" prefix=" "/> |
| 131 | + <text macro="publisher" prefix=" "/> |
| 132 | + </group> |
| 133 | + </else-if> |
| 134 | + <else-if type="webpage post post-weblog" match="any"> |
| 135 | + <group delimiter=". " prefix=" "> |
| 136 | + <text variable="URL"/> |
| 137 | + <group delimiter=" "> |
| 138 | + <text term="accessed" text-case="capitalize-first"/> |
| 139 | + <date delimiter=" " variable="accessed"> |
| 140 | + <date-part name="day"/> |
| 141 | + <date-part name="month" form="short" strip-periods="true"/> |
| 142 | + <date-part name="year"/> |
| 143 | + </date> |
118 | 144 | </group>
|
119 | 145 | </group>
|
120 |
| - </group> |
121 |
| - </else-if> |
122 |
| - <else-if type="webpage"> |
123 |
| - <text macro="title" prefix=" "/> |
124 |
| - <text variable="URL" suffix="."/> |
125 |
| - <text value="Viewed" prefix=" "/> |
126 |
| - <date variable="accessed" prefix=" " suffix="." delimiter=" "> |
127 |
| - <date-part name="day"/> |
128 |
| - <date-part name="month" form="short" strip-periods="true"/> |
129 |
| - <date-part name="year"/> |
130 |
| - </date> |
131 |
| - </else-if> |
132 |
| - <else> |
133 |
| - <group suffix="."> |
134 |
| - <text macro="title" prefix=" "/> |
135 |
| - <text macro="editor-translator" prefix=" "/> |
136 |
| - </group> |
137 |
| - <group prefix=" " suffix="."> |
138 |
| - <text variable="container-title" form="short" font-style="italic" strip-periods="true"/> |
139 |
| - <group prefix=" "> |
140 |
| - <text variable="volume" font-weight="bold"/> |
| 146 | + </else-if> |
| 147 | + <else> |
| 148 | + <group delimiter=" "> |
| 149 | + <text variable="container-title" form="short" font-style="italic" strip-periods="true"/> |
| 150 | + <group delimiter=": "> |
| 151 | + <text variable="volume" font-weight="bold"/> |
| 152 | + <text variable="page"/> |
| 153 | + </group> |
141 | 154 | </group>
|
142 |
| - <text variable="page" prefix=": "/> |
143 |
| - </group> |
144 |
| - </else> |
145 |
| - </choose> |
| 155 | + </else> |
| 156 | + </choose> |
| 157 | + </group> |
146 | 158 | </layout>
|
147 | 159 | </bibliography>
|
148 | 160 | </style>
|
0 commit comments