Skip to content
forked from JabRef/jabref

Commit b51b8e6

Browse files
authored
Create pediatric-infectious-disease-journal.csl (JabRef#4589)
Based on AMA style, minor adjustements from american-medical-association.csl Journal site https://journals.lww.com/pidj/pages/default.aspx , citattion style as indicated in http://edmgr.ovid.com/pidj/accounts/ifauth.htm
1 parent 1ab0241 commit b51b8e6

File tree

1 file changed

+262
-0
lines changed

1 file changed

+262
-0
lines changed
+262
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,262 @@
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" page-range-format="expanded">
3+
<info>
4+
<title>Pediatric Infectious Disease Journal</title>
5+
<title-short>PIDJ</title-short>
6+
<id>http://www.zotero.org/styles/pediatric-infectious-disease-journal</id>
7+
<link href="http://www.zotero.org/styles/pediatric-infectious-disease-journal" rel="self"/>
8+
<link href="http://www.zotero.org/styles/american-medical-association" rel="template"/>
9+
<link href="http://edmgr.ovid.com/pidj/accounts/ifauth.htm" rel="documentation"/>
10+
<author>
11+
<name>Felipe Reyes Z.</name>
12+
<email>freyes@pm.me</email>
13+
</author>
14+
<category citation-format="numeric"/>
15+
<category field="medicine"/>
16+
<summary>Pediatric Infectious Disease Journal style based in AMA.</summary>
17+
<updated>2020-03-02T04:35:47+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+
<macro name="editor">
21+
<names variable="editor">
22+
<name name-as-sort-order="all" sort-separator=" " initialize-with="" delimiter=", " delimiter-precedes-last="always"/>
23+
<label form="short" prefix=", "/>
24+
</names>
25+
</macro>
26+
<macro name="author">
27+
<group suffix=".">
28+
<names variable="author">
29+
<name name-as-sort-order="all" sort-separator=" " initialize-with="" delimiter=", " delimiter-precedes-last="always"/>
30+
<label form="short" prefix=", "/>
31+
<substitute>
32+
<names variable="editor"/>
33+
<text macro="title"/>
34+
</substitute>
35+
</names>
36+
</group>
37+
</macro>
38+
<macro name="access">
39+
<choose>
40+
<if type="article-newspaper" match="none">
41+
<choose>
42+
<if variable="DOI">
43+
</if>
44+
<else-if variable="URL">
45+
<group delimiter=". " suffix=".">
46+
<text variable="URL"/>
47+
<choose>
48+
<if type="webpage">
49+
<date variable="issued" prefix="Published " form="text"/>
50+
</if>
51+
</choose>
52+
<group>
53+
<text term="accessed" text-case="capitalize-first" suffix=" "/>
54+
<date variable="accessed">
55+
<date-part name="month" suffix=" "/>
56+
<date-part name="day" suffix=", "/>
57+
<date-part name="year"/>
58+
</date>
59+
</group>
60+
</group>
61+
</else-if>
62+
</choose>
63+
</if>
64+
</choose>
65+
</macro>
66+
<macro name="title">
67+
<choose>
68+
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
69+
<text variable="title" font-style="italic" text-case="title"/>
70+
</if>
71+
<else>
72+
<text variable="title"/>
73+
</else>
74+
</choose>
75+
</macro>
76+
<macro name="publisher">
77+
<group delimiter=": ">
78+
<text variable="publisher-place"/>
79+
<text variable="publisher"/>
80+
</group>
81+
</macro>
82+
<macro name="edition">
83+
<choose>
84+
<if is-numeric="edition">
85+
<group delimiter=" ">
86+
<number variable="edition" form="ordinal"/>
87+
<text term="edition" form="short"/>
88+
</group>
89+
</if>
90+
<else>
91+
<text variable="edition" suffix="."/>
92+
</else>
93+
</choose>
94+
</macro>
95+
<citation collapse="citation-number">
96+
<sort>
97+
<key variable="citation-number"/>
98+
</sort>
99+
<layout delimiter="," vertical-align="sup">
100+
<text variable="citation-number"/>
101+
<group prefix="(" suffix=")">
102+
<label variable="locator" form="short" strip-periods="true"/>
103+
<text variable="locator"/>
104+
</group>
105+
</layout>
106+
</citation>
107+
<bibliography hanging-indent="false" et-al-min="4" et-al-use-first="3" second-field-align="flush">
108+
<layout>
109+
<text variable="citation-number" suffix=". "/>
110+
<text macro="author"/>
111+
<text macro="title" prefix=" " suffix="."/>
112+
<choose>
113+
<if type="bill book graphic legislation motion_picture report song" match="any">
114+
<group suffix="." prefix=" " delimiter=" ">
115+
<group delimiter=" ">
116+
<text term="volume" form="short" text-case="capitalize-first" strip-periods="true"/>
117+
<text variable="volume" suffix="."/>
118+
</group>
119+
<text macro="edition"/>
120+
<text macro="editor" prefix="(" suffix=")"/>
121+
</group>
122+
<text macro="publisher" prefix=" "/>
123+
<group suffix="." prefix="; ">
124+
<date variable="issued">
125+
<date-part name="year"/>
126+
</date>
127+
<text variable="page" prefix=":"/>
128+
</group>
129+
</if>
130+
<else-if type="chapter paper-conference entry-dictionary entry-encyclopedia" match="any">
131+
<group prefix=" " delimiter=" ">
132+
<text term="in" text-case="capitalize-first" suffix=":"/>
133+
<text macro="editor"/>
134+
<text variable="container-title" font-style="italic" suffix="." text-case="title"/>
135+
<group delimiter=" ">
136+
<text term="volume" form="short" text-case="capitalize-first" strip-periods="true"/>
137+
<text variable="volume" suffix="."/>
138+
</group>
139+
<text macro="edition"/>
140+
<text variable="collection-title" suffix="."/>
141+
<group suffix=".">
142+
<text macro="publisher"/>
143+
<group suffix="." prefix="; ">
144+
<date variable="issued">
145+
<date-part name="year"/>
146+
</date>
147+
<text variable="page" prefix=":"/>
148+
</group>
149+
</group>
150+
</group>
151+
</else-if>
152+
<else-if type="article-newspaper">
153+
<text variable="container-title" font-style="italic" prefix=" " suffix=". "/>
154+
<choose>
155+
<if variable="URL">
156+
<group delimiter=". " suffix=".">
157+
<text variable="URL"/>
158+
<group prefix="Published ">
159+
<date variable="issued">
160+
<date-part name="month" suffix=" "/>
161+
<date-part name="day" suffix=", "/>
162+
<date-part name="year"/>
163+
</date>
164+
</group>
165+
<group>
166+
<text term="accessed" text-case="capitalize-first" suffix=" "/>
167+
<date variable="accessed">
168+
<date-part name="month" suffix=" "/>
169+
<date-part name="day" suffix=", "/>
170+
<date-part name="year"/>
171+
</date>
172+
</group>
173+
</group>
174+
</if>
175+
<else>
176+
<group delimiter=":" suffix=".">
177+
<group>
178+
<date variable="issued">
179+
<date-part name="month" suffix=" "/>
180+
<date-part name="day" suffix=", "/>
181+
<date-part name="year"/>
182+
</date>
183+
</group>
184+
<text variable="page"/>
185+
</group>
186+
</else>
187+
</choose>
188+
</else-if>
189+
<else-if type="legal_case">
190+
<group suffix="," prefix=" " delimiter=" ">
191+
<text macro="editor" prefix="(" suffix=")"/>
192+
</group>
193+
<group prefix=" " delimiter=" ">
194+
<text variable="container-title"/>
195+
<text variable="volume"/>
196+
</group>
197+
<text variable="page" prefix=", " suffix=" "/>
198+
<group prefix="(" suffix=")." delimiter=" ">
199+
<text variable="authority"/>
200+
<date variable="issued">
201+
<date-part name="year"/>
202+
</date>
203+
</group>
204+
</else-if>
205+
<else-if type="webpage">
206+
<text variable="container-title" prefix=" " suffix="."/>
207+
</else-if>
208+
<else-if type="speech">
209+
<group prefix=" " suffix=":">
210+
<choose>
211+
<if variable="genre">
212+
<text variable="genre" suffix=" "/>
213+
<text term="presented at"/>
214+
</if>
215+
<else>
216+
<text term="presented at" text-case="capitalize-first"/>
217+
</else>
218+
</choose>
219+
</group>
220+
<group delimiter="; " prefix=" " suffix=".">
221+
<text variable="event"/>
222+
<group>
223+
<date delimiter=" " variable="issued">
224+
<date-part name="month"/>
225+
<date-part name="day" suffix=","/>
226+
<date-part name="year"/>
227+
</date>
228+
</group>
229+
<text variable="event-place"/>
230+
</group>
231+
</else-if>
232+
<else>
233+
<text macro="editor" prefix=" " suffix="."/>
234+
<group prefix=" " suffix=".">
235+
<text variable="container-title" font-style="italic" form="short" strip-periods="true" suffix="."/>
236+
<group delimiter=";" prefix=" ">
237+
<choose>
238+
<if variable="issue volume" match="any">
239+
<date variable="issued">
240+
<date-part name="year"/>
241+
</date>
242+
</if>
243+
<else>
244+
<date variable="issued">
245+
<date-part name="month" suffix=" "/>
246+
<date-part name="year"/>
247+
</date>
248+
</else>
249+
</choose>
250+
<group>
251+
<text variable="volume"/>
252+
<text variable="issue" prefix="(" suffix=")"/>
253+
</group>
254+
</group>
255+
<text variable="page" prefix=":"/>
256+
</group>
257+
</else>
258+
</choose>
259+
<text prefix=" " macro="access"/>
260+
</layout>
261+
</bibliography>
262+
</style>

0 commit comments

Comments
 (0)