Skip to content

Commit 5338ff6

Browse files
authored
Create electrophoresis.csl (JabRef#4883)
1 parent 4de9a97 commit 5338ff6

File tree

1 file changed

+187
-0
lines changed

1 file changed

+187
-0
lines changed

electrophoresis.csl

+187
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,187 @@
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+
<!-- This style was edited with the Visual CSL Editor (https://editor.citationstyles.org/visualEditor/) -->
4+
<info>
5+
<title>Electrophoresis</title>
6+
<id>http://www.zotero.org/styles/electrophoresis</id>
7+
<link href="http://www.zotero.org/styles/electrophoresis" rel="self"/>
8+
<link href="http://www.zotero.org/styles/american-chemical-society" rel="template"/>
9+
<link href="https://onlinelibrary.wiley.com/page/journal/15222683/homepage/forauthors.html" rel="documentation"/>
10+
<author>
11+
<name>Carlos A. Neves</name>
12+
<email>[email protected]</email>
13+
</author>
14+
<category citation-format="numeric"/>
15+
<category field="chemistry"/>
16+
<category field="biology"/>
17+
<issn>0173-0835</issn>
18+
<eissn>1522-2683</eissn>
19+
<summary>The Electrophoresis style.</summary>
20+
<updated>2020-06-24T12:49:56+00:00</updated>
21+
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
22+
</info>
23+
<macro name="editor">
24+
<names variable="editor">
25+
<name sort-separator=", " initialize-with=". " name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always"/>
26+
<label form="short" prefix=", " text-case="capitalize-first" suffix="." strip-periods="true"/>
27+
</names>
28+
</macro>
29+
<macro name="author">
30+
<names variable="author">
31+
<name sort-separator=", " initialize-with=". " name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always"/>
32+
<label form="short" prefix=", " suffix="." text-case="capitalize-first" strip-periods="true"/>
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="volume">
42+
<group delimiter=" ">
43+
<text term="volume" form="short" suffix="." text-case="capitalize-first" strip-periods="true" font-style="italic"/>
44+
<text variable="volume"/>
45+
</group>
46+
</macro>
47+
<macro name="series">
48+
<text variable="collection-title"/>
49+
</macro>
50+
<macro name="pages">
51+
<label variable="page" form="short" suffix=". " strip-periods="true"/>
52+
<text variable="page"/>
53+
</macro>
54+
<macro name="book-container">
55+
<group delimiter=" ">
56+
<text term="in" text-case="capitalize-first"/>
57+
<text variable="container-title" font-style="italic"/>
58+
</group>
59+
</macro>
60+
<macro name="issued">
61+
<date variable="issued" delimiter=" ">
62+
<date-part name="year"/>
63+
</date>
64+
</macro>
65+
<macro name="full-issued">
66+
<date variable="issued" delimiter=" ">
67+
<date-part name="month" form="long" suffix=" "/>
68+
<date-part name="day" suffix=", "/>
69+
<date-part name="year"/>
70+
</date>
71+
</macro>
72+
<macro name="edition">
73+
<choose>
74+
<if is-numeric="edition">
75+
<group delimiter=" ">
76+
<number variable="edition" form="ordinal"/>
77+
<text term="edition" form="short" suffix="." strip-periods="true"/>
78+
</group>
79+
</if>
80+
<else>
81+
<text variable="edition" suffix="."/>
82+
</else>
83+
</choose>
84+
</macro>
85+
<citation collapse="citation-number">
86+
<sort>
87+
<key variable="citation-number"/>
88+
</sort>
89+
<layout vertical-align="baseline" delimiter="," prefix="[" suffix="]">
90+
<text variable="citation-number" vertical-align="baseline"/>
91+
</layout>
92+
</citation>
93+
<bibliography second-field-align="flush" entry-spacing="0">
94+
<layout suffix=".">
95+
<text variable="citation-number" prefix="[" suffix="] "/>
96+
<text macro="author" suffix=" "/>
97+
<choose>
98+
<if type="article-magazine">
99+
<group delimiter=" ">
100+
<text variable="container-title" font-style="italic" suffix="."/>
101+
<text macro="edition"/>
102+
<text macro="publisher"/>
103+
<text macro="full-issued" suffix=","/>
104+
<text macro="pages"/>
105+
</group>
106+
</if>
107+
<else-if type="thesis">
108+
<group delimiter=", ">
109+
<group delimiter=". ">
110+
<text variable="title"/>
111+
<text variable="genre"/>
112+
</group>
113+
<text macro="publisher"/>
114+
<text macro="issued"/>
115+
<text macro="volume"/>
116+
<text macro="pages"/>
117+
</group>
118+
</else-if>
119+
<else-if type="bill book graphic legal_case motion_picture report song" match="any">
120+
<group delimiter=", ">
121+
<text variable="title" font-style="italic"/>
122+
<text macro="editor" prefix=" "/>
123+
<text macro="series"/>
124+
<text macro="edition"/>
125+
<group delimiter=", ">
126+
<text macro="publisher"/>
127+
<text macro="issued"/>
128+
</group>
129+
<group delimiter=", ">
130+
<text macro="volume"/>
131+
<text macro="pages"/>
132+
</group>
133+
</group>
134+
</else-if>
135+
<else-if type="chapter paper-conference" match="any">
136+
<group delimiter=", ">
137+
<text macro="book-container"/>
138+
<text macro="editor"/>
139+
<text macro="series"/>
140+
<group delimiter=", ">
141+
<text macro="publisher"/>
142+
<text macro="issued"/>
143+
</group>
144+
<group delimiter=", ">
145+
<text macro="volume"/>
146+
<text macro="pages"/>
147+
</group>
148+
</group>
149+
</else-if>
150+
<else-if type="webpage">
151+
<group delimiter=" ">
152+
<text variable="title"/>
153+
<text variable="URL"/>
154+
<date variable="accessed" prefix="[accessed " suffix="]" delimiter=" ">
155+
<date-part name="month" form="short" strip-periods="true"/>
156+
<date-part name="day" suffix=", "/>
157+
<date-part name="year"/>
158+
</date>
159+
</group>
160+
</else-if>
161+
<else-if type="article-journal">
162+
<group delimiter=" ">
163+
<text variable="container-title" font-style="italic" form="short"/>
164+
<group delimiter=", ">
165+
<text macro="issued"/>
166+
<text variable="volume" font-style="italic"/>
167+
<text variable="page"/>
168+
</group>
169+
</group>
170+
</else-if>
171+
<else>
172+
<group delimiter=" ">
173+
<group delimiter=". ">
174+
<text variable="title"/>
175+
<text variable="container-title" font-style="italic" form="short"/>
176+
</group>
177+
<group delimiter=", ">
178+
<text macro="issued"/>
179+
<text variable="volume" font-style="italic"/>
180+
<text variable="page"/>
181+
</group>
182+
</group>
183+
</else>
184+
</choose>
185+
</layout>
186+
</bibliography>
187+
</style>

0 commit comments

Comments
 (0)