Skip to content

Commit adf28db

Browse files
authored
Create journal-of-health-care-for-the-poor-and-underserved.csl (#5752)
via https://forums.zotero.org/discussion/93207/request-for-jhcpu-citation-style-to-be-added#latest
1 parent 0713a8e commit adf28db

File tree

1 file changed

+280
-0
lines changed

1 file changed

+280
-0
lines changed
Lines changed: 280 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,280 @@
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" page-range-format="minimal">
3+
<info>
4+
<title>Journal of Health Care for the Poor and Underserved</title>
5+
<title-short>JHCPU</title-short>
6+
<id>http://www.zotero.org/styles/journal-of-health-care-for-the-poor-and-underserved</id>
7+
<link href="http://www.zotero.org/styles/journal-of-health-care-for-the-poor-and-underserved" rel="self"/>
8+
<link href="http://www.zotero.org/styles/national-library-of-medicine-grant-proposals" rel="template"/>
9+
<link href="http://www.nlm.nih.gov/bsd/uniform_requirements.html" rel="documentation"/>
10+
<contributor>
11+
<name>Patrick O'Brien</name>
12+
</contributor>
13+
<category citation-format="numeric"/>
14+
<category field="medicine"/>
15+
<issn>1049-2089</issn>
16+
<eissn>1548-6869</eissn>
17+
<updated>2021-11-30T09:50:16+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="presented at">presented at</term>
23+
<term name="retrieved">available</term>
24+
<term name="section" form="short">sect.</term>
25+
</terms>
26+
</locale>
27+
<macro name="author">
28+
<names variable="author">
29+
<name sort-separator=" " initialize-with="" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always"/>
30+
<label form="short" prefix=", "/>
31+
<substitute>
32+
<names variable="editor"/>
33+
</substitute>
34+
</names>
35+
</macro>
36+
<macro name="editor">
37+
<group delimiter=": ">
38+
<choose>
39+
<if type="chapter paper-conference" match="any">
40+
<text term="in" text-case="capitalize-first"/>
41+
</if>
42+
</choose>
43+
<names variable="editor" suffix=".">
44+
<name sort-separator=" " initialize-with="" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always"/>
45+
<label form="short" prefix=", "/>
46+
</names>
47+
</group>
48+
</macro>
49+
<macro name="publisher">
50+
<group delimiter=": " suffix=",">
51+
<choose>
52+
<if type="thesis">
53+
<text variable="publisher-place" prefix="[" suffix="]"/>
54+
</if>
55+
<else-if type="speech"/>
56+
<else>
57+
<text variable="publisher-place"/>
58+
</else>
59+
</choose>
60+
<text variable="publisher"/>
61+
</group>
62+
</macro>
63+
<macro name="access">
64+
<choose>
65+
<if variable="URL">
66+
<group delimiter=" ">
67+
<text term="available at" text-case="capitalize-first"/>
68+
<text variable="URL"/>
69+
</group>
70+
</if>
71+
</choose>
72+
</macro>
73+
<macro name="accessed-date">
74+
<choose>
75+
<if variable="URL">
76+
<group prefix="[" suffix="]" delimiter=" ">
77+
<text term="cited"/>
78+
<date variable="accessed">
79+
<date-part name="year"/>
80+
<date-part name="month" prefix=" " form="short" strip-periods="true"/>
81+
<date-part name="day" prefix=" "/>
82+
</date>
83+
</group>
84+
</if>
85+
</choose>
86+
</macro>
87+
<macro name="container-title">
88+
<choose>
89+
<if type="article-journal article-magazine chapter paper-conference article-newspaper" match="any">
90+
<group suffix="." delimiter=" ">
91+
<text variable="container-title" form="short" strip-periods="true"/>
92+
<choose>
93+
<if variable="URL">
94+
<text term="internet" prefix="[" suffix="]" text-case="capitalize-first"/>
95+
</if>
96+
</choose>
97+
</group>
98+
<text macro="edition" prefix=" "/>
99+
</if>
100+
<else-if type="bill legislation" match="any">
101+
<group delimiter=", ">
102+
<group delimiter=". ">
103+
<text variable="container-title"/>
104+
<group delimiter=" ">
105+
<text term="section" form="short" text-case="capitalize-first"/>
106+
<text variable="section"/>
107+
</group>
108+
</group>
109+
<text variable="number"/>
110+
</group>
111+
</else-if>
112+
<else-if type="speech">
113+
<group delimiter=": " suffix=";">
114+
<group delimiter=" ">
115+
<text variable="genre" text-case="capitalize-first"/>
116+
<text term="presented at"/>
117+
</group>
118+
<text variable="event"/>
119+
</group>
120+
</else-if>
121+
<else>
122+
<text variable="container-title" suffix="."/>
123+
</else>
124+
</choose>
125+
</macro>
126+
<macro name="title">
127+
<text variable="title"/>
128+
<choose>
129+
<if type="article-journal article-magazine chapter paper-conference article-newspaper" match="none">
130+
<choose>
131+
<if variable="URL">
132+
<text term="internet" prefix=" [" suffix="]" text-case="capitalize-first"/>
133+
</if>
134+
</choose>
135+
<text macro="edition" prefix=". "/>
136+
</if>
137+
</choose>
138+
<choose>
139+
<if type="thesis">
140+
<text variable="genre" prefix=" [" suffix="]"/>
141+
</if>
142+
</choose>
143+
</macro>
144+
<macro name="edition">
145+
<choose>
146+
<if is-numeric="edition">
147+
<group delimiter=" ">
148+
<number variable="edition" form="ordinal"/>
149+
<text term="edition" form="short"/>
150+
</group>
151+
</if>
152+
<else>
153+
<text variable="edition" suffix="."/>
154+
</else>
155+
</choose>
156+
</macro>
157+
<macro name="date">
158+
<choose>
159+
<if type="article-journal article-magazine article-newspaper" match="any">
160+
<group suffix=";" delimiter=" ">
161+
<date variable="issued" delimiter=" ">
162+
<date-part name="year"/>
163+
<date-part name="month" form="short" strip-periods="true"/>
164+
<date-part name="day"/>
165+
</date>
166+
<text macro="accessed-date"/>
167+
</group>
168+
</if>
169+
<else-if type="bill legislation" match="any">
170+
<group delimiter=", ">
171+
<date variable="issued" delimiter=" ">
172+
<date-part name="month" form="short" strip-periods="true"/>
173+
<date-part name="day"/>
174+
</date>
175+
<date variable="issued">
176+
<date-part name="year"/>
177+
</date>
178+
</group>
179+
</else-if>
180+
<else-if type="report">
181+
<date variable="issued" delimiter=" ">
182+
<date-part name="year"/>
183+
<date-part name="month" form="short" strip-periods="true"/>
184+
</date>
185+
</else-if>
186+
<else-if type="patent">
187+
<group suffix=".">
188+
<group delimiter=", ">
189+
<text variable="number"/>
190+
<date variable="issued">
191+
<date-part name="year"/>
192+
</date>
193+
</group>
194+
<text macro="accessed-date" prefix=" "/>
195+
</group>
196+
</else-if>
197+
<else-if type="speech">
198+
<group delimiter="; ">
199+
<date variable="issued" delimiter=" ">
200+
<date-part name="year"/>
201+
<date-part name="month" form="short" strip-periods="true"/>
202+
<date-part name="day"/>
203+
</date>
204+
<text variable="event-place"/>
205+
</group>
206+
</else-if>
207+
<else>
208+
<group suffix=".">
209+
<date variable="issued">
210+
<date-part name="year"/>
211+
</date>
212+
<text macro="accessed-date" prefix=" "/>
213+
</group>
214+
</else>
215+
</choose>
216+
</macro>
217+
<macro name="pages">
218+
<choose>
219+
<if type="article-journal article-magazine article-newspaper" match="any">
220+
<text variable="page" prefix=":"/>
221+
</if>
222+
<else>
223+
<text variable="page" prefix=" p. "/>
224+
</else>
225+
</choose>
226+
</macro>
227+
<macro name="pmcid">
228+
<text variable="PMCID" prefix=" PMCID: "/>
229+
<choose>
230+
<if variable="PMCID" match="none">
231+
<text variable="PMID" prefix=" PMID: "/>
232+
</if>
233+
</choose>
234+
</macro>
235+
<macro name="journal-location">
236+
<choose>
237+
<if type="article-journal article-magazine" match="any">
238+
<text variable="volume"/>
239+
<text variable="issue" prefix="(" suffix=")"/>
240+
</if>
241+
</choose>
242+
</macro>
243+
<macro name="report-details">
244+
<choose>
245+
<if type="report">
246+
<text variable="number" prefix="Report No.: "/>
247+
</if>
248+
</choose>
249+
</macro>
250+
<citation collapse="citation-number">
251+
<sort>
252+
<key variable="citation-number"/>
253+
</sort>
254+
<layout vertical-align="sup" delimiter=",">
255+
<text variable="citation-number"/>
256+
</layout>
257+
</citation>
258+
<bibliography et-al-min="4" et-al-use-first="3" second-field-align="flush">
259+
<layout>
260+
<text variable="citation-number" suffix=". "/>
261+
<group delimiter=". " suffix=". ">
262+
<text macro="author"/>
263+
<text macro="title"/>
264+
</group>
265+
<group delimiter=" " suffix=". ">
266+
<text macro="editor"/>
267+
<text macro="container-title"/>
268+
<text macro="publisher"/>
269+
<group>
270+
<text macro="date"/>
271+
<text macro="journal-location"/>
272+
<text macro="pages"/>
273+
</group>
274+
</group>
275+
<text macro="report-details" suffix=". "/>
276+
<text macro="access"/>
277+
<text macro="pmcid"/>
278+
</layout>
279+
</bibliography>
280+
</style>

0 commit comments

Comments
 (0)