Skip to content

Commit bf59a9f

Browse files
authored
Create jci-insight.csl (#5423)
1 parent 9aebd58 commit bf59a9f

File tree

1 file changed

+152
-0
lines changed

1 file changed

+152
-0
lines changed

jci-insight.csl

Lines changed: 152 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,152 @@
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>JCI Insight</title>
5+
<id>http://www.zotero.org/styles/jci-insight</id>
6+
<link href="http://www.zotero.org/styles/jci-insight" rel="self"/>
7+
<link href="http://www.zotero.org/styles/the-journal-of-clinical-investigation" rel="template"/>
8+
<link href="https://insight.jci.org/kiosks/authors" rel="documentation"/>
9+
<author>
10+
<name>Patrick O'Brien</name>
11+
</author>
12+
<category citation-format="numeric"/>
13+
<category field="medicine"/>
14+
<eissn>2379-3708</eissn>
15+
<updated>2021-04-28T10:25:24+00:00</updated>
16+
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
17+
</info>
18+
<locale xml:lang="en">
19+
<terms>
20+
<term name="et-al">et al</term>
21+
</terms>
22+
</locale>
23+
<macro name="author">
24+
<names variable="author">
25+
<name delimiter-precedes-et-al="always" initialize-with="" name-as-sort-order="all" sort-separator=" "/>
26+
<label form="short" prefix=" (" suffix=")" strip-periods="true"/>
27+
<substitute>
28+
<names variable="editor"/>
29+
<names variable="translator"/>
30+
</substitute>
31+
</names>
32+
</macro>
33+
<macro name="editor">
34+
<names variable="editor">
35+
<name sort-separator=" " initialize-with="" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always"/>
36+
<label form="short" prefix=" " suffix="."/>
37+
</names>
38+
</macro>
39+
<macro name="publisher">
40+
<group>
41+
<text variable="publisher-place" suffix=": "/>
42+
<text variable="publisher" suffix="; "/>
43+
<date variable="issued">
44+
<date-part name="year" suffix=":"/>
45+
</date>
46+
</group>
47+
</macro>
48+
<macro name="access">
49+
<choose>
50+
<if variable="page" match="none">
51+
<choose>
52+
<if variable="DOI">
53+
<text variable="DOI" prefix=" doi:"/>
54+
</if>
55+
<else-if variable="URL">
56+
<group delimiter=" ">
57+
<text variable="URL" suffix=". "/>
58+
<text term="cited"/>
59+
<date variable="accessed">
60+
<date-part name="month"/>
61+
<date-part name="day" prefix=" "/>
62+
<date-part name="year" prefix=", "/>
63+
</date>
64+
</group>
65+
</else-if>
66+
</choose>
67+
</if>
68+
</choose>
69+
</macro>
70+
<macro name="title">
71+
<group delimiter=" ">
72+
<text variable="title"/>
73+
</group>
74+
</macro>
75+
<macro name="date">
76+
<choose>
77+
<if type="article-journal">
78+
<choose>
79+
<if variable="volume page" match="none">
80+
<choose>
81+
<if variable="DOI URL" match="any">
82+
<group prefix="[published online ahead of print: " suffix="]">
83+
<date variable="issued" delimiter=" ">
84+
<date-part name="month" form="long" text-case="capitalize-first"/>
85+
<date-part name="day" suffix=", "/>
86+
<date-part name="year"/>
87+
</date>
88+
</group>
89+
</if>
90+
<else>
91+
<date variable="issued">
92+
<date-part name="year"/>
93+
</date>
94+
</else>
95+
</choose>
96+
</if>
97+
<else>
98+
<date variable="issued">
99+
<date-part name="year"/>
100+
</date>
101+
</else>
102+
</choose>
103+
</if>
104+
<else>
105+
<date variable="issued">
106+
<date-part name="year"/>
107+
</date>
108+
</else>
109+
</choose>
110+
</macro>
111+
<citation collapse="citation-number">
112+
<sort>
113+
<key variable="citation-number"/>
114+
</sort>
115+
<layout prefix="(" suffix=")" delimiter=", ">
116+
<text variable="citation-number"/>
117+
</layout>
118+
</citation>
119+
<bibliography delimiter-precedes-last="always" et-al-min="4" et-al-use-first="1" second-field-align="flush" line-spacing="2">
120+
<layout>
121+
<text variable="citation-number" suffix=". "/>
122+
<text macro="author" suffix=". "/>
123+
<choose>
124+
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
125+
<text macro="title" font-style="italic"/>
126+
<text macro="publisher" prefix=". "/>
127+
</if>
128+
<else-if type="chapter paper-conference" match="any">
129+
<text macro="title"/>
130+
<text term="in" suffix=": " prefix=". " text-case="capitalize-first"/>
131+
<group delimiter=". " suffix=". ">
132+
<text macro="editor"/>
133+
<text variable="container-title" font-style="italic"/>
134+
</group>
135+
<text macro="publisher"/>
136+
<text variable="page"/>
137+
</else-if>
138+
<else>
139+
<text macro="title"/>
140+
<text variable="container-title" suffix=" " prefix=". " form="short" font-style="italic"/>
141+
<text macro="date" suffix=";"/>
142+
<group suffix=".">
143+
<text variable="volume"/>
144+
<text variable="issue" prefix="(" suffix=")"/>
145+
<text variable="page" prefix=":"/>
146+
</group>
147+
<text macro="access"/>
148+
</else>
149+
</choose>
150+
</layout>
151+
</bibliography>
152+
</style>

0 commit comments

Comments
 (0)