|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | | -<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" default-locale="en-US" version="1.0" demote-non-dropping-particle="sort-only"> |
| 2 | +<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" demote-non-dropping-particle="sort-only" default-locale="en-US"> |
3 | 3 | <info> |
4 | 4 | <title>Ecology and Society</title> |
5 | 5 | <id>http://www.zotero.org/styles/ecology-and-society</id> |
|
9 | 9 | <author> |
10 | 10 | <name>Sebastian Karcher</name> |
11 | 11 | </author> |
| 12 | + <contributor> |
| 13 | + <name>Patrick O'Brien</name> |
| 14 | + </contributor> |
12 | 15 | <category citation-format="author-date"/> |
13 | 16 | <category field="biology"/> |
14 | 17 | <issn>1195-5449</issn> |
15 | | - <updated>2012-09-27T22:06:38+00:00</updated> |
| 18 | + <updated>2026-03-19T22:16:41+00:00</updated> |
16 | 19 | <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights> |
17 | 20 | </info> |
18 | 21 | <macro name="container-contributors"> |
19 | 22 | <choose> |
20 | 23 | <if type="chapter paper-conference" match="any"> |
21 | | - <text term="in" suffix=" " font-style="italic"/> |
22 | | - <names variable="editor translator" delimiter=", "> |
23 | | - <name and="text" initialize-with=". " delimiter=", "/> |
24 | | - <label form="long" prefix=", " suffix="."/> |
25 | | - </names> |
| 24 | + <group delimiter=" "> |
| 25 | + <text term="in" font-style="italic"/> |
| 26 | + <names variable="editor translator" delimiter=", "> |
| 27 | + <name and="text" initialize-with=". " delimiter=", "/> |
| 28 | + <label form="long" prefix=", " suffix="."/> |
| 29 | + </names> |
| 30 | + </group> |
26 | 31 | </if> |
27 | 32 | </choose> |
28 | 33 | </macro> |
29 | 34 | <macro name="secondary-contributors"> |
30 | 35 | <choose> |
31 | 36 | <if type="chapter paper-conference" match="none"> |
32 | | - <names variable="editor translator" delimiter=", " prefix=" (" suffix=")"> |
| 37 | + <names variable="editor translator" delimiter=", " prefix="(" suffix=")"> |
33 | 38 | <name and="text" initialize-with=". " delimiter=", "/> |
34 | 39 | <label prefix=", "/> |
35 | 40 | </names> |
|
69 | 74 | </macro> |
70 | 75 | <macro name="access"> |
71 | 76 | <choose> |
72 | | - <if type="webpage"> |
| 77 | + <if type="webpage post post-weblog" match="any"> |
73 | 78 | <text variable="URL"/> |
74 | 79 | </if> |
| 80 | + <else> |
| 81 | + <text variable="DOI" prefix="https://doi.org/"/> |
| 82 | + </else> |
75 | 83 | </choose> |
76 | 84 | </macro> |
77 | 85 | <macro name="publisher"> |
|
88 | 96 | <macro name="issued"> |
89 | 97 | <choose> |
90 | 98 | <if variable="issued"> |
91 | | - <group prefix=" " suffix="."> |
| 99 | + <group> |
92 | 100 | <date variable="issued"> |
93 | 101 | <date-part name="year"/> |
94 | 102 | </date> |
|
103 | 111 | </group> |
104 | 112 | </if> |
105 | 113 | <else> |
106 | | - <text prefix=" (" term="no date" suffix=")." form="short"/> |
| 114 | + <text prefix="(" term="no date" suffix=")" form="short"/> |
107 | 115 | </else> |
108 | 116 | </choose> |
109 | 117 | </macro> |
|
124 | 132 | <if type="bill book chapter graphic legal_case legislation motion_picture paper-conference report song" match="any"> |
125 | 133 | <choose> |
126 | 134 | <if is-numeric="edition"> |
127 | | - <number variable="edition" form="long-ordinal" text-case="capitalize-first"/> |
128 | | - <text term="edition" form="long" prefix=" " suffix="."/> |
| 135 | + <group delimiter=" "> |
| 136 | + <number variable="edition" form="long-ordinal" text-case="capitalize-first"/> |
| 137 | + <label variable="edition" form="long"/> |
| 138 | + </group> |
129 | 139 | </if> |
130 | 140 | <else> |
131 | | - <text variable="edition" suffix="."/> |
| 141 | + <text variable="edition"/> |
132 | 142 | </else> |
133 | 143 | </choose> |
134 | 144 | </if> |
|
137 | 147 | <macro name="locators"> |
138 | 148 | <choose> |
139 | 149 | <if type="article-journal article-magazine article-newspaper" match="any"> |
140 | | - <text variable="container-title" prefix=". " font-style="italic"/> |
| 150 | + <text variable="container-title" font-style="normal"/> |
141 | 151 | <text variable="volume" prefix=" "/> |
142 | 152 | <text variable="issue" prefix="(" suffix=")"/> |
143 | 153 | <text variable="page" prefix=":"/> |
144 | 154 | </if> |
145 | 155 | <else-if type="bill book chapter graphic legal_case legislation motion_picture paper-conference report song" match="any"> |
146 | | - <group prefix=". " delimiter=" "> |
147 | | - <label variable="page" form="long" text-case="capitalize-first"/> |
148 | | - <text variable="page"/> |
| 156 | + <group delimiter=" "> |
| 157 | + <group delimiter=" "> |
| 158 | + <label variable="page" form="long" text-case="capitalize-first"/> |
| 159 | + <text variable="page"/> |
| 160 | + </group> |
149 | 161 | <text macro="container-contributors"/> |
150 | 162 | <text macro="secondary-contributors"/> |
151 | 163 | <text variable="container-title" font-style="italic"/> |
|
154 | 166 | </choose> |
155 | 167 | </macro> |
156 | 168 | <macro name="citation-locator"> |
157 | | - <group> |
| 169 | + <group delimiter=" "> |
158 | 170 | <label variable="locator" form="short"/> |
159 | | - <text variable="locator" prefix=" "/> |
| 171 | + <text variable="locator"/> |
160 | 172 | </group> |
161 | 173 | </macro> |
162 | 174 | <citation et-al-min="3" et-al-use-first="1" disambiguate-add-year-suffix="true" collapse="year"> |
|
177 | 189 | <key macro="author"/> |
178 | 190 | <key variable="issued"/> |
179 | 191 | </sort> |
180 | | - <layout suffix="."> |
181 | | - <text macro="author" suffix="."/> |
182 | | - <text macro="issued" suffix=" "/> |
183 | | - <text macro="title"/> |
184 | | - <text macro="locators"/> |
185 | | - <group delimiter=". " prefix=". "> |
| 192 | + <layout> |
| 193 | + <group delimiter=". " suffix="."> |
| 194 | + <text macro="author"/> |
| 195 | + <text macro="issued"/> |
| 196 | + <text macro="title"/> |
| 197 | + <text macro="locators"/> |
186 | 198 | <text macro="edition"/> |
187 | 199 | <text macro="publisher"/> |
188 | | - <text macro="access"/> |
189 | 200 | </group> |
| 201 | + <text macro="access" prefix=" "/> |
190 | 202 | </layout> |
191 | 203 | </bibliography> |
192 | 204 | </style> |
0 commit comments