Skip to content

Commit 93469bb

Browse files
authored
Create journal-of-musculoskeletal-research.csl (JabRef#4990)
1 parent 43287c7 commit 93469bb

File tree

1 file changed

+160
-0
lines changed

1 file changed

+160
-0
lines changed
+160
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,160 @@
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-GB">
3+
<info>
4+
<title>Journal of Musculoskeletal Research</title>
5+
<title-short>JMR</title-short>
6+
<id>http://www.zotero.org/styles/journal-of-musculoskeletal-research</id>
7+
<link href="http://www.zotero.org/styles/journal-of-musculoskeletal-research" rel="self"/>
8+
<link href="http://www.zotero.org/styles/nature" rel="template"/>
9+
<link href="https://www.worldscientific.com/toc/jmr/23/01" rel="documentation"/>
10+
<author>
11+
<name>Patrick O'Brien</name>
12+
</author>
13+
<category citation-format="numeric"/>
14+
<category field="medicine"/>
15+
<category field="biology"/>
16+
<issn>0218-9577</issn>
17+
<eissn>1793-6497</eissn>
18+
<updated>2020-08-25T08:02:46+00:00</updated>
19+
<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+
</info>
21+
<locale xml:lang="en">
22+
<terms>
23+
<term name="accessed">accessed on</term>
24+
</terms>
25+
</locale>
26+
<macro name="title">
27+
<choose>
28+
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
29+
<group delimiter=", ">
30+
<text variable="title" font-style="italic"/>
31+
<text macro="volume"/>
32+
</group>
33+
</if>
34+
<else>
35+
<text variable="title"/>
36+
</else>
37+
</choose>
38+
</macro>
39+
<macro name="author">
40+
<names variable="author">
41+
<name delimiter-precedes-last="never" initialize-with="" name-as-sort-order="all" sort-separator=" "/>
42+
<label form="short" prefix=", "/>
43+
<et-al font-style="italic"/>
44+
</names>
45+
</macro>
46+
<macro name="access">
47+
<choose>
48+
<if variable="DOI">
49+
<text variable="DOI" prefix="doi: "/>
50+
</if>
51+
</choose>
52+
</macro>
53+
<macro name="issuance">
54+
<choose>
55+
<if type="bill book graphic legal_case legislation motion_picture song thesis chapter paper-conference" match="any">
56+
<group delimiter=", ">
57+
<text variable="publisher-place"/>
58+
<text variable="publisher" form="long"/>
59+
<text macro="pages"/>
60+
<date variable="issued">
61+
<date-part name="year"/>
62+
</date>
63+
</group>
64+
</if>
65+
<else-if type="webpage post post-weblog" match="any">
66+
<group delimiter=" ">
67+
<text variable="URL"/>
68+
<group delimiter=" " prefix="(" suffix=")">
69+
<text term="accessed"/>
70+
<date form="text" variable="accessed"/>
71+
</group>
72+
</group>
73+
</else-if>
74+
<else>
75+
<date variable="issued">
76+
<date-part name="year"/>
77+
</date>
78+
</else>
79+
</choose>
80+
</macro>
81+
<macro name="container-title">
82+
<choose>
83+
<if type="article-journal">
84+
<text variable="container-title" form="short" strip-periods="true" font-style="italic"/>
85+
</if>
86+
<else>
87+
<text variable="container-title" font-style="italic" suffix=","/>
88+
</else>
89+
</choose>
90+
</macro>
91+
<macro name="editor">
92+
<choose>
93+
<if type="chapter paper-conference" match="any">
94+
<names variable="editor">
95+
<label form="verb" suffix=" "/>
96+
<name delimiter-precedes-last="never" initialize-with="" name-as-sort-order="all" sort-separator=" "/>
97+
</names>
98+
</if>
99+
</choose>
100+
</macro>
101+
<macro name="volume">
102+
<choose>
103+
<if type="article-journal" match="any">
104+
<group delimiter=":" suffix=",">
105+
<group>
106+
<text variable="volume" font-weight="bold"/>
107+
<text variable="issue" prefix="(" suffix=")"/>
108+
</group>
109+
<text macro="pages"/>
110+
</group>
111+
</if>
112+
<else>
113+
<group delimiter=" ">
114+
<label text-case="capitalize-first" variable="volume" form="short"/>
115+
<text variable="volume"/>
116+
</group>
117+
</else>
118+
</choose>
119+
</macro>
120+
<macro name="pages">
121+
<choose>
122+
<if type="article-journal" match="any">
123+
<text variable="page"/>
124+
</if>
125+
<else-if type="chapter" match="any">
126+
<group delimiter=" ">
127+
<label variable="page" form="short"/>
128+
<text variable="page"/>
129+
</group>
130+
</else-if>
131+
</choose>
132+
</macro>
133+
<citation collapse="citation-number">
134+
<sort>
135+
<key variable="citation-number"/>
136+
</sort>
137+
<layout vertical-align="sup" delimiter=",">
138+
<text variable="citation-number"/>
139+
</layout>
140+
</citation>
141+
<bibliography et-al-min="7" et-al-use-first="6" second-field-align="flush" entry-spacing="0" line-spacing="2">
142+
<layout suffix=".">
143+
<text variable="citation-number" suffix="."/>
144+
<group delimiter=" ">
145+
<text macro="author" suffix="."/>
146+
<text macro="title" suffix="."/>
147+
<choose>
148+
<if type="chapter paper-conference" match="any">
149+
<text term="in" text-case="capitalize-first" suffix=":"/>
150+
</if>
151+
</choose>
152+
<text macro="container-title"/>
153+
<text macro="editor" suffix=","/>
154+
<text macro="volume"/>
155+
<text macro="issuance" suffix="."/>
156+
<text macro="access"/>
157+
</group>
158+
</layout>
159+
</bibliography>
160+
</style>

0 commit comments

Comments
 (0)