|
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>Freshwater Science</title>
|
| 5 | + <title-short>FWS</title-short> |
5 | 6 | <id>http://www.zotero.org/styles/freshwater-science</id>
|
6 | 7 | <link href="http://www.zotero.org/styles/freshwater-science" rel="self"/>
|
7 | 8 | <link href="http://www.zotero.org/styles/ecology" rel="template"/>
|
8 |
| - <link href="http://www.press.uchicago.edu/journals/fws/instruct.html?journal=fws#instructions" rel="documentation"/> |
| 9 | + <link href="https://www.journals.uchicago.edu/journals/fws/instruct" rel="documentation"/> |
9 | 10 | <author>
|
10 | 11 | <name>Sebastian Karcher</name>
|
11 | 12 | </author>
|
| 13 | + <contributor> |
| 14 | + <name>Patrick O'Brien</name> |
| 15 | + </contributor> |
12 | 16 | <category citation-format="author-date"/>
|
13 | 17 | <category field="biology"/>
|
14 | 18 | <issn>2161-9549</issn>
|
15 | 19 | <eissn>2161-9565</eissn>
|
16 |
| - <updated>2012-09-27T22:06:38+00:00</updated> |
| 20 | + <updated>2020-03-31T19:41:25+00:00</updated> |
17 | 21 | <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
|
18 | 22 | </info>
|
| 23 | + <locale xml:lang="en"> |
| 24 | + <terms> |
| 25 | + <term name="available at">available from</term> |
| 26 | + </terms> |
| 27 | + </locale> |
19 | 28 | <macro name="container-contributors">
|
20 | 29 | <choose>
|
21 | 30 | <if type="chapter paper-conference" match="any">
|
|
38 | 47 | </choose>
|
39 | 48 | </macro>
|
40 | 49 | <macro name="author">
|
41 |
| - <names variable="author" font-variant="small-caps"> |
| 50 | + <names variable="author" font-variant="normal"> |
42 | 51 | <name name-as-sort-order="first" and="text" sort-separator=", " initialize-with=". " delimiter=", " delimiter-precedes-last="always"/>
|
43 | 52 | <label form="short" prefix=" (" suffix=")" text-case="capitalize-first"/>
|
44 | 53 | <substitute>
|
|
67 | 76 | </macro>
|
68 | 77 | <macro name="access">
|
69 | 78 | <choose>
|
70 |
| - <if type="webpage"> |
71 |
| - <text variable="URL"/> |
| 79 | + <if type="webpage post post-weblog report" match="any"> |
| 80 | + <group delimiter=": " prefix="(" suffix=")"> |
| 81 | + <text term="available at" text-case="capitalize-first"/> |
| 82 | + <text variable="URL"/> |
| 83 | + </group> |
72 | 84 | </if>
|
73 | 85 | </choose>
|
74 | 86 | </macro>
|
75 | 87 | <macro name="publisher">
|
76 | 88 | <group delimiter=", ">
|
77 | 89 | <choose>
|
78 | 90 | <if type="article-journal article-magazine" match="none">
|
79 |
| - <text variable="genre"/> |
| 91 | + <group delimiter=" "> |
| 92 | + <text variable="genre"/> |
| 93 | + <choose> |
| 94 | + <if type="report" match="any"> |
| 95 | + <text variable="number"/> |
| 96 | + </if> |
| 97 | + </choose> |
| 98 | + </group> |
80 | 99 | <text variable="publisher"/>
|
81 | 100 | <text variable="publisher-place"/>
|
82 | 101 | </if>
|
|
135 | 154 | <macro name="locators">
|
136 | 155 | <choose>
|
137 | 156 | <if type="article-journal article-magazine article-newspaper" match="any">
|
138 |
| - <text variable="container-title" prefix=". "/> |
139 |
| - <text variable="volume" prefix=" "/> |
140 |
| - <text variable="page" prefix=":"/> |
| 157 | + <group delimiter=" "> |
| 158 | + <text variable="container-title"/> |
| 159 | + <group delimiter=":"> |
| 160 | + <text variable="volume"/> |
| 161 | + <text variable="page"/> |
| 162 | + </group> |
| 163 | + </group> |
141 | 164 | </if>
|
142 |
| - <else-if type="bill book chapter graphic legal_case legislation motion_picture paper-conference report song" match="any"> |
143 |
| - <group prefix=". " delimiter=" "> |
144 |
| - <label variable="page" form="long" text-case="capitalize-first"/> |
145 |
| - <text variable="page"/> |
| 165 | + <else-if type="bill book chapter graphic legal_case legislation motion_picture paper-conference report song webpage" match="any"> |
| 166 | + <group delimiter=" "> |
| 167 | + <group delimiter=" "> |
| 168 | + <label variable="page" form="long" text-case="capitalize-first"/> |
| 169 | + <text variable="page"/> |
| 170 | + </group> |
146 | 171 | <text macro="container-contributors"/>
|
147 | 172 | <text macro="secondary-contributors"/>
|
148 | 173 | <text variable="container-title"/>
|
|
174 | 199 | <key macro="author"/>
|
175 | 200 | <key variable="issued"/>
|
176 | 201 | </sort>
|
177 |
| - <layout suffix="."> |
178 |
| - <text macro="author" suffix="."/> |
179 |
| - <text macro="issued" suffix=" "/> |
180 |
| - <text variable="title"/> |
181 |
| - <text macro="locators"/> |
182 |
| - <text macro="edition"/> |
183 |
| - <group delimiter=". " prefix=". "> |
| 202 | + <layout> |
| 203 | + <group delimiter=". " suffix="."> |
| 204 | + <text macro="author"/> |
| 205 | + <text macro="issued"/> |
| 206 | + <text variable="title"/> |
| 207 | + <text macro="locators"/> |
| 208 | + <text macro="edition"/> |
184 | 209 | <text macro="publisher"/>
|
185 |
| - <text macro="access"/> |
186 | 210 | </group>
|
| 211 | + <text macro="access" prefix=" "/> |
187 | 212 | </layout>
|
188 | 213 | </bibliography>
|
189 | 214 | </style>
|
0 commit comments