Skip to content

Commit 6fab78b

Browse files
authored
Create physiologia-plantarum.csl (JabRef#5040)
1 parent 58d65fd commit 6fab78b

File tree

1 file changed

+160
-0
lines changed

1 file changed

+160
-0
lines changed

Diff for: physiologia-plantarum.csl

+160
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,160 @@
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-GB">
3+
<info>
4+
<title>Physiologia Plantarum</title>
5+
<id>http://www.zotero.org/styles/physiologia-plantarum</id>
6+
<link href="http://www.zotero.org/styles/physiologia-plantarum" rel="self"/>
7+
<link href="http://www.zotero.org/styles/coral-reefs" rel="template"/>
8+
<link href="http://physiologiaplantarum.org/instructions-for-manuscrip/#Citations%20and%20References" rel="documentation"/>
9+
<author>
10+
<name>Patrick O'Brien</name>
11+
</author>
12+
<category citation-format="author-date"/>
13+
<category field="botany"/>
14+
<category field="biology"/>
15+
<issn>0031-9317</issn>
16+
<eissn>1399-3054</eissn>
17+
<updated>2020-09-29T07:54:21+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="author">
21+
<names variable="author">
22+
<name delimiter=", " name-as-sort-order="all" sort-separator=" " form="long" initialize-with=""/>
23+
<substitute>
24+
<text macro="editor"/>
25+
<text variable="title"/>
26+
</substitute>
27+
</names>
28+
</macro>
29+
<macro name="editor">
30+
<names variable="editor">
31+
<name initialize-with="" name-as-sort-order="all" sort-separator=" "/>
32+
<label form="short" strip-periods="true" prefix=" (" suffix=")"/>
33+
</names>
34+
</macro>
35+
<macro name="year">
36+
<date variable="issued" prefix="(" suffix=")">
37+
<date-part name="year"/>
38+
</date>
39+
</macro>
40+
<macro name="title">
41+
<text variable="title"/>
42+
<choose>
43+
<if type="book" match="any">
44+
<text macro="edition" prefix=", "/>
45+
</if>
46+
</choose>
47+
</macro>
48+
<macro name="access">
49+
<choose>
50+
<if match="none" variable="page volume">
51+
<text variable="DOI" prefix="doi.org/"/>
52+
</if>
53+
</choose>
54+
</macro>
55+
<macro name="edition">
56+
<group delimiter=" ">
57+
<number variable="edition" form="ordinal"/>
58+
<label text-case="capitalize-first" variable="edition" form="short"/>
59+
</group>
60+
</macro>
61+
<macro name="publisher">
62+
<group delimiter=", ">
63+
<text variable="publisher"/>
64+
<text variable="publisher-place"/>
65+
<text macro="pages"/>
66+
</group>
67+
</macro>
68+
<macro name="pages">
69+
<group delimiter=" ">
70+
<label variable="page" form="short"/>
71+
<text variable="page" suffix=" "/>
72+
</group>
73+
</macro>
74+
<citation disambiguate-add-year-suffix="true" collapse="year" et-al-min="3" et-al-use-first="1">
75+
<sort>
76+
<key macro="year"/>
77+
<key variable="issued" sort="ascending"/>
78+
</sort>
79+
<layout delimiter="; " prefix="(" suffix=")">
80+
<group delimiter=" ">
81+
<names variable="author">
82+
<name and="text" delimiter=" " name-as-sort-order="all" sort-separator=", " form="short"/>
83+
<substitute>
84+
<text macro="editor"/>
85+
<text variable="title"/>
86+
</substitute>
87+
</names>
88+
<date variable="issued">
89+
<date-part name="year" form="long"/>
90+
</date>
91+
</group>
92+
</layout>
93+
</citation>
94+
<bibliography hanging-indent="true">
95+
<sort>
96+
<key macro="author"/>
97+
<key macro="year" sort="ascending"/>
98+
</sort>
99+
<layout>
100+
<group delimiter=" ">
101+
<text macro="author"/>
102+
<text macro="year"/>
103+
<group delimiter=". ">
104+
<text macro="title"/>
105+
<choose>
106+
<if type="thesis">
107+
<group delimiter=". ">
108+
<text variable="genre"/>
109+
<text macro="publisher"/>
110+
</group>
111+
</if>
112+
<else-if type="book">
113+
<text macro="publisher"/>
114+
</else-if>
115+
<else-if type="paper-conference">
116+
<text variable="event" prefix=" " strip-periods="true" suffix=" "/>
117+
<text variable="volume" suffix=":"/>
118+
<text variable="page"/>
119+
</else-if>
120+
<else-if type="chapter">
121+
<group delimiter=". ">
122+
<group delimiter=" ">
123+
<group delimiter=": ">
124+
<text term="in" text-case="capitalize-first"/>
125+
<text macro="editor"/>
126+
</group>
127+
<group delimiter=", ">
128+
<text variable="container-title"/>
129+
<text macro="edition"/>
130+
</group>
131+
</group>
132+
<text macro="publisher"/>
133+
</group>
134+
</else-if>
135+
<else-if type="webpage post post-weblog" match="any">
136+
<group delimiter=" ">
137+
<text term="available at" text-case="capitalize-all"/>
138+
<text variable="URL" suffix=" "/>
139+
<group delimiter=" " prefix="(" suffix=")">
140+
<text term="accessed"/>
141+
<date form="text" variable="accessed"/>
142+
</group>
143+
</group>
144+
</else-if>
145+
<else>
146+
<group delimiter=" " suffix=" ">
147+
<text variable="container-title" form="short" strip-periods="true"/>
148+
<group delimiter=": ">
149+
<text variable="volume" suffix=":"/>
150+
<text variable="page"/>
151+
</group>
152+
<text macro="access"/>
153+
</group>
154+
</else>
155+
</choose>
156+
</group>
157+
</group>
158+
</layout>
159+
</bibliography>
160+
</style>

0 commit comments

Comments
 (0)