Skip to content

Commit f02f4fb

Browse files
authored
Create pedosphere.csl (#5196)
1 parent 70dd87a commit f02f4fb

File tree

1 file changed

+199
-0
lines changed

1 file changed

+199
-0
lines changed

pedosphere.csl

Lines changed: 199 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,199 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" page-range-format="expanded" demote-non-dropping-particle="sort-only" default-locale="en-US">
3+
<info>
4+
<title>Pedosphere</title>
5+
<id>http://www.zotero.org/styles/pedosphere</id>
6+
<link href="http://www.zotero.org/styles/pedosphere" rel="self"/>
7+
<link href="http://www.zotero.org/styles/alcohol-and-alcoholism" rel="template"/>
8+
<link href="https://www.elsevier.com/journals/pedosphere/1002-0160/guide-for-authors" rel="documentation"/>
9+
<author>
10+
<name>Patrick O'Brien, PhD</name>
11+
</author>
12+
<category citation-format="author-date"/>
13+
<category field="geography"/>
14+
<issn>1002-0160</issn>
15+
<updated>2021-01-04T11:04:13+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+
<locale xml:lang="en">
19+
<terms>
20+
<term name="edition" form="short">edn.</term>
21+
<term name="available at">available online at</term>
22+
</terms>
23+
</locale>
24+
<macro name="container-contributors">
25+
<choose>
26+
<if type="chapter paper-conference" match="any">
27+
<names variable="editor translator" delimiter=", ">
28+
<name delimiter-precedes-last="never" initialize-with=" " name-as-sort-order="all" sort-separator=" "/>
29+
<label form="short" prefix=" (" suffix=")"/>
30+
</names>
31+
</if>
32+
</choose>
33+
</macro>
34+
<macro name="author">
35+
<names variable="author">
36+
<name delimiter-precedes-last="never" initialize-with="" name-as-sort-order="all" sort-separator=" "/>
37+
<label form="short" prefix=" (" suffix=")"/>
38+
<substitute>
39+
<names variable="editor"/>
40+
<names variable="translator"/>
41+
</substitute>
42+
</names>
43+
</macro>
44+
<macro name="author-short">
45+
<names variable="author">
46+
<name form="short" and="text" initialize-with=". "/>
47+
<et-al font-style="italic"/>
48+
<substitute>
49+
<names variable="editor"/>
50+
<names variable="translator"/>
51+
</substitute>
52+
</names>
53+
</macro>
54+
<macro name="title">
55+
<text variable="title"/>
56+
</macro>
57+
<macro name="access">
58+
<choose>
59+
<if type="article-journal article-magazine article-newspaper bill book chapter graphic legal_case legislation motion_picture paper-conference report song thesis" match="none">
60+
<text variable="container-title" suffix=". "/>
61+
<choose>
62+
<if variable="URL">
63+
<group delimiter=" ">
64+
<text term="available at" text-case="capitalize-first"/>
65+
<text variable="URL"/>
66+
</group>
67+
<group prefix=" (" suffix=")">
68+
<text term="accessed" suffix=" "/>
69+
<date form="text" variable="accessed"/>
70+
</group>
71+
</if>
72+
</choose>
73+
</if>
74+
</choose>
75+
</macro>
76+
<macro name="publisher">
77+
<text variable="genre" suffix=", "/>
78+
<group delimiter=", ">
79+
<text variable="publisher-place"/>
80+
<text variable="publisher"/>
81+
</group>
82+
</macro>
83+
<macro name="issued">
84+
<choose>
85+
<if variable="issued">
86+
<group>
87+
<date variable="issued">
88+
<date-part name="year"/>
89+
</date>
90+
</group>
91+
</if>
92+
<else>
93+
<text term="no date"/>
94+
</else>
95+
</choose>
96+
</macro>
97+
<macro name="issued-year">
98+
<choose>
99+
<if variable="issued">
100+
<date variable="issued">
101+
<date-part name="year"/>
102+
</date>
103+
</if>
104+
<else>
105+
<text term="no date" form="short"/>
106+
</else>
107+
</choose>
108+
</macro>
109+
<macro name="edition">
110+
<choose>
111+
<if type="bill book chapter graphic legal_case legislation motion_picture paper-conference report song" match="any">
112+
<choose>
113+
<if is-numeric="edition">
114+
<number variable="edition" form="ordinal" prefix=", "/>
115+
<text term="edition" form="short" prefix=" " suffix="."/>
116+
</if>
117+
<else>
118+
<text variable="edition" suffix="."/>
119+
</else>
120+
</choose>
121+
</if>
122+
</choose>
123+
</macro>
124+
<macro name="locators">
125+
<choose>
126+
<if type="article-journal article-magazine article-newspaper" match="any">
127+
<group delimiter=". ">
128+
<text variable="container-title" form="short" strip-periods="true" font-style="italic"/>
129+
<group delimiter=": ">
130+
<text variable="volume" font-weight="bold"/>
131+
<text variable="page"/>
132+
</group>
133+
</group>
134+
</if>
135+
<else-if type="bill chapter graphic legal_case legislation motion_picture paper-conference report song" match="any">
136+
<group delimiter=", ">
137+
<group delimiter=" ">
138+
<text term="in" text-case="capitalize-first" font-style="italic"/>
139+
<text macro="container-contributors"/>
140+
</group>
141+
<text variable="container-title"/>
142+
<text macro="volume"/>
143+
</group>
144+
</else-if>
145+
</choose>
146+
</macro>
147+
<macro name="citation-locator">
148+
<group delimiter=" ">
149+
<label variable="locator" form="short"/>
150+
<text variable="locator"/>
151+
</group>
152+
</macro>
153+
<macro name="volume">
154+
<group delimiter=" ">
155+
<text variable="volume" form="short" text-case="capitalize-first"/>
156+
<number variable="volume"/>
157+
</group>
158+
</macro>
159+
<citation et-al-min="3" et-al-use-first="1" disambiguate-add-year-suffix="true" collapse="year">
160+
<sort>
161+
<key variable="issued"/>
162+
<key macro="author"/>
163+
</sort>
164+
<layout prefix="(" suffix=")" delimiter="; ">
165+
<group delimiter=", ">
166+
<text macro="author-short"/>
167+
<text macro="issued-year"/>
168+
<text macro="citation-locator"/>
169+
</group>
170+
</layout>
171+
</citation>
172+
<bibliography hanging-indent="true">
173+
<sort>
174+
<key macro="author"/>
175+
<key variable="issued"/>
176+
</sort>
177+
<layout suffix=".">
178+
<group delimiter=". ">
179+
<text macro="author"/>
180+
<text macro="issued"/>
181+
<text macro="title"/>
182+
<text macro="locators"/>
183+
</group>
184+
<text macro="edition"/>
185+
<group delimiter=". " prefix=". ">
186+
<text macro="publisher"/>
187+
<choose>
188+
<if type="chapter paper-conference" match="any">
189+
<group delimiter=" ">
190+
<label variable="page" form="short"/>
191+
<text variable="page"/>
192+
</group>
193+
</if>
194+
</choose>
195+
<text macro="access"/>
196+
</group>
197+
</layout>
198+
</bibliography>
199+
</style>

0 commit comments

Comments
 (0)