Skip to content

Commit ce77b28

Browse files
POBrien333rmzelle
authored andcommitted
Create conservation-and-society.csl (JabRef#4507)
1 parent 25a5092 commit ce77b28

File tree

1 file changed

+223
-0
lines changed

1 file changed

+223
-0
lines changed

Diff for: conservation-and-society.csl

+223
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,223 @@
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-US">
3+
<info>
4+
<title>Conservation &amp; Society</title>
5+
<id>http://www.zotero.org/styles/conservation-and-society</id>
6+
<link href="http://www.zotero.org/styles/conservation-and-society" rel="self"/>
7+
<link href="http://www.zotero.org/styles/ecology-and-society" rel="template"/>
8+
<link href="http://www.conservationandsociety.org/contributors.asp" rel="documentation"/>
9+
<author>
10+
<name>Patrick O'Brien</name>
11+
</author>
12+
<category citation-format="author-date"/>
13+
<category field="biology"/>
14+
<issn>0972-4923</issn>
15+
<eissn>0975-3133</eissn>
16+
<updated>2020-01-13T16:03:26+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+
<locale xml:lang="en">
20+
<terms>
21+
<term name="accessed">accessed on</term>
22+
</terms>
23+
</locale>
24+
<macro name="secondary-contributors">
25+
<choose>
26+
<if type="chapter paper-conference" match="none">
27+
<names variable="editor translator" delimiter=", ">
28+
<label/>
29+
<name prefix=". " and="text" initialize-with=". "/>
30+
</names>
31+
</if>
32+
</choose>
33+
</macro>
34+
<macro name="author">
35+
<names variable="author">
36+
<name name-as-sort-order="first" and="text" sort-separator=", " initialize-with=". " delimiter=", " delimiter-precedes-last="always"/>
37+
<label form="short" prefix=" (" suffix=")"/>
38+
<substitute>
39+
<names variable="editor"/>
40+
<names variable="translator"/>
41+
<text variable="title"/>
42+
</substitute>
43+
</names>
44+
</macro>
45+
<macro name="author-short">
46+
<names variable="author">
47+
<name form="short" and="text" delimiter=", " initialize-with=". "/>
48+
<substitute>
49+
<names variable="editor"/>
50+
<names variable="translator"/>
51+
<text macro="title"/>
52+
</substitute>
53+
</names>
54+
</macro>
55+
<macro name="title">
56+
<choose>
57+
<if type="book report" match="any">
58+
<text variable="title" font-style="italic"/>
59+
</if>
60+
<else>
61+
<text variable="title"/>
62+
</else>
63+
</choose>
64+
</macro>
65+
<macro name="access">
66+
<choose>
67+
<if type="webpage post post-weblog" match="any">
68+
<group delimiter=". ">
69+
<text variable="URL"/>
70+
<group delimiter=" ">
71+
<text term="accessed" text-case="capitalize-first"/>
72+
<date form="text" variable="accessed"/>
73+
</group>
74+
</group>
75+
</if>
76+
</choose>
77+
</macro>
78+
<macro name="publisher">
79+
<group delimiter=", ">
80+
<choose>
81+
<if type="article-journal article-magazine" match="none">
82+
<group delimiter=". ">
83+
<text variable="genre"/>
84+
<group delimiter=": ">
85+
<text variable="publisher-place"/>
86+
<text variable="publisher"/>
87+
</group>
88+
</group>
89+
</if>
90+
</choose>
91+
</group>
92+
</macro>
93+
<macro name="issued">
94+
<choose>
95+
<if variable="issued">
96+
<group prefix=" " suffix=".">
97+
<date variable="issued">
98+
<date-part name="year"/>
99+
</date>
100+
<choose>
101+
<if type="article-journal bill book chapter graphic legal_case legislation motion_picture paper-conference report song" match="none">
102+
<date variable="issued">
103+
<date-part prefix=", " name="month"/>
104+
<date-part prefix=" " name="day"/>
105+
</date>
106+
</if>
107+
</choose>
108+
</group>
109+
</if>
110+
<else>
111+
<text prefix=" (" term="no date" suffix=")." form="short"/>
112+
</else>
113+
</choose>
114+
</macro>
115+
<macro name="issued-year">
116+
<choose>
117+
<if variable="issued">
118+
<date variable="issued">
119+
<date-part name="year"/>
120+
</date>
121+
</if>
122+
<else>
123+
<text term="no date" form="short"/>
124+
</else>
125+
</choose>
126+
</macro>
127+
<macro name="edition">
128+
<choose>
129+
<if is-numeric="edition">
130+
<number variable="edition" form="long-ordinal" text-case="capitalize-first"/>
131+
<text term="edition" form="long" prefix=" " suffix="."/>
132+
</if>
133+
<else>
134+
<text variable="edition" suffix="."/>
135+
</else>
136+
</choose>
137+
</macro>
138+
<macro name="locators">
139+
<choose>
140+
<if type="article-journal article-magazine article-newspaper" match="any">
141+
<group delimiter=" " prefix=". ">
142+
<text variable="container-title" font-style="italic"/>
143+
<group delimiter=": ">
144+
<group>
145+
<text variable="volume" prefix=" "/>
146+
<text variable="issue" prefix="(" suffix=")"/>
147+
</group>
148+
<text variable="page"/>
149+
</group>
150+
</group>
151+
</if>
152+
<else-if type="bill book graphic legal_case legislation motion_picture report song" match="any">
153+
<group delimiter=". " prefix=". ">
154+
<text macro="secondary-contributors"/>
155+
<text macro="edition"/>
156+
</group>
157+
</else-if>
158+
<else-if type="chapter paper-conference" match="any">
159+
<group delimiter=". " prefix=". ">
160+
<group delimiter=" ">
161+
<group delimiter=": ">
162+
<text term="in" text-case="capitalize-first" font-style="normal"/>
163+
<text variable="container-title" font-style="italic"/>
164+
</group>
165+
<text macro="editors" prefix="(" suffix=")"/>
166+
</group>
167+
<text macro="edition"/>
168+
<group delimiter=" ">
169+
<label text-case="capitalize-first" variable="page" form="short"/>
170+
<text variable="page"/>
171+
</group>
172+
</group>
173+
</else-if>
174+
<else-if type="webpage post post-weblog" match="any">
175+
<text variable="container-title"/>
176+
</else-if>
177+
</choose>
178+
</macro>
179+
<macro name="citation-locator">
180+
<group>
181+
<label variable="locator" form="short"/>
182+
<text variable="locator" prefix=" "/>
183+
</group>
184+
</macro>
185+
<macro name="editors">
186+
<names variable="editor translator" delimiter=", ">
187+
<label form="short"/>
188+
<name prefix=" " and="text" initialize-with=". " name-as-sort-order="first"/>
189+
</names>
190+
</macro>
191+
<citation et-al-min="3" et-al-use-first="1" disambiguate-add-year-suffix="true" collapse="year">
192+
<sort>
193+
<key variable="issued"/>
194+
<key macro="author"/>
195+
</sort>
196+
<layout prefix="(" suffix=")" delimiter=", ">
197+
<group delimiter=": ">
198+
<group delimiter=" ">
199+
<text macro="author-short"/>
200+
<text macro="issued-year"/>
201+
</group>
202+
<text macro="citation-locator"/>
203+
</group>
204+
</layout>
205+
</citation>
206+
<bibliography hanging-indent="true" entry-spacing="0">
207+
<sort>
208+
<key macro="author"/>
209+
<key variable="issued"/>
210+
</sort>
211+
<layout suffix=".">
212+
<text macro="author" suffix="."/>
213+
<text macro="issued" suffix=" "/>
214+
<text macro="title"/>
215+
<text macro="locators"/>
216+
<group delimiter=". " prefix=". ">
217+
<text macro="edition"/>
218+
<text macro="publisher"/>
219+
<text macro="access"/>
220+
</group>
221+
</layout>
222+
</bibliography>
223+
</style>

0 commit comments

Comments
 (0)