Skip to content

Commit 4d587ca

Browse files
authored
Create european-journal-of-anaesthesiology.csl (JabRef#5002)
1 parent fad76fe commit 4d587ca

File tree

1 file changed

+185
-0
lines changed

1 file changed

+185
-0
lines changed

Diff for: european-journal-of-anaesthesiology.csl

+185
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,185 @@
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>European Journal of Anaesthesiology</title>
5+
<title-short>EJA</title-short>
6+
<id>http://www.zotero.org/styles/european-journal-of-anaesthesiology</id>
7+
<link href="http://www.zotero.org/styles/european-journal-of-anaesthesiology" rel="self"/>
8+
<link href="http://www.zotero.org/styles/cyberpsychology-behavior-and-social-networking" rel="template"/>
9+
<link href="http://edmgr.ovid.com/eja/accounts/ifauth.htm" rel="documentation"/>
10+
<author>
11+
<name>Patrick O'Brien</name>
12+
</author>
13+
<category citation-format="numeric"/>
14+
<category field="medicine"/>
15+
<issn>0265-0215</issn>
16+
<eissn>1365-2346</eissn>
17+
<updated>2020-09-01T15:47:54+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 prefix=", "/>
24+
</names>
25+
</macro>
26+
<macro name="anon">
27+
<text term="anonymous" form="short" text-case="capitalize-first" strip-periods="true"/>
28+
</macro>
29+
<macro name="author">
30+
<group suffix=".">
31+
<names variable="author">
32+
<name name-as-sort-order="all" sort-separator=" " initialize-with="" delimiter=", " delimiter-precedes-last="always"/>
33+
<label form="short" prefix=" " strip-periods="true"/>
34+
<et-al font-style="italic"/>
35+
<substitute>
36+
<names variable="editor"/>
37+
<text macro="anon"/>
38+
</substitute>
39+
</names>
40+
</group>
41+
</macro>
42+
<macro name="title">
43+
<choose>
44+
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
45+
<text variable="title" font-style="italic"/>
46+
</if>
47+
<else>
48+
<text variable="title"/>
49+
</else>
50+
</choose>
51+
</macro>
52+
<macro name="publisher">
53+
<group delimiter="; ">
54+
<group delimiter=": ">
55+
<text variable="publisher-place"/>
56+
<text variable="publisher"/>
57+
</group>
58+
<text macro="date" prefix=" "/>
59+
</group>
60+
</macro>
61+
<macro name="edition">
62+
<choose>
63+
<if is-numeric="edition">
64+
<group delimiter=" ">
65+
<number variable="edition" form="ordinal"/>
66+
<text term="edition" form="short"/>
67+
</group>
68+
</if>
69+
<else>
70+
<text variable="edition" suffix="."/>
71+
</else>
72+
</choose>
73+
</macro>
74+
<macro name="date">
75+
<choose>
76+
<if type="article-journal" match="none">
77+
<date date-parts="year" form="text" variable="issued"/>
78+
</if>
79+
</choose>
80+
</macro>
81+
<citation collapse="citation-number">
82+
<sort>
83+
<key variable="citation-number"/>
84+
</sort>
85+
<layout delimiter="," vertical-align="sup">
86+
<text variable="citation-number"/>
87+
</layout>
88+
</citation>
89+
<bibliography et-al-min="4" et-al-use-first="3" second-field-align="margin" entry-spacing="0">
90+
<layout suffix=".">
91+
<text variable="citation-number" suffix=". "/>
92+
<text macro="author"/>
93+
<text macro="title" prefix=" " suffix="."/>
94+
<choose>
95+
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
96+
<group suffix="." prefix=" " delimiter=" ">
97+
<text macro="edition"/>
98+
<text macro="editor" prefix="(" suffix=")"/>
99+
</group>
100+
<text prefix=" " macro="publisher"/>
101+
</if>
102+
<else-if type="chapter paper-conference" match="any">
103+
<group prefix=" ">
104+
<text term="in" text-case="capitalize-first" suffix=": "/>
105+
<text macro="editor"/>
106+
<text variable="container-title" font-style="italic" prefix=" " suffix="."/>
107+
<text variable="volume" prefix="Vol " suffix="."/>
108+
<text macro="edition" prefix=" "/>
109+
<text variable="collection-title" prefix=" " suffix="."/>
110+
<group delimiter=", ">
111+
<text macro="publisher" prefix=" "/>
112+
<group delimiter=" ">
113+
<label variable="page" form="short"/>
114+
<text variable="page"/>
115+
</group>
116+
</group>
117+
</group>
118+
</else-if>
119+
<else-if type="article-newspaper">
120+
<text variable="container-title" font-style="italic" prefix=" " suffix=". "/>
121+
<choose>
122+
<if variable="URL">
123+
<group delimiter=". " suffix=".">
124+
<text variable="URL"/>
125+
<group prefix="Published ">
126+
<date variable="issued">
127+
<date-part name="month" suffix=" "/>
128+
<date-part name="day" suffix=", "/>
129+
<date-part name="year"/>
130+
</date>
131+
</group>
132+
<group>
133+
<text term="accessed" text-case="capitalize-first" suffix=" "/>
134+
<date variable="accessed">
135+
<date-part name="month" suffix=" "/>
136+
<date-part name="day" suffix=", "/>
137+
<date-part name="year"/>
138+
</date>
139+
</group>
140+
</group>
141+
</if>
142+
<else>
143+
<group delimiter=":" suffix=".">
144+
<group>
145+
<date variable="issued">
146+
<date-part name="month" suffix=" "/>
147+
<date-part name="day" suffix=", "/>
148+
<date-part name="year"/>
149+
</date>
150+
</group>
151+
<text variable="page"/>
152+
</group>
153+
</else>
154+
</choose>
155+
</else-if>
156+
<else-if type="webpage post-weblog" match="any">
157+
<group delimiter=" ">
158+
<text variable="URL"/>
159+
<group delimiter=" " prefix="(" suffix=")">
160+
<text term="accessed"/>
161+
<date variable="accessed">
162+
<date-part name="month" form="short"/>
163+
<date-part name="day"/>
164+
<date-part name="year" prefix=" "/>
165+
</date>
166+
</group>
167+
</group>
168+
</else-if>
169+
<else>
170+
<text macro="editor" prefix=" " suffix="."/>
171+
<group prefix=" ">
172+
<text variable="container-title" font-style="italic"/>
173+
<group delimiter="; " prefix=" ">
174+
<date variable="issued">
175+
<date-part name="year"/>
176+
</date>
177+
<text variable="volume" font-weight="bold"/>
178+
</group>
179+
<text variable="page" prefix=":"/>
180+
</group>
181+
</else>
182+
</choose>
183+
</layout>
184+
</bibliography>
185+
</style>

0 commit comments

Comments
 (0)