|
13 | 13 | <category field="biology"/>
|
14 | 14 | <issn>0908-8857</issn>
|
15 | 15 | <eissn>1600-048X</eissn>
|
16 |
| - <updated>2014-06-10T12:00:00+00:00</updated> |
| 16 | + <updated>2022-03-26T13:07:33+00:00</updated> |
17 | 17 | <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 | 18 | </info>
|
19 | 19 | <macro name="editor-translator">
|
|
39 | 39 | <names variable="author">
|
40 | 40 | <name name-as-sort-order="all" and="text" sort-separator=", " initialize-with=". " delimiter=", " delimiter-precedes-last="never"/>
|
41 | 41 | <label form="short" text-case="capitalize-first"/>
|
| 42 | + <substitute> |
| 43 | + <names variable="editor"/> |
| 44 | + </substitute> |
42 | 45 | </names>
|
43 | 46 | </macro>
|
44 | 47 | <macro name="author-count">
|
|
121 | 124 | <key macro="author-count" names-min="3" names-use-first="3"/>
|
122 | 125 | <key variable="issued"/>
|
123 | 126 | </sort>
|
124 |
| - <layout> |
125 |
| - <text macro="author"/> |
126 |
| - <date variable="issued" prefix=" " suffix="."> |
127 |
| - <date-part name="year"/> |
128 |
| - </date> |
129 |
| - <choose> |
130 |
| - <if type="book"> |
131 |
| - <group suffix="."> |
132 |
| - <text macro="title" prefix=" "/> |
133 |
| - <text macro="editor-translator" prefix=" "/> |
134 |
| - </group> |
135 |
| - <text prefix=" - " suffix="." macro="publisher"/> |
136 |
| - </if> |
137 |
| - <else-if type="chapter"> |
138 |
| - <text macro="title" prefix=" "/> |
139 |
| - <group prefix=". - "> |
140 |
| - <text term="in" text-case="capitalize-first" suffix=": "/> |
141 |
| - <names variable="editor translator"> |
142 |
| - <name name-as-sort-order="all" and="text" sort-separator=", " initialize-with=". " delimiter=", " delimiter-precedes-last="never" et-al-min="3" et-al-use-first="1"/> |
143 |
| - <label form="short" prefix=" (" suffix=")," strip-periods="true"/> |
144 |
| - </names> |
145 |
| - <text variable="container-title" prefix=" " suffix="."/> |
146 |
| - <text macro="edition" prefix=" "/> |
147 |
| - <text variable="collection-title" prefix=" " suffix="."/> |
148 |
| - <group suffix="."> |
149 |
| - <text macro="publisher" prefix=" " suffix=","/> |
150 |
| - <text macro="page-chapter" prefix=" "/> |
| 127 | + <layout suffix="."> |
| 128 | + <group delimiter=". "> |
| 129 | + <text macro="author"/> |
| 130 | + <date variable="issued"> |
| 131 | + <date-part name="year"/> |
| 132 | + </date> |
| 133 | + <text macro="title" prefix=" "/> |
| 134 | + <choose> |
| 135 | + <if type="book"> |
| 136 | + <group delimiter=". "> |
| 137 | + <text macro="editor-translator"/> |
| 138 | + <text prefix="– " macro="publisher"/> |
151 | 139 | </group>
|
152 |
| - </group> |
153 |
| - </else-if> |
154 |
| - <else-if type="article article-journal review" match="any"> |
155 |
| - <group suffix="."> |
156 |
| - <text macro="title" prefix=" "/> |
157 |
| - <text macro="editor-translator" prefix=" "/> |
158 |
| - </group> |
159 |
| - <text variable="container-title" form="short" prefix=" - "/> |
160 |
| - <choose> |
161 |
| - <if variable="page"> |
162 |
| - <text variable="volume" prefix=" "/> |
163 |
| - <text variable="page" prefix=": " suffix="."/> |
164 |
| - </if> |
165 |
| - <else> |
166 |
| - <text term="in press" prefix=" " suffix="."/> |
167 |
| - </else> |
168 |
| - </choose> |
169 |
| - </else-if> |
170 |
| - <else> |
171 |
| - <group suffix="."> |
172 |
| - <text macro="title" prefix=" "/> |
| 140 | + </if> |
| 141 | + <else-if type="chapter"> |
| 142 | + <group delimiter=". "> |
| 143 | + <group delimiter=", " prefix=" – "> |
| 144 | + <group delimiter=": "> |
| 145 | + <text term="in" text-case="capitalize-first"/> |
| 146 | + <names variable="editor translator"> |
| 147 | + <name name-as-sort-order="all" and="text" sort-separator=", " initialize-with=". " delimiter=", " delimiter-precedes-last="never" et-al-min="3" et-al-use-first="1"/> |
| 148 | + <label form="short" prefix=" (" suffix=")," strip-periods="true"/> |
| 149 | + </names> |
| 150 | + </group> |
| 151 | + <text variable="container-title"/> |
| 152 | + <text macro="edition"/> |
| 153 | + <text variable="collection-title"/> |
| 154 | + </group> |
| 155 | + <group delimiter=", "> |
| 156 | + <text macro="publisher"/> |
| 157 | + <text macro="page-chapter"/> |
| 158 | + </group> |
| 159 | + </group> |
| 160 | + </else-if> |
| 161 | + <else-if type="article article-journal review" match="any"> |
| 162 | + <group delimiter=" "> |
| 163 | + <text variable="container-title" form="short" prefix=" – "/> |
| 164 | + <choose> |
| 165 | + <if variable="page"> |
| 166 | + <group delimiter=": "> |
| 167 | + <text variable="volume"/> |
| 168 | + <text variable="page"/> |
| 169 | + </group> |
| 170 | + </if> |
| 171 | + <else> |
| 172 | + <text variable="DOI" prefix=" <https://doi.org/" suffix=">"/> |
| 173 | + </else> |
| 174 | + </choose> |
| 175 | + </group> |
| 176 | + </else-if> |
| 177 | + <else-if type="thesis" match="any"> |
| 178 | + <group delimiter=", " prefix=" – "> |
| 179 | + <text variable="genre"/> |
| 180 | + <text variable="publisher"/> |
| 181 | + </group> |
| 182 | + </else-if> |
| 183 | + <else> |
173 | 184 | <text macro="editor-translator" prefix=" "/>
|
174 |
| - </group> |
175 |
| - <text variable="container-title" form="short" prefix=" - "/> |
176 |
| - <text variable="volume" prefix=" "/> |
177 |
| - <text variable="page" prefix=": " suffix="."/> |
178 |
| - </else> |
179 |
| - </choose> |
| 185 | + <text variable="container-title" form="short" prefix=" – "/> |
| 186 | + <text variable="volume" prefix=" "/> |
| 187 | + <text variable="page" prefix=": "/> |
| 188 | + </else> |
| 189 | + </choose> |
| 190 | + </group> |
180 | 191 | </layout>
|
181 | 192 | </bibliography>
|
182 | 193 | </style>
|
0 commit comments