Skip to content

Commit 25cfdd3

Browse files
POBrien333rmzelle
authored andcommitted
Create photosynthetica.csl (#4319)
1 parent 0d0cc1c commit 25cfdd3

File tree

1 file changed

+140
-0
lines changed

1 file changed

+140
-0
lines changed

photosynthetica.csl

+140
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,140 @@
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="never" default-locale="en-US">
3+
<info>
4+
<title>Photosynthetica</title>
5+
<id>http://www.zotero.org/styles/photosynthetica</id>
6+
<link href="http://www.zotero.org/styles/photosynthetica" rel="self"/>
7+
<link href="http://www.zotero.org/styles/journal-of-child-and-adolescent-psychopharmacology" rel="template"/>
8+
<link href="https://ps.ueb.cas.cz/artkey/inf-990000-0200_For-Authors.php" rel="documentation"/>
9+
<author>
10+
<name>Patrick O'Brien</name>
11+
</author>
12+
<category citation-format="author-date"/>
13+
<category field="biology"/>
14+
<issn>0300-3604</issn>
15+
<eissn>1573-9058</eissn>
16+
<updated>2019-09-25T13:44:46+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="author">
20+
<names variable="author">
21+
<name initialize-with="." name-as-sort-order="all"/>
22+
<et-al font-style="italic"/>
23+
<label form="short" strip-periods="false" prefix=" (" suffix=")"/>
24+
<substitute>
25+
<names variable="editor"/>
26+
<names variable="translator"/>
27+
</substitute>
28+
</names>
29+
</macro>
30+
<macro name="author-short">
31+
<names variable="author">
32+
<name form="short" and="text" delimiter=", " initialize-with=""/>
33+
<et-al font-style="italic"/>
34+
<substitute>
35+
<names variable="editor"/>
36+
<names variable="translator"/>
37+
</substitute>
38+
</names>
39+
</macro>
40+
<macro name="title">
41+
<text variable="title"/>
42+
</macro>
43+
<macro name="container">
44+
<choose>
45+
<if type="bill book chapter graphic legal_case legislation motion_picture report song thesis" match="any">
46+
<group delimiter=". ">
47+
<group delimiter=": ">
48+
<choose>
49+
<if type="chapter paper-conference" match="any">
50+
<text term="in" text-case="capitalize-first"/>
51+
</if>
52+
</choose>
53+
<names variable="editor translator" delimiter=", ">
54+
<name prefix=" " and="text" initialize-with="." name-as-sort-order="all"/>
55+
<label form="short" prefix=" (" suffix=")"/>
56+
</names>
57+
<text variable="container-title"/>
58+
</group>
59+
<choose>
60+
<if type="chapter paper-conference" match="any">
61+
<group delimiter=" ">
62+
<label text-case="capitalize-first" strip-periods="false" variable="page" form="short"/>
63+
<text variable="page"/>
64+
</group>
65+
</if>
66+
</choose>
67+
<group delimiter=" ">
68+
<text macro="publisher"/>
69+
<date variable="issued">
70+
<date-part name="year"/>
71+
</date>
72+
</group>
73+
</group>
74+
</if>
75+
<else>
76+
<group delimiter=", ">
77+
<choose>
78+
<if match="none" variable="volume page">
79+
<choose>
80+
<if type="article-journal" match="any">
81+
<group delimiter=": ">
82+
<text variable="container-title"/>
83+
<text variable="DOI" prefix="doi:"/>
84+
</group>
85+
</if>
86+
</choose>
87+
</if>
88+
<else>
89+
<group delimiter=" ">
90+
<text variable="container-title" form="short" strip-periods="false"/>
91+
<group delimiter=": ">
92+
<text variable="volume" font-weight="bold"/>
93+
<text variable="page"/>
94+
</group>
95+
</group>
96+
</else>
97+
</choose>
98+
<date variable="issued">
99+
<date-part name="year"/>
100+
</date>
101+
</group>
102+
</else>
103+
</choose>
104+
</macro>
105+
<macro name="publisher">
106+
<group delimiter=", ">
107+
<text variable="publisher"/>
108+
<text variable="publisher-place"/>
109+
</group>
110+
</macro>
111+
<citation disambiguate-add-year-suffix="true" cite-group-delimiter=", " collapse="year" et-al-min="3" et-al-use-first="1">
112+
<sort>
113+
<key macro="author"/>
114+
<key variable="issued"/>
115+
</sort>
116+
<layout prefix="(" suffix=")" delimiter="; ">
117+
<group delimiter=" ">
118+
<text macro="author-short"/>
119+
<date variable="issued">
120+
<date-part name="year"/>
121+
</date>
122+
</group>
123+
</layout>
124+
</citation>
125+
<bibliography et-al-min="4" et-al-use-first="3" hanging-indent="true">
126+
<sort>
127+
<key macro="author"/>
128+
<key variable="issued"/>
129+
</sort>
130+
<layout suffix=".">
131+
<group delimiter=". &#8211; ">
132+
<group delimiter=": ">
133+
<text macro="author"/>
134+
<text macro="title"/>
135+
</group>
136+
<text macro="container"/>
137+
</group>
138+
</layout>
139+
</bibliography>
140+
</style>

0 commit comments

Comments
 (0)