Skip to content

Commit 1730c28

Browse files
kbssrinivasrmzelle
authored andcommitted
Create knee-surgery-and-related-research (#4314)
1 parent d1dbae3 commit 1730c28

File tree

1 file changed

+254
-0
lines changed

1 file changed

+254
-0
lines changed

knee-surgery-and-related-research.csl

+254
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,254 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" page-range-format="chicago" demote-non-dropping-particle="sort-only" default-locale="en-US">
3+
<info>
4+
<title>Knee Surgery &amp; Related Research</title>
5+
<title-short>KSRR</title-short>
6+
<id>http://www.zotero.org/styles/knee-surgery-and-related-research</id>
7+
<link href="http://www.zotero.org/styles/knee-surgery-and-related-research" rel="self"/>
8+
<link href="http://www.zotero.org/styles/clinical-gastroenterology-and-hepatology" rel="template"/>
9+
<link href="http://www.jksrr.org/authors/sub01.html" rel="documentation"/>
10+
<author>
11+
<name>Srinivas B S Kambhampati</name>
12+
<email>[email protected]</email>
13+
</author>
14+
<category citation-format="numeric"/>
15+
<category field="medicine"/>
16+
<issn>2234-0726</issn>
17+
<eissn>2234-2451</eissn>
18+
<updated>2019-09-24T14:51:30+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="page-range-delimiter">-</term>
24+
</terms>
25+
</locale>
26+
<macro name="editor">
27+
<names variable="editor">
28+
<name name-as-sort-order="all" sort-separator=" " initialize-with="" delimiter=", " delimiter-precedes-last="always"/>
29+
<label form="short" prefix=", " suffix="."/>
30+
</names>
31+
</macro>
32+
<macro name="author">
33+
<group suffix=".">
34+
<names variable="author">
35+
<name name-as-sort-order="all" sort-separator=" " initialize-with="" delimiter=", " delimiter-precedes-last="always"/>
36+
<label form="short" prefix=", "/>
37+
<substitute>
38+
<names variable="editor"/>
39+
<text macro="title"/>
40+
</substitute>
41+
</names>
42+
</group>
43+
</macro>
44+
<macro name="access">
45+
<choose>
46+
<if type="article-newspaper" match="none">
47+
<choose>
48+
<if type="patent" match="none"/>
49+
<else-if variable="URL">
50+
<group delimiter=". ">
51+
<text variable="URL"/>
52+
<choose>
53+
<if type="webpage">
54+
<date variable="issued" prefix="Published " form="text"/>
55+
</if>
56+
</choose>
57+
<group>
58+
<text term="accessed" text-case="capitalize-first" suffix=" "/>
59+
<date variable="accessed">
60+
<date-part name="month" suffix=" "/>
61+
<date-part name="day" suffix=", "/>
62+
<date-part name="year"/>
63+
</date>
64+
</group>
65+
</group>
66+
</else-if>
67+
</choose>
68+
</if>
69+
</choose>
70+
</macro>
71+
<macro name="title">
72+
<choose>
73+
<if type="bill book chapter graphic legal_case legislation motion_picture report song" match="any">
74+
<text variable="title" text-case="title"/>
75+
</if>
76+
<else>
77+
<text variable="title"/>
78+
</else>
79+
</choose>
80+
</macro>
81+
<macro name="publisher">
82+
<group delimiter=": ">
83+
<text variable="publisher-place"/>
84+
<text variable="publisher"/>
85+
</group>
86+
</macro>
87+
<macro name="edition">
88+
<choose>
89+
<if is-numeric="edition">
90+
<group delimiter=" ">
91+
<number variable="edition" form="ordinal"/>
92+
<text term="edition" form="short" suffix=". "/>
93+
</group>
94+
</if>
95+
<else>
96+
<text variable="edition" suffix=". "/>
97+
</else>
98+
</choose>
99+
</macro>
100+
<citation collapse="citation-number">
101+
<sort>
102+
<key variable="citation-number"/>
103+
</sort>
104+
<layout delimiter="," vertical-align="sup">
105+
<text variable="citation-number"/>
106+
</layout>
107+
</citation>
108+
<bibliography hanging-indent="false" et-al-min="7" et-al-use-first="6" second-field-align="flush">
109+
<layout>
110+
<text variable="citation-number" suffix=". "/>
111+
<text macro="author"/>
112+
<text macro="title" prefix=" " suffix=". "/>
113+
<choose>
114+
<if type="bill book graphic legislation motion_picture report song" match="any">
115+
<group suffix=" " prefix=" " delimiter=" ">
116+
<group delimiter=" ">
117+
<text term="volume" form="short" text-case="capitalize-first" strip-periods="true"/>
118+
<text variable="volume" suffix="."/>
119+
</group>
120+
<text macro="edition"/>
121+
<text macro="editor"/>
122+
</group>
123+
<text macro="publisher" prefix=" "/>
124+
<group suffix=" " prefix="; ">
125+
<date variable="issued">
126+
<date-part name="year"/>
127+
</date>
128+
<text variable="page" prefix=": "/>
129+
</group>
130+
</if>
131+
<else-if type="chapter paper-conference entry-dictionary entry-encyclopedia" match="any">
132+
<group prefix=" " delimiter=" ">
133+
<text term="in" text-case="capitalize-first" suffix=":"/>
134+
<text macro="editor"/>
135+
<text variable="container-title" suffix="." text-case="title"/>
136+
<group delimiter=" ">
137+
<text term="volume" form="short" text-case="capitalize-first" strip-periods="true"/>
138+
<text variable="volume" suffix=" "/>
139+
</group>
140+
<text macro="edition"/>
141+
<text variable="collection-title" suffix=" "/>
142+
<group suffix=" ">
143+
<text macro="publisher"/>
144+
<group suffix=" " prefix="; ">
145+
<date variable="issued">
146+
<date-part name="year"/>
147+
</date>
148+
<text variable="page" prefix=". pp. " suffix="."/>
149+
</group>
150+
</group>
151+
</group>
152+
</else-if>
153+
<else-if type="article-newspaper">
154+
<text variable="container-title" prefix=" " suffix=" "/>
155+
<choose>
156+
<if variable="URL">
157+
<group delimiter=". " suffix=" ">
158+
<text variable="URL"/>
159+
<group prefix="Published ">
160+
<date variable="issued">
161+
<date-part name="month" suffix=" "/>
162+
<date-part name="day" suffix=", "/>
163+
<date-part name="year"/>
164+
</date>
165+
</group>
166+
<group>
167+
<text term="accessed" text-case="capitalize-first" suffix=" "/>
168+
<date variable="accessed">
169+
<date-part name="month" suffix=" "/>
170+
<date-part name="day" suffix=", "/>
171+
<date-part name="year"/>
172+
</date>
173+
</group>
174+
</group>
175+
</if>
176+
<else>
177+
<group delimiter=":" suffix=". ">
178+
<group>
179+
<date variable="issued">
180+
<date-part name="month" suffix=" "/>
181+
<date-part name="day" suffix=", "/>
182+
<date-part name="year"/>
183+
</date>
184+
</group>
185+
<text variable="page"/>
186+
</group>
187+
</else>
188+
</choose>
189+
</else-if>
190+
<else-if type="legal_case">
191+
<group suffix="," prefix=" " delimiter=" ">
192+
<text macro="editor" prefix="(" suffix=")"/>
193+
</group>
194+
<group prefix=" " delimiter=" ">
195+
<text variable="container-title"/>
196+
<text variable="volume"/>
197+
</group>
198+
<text variable="page" prefix=", " suffix=" "/>
199+
<group prefix="(" suffix=")." delimiter=" ">
200+
<text variable="authority"/>
201+
<date variable="issued">
202+
<date-part name="year"/>
203+
</date>
204+
</group>
205+
</else-if>
206+
<else-if variable="URL">
207+
<group delimiter=". ">
208+
<text variable="URL"/>
209+
<choose>
210+
<if type="webpage">
211+
<date variable="issued" prefix="Published " form="text"/>
212+
</if>
213+
</choose>
214+
<group>
215+
<text term="accessed" text-case="capitalize-first" suffix=" "/>
216+
<date variable="accessed">
217+
<date-part name="day" suffix="."/>
218+
<date-part name="month" form="numeric" suffix="."/>
219+
<date-part name="year" suffix="."/>
220+
</date>
221+
</group>
222+
</group>
223+
</else-if>
224+
<else>
225+
<text macro="editor" prefix=" " suffix="."/>
226+
<group prefix=" " suffix=". ">
227+
<text variable="container-title" strip-periods="true" suffix=" "/>
228+
<group delimiter=";" prefix=" ">
229+
<choose>
230+
<if variable="issue volume" match="any">
231+
<date variable="issued">
232+
<date-part name="year"/>
233+
</date>
234+
</if>
235+
<else>
236+
<date variable="issued">
237+
<date-part name="month" suffix=" "/>
238+
<date-part name="year"/>
239+
</date>
240+
</else>
241+
</choose>
242+
<group>
243+
<text variable="volume"/>
244+
<text variable="issue" prefix="(" suffix=")"/>
245+
</group>
246+
</group>
247+
<text variable="page" prefix=":"/>
248+
</group>
249+
</else>
250+
</choose>
251+
<text prefix=" " macro="access" suffix=" "/>
252+
</layout>
253+
</bibliography>
254+
</style>

0 commit comments

Comments
 (0)