Skip to content

Commit a7dc678

Browse files
authored
1 parent 02080ce commit a7dc678

File tree

1 file changed

+320
-0
lines changed

1 file changed

+320
-0
lines changed

journal-of-global-health.csl

+320
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,320 @@
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="minimal" demote-non-dropping-particle="sort-only" default-locale="en-US">
3+
<info>
4+
<title>Journal of Global Health</title>
5+
<title-short>JOGH</title-short>
6+
<id>http://www.zotero.org/styles/journal-of-global-health</id>
7+
<link href="http://www.zotero.org/styles/journal-of-global-health" rel="self"/>
8+
<link href="http://www.zotero.org/styles/plos" rel="template"/>
9+
<link href="https://jogh.org/information-for-contributors/" rel="documentation"/>
10+
<link href="http://www.icmje.org/recommendations/browse/manuscript-preparation/preparing-for-submission.html#g" rel="documentation"/>
11+
<author>
12+
<name>Patrick O'Brien</name>
13+
</author>
14+
<category citation-format="numeric"/>
15+
<category field="medicine"/>
16+
<issn>2047-2978</issn>
17+
<eissn>2047-2986</eissn>
18+
<updated>2021-12-10T10:40:56+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+
<date form="text" delimiter=" ">
23+
<date-part name="day"/>
24+
<date-part name="month" form="short" strip-periods="true"/>
25+
<date-part name="year"/>
26+
</date>
27+
<terms>
28+
<term name="presented at">presented at</term>
29+
<term name="retrieved">available</term>
30+
<term name="section" form="short">sect.</term>
31+
</terms>
32+
</locale>
33+
<macro name="author">
34+
<names variable="author">
35+
<name sort-separator=" " initialize-with="" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always"/>
36+
<label form="long" prefix=", "/>
37+
<substitute>
38+
<names variable="editor"/>
39+
</substitute>
40+
</names>
41+
</macro>
42+
<macro name="editor">
43+
<group delimiter=": ">
44+
<choose>
45+
<if type="chapter paper-conference" match="any">
46+
<text term="in" text-case="capitalize-first"/>
47+
</if>
48+
</choose>
49+
<names variable="editor" suffix=".">
50+
<name sort-separator=" " initialize-with="" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always"/>
51+
<label form="long" prefix=", "/>
52+
</names>
53+
</group>
54+
</macro>
55+
<macro name="publisher">
56+
<choose>
57+
<if type="thesis">
58+
<group delimiter=", " suffix=".">
59+
<text variable="genre"/>
60+
<text variable="publisher"/>
61+
</group>
62+
</if>
63+
<else>
64+
<choose>
65+
<if type="article-newspaper article-journal article-magazine" match="none">
66+
<group delimiter=": " suffix=";">
67+
<choose>
68+
<if type="speech" match="any"/>
69+
<else>
70+
<text variable="publisher-place"/>
71+
</else>
72+
</choose>
73+
<text variable="publisher"/>
74+
</group>
75+
</if>
76+
</choose>
77+
</else>
78+
</choose>
79+
</macro>
80+
<macro name="access">
81+
<choose>
82+
<if variable="DOI PMID" match="any">
83+
<group delimiter=" ">
84+
<text variable="PMID" prefix="Medline:"/>
85+
<text variable="DOI" prefix="doi:"/>
86+
</group>
87+
</if>
88+
<else-if variable="URL">
89+
<group delimiter=". ">
90+
<group delimiter=": ">
91+
<text term="retrieved" text-case="capitalize-first"/>
92+
<text variable="URL"/>
93+
</group>
94+
<choose>
95+
<if type="article-newspaper article-magazine" match="any">
96+
<group delimiter=" " suffix=".">
97+
<text term="accessed" text-case="capitalize-first"/>
98+
<date variable="accessed" form="text"/>
99+
</group>
100+
</if>
101+
</choose>
102+
</group>
103+
</else-if>
104+
</choose>
105+
</macro>
106+
<macro name="accessed-date">
107+
<choose>
108+
<if variable="URL">
109+
<group prefix="[" suffix="]" delimiter=" ">
110+
<text term="cited" text-case="lowercase"/>
111+
<date variable="accessed" form="text"/>
112+
</group>
113+
</if>
114+
</choose>
115+
</macro>
116+
<macro name="container-title">
117+
<choose>
118+
<if type="article-journal article-magazine chapter paper-conference article-newspaper post-weblog webpage post report" match="any">
119+
<group suffix="." delimiter=" ">
120+
<choose>
121+
<if type="article-journal report" match="any">
122+
<text variable="container-title" form="short" strip-periods="true"/>
123+
</if>
124+
<else-if type="post-weblog webpage post" match="any">
125+
<group delimiter=" ">
126+
<text term="in" text-case="capitalize-first" suffix=":"/>
127+
<text variable="container-title"/>
128+
<choose>
129+
<if variable="URL">
130+
<text term="internet" prefix="[" suffix="]" text-case="capitalize-first"/>
131+
</if>
132+
</choose>
133+
</group>
134+
</else-if>
135+
<else>
136+
<text variable="container-title" strip-periods="true"/>
137+
</else>
138+
</choose>
139+
</group>
140+
<text macro="edition" prefix=" "/>
141+
</if>
142+
<else-if type="bill legislation" match="any">
143+
<group delimiter=", ">
144+
<group delimiter=". ">
145+
<text variable="container-title"/>
146+
<group delimiter=" ">
147+
<text term="section" form="short" text-case="capitalize-first"/>
148+
<text variable="section"/>
149+
</group>
150+
</group>
151+
<text variable="number"/>
152+
</group>
153+
</else-if>
154+
<else-if type="speech">
155+
<group delimiter=": " suffix=";">
156+
<group delimiter=" ">
157+
<text variable="genre" text-case="capitalize-first"/>
158+
<text term="presented at"/>
159+
</group>
160+
<text variable="event"/>
161+
</group>
162+
</else-if>
163+
<else>
164+
<text variable="container-title" suffix="."/>
165+
</else>
166+
</choose>
167+
</macro>
168+
<macro name="title">
169+
<text variable="title"/>
170+
<choose>
171+
<if type="book chapter" match="any">
172+
<text macro="edition" prefix=". "/>
173+
</if>
174+
</choose>
175+
<choose>
176+
<if type="song motion_picture" match="any">
177+
<text variable="medium" prefix=" [" suffix="]"/>
178+
</if>
179+
</choose>
180+
</macro>
181+
<macro name="edition">
182+
<choose>
183+
<if is-numeric="edition">
184+
<group delimiter=" ">
185+
<number variable="edition" form="ordinal"/>
186+
<text term="edition" form="short"/>
187+
</group>
188+
</if>
189+
<else>
190+
<text variable="edition" suffix="."/>
191+
</else>
192+
</choose>
193+
</macro>
194+
<macro name="date">
195+
<choose>
196+
<if type="article-journal" match="any">
197+
<choose>
198+
<if match="none" variable="volume page">
199+
<group delimiter=" ">
200+
<date date-parts="year" form="text" variable="issued"/>
201+
<text macro="accessed-date"/>
202+
</group>
203+
</if>
204+
<else>
205+
<date date-parts="year" form="text" variable="issued" suffix=";"/>
206+
</else>
207+
</choose>
208+
</if>
209+
<else-if type="article-magazine article-newspaper" match="any">
210+
<date variable="issued" form="text"/>
211+
</else-if>
212+
<else-if type="bill legislation" match="any">
213+
<group delimiter=", ">
214+
<date variable="issued" delimiter=" ">
215+
<date-part name="month" form="short" strip-periods="true"/>
216+
<date-part name="day"/>
217+
</date>
218+
<date variable="issued">
219+
<date-part name="year"/>
220+
</date>
221+
</group>
222+
</else-if>
223+
<else-if type="report">
224+
<date variable="issued" delimiter=" ">
225+
<date-part name="year"/>
226+
<date-part name="month" form="short" strip-periods="true"/>
227+
</date>
228+
</else-if>
229+
<else-if type="patent">
230+
<group suffix=".">
231+
<group delimiter=", ">
232+
<text variable="number"/>
233+
<date variable="issued">
234+
<date-part name="year"/>
235+
</date>
236+
</group>
237+
</group>
238+
</else-if>
239+
<else-if type="speech">
240+
<group delimiter="; ">
241+
<group delimiter=" ">
242+
<date variable="issued" delimiter=" ">
243+
<date-part name="year"/>
244+
<date-part name="month" form="short" strip-periods="true"/>
245+
<date-part name="day"/>
246+
</date>
247+
</group>
248+
<text variable="event-place"/>
249+
</group>
250+
</else-if>
251+
<else-if type="post-weblog webpage" match="any">
252+
<date variable="issued" form="text"/>
253+
<text macro="accessed-date" prefix=" "/>
254+
</else-if>
255+
<else>
256+
<group suffix=".">
257+
<date variable="issued">
258+
<date-part name="year"/>
259+
</date>
260+
</group>
261+
</else>
262+
</choose>
263+
</macro>
264+
<macro name="pages">
265+
<choose>
266+
<if type="article-journal article-magazine article-newspaper" match="any">
267+
<text variable="page" prefix=":"/>
268+
</if>
269+
<else>
270+
<group prefix=" " delimiter=" ">
271+
<label variable="page" form="short"/>
272+
<text variable="page"/>
273+
</group>
274+
</else>
275+
</choose>
276+
</macro>
277+
<macro name="journal-location">
278+
<choose>
279+
<if type="article-journal article-magazine" match="any">
280+
<text variable="volume"/>
281+
</if>
282+
</choose>
283+
</macro>
284+
<macro name="report-details">
285+
<choose>
286+
<if type="report">
287+
<text variable="number" prefix="Report No.: "/>
288+
</if>
289+
</choose>
290+
</macro>
291+
<citation collapse="citation-number">
292+
<sort>
293+
<key variable="citation-number"/>
294+
</sort>
295+
<layout prefix="[" suffix="]" delimiter=",">
296+
<text variable="citation-number"/>
297+
</layout>
298+
</citation>
299+
<bibliography et-al-min="7" et-al-use-first="6" second-field-align="flush">
300+
<layout>
301+
<text variable="citation-number" suffix=" "/>
302+
<group delimiter=". " suffix=". ">
303+
<text macro="author"/>
304+
<text macro="title"/>
305+
</group>
306+
<group delimiter=" " suffix=". ">
307+
<text macro="editor"/>
308+
<text macro="container-title"/>
309+
<text macro="publisher"/>
310+
<group>
311+
<text macro="date"/>
312+
<text macro="journal-location"/>
313+
<text macro="pages"/>
314+
</group>
315+
</group>
316+
<text macro="report-details" suffix=". "/>
317+
<text macro="access"/>
318+
</layout>
319+
</bibliography>
320+
</style>

0 commit comments

Comments
 (0)