|
11 | 11 | </author>
|
12 | 12 | <category citation-format="numeric"/>
|
13 | 13 | <issn>1048-9959</issn>
|
14 |
| - <updated>2019-12-21T16:56:50+00:00</updated> |
| 14 | + <updated>2020-01-07T19:11:47+00:00</updated> |
15 | 15 | <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
|
16 | 16 | </info>
|
17 | 17 | <locale>
|
|
88 | 88 | <key variable="citation-number"/>
|
89 | 89 | </sort>
|
90 | 90 | <layout suffix=".">
|
91 |
| - <text variable="citation-number" suffix=". "/> |
| 91 | + <text variable="citation-number" prefix="[" suffix="]"/> |
92 | 92 | <choose>
|
93 | 93 | <if type="article-journal article article-magazine article-newspaper">
|
94 | 94 | <text macro="authors" suffix=", "/>
|
|
130 | 130 | <text macro="authors" suffix=", "/>
|
131 | 131 | <!-- <text macro="author-first" suffix=" "/> -->
|
132 | 132 | <group suffix=", ">
|
133 |
| - <text variable="title" text-case="title" quotes="true" suffix=", "/> |
| 133 | + <text variable="title" text-case="title" quotes="true"/> |
134 | 134 | </group>
|
135 | 135 | <text variable="container-title" prefix="Presented at " suffix=", "/>
|
136 | 136 | <!-- Proc Title -->
|
|
154 | 154 | <else-if type="webpage">
|
155 | 155 | <text macro="authors" suffix=". "/>
|
156 | 156 | <text variable="title" quotes="true" suffix=". "/>
|
157 |
| - <text variable="URL" prefix=" <URL: " suffix=">. "/> |
| 157 | + <text variable="URL" prefix="<URL: " suffix=">. "/> |
158 | 158 | <group delimiter=", ">
|
159 | 159 | <date variable="accessed" prefix="Accessed: " suffix=".">
|
160 | 160 | <date-part name="year" suffix=" "/>
|
|
164 | 164 | </group>
|
165 | 165 | </else-if>
|
166 | 166 | <else-if type="personal_communication" match="any">
|
167 |
| - <text macro="authors" suffix=". Personal communication."/> |
168 |
| - <date variable="accessed" suffix="."> |
169 |
| - <date-part name="year" suffix=" "/> |
170 |
| - <date-part name="month" form="short" suffix=" "/> |
171 |
| - <date-part name="day" form="numeric-leading-zeros" suffix=""/> |
| 167 | + <text macro="authors" suffix=". "/> |
| 168 | + <text value="Personal communication" suffix=". "/> |
| 169 | + <date variable="issued" suffix="."> |
| 170 | + <date-part name="month" suffix=" "/> |
| 171 | + <date-part name="day" form="numeric-leading-zeros" suffix=", "/> |
| 172 | + <date-part name="year" suffix="."/> |
172 | 173 | </date>
|
173 | 174 | </else-if>
|
174 | 175 | <else-if type="report">
|
|
196 | 197 | <text macro="year"/>
|
197 | 198 | </group>
|
198 | 199 | </else-if>
|
199 |
| - <else> |
| 200 | + <else-if type="patent" match="any"> |
200 | 201 | <text macro="authors" suffix=", "/>
|
201 |
| - <!-- <text macro="author-first" suffix=" "/> --> |
202 |
| - <group suffix=", "> |
203 |
| - <text variable="title" text-case="title" quotes="true" suffix=", "/> |
| 202 | + <text variable="title" text-case="title" quotes="true" suffix=", "/> |
| 203 | + <text variable="number" prefix="Patent " suffix=", "/> |
| 204 | + <group delimiter="."> |
| 205 | + <group delimiter=", "> |
| 206 | + <text variable="publisher"/> |
| 207 | + <group delimiter=", "> |
| 208 | + <text variable="publisher-place"/> |
| 209 | + <text macro="year"/> |
| 210 | + </group> |
| 211 | + </group> |
204 | 212 | </group>
|
205 |
| - <text variable="container-title" prefix="Presented at " suffix=", "/> |
206 |
| - <!-- Proc Title --> |
207 |
| - <group delimiter=". "> |
| 213 | + </else-if> |
| 214 | + <else> |
| 215 | + <text macro="authors" suffix=", "/> |
| 216 | + <text variable="title" text-case="title" quotes="true" suffix=", "/> |
| 217 | + <group delimiter="."> |
208 | 218 | <group delimiter=", ">
|
209 |
| - <text variable="publisher-place"/> |
| 219 | + <text variable="publisher"/> |
210 | 220 | <group delimiter=", ">
|
211 |
| - <text variable="publisher"/> |
212 |
| - <date variable="issued"> |
213 |
| - <date-part name="day" form="numeric-leading-zeros" suffix=" "/> |
214 |
| - <date-part name="month" suffix=" "/> |
215 |
| - <date-part name="year" form="long"/> |
216 |
| - </date> |
| 221 | + <text variable="publisher-place"/> |
| 222 | + <text macro="year"/> |
217 | 223 | </group>
|
218 | 224 | </group>
|
219 |
| - <text variable="page" prefix="pp. "/> |
220 | 225 | <!--  - Uppercase -->
|
221 | 226 | <text macro="URLandDOI"/>
|
222 | 227 | </group>
|
|
0 commit comments