Skip to content

Commit 6167631

Browse files
authored
Create pain-physician.csl (#7516)
1 parent ee4feb9 commit 6167631

File tree

1 file changed

+205
-0
lines changed

1 file changed

+205
-0
lines changed

pain-physician.csl

+205
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,205 @@
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">
3+
<info>
4+
<title>Pain Physician</title>
5+
<id>http://www.zotero.org/styles/pain-physician</id>
6+
<link href="http://www.zotero.org/styles/pain-physician" rel="self"/>
7+
<link href="http://www.zotero.org/styles/acta-radiologica" rel="template"/>
8+
<link href="https://www.painphysicianjournal.com/authors/manuscript" rel="documentation"/>
9+
<link href="https://www.painphysicianjournal.com/2024-author-guidelines.pdf" rel="documentation"/>
10+
<author>
11+
<name>Patrick O'Brien</name>
12+
</author>
13+
<category citation-format="numeric"/>
14+
<category field="medicine"/>
15+
<issn>1533-3159</issn>
16+
<eissn>2150-1159</eissn>
17+
<updated>2025-04-12T12:39:52+00:00</updated>
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>
19+
</info>
20+
<locale xml:lang="en">
21+
<terms>
22+
<term name="available at">available from</term>
23+
</terms>
24+
</locale>
25+
<macro name="author">
26+
<names variable="author" suffix=". ">
27+
<name sort-separator=" " initialize-with="" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always"/>
28+
<label form="short" prefix=" (" suffix=")" strip-periods="true"/>
29+
<substitute>
30+
<names variable="editor"/>
31+
</substitute>
32+
</names>
33+
</macro>
34+
<macro name="editor">
35+
<names variable="editor">
36+
<name sort-separator=" " initialize-with="" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always"/>
37+
<label form="short" strip-periods="true" prefix=" (" suffix=")"/>
38+
</names>
39+
</macro>
40+
<macro name="date">
41+
<choose>
42+
<if type="article-newspaper report" match="any">
43+
<date variable="issued" form="text"/>
44+
</if>
45+
<else>
46+
<date variable="issued" form="text" date-parts="year"/>
47+
</else>
48+
</choose>
49+
</macro>
50+
<macro name="publisher">
51+
<group delimiter=", ">
52+
<group delimiter=" ">
53+
<text variable="genre" text-case="title"/>
54+
<text variable="number"/>
55+
</group>
56+
<group delimiter=", ">
57+
<choose>
58+
<if type="thesis" match="none">
59+
<text variable="publisher-place"/>
60+
</if>
61+
</choose>
62+
<text variable="publisher"/>
63+
</group>
64+
</group>
65+
</macro>
66+
<macro name="access">
67+
<choose>
68+
<if variable="page" match="none">
69+
<choose>
70+
<if variable="DOI" match="any">
71+
<group prefix=". " delimiter=". ">
72+
<date variable="issued" form="text" prefix="Epub ahead of print "/>
73+
<text variable="DOI" prefix="DOI: "/>
74+
</group>
75+
</if>
76+
<else>
77+
<group delimiter=". ">
78+
<group delimiter=": ">
79+
<text term="available at" text-case="capitalize-first"/>
80+
<text variable="URL"/>
81+
</group>
82+
<text macro="accessed-date"/>
83+
</group>
84+
</else>
85+
</choose>
86+
</if>
87+
</choose>
88+
</macro>
89+
<macro name="accessed-date">
90+
<choose>
91+
<if variable="URL">
92+
<group delimiter=". ">
93+
<text macro="date"/>
94+
<group delimiter=" ">
95+
<text term="accessed" text-case="capitalize-first"/>
96+
<date variable="accessed" form="text"/>
97+
</group>
98+
</group>
99+
</if>
100+
</choose>
101+
</macro>
102+
<macro name="container-title">
103+
<choose>
104+
<if type="article-journal" match="any">
105+
<text variable="container-title" form="short" strip-periods="true" font-style="italic"/>
106+
</if>
107+
<else>
108+
<text variable="container-title" font-style="normal"/>
109+
</else>
110+
</choose>
111+
</macro>
112+
<macro name="title">
113+
<choose>
114+
<if type="book patent report thesis" match="any">
115+
<text variable="title"/>
116+
</if>
117+
<else>
118+
<text variable="title"/>
119+
</else>
120+
</choose>
121+
</macro>
122+
<macro name="page">
123+
<group delimiter=" ">
124+
<choose>
125+
<if type="chapter" match="any">
126+
<label strip-periods="true" variable="page" form="short"/>
127+
</if>
128+
</choose>
129+
<text variable="page"/>
130+
</group>
131+
</macro>
132+
<macro name="edition">
133+
<choose>
134+
<if is-numeric="edition">
135+
<group delimiter=" ">
136+
<number variable="edition" form="ordinal"/>
137+
<text term="edition" form="short"/>
138+
</group>
139+
</if>
140+
<else>
141+
<text variable="edition" suffix="."/>
142+
</else>
143+
</choose>
144+
</macro>
145+
<citation collapse="citation-number">
146+
<sort>
147+
<key variable="citation-number"/>
148+
</sort>
149+
<layout delimiter="," prefix="(" suffix=")">
150+
<text variable="citation-number"/>
151+
</layout>
152+
</citation>
153+
<bibliography delimiter-precedes-et-al="always" et-al-min="7" et-al-use-first="3" second-field-align="flush">
154+
<layout suffix=".">
155+
<text variable="citation-number" suffix=". "/>
156+
<text macro="author"/>
157+
<text macro="title"/>
158+
<choose>
159+
<if type="bill book graphic legal_case legislation motion_picture patent report song thesis" match="any">
160+
<group delimiter=". " prefix=". ">
161+
<text macro="edition"/>
162+
<text macro="publisher"/>
163+
</group>
164+
</if>
165+
<else-if type="chapter paper-conference" match="any">
166+
<group delimiter=". " prefix=". ">
167+
<group delimiter=": ">
168+
<text term="in" text-case="capitalize-first"/>
169+
<text macro="editor"/>
170+
</group>
171+
<text variable="container-title" font-style="italic"/>
172+
<group delimiter=", ">
173+
<text macro="publisher"/>
174+
<text macro="date"/>
175+
<text macro="page"/>
176+
</group>
177+
</group>
178+
</else-if>
179+
<else-if type="article-newspaper article-magazine" match="any">
180+
<group delimiter=". " prefix=". ">
181+
<text macro="container-title"/>
182+
<text macro="date"/>
183+
</group>
184+
</else-if>
185+
<else>
186+
<group delimiter="; " prefix=". ">
187+
<group delimiter=" ">
188+
<text macro="container-title"/>
189+
<choose>
190+
<if variable="page" match="any">
191+
<text macro="date"/>
192+
</if>
193+
</choose>
194+
</group>
195+
<group delimiter=":">
196+
<text variable="volume"/>
197+
<text variable="page"/>
198+
</group>
199+
</group>
200+
</else>
201+
</choose>
202+
<text macro="access" prefix=" "/>
203+
</layout>
204+
</bibliography>
205+
</style>

0 commit comments

Comments
 (0)