Skip to content

Commit 09e2755

Browse files
authored
Create shock.csl (JabRef#4792)
1 parent d46e49e commit 09e2755

File tree

1 file changed

+145
-0
lines changed

1 file changed

+145
-0
lines changed

shock.csl

+145
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,145 @@
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>Shock</title>
5+
<id>http://www.zotero.org/styles/shock</id>
6+
<link href="http://www.zotero.org/styles/shock" rel="self"/>
7+
<link href="http://www.zotero.org/styles/antioxidants-and-redox-signaling" rel="template"/>
8+
<link href="http://edmgr.ovid.com/shk/accounts/ifauth.htm" rel="documentation"/>
9+
<author>
10+
<name>Patrick O'Brien</name>
11+
</author>
12+
<category citation-format="numeric"/>
13+
<category field="medicine"/>
14+
<issn>1073-2322</issn>
15+
<eissn>1540-0514</eissn>
16+
<updated>2020-05-16T13:19:03+00:00</updated>
17+
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
18+
</info>
19+
<macro name="author">
20+
<names variable="author">
21+
<name initialize-with="" name-as-sort-order="all" sort-separator=" "/>
22+
<et-al font-style="italic"/>
23+
<label form="short" text-case="capitalize-first" strip-periods="true" prefix=" (" suffix=")"/>
24+
<substitute>
25+
<names variable="editor"/>
26+
</substitute>
27+
</names>
28+
</macro>
29+
<macro name="editor">
30+
<names variable="editor">
31+
<name delimiter-precedes-last="never" initialize-with="" name-as-sort-order="all" sort-separator=" "/>
32+
<label form="short" strip-periods="true" prefix=" (" suffix=")"/>
33+
</names>
34+
</macro>
35+
<macro name="publisher">
36+
<group delimiter=": ">
37+
<text variable="publisher"/>
38+
<text variable="publisher-place"/>
39+
</group>
40+
</macro>
41+
<macro name="edition">
42+
<choose>
43+
<if is-numeric="edition">
44+
<group delimiter=" ">
45+
<number variable="edition" form="ordinal"/>
46+
<text term="edition" form="short"/>
47+
</group>
48+
</if>
49+
<else>
50+
<text variable="edition" suffix="."/>
51+
</else>
52+
</choose>
53+
</macro>
54+
<macro name="title">
55+
<choose>
56+
<if type="book" match="any">
57+
<text variable="title" font-style="italic"/>
58+
</if>
59+
<else>
60+
<text variable="title"/>
61+
</else>
62+
</choose>
63+
</macro>
64+
<macro name="date">
65+
<date variable="issued">
66+
<date-part name="year"/>
67+
</date>
68+
</macro>
69+
<citation collapse="citation-number">
70+
<sort>
71+
<key variable="citation-number"/>
72+
</sort>
73+
<layout delimiter=", " prefix="(" suffix=")">
74+
<text variable="citation-number"/>
75+
</layout>
76+
</citation>
77+
<bibliography second-field-align="flush" entry-spacing="0" line-spacing="2">
78+
<layout suffix=".">
79+
<text variable="citation-number" suffix=". "/>
80+
<group delimiter=". ">
81+
<group delimiter=": ">
82+
<text macro="author"/>
83+
<text macro="title" font-style="normal"/>
84+
</group>
85+
<choose>
86+
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
87+
<group delimiter=", ">
88+
<group suffix=".">
89+
<text macro="edition" prefix=" "/>
90+
<text macro="editor" prefix=" (" suffix=")"/>
91+
</group>
92+
<text macro="publisher"/>
93+
<text macro="date"/>
94+
</group>
95+
</if>
96+
<else-if type="chapter paper-conference" match="any">
97+
<group delimiter=". " prefix=" ">
98+
<group delimiter=" ">
99+
<text term="in" text-case="capitalize-first"/>
100+
<group delimiter=", ">
101+
<text macro="editor"/>
102+
</group>
103+
<text variable="container-title" font-style="italic"/>
104+
</group>
105+
<text macro="edition"/>
106+
<group delimiter=", ">
107+
<group>
108+
<text variable="volume" form="long" prefix="vol. "/>
109+
<text macro="publisher"/>
110+
</group>
111+
<text macro="date"/>
112+
<group delimiter=" ">
113+
<label strip-periods="true" variable="page" form="short"/>
114+
<text variable="page"/>
115+
</group>
116+
</group>
117+
</group>
118+
</else-if>
119+
<else-if type="webpage post-weblog" match="any">
120+
<group delimiter=". " prefix=" ">
121+
<text variable="container-title"/>
122+
<text variable="URL"/>
123+
<date form="text" variable="accessed"/>
124+
</group>
125+
</else-if>
126+
<else>
127+
<group delimiter=", ">
128+
<group delimiter=":" prefix=" ">
129+
<group delimiter=" ">
130+
<text variable="container-title" form="short" strip-periods="true" font-style="italic"/>
131+
<group>
132+
<text variable="volume"/>
133+
<text variable="issue" prefix="(" suffix=")"/>
134+
</group>
135+
</group>
136+
<text variable="page"/>
137+
</group>
138+
<text macro="date"/>
139+
</group>
140+
</else>
141+
</choose>
142+
</group>
143+
</layout>
144+
</bibliography>
145+
</style>

0 commit comments

Comments
 (0)