Skip to content

Commit 3e00047

Browse files
authored
Create beilstein-open-access-journals.csl (JabRef#4613)
1 parent b6c3363 commit 3e00047

2 files changed

+288
-0
lines changed
+273
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,273 @@
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" page-range-format="expanded" default-locale="en-US">
3+
<!-- This style was edited with the Visual CSL Editor (https://editor.citationstyles.org/visualEditor/) -->
4+
<info>
5+
<title>Beilstein Journal of Organic Chemistry</title>
6+
<title-short>Beilstein</title-short>
7+
<id>http://www.zotero.org/styles/beilstein-journal-of-organic-chemistry</id>
8+
<link href="http://www.zotero.org/styles/beilstein-journal-of-organic-chemistry" rel="self"/>
9+
<link href="http://www.zotero.org/styles/american-chemical-society" rel="template"/>
10+
<link href="https://www.beilstein-journals.org/bjoc/authorInstructions" rel="documentation"/>
11+
<contributor>
12+
<name>Beilstein-Institut zur Foerderung der Chemischen Wissenschaften</name>
13+
<email>journals-support@beilstein-institut.de</email>
14+
</contributor>
15+
<category citation-format="numeric"/>
16+
<category field="chemistry"/>
17+
<issn>1860-5397</issn>
18+
<updated>2020-03-09T13:43:13+00:00</updated>
19+
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
20+
</info>
21+
<locale xml:lang="en">
22+
<terms>
23+
<term name="editortranslator" form="short">
24+
<single>ed. and translator</single>
25+
<multiple>eds. and translators</multiple>
26+
</term>
27+
<term name="translator" form="short">
28+
<single>translator</single>
29+
<multiple>translators</multiple>
30+
</term>
31+
<term name="collection-editor" form="short">
32+
<single>series ed.</single>
33+
<multiple>series eds.</multiple>
34+
</term>
35+
</terms>
36+
</locale>
37+
<macro name="editor">
38+
<group delimiter="; ">
39+
<names variable="editor translator" delimiter="; ">
40+
<name sort-separator=", " initialize-with=". " name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always"/>
41+
<label form="short" prefix=", " text-case="title"/>
42+
</names>
43+
<names variable="collection-editor">
44+
<name sort-separator=", " initialize-with=". " name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always"/>
45+
<label form="short" prefix=", " text-case="title"/>
46+
</names>
47+
</group>
48+
</macro>
49+
<macro name="author">
50+
<names variable="author" suffix=".">
51+
<name sort-separator=", " initialize-with=". " name-as-sort-order="all" delimiter="; " delimiter-precedes-last="always"/>
52+
<label form="short" prefix=", " text-case="capitalize-first"/>
53+
</names>
54+
</macro>
55+
<macro name="publisher">
56+
<choose>
57+
<if type="thesis" match="any">
58+
<group delimiter=", ">
59+
<text variable="publisher"/>
60+
<text variable="publisher-place"/>
61+
</group>
62+
</if>
63+
<else>
64+
<group delimiter=": ">
65+
<text variable="publisher"/>
66+
<text variable="publisher-place"/>
67+
</group>
68+
</else>
69+
</choose>
70+
</macro>
71+
<macro name="title">
72+
<choose>
73+
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
74+
<text variable="title" text-case="title" font-style="italic"/>
75+
</if>
76+
<else>
77+
<text variable="title" text-case="title"/>
78+
</else>
79+
</choose>
80+
</macro>
81+
<macro name="volume">
82+
<group delimiter=" ">
83+
<text term="volume" form="short" text-case="capitalize-first"/>
84+
<text variable="volume"/>
85+
</group>
86+
</macro>
87+
<macro name="series">
88+
<text variable="collection-title"/>
89+
</macro>
90+
<macro name="pages">
91+
<label variable="page" form="short" suffix=" " strip-periods="true"/>
92+
<text variable="page"/>
93+
</macro>
94+
<macro name="book-container">
95+
<group delimiter=". ">
96+
<text macro="title"/>
97+
<choose>
98+
<if type="entry-dictionary entry-encyclopedia" match="none">
99+
<group delimiter=" ">
100+
<text term="in" text-case="capitalize-first"/>
101+
<text variable="container-title" font-style="italic"/>
102+
</group>
103+
</if>
104+
<else>
105+
<text variable="container-title" font-style="italic"/>
106+
</else>
107+
</choose>
108+
</group>
109+
</macro>
110+
<macro name="issued">
111+
<date variable="issued" delimiter=" ">
112+
<date-part name="year"/>
113+
</date>
114+
</macro>
115+
<macro name="full-issued">
116+
<date variable="issued" delimiter=" ">
117+
<date-part name="month" form="long" suffix=" "/>
118+
<date-part name="day" suffix=", "/>
119+
<date-part name="year"/>
120+
</date>
121+
</macro>
122+
<macro name="edition">
123+
<choose>
124+
<if is-numeric="edition">
125+
<group delimiter=" ">
126+
<number variable="edition" form="ordinal"/>
127+
<text term="edition" form="short"/>
128+
</group>
129+
</if>
130+
<else>
131+
<text variable="edition" suffix="."/>
132+
</else>
133+
</choose>
134+
</macro>
135+
<citation collapse="citation-number">
136+
<sort>
137+
<key variable="citation-number"/>
138+
</sort>
139+
<layout vertical-align="baseline" delimiter="," prefix="[" suffix="]">
140+
<text variable="citation-number"/>
141+
</layout>
142+
</citation>
143+
<bibliography second-field-align="flush" entry-spacing="0">
144+
<layout>
145+
<text variable="citation-number" prefix="(" suffix=") "/>
146+
<text macro="author" suffix=" "/>
147+
<choose>
148+
<if type="article-journal review" match="any">
149+
<group delimiter=" ">
150+
<text variable="container-title" font-style="italic" form="short"/>
151+
<group delimiter=", ">
152+
<text macro="issued" font-weight="bold"/>
153+
<choose>
154+
<if variable="volume">
155+
<group delimiter=" ">
156+
<text variable="volume" font-style="italic"/>
157+
<text variable="issue" prefix="(" suffix=")"/>
158+
</group>
159+
</if>
160+
<else>
161+
<group delimiter=" ">
162+
<text term="issue" form="short" text-case="capitalize-first"/>
163+
<text variable="issue"/>
164+
</group>
165+
</else>
166+
</choose>
167+
<text variable="page"/>
168+
</group>
169+
</group>
170+
</if>
171+
<else-if type="article-magazine article-newspaper article" match="any">
172+
<group delimiter=" ">
173+
<text macro="title" suffix="."/>
174+
<text variable="container-title" font-style="italic" suffix="."/>
175+
<text macro="edition"/>
176+
<text macro="publisher"/>
177+
<group delimiter=", ">
178+
<text macro="full-issued"/>
179+
<text macro="pages"/>
180+
</group>
181+
</group>
182+
</else-if>
183+
<else-if type="thesis">
184+
<group delimiter=", ">
185+
<group delimiter=". ">
186+
<text macro="title"/>
187+
<text variable="genre"/>
188+
</group>
189+
<text macro="publisher"/>
190+
<text macro="issued"/>
191+
<text macro="volume"/>
192+
<text macro="pages"/>
193+
</group>
194+
</else-if>
195+
<else-if type="bill book graphic legal_case legislation motion_picture report song" match="any">
196+
<group delimiter="; ">
197+
<group delimiter=", ">
198+
<text macro="title"/>
199+
<text macro="edition"/>
200+
</group>
201+
<text macro="editor" prefix=" "/>
202+
<text macro="series"/>
203+
<choose>
204+
<if type="report">
205+
<group delimiter=" ">
206+
<text variable="genre"/>
207+
<text variable="number"/>
208+
</group>
209+
</if>
210+
</choose>
211+
<group delimiter=", ">
212+
<text macro="publisher"/>
213+
<text macro="issued"/>
214+
</group>
215+
<group delimiter=", ">
216+
<text macro="volume"/>
217+
<text macro="pages"/>
218+
</group>
219+
</group>
220+
</else-if>
221+
<else-if type="patent">
222+
<group delimiter=", ">
223+
<group delimiter=". ">
224+
<text macro="title"/>
225+
<text variable="number"/>
226+
</group>
227+
<date variable="issued" form="text"/>
228+
</group>
229+
</else-if>
230+
<else-if type="chapter paper-conference entry-dictionary entry-encyclopedia" match="any">
231+
<group delimiter="; ">
232+
<text macro="book-container"/>
233+
<text macro="editor"/>
234+
<text macro="series"/>
235+
<group delimiter=", ">
236+
<text macro="publisher"/>
237+
<text macro="issued"/>
238+
</group>
239+
<group delimiter=", ">
240+
<text macro="volume"/>
241+
<text macro="pages"/>
242+
</group>
243+
</group>
244+
</else-if>
245+
<else-if type="webpage">
246+
<group delimiter=" ">
247+
<text variable="title"/>
248+
<text variable="URL"/>
249+
<date variable="accessed" prefix="(accessed " suffix=")" delimiter=" ">
250+
<date-part name="month" form="short" strip-periods="true"/>
251+
<date-part name="day" suffix=", "/>
252+
<date-part name="year"/>
253+
</date>
254+
</group>
255+
</else-if>
256+
<else>
257+
<group delimiter=", ">
258+
<group delimiter=". ">
259+
<text macro="title"/>
260+
<text variable="container-title" font-style="italic"/>
261+
</group>
262+
<group delimiter=", ">
263+
<text macro="issued"/>
264+
<text variable="volume" font-style="italic"/>
265+
<text variable="page"/>
266+
</group>
267+
</group>
268+
</else>
269+
</choose>
270+
<text variable="DOI" prefix=". doi:"/>
271+
</layout>
272+
</bibliography>
273+
</style>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<style xmlns="http://purl.org/net/xbiblio/csl" version="1.0" default-locale="en-US">
3+
<info>
4+
<title>Beilstein Journal of Nanotechnology</title>
5+
<id>http://www.zotero.org/styles/beilstein-journal-of-nanotechnology</id>
6+
<link href="http://www.zotero.org/styles/beilstein-journal-of-nanotechnology" rel="self"/>
7+
<link href="http://www.zotero.org/styles/beilstein-journal-of-organic-chemistry" rel="independent-parent"/>
8+
<link href="https://www.beilstein-journals.org/bjnano/authorInstructions" rel="documentation"/>
9+
<category citation-format="numeric"/>
10+
<category field="physics"/>
11+
<issn>2190-4286</issn>
12+
<updated>2020-03-10T12:00:00+00:00</updated>
13+
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
14+
</info>
15+
</style>

0 commit comments

Comments
 (0)