Skip to content

Commit 9942138

Browse files
authored
Create style for Journal of Vertebrate Biology (JabRef#4849)
1 parent 7c7f3d3 commit 9942138

File tree

1 file changed

+119
-0
lines changed

1 file changed

+119
-0
lines changed

journal-of-vertebrate-biology.csl

+119
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,119 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<style xmlns="http://purl.org/net/xbiblio/csl" version="1.0" class="in-text" page-range-format="expanded" default-locale="en-US">
3+
<info>
4+
<title>Journal of Vertebrate Biology</title>
5+
<id>http://www.zotero.org/styles/journal-of-vertebrate-biology</id>
6+
<link href="http://www.zotero.org/styles/journal-of-vertebrate-biology" rel="self"/>
7+
<link href="http://www.zotero.org/styles/invertebrate-biology" rel="template"/>
8+
<link href="https://www.jvertbiol.cz/submission.php#literature" rel="documentation"/>
9+
<author>
10+
<name>Pavel Najman</name>
11+
</author>
12+
<category citation-format="author-date"/>
13+
<category field="biology"/>
14+
<eissn>2694-7684</eissn>
15+
<updated>2020-06-06T22:06:38+00:00</updated>
16+
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
17+
</info>
18+
<macro name="editor-translator">
19+
<names variable="editor translator" delimiter=". ">
20+
<name delimiter=". " and="symbol" initialize-with="" name-as-sort-order="all" sort-separator=" "/>
21+
<label form="short" prefix=". "/>
22+
</names>
23+
</macro>
24+
<macro name="author">
25+
<names variable="author" suffix=".">
26+
<name delimiter=". " and="symbol" initialize-with="." name-as-sort-order="all" sort-separator=" "/>
27+
<label form="short" prefix=", "/>
28+
<substitute>
29+
<names variable="editor"/>
30+
<names variable="translator"/>
31+
<text macro="title"/>
32+
</substitute>
33+
</names>
34+
</macro>
35+
<macro name="author-short">
36+
<names variable="author">
37+
<name form="short" delimiter=". " and="symbol" initialize-with=". "/>
38+
<substitute>
39+
<names variable="editor"/>
40+
<names variable="translator"/>
41+
<text variable="title" form="short"/>
42+
</substitute>
43+
</names>
44+
</macro>
45+
<macro name="title">
46+
<text variable="title"/>
47+
</macro>
48+
<macro name="publisher">
49+
<group delimiter=". ">
50+
<text variable="genre"/>
51+
<text variable="publisher"/>
52+
<text variable="publisher-place"/>
53+
</group>
54+
</macro>
55+
<citation collapse="year-suffix" et-al-min="3" et-al-use-first="1" disambiguate-add-year-suffix="true" year-suffix-delimiter=". ">
56+
<sort>
57+
<key variable="issued"/>
58+
</sort>
59+
<layout delimiter=". " prefix="(" suffix=")">
60+
<group delimiter=" ">
61+
<text macro="author-short"/>
62+
<date variable="issued">
63+
<date-part name="year"/>
64+
</date>
65+
<group>
66+
<label variable="locator" form="short"/>
67+
<text variable="locator" prefix=" "/>
68+
</group>
69+
</group>
70+
</layout>
71+
</citation>
72+
<bibliography hanging-indent="true" line-spacing="2">
73+
<sort>
74+
<key macro="author-short"/>
75+
<key variable="issued"/>
76+
</sort>
77+
<layout suffix=".">
78+
<text macro="author"/>
79+
<date variable="issued" prefix=" " suffix=":">
80+
<date-part name="year"/>
81+
</date>
82+
<choose>
83+
<if type="bill book graphic legal_case legislation motion_picture report song thesis" match="any">
84+
<group suffix=".">
85+
<text macro="title" prefix=" "/>
86+
<text macro="editor-translator" prefix=" "/>
87+
</group>
88+
<text prefix=" " macro="publisher"/>
89+
<text variable="number-of-pages" prefix=". " suffix=" pp"/>
90+
</if>
91+
<else-if type="chapter paper-conference" match="any">
92+
<text macro="title" prefix=" "/>
93+
<group prefix=".">
94+
<group prefix=" In:" delimiter=". ">
95+
<text variable="container-title" form="short"/>
96+
<text macro="editor-translator"/>
97+
</group>
98+
<label variable="page" form="short" prefix=", " suffix=" "/>
99+
<text variable="page" suffix="."/>
100+
<text macro="publisher" prefix=" "/>
101+
</group>
102+
</else-if>
103+
<else>
104+
<group suffix=".">
105+
<text macro="title" font-weight="normal" prefix=" "/>
106+
<text macro="editor-translator" font-weight="normal" prefix=" "/>
107+
</group>
108+
<group prefix=" " suffix=".">
109+
<text variable="container-title" form="short"/>
110+
<group prefix=" ">
111+
<text variable="volume" form="long" font-weight="normal"/>
112+
</group>
113+
<text variable="page" prefix=": "/>
114+
</group>
115+
</else>
116+
</choose>
117+
</layout>
118+
</bibliography>
119+
</style>

0 commit comments

Comments
 (0)