Skip to content

Commit 4503826

Browse files
authored
Update muscle-and-nerve.csl (#5317)
1 parent 3bed58e commit 4503826

File tree

1 file changed

+15
-31
lines changed

1 file changed

+15
-31
lines changed

muscle-and-nerve.csl

+15-31
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?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">
33
<info>
44
<title>Muscle &amp; Nerve</title>
55
<id>http://www.zotero.org/styles/muscle-and-nerve</id>
@@ -8,14 +8,13 @@
88
<link href="https://onlinelibrary.wiley.com/page/journal/10974598/homepage/forauthors.html" rel="documentation"/>
99
<author>
1010
<name>Patrick O'Brien, PhD</name>
11-
<uri>https://twitter.com/patobrien333/</uri>
1211
</author>
1312
<category citation-format="numeric"/>
1413
<category field="medicine"/>
1514
<category field="biology"/>
1615
<issn>0148-639X</issn>
1716
<eissn>1097-4598</eissn>
18-
<updated>2019-01-08T16:34:19+00:00</updated>
17+
<updated>2021-03-10T16:09:20+00:00</updated>
1918
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
2019
</info>
2120
<macro name="editor">
@@ -39,33 +38,18 @@
3938
</macro>
4039
<macro name="access">
4140
<choose>
42-
<if type="article-journal">
41+
<if type="webpage post post-weblog">
4342
<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"/>
4747
</group>
48-
<text variable="DOI" prefix="DOI: "/>
4948
</group>
5049
</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>
6953
</choose>
7054
</macro>
7155
<macro name="title">
@@ -215,9 +199,9 @@
215199
</else-if>
216200
<else>
217201
<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=" ">
221205
<choose>
222206
<if variable="issue volume" match="any">
223207
<date variable="issued">
@@ -231,9 +215,9 @@
231215
</date>
232216
</else>
233217
</choose>
234-
<text variable="volume" font-weight="bold"/>
218+
<text variable="volume" font-weight="normal"/>
235219
</group>
236-
<text variable="page" prefix=":"/>
220+
<text variable="page"/>
237221
</group>
238222
</else>
239223
</choose>

0 commit comments

Comments
 (0)