|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
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" page-range-format="expanded"> |
| 2 | +<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" demote-non-dropping-particle="sort-only" page-range-format="expanded" default-locale="en-US"> |
3 | 3 | <info>
|
4 | 4 | <title>Muscle & Nerve</title>
|
5 | 5 | <id>http://www.zotero.org/styles/muscle-and-nerve</id>
|
|
8 | 8 | <link href="https://onlinelibrary.wiley.com/page/journal/10974598/homepage/forauthors.html" rel="documentation"/>
|
9 | 9 | <author>
|
10 | 10 | <name>Patrick O'Brien, PhD</name>
|
11 |
| - <uri>https://twitter.com/patobrien333/</uri> |
12 | 11 | </author>
|
13 | 12 | <category citation-format="numeric"/>
|
14 | 13 | <category field="medicine"/>
|
15 | 14 | <category field="biology"/>
|
16 | 15 | <issn>0148-639X</issn>
|
17 | 16 | <eissn>1097-4598</eissn>
|
18 |
| - <updated>2019-01-08T16:34:19+00:00</updated> |
| 17 | + <updated>2021-03-10T16:09:20+00:00</updated> |
19 | 18 | <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
|
20 | 19 | </info>
|
21 | 20 | <macro name="editor">
|
|
39 | 38 | </macro>
|
40 | 39 | <macro name="access">
|
41 | 40 | <choose>
|
42 |
| - <if type="article-journal"> |
| 41 | + <if type="webpage post post-weblog"> |
43 | 42 | <group delimiter=". ">
|
44 |
| - <group delimiter=": "> |
45 |
| - <text value="Published online"/> |
46 |
| - <date form="text" date-parts="year-month-day" variable="issued"/> |
| 43 | + <text variable="URL"/> |
| 44 | + <group delimiter=" "> |
| 45 | + <text term="accessed" text-case="capitalize-first"/> |
| 46 | + <date form="text" variable="accessed"/> |
47 | 47 | </group>
|
48 |
| - <text variable="DOI" prefix="DOI: "/> |
49 | 48 | </group>
|
50 | 49 | </if>
|
51 |
| - <else-if type="article-newspaper" match="none"> |
52 |
| - <choose> |
53 |
| - <if variable="URL"> |
54 |
| - <group delimiter=". "> |
55 |
| - <text variable="URL"/> |
56 |
| - <choose> |
57 |
| - <if type="webpage"> |
58 |
| - <date variable="issued" prefix="Published " form="text"/> |
59 |
| - </if> |
60 |
| - </choose> |
61 |
| - <group delimiter=" "> |
62 |
| - <text term="accessed" text-case="capitalize-first"/> |
63 |
| - <date form="text" variable="accessed"/> |
64 |
| - </group> |
65 |
| - </group> |
66 |
| - </if> |
67 |
| - </choose> |
68 |
| - </else-if> |
| 50 | + <else> |
| 51 | + <text variable="DOI" prefix="https://doi.org/"/> |
| 52 | + </else> |
69 | 53 | </choose>
|
70 | 54 | </macro>
|
71 | 55 | <macro name="title">
|
|
215 | 199 | </else-if>
|
216 | 200 | <else>
|
217 | 201 | <text macro="editor" prefix=" " suffix="."/>
|
218 |
| - <group prefix=" " suffix="."> |
219 |
| - <text variable="container-title" strip-periods="false" font-style="normal"/> |
220 |
| - <group delimiter="; " prefix=" "> |
| 202 | + <group delimiter=":" prefix=" " suffix="."> |
| 203 | + <text variable="container-title" form="short" strip-periods="true" font-style="italic"/> |
| 204 | + <group delimiter=";" prefix=" "> |
221 | 205 | <choose>
|
222 | 206 | <if variable="issue volume" match="any">
|
223 | 207 | <date variable="issued">
|
|
231 | 215 | </date>
|
232 | 216 | </else>
|
233 | 217 | </choose>
|
234 |
| - <text variable="volume" font-weight="bold"/> |
| 218 | + <text variable="volume" font-weight="normal"/> |
235 | 219 | </group>
|
236 |
| - <text variable="page" prefix=":"/> |
| 220 | + <text variable="page"/> |
237 | 221 | </group>
|
238 | 222 | </else>
|
239 | 223 | </choose>
|
|
0 commit comments