Skip to content

Commit 268df9e

Browse files
authored
Create folia-biologica.csl (#4629)
1 parent 2480646 commit 268df9e

File tree

1 file changed

+171
-0
lines changed

1 file changed

+171
-0
lines changed

folia-biologica.csl

+171
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,171 @@
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="display-and-sort" default-locale="en-US">
3+
<info>
4+
<title>Folia Biologica</title>
5+
<id>http://www.zotero.org/styles/folia-biologica</id>
6+
<link href="http://www.zotero.org/styles/folia-biologica" rel="self"/>
7+
<link href="http://www.zotero.org/styles/journal-of-neurochemistry" rel="template"/>
8+
<link href="https://fb.cuni.cz/instructions-to-authors-4293" rel="documentation"/>
9+
<author>
10+
<name>Patrick O'Brien</name>
11+
</author>
12+
<category citation-format="author-date"/>
13+
<category field="biology"/>
14+
<issn>0015-5500</issn>
15+
<eissn>2533-7602</eissn>
16+
<updated>2020-03-14T13:03:36+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="authors-short">
20+
<names variable="author">
21+
<name form="short" and="text" delimiter=" and " delimiter-precedes-last="never" initialize-with=". "/>
22+
<substitute>
23+
<names variable="editor"/>
24+
<names variable="translator"/>
25+
<text value="anon."/>
26+
</substitute>
27+
</names>
28+
</macro>
29+
<macro name="authors1">
30+
<names variable="author">
31+
<name name-as-sort-order="all" sort-separator=" " initialize-with=". " delimiter-precedes-last="never" delimiter=", "/>
32+
<label form="short" prefix=", "/>
33+
<substitute>
34+
<names variable="editor translator"/>
35+
</substitute>
36+
</names>
37+
</macro>
38+
<macro name="editors1">
39+
<names variable="editor">
40+
<label form="short" text-case="lowercase" strip-periods="false" suffix=" "/>
41+
<name delimiter-precedes-last="never" initialize-with=". " name-as-sort-order="all" sort-separator=" "/>
42+
</names>
43+
</macro>
44+
<macro name="title1">
45+
<text variable="title"/>
46+
</macro>
47+
<macro name="title2">
48+
<text variable="title" font-style="italic"/>
49+
</macro>
50+
<macro name="container-title0">
51+
<group delimiter=" ">
52+
<text variable="container-title" form="short" quotes="false" font-style="italic"/>
53+
<text variable="volume" font-weight="bold"/>
54+
<choose>
55+
<if variable="volume" match="none">
56+
<text variable="issue"/>
57+
</if>
58+
</choose>
59+
</group>
60+
</macro>
61+
<macro name="container-title1">
62+
<text variable="container-title" form="short" quotes="false" font-style="italic"/>
63+
</macro>
64+
<macro name="container-title2">
65+
<choose>
66+
<if variable="collection-title">
67+
<text macro="volume" suffix=": "/>
68+
<text variable="collection-title" text-case="title" quotes="false"/>
69+
</if>
70+
</choose>
71+
</macro>
72+
<macro name="volume">
73+
<choose>
74+
<if variable="volume" match="none">
75+
<text variable="collection-number" prefix="Vol. " font-style="italic"/>
76+
</if>
77+
</choose>
78+
<text variable="volume" prefix="Vol. "/>
79+
</macro>
80+
<macro name="page">
81+
<choose>
82+
<if variable="locator">
83+
<text variable="locator"/>
84+
</if>
85+
<else>
86+
<text variable="page"/>
87+
</else>
88+
</choose>
89+
</macro>
90+
<macro name="page1">
91+
<group delimiter=" ">
92+
<label variable="page" form="short"/>
93+
<text variable="page"/>
94+
</group>
95+
</macro>
96+
<macro name="issued1">
97+
<date variable="issued">
98+
<date-part name="year"/>
99+
</date>
100+
</macro>
101+
<citation et-al-min="3" et-al-use-first="1" disambiguate-add-year-suffix="true">
102+
<layout prefix="(" suffix=")" delimiter="; ">
103+
<group delimiter=" ">
104+
<text macro="authors-short"/>
105+
<text macro="issued1"/>
106+
</group>
107+
</layout>
108+
</citation>
109+
<bibliography entry-spacing="0" hanging-indent="true">
110+
<sort>
111+
<key macro="authors1"/>
112+
<key variable="issued"/>
113+
</sort>
114+
<layout suffix=".">
115+
<choose>
116+
<if type="article-journal article-newspaper article-magazine" match="any">
117+
<group delimiter=". ">
118+
<group delimiter=" ">
119+
<text macro="authors1"/>
120+
<text macro="issued1" prefix="(" suffix=")"/>
121+
<text macro="title1"/>
122+
</group>
123+
<group delimiter=", ">
124+
<text macro="container-title0"/>
125+
<text macro="page"/>
126+
</group>
127+
</group>
128+
</if>
129+
<else-if type="chapter paper-conference" match="any">
130+
<group delimiter=", ">
131+
<group delimiter=". ">
132+
<group delimiter=" ">
133+
<text macro="authors1"/>
134+
<text macro="issued1" prefix="(" suffix=")"/>
135+
<text macro="title1"/>
136+
</group>
137+
<group delimiter=": ">
138+
<text term="in" text-case="capitalize-first"/>
139+
<text macro="container-title1"/>
140+
</group>
141+
</group>
142+
<text macro="editors1"/>
143+
<text macro="volume"/>
144+
<text macro="page1"/>
145+
<group delimiter=", ">
146+
<text variable="publisher"/>
147+
<text variable="publisher-place"/>
148+
</group>
149+
</group>
150+
</else-if>
151+
<else>
152+
<group delimiter=". ">
153+
<group delimiter=", ">
154+
<group delimiter=" ">
155+
<text macro="authors1"/>
156+
<text macro="issued1" prefix="(" suffix=")"/>
157+
<text macro="title2"/>
158+
</group>
159+
<text macro="container-title2"/>
160+
<text macro="editors1" prefix="(" suffix=")"/>
161+
</group>
162+
<group delimiter=", ">
163+
<text variable="publisher"/>
164+
<text variable="publisher-place"/>
165+
</group>
166+
</group>
167+
</else>
168+
</choose>
169+
</layout>
170+
</bibliography>
171+
</style>

0 commit comments

Comments
 (0)