Skip to content

Commit b24e1f5

Browse files
authored
Create san-francisco-estuary-and-watershed-science.csl (#5592)
1 parent 6f9323c commit b24e1f5

File tree

1 file changed

+216
-0
lines changed

1 file changed

+216
-0
lines changed
Lines changed: 216 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,216 @@
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>San Francisco Estuary &amp; Watershed Science</title>
5+
<title-short>SFEWS</title-short>
6+
<id>http://www.zotero.org/styles/san-francisco-estuary-and-watershed-science</id>
7+
<link href="http://www.zotero.org/styles/san-francisco-estuary-and-watershed-science" rel="self"/>
8+
<link href="http://www.zotero.org/styles/springer-basic-author-date-no-et-al" rel="template"/>
9+
<link href="https://escholarship.org/uc/jmie_sfews/submissionguidelines" rel="documentation"/>
10+
<author>
11+
<name>Patrick O'Brien</name>
12+
</author>
13+
<category citation-format="author-date"/>
14+
<category field="generic-base"/>
15+
<issn>1546-2366</issn>
16+
<updated>2021-08-10T14:56:40+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>
20+
<terms>
21+
<term name="edition" form="short">edn.</term>
22+
<term name="available at">available from</term>
23+
</terms>
24+
</locale>
25+
<macro name="author-short">
26+
<names variable="author">
27+
<name form="short" and="text"/>
28+
<substitute>
29+
<names variable="editor"/>
30+
<names variable="translator"/>
31+
<text macro="title"/>
32+
</substitute>
33+
</names>
34+
</macro>
35+
<macro name="author">
36+
<names variable="author">
37+
<name sort-separator=" " initialize-with="" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always"/>
38+
<label form="short" strip-periods="true" prefix=" (" suffix=")"/>
39+
<substitute>
40+
<names variable="editor"/>
41+
<names variable="translator"/>
42+
</substitute>
43+
</names>
44+
</macro>
45+
<macro name="edition">
46+
<choose>
47+
<if is-numeric="edition">
48+
<group delimiter=" ">
49+
<number variable="edition" form="ordinal"/>
50+
<text term="edition" form="short"/>
51+
</group>
52+
</if>
53+
<else>
54+
<text variable="edition"/>
55+
</else>
56+
</choose>
57+
</macro>
58+
<macro name="year">
59+
<date variable="issued">
60+
<date-part name="year"/>
61+
</date>
62+
</macro>
63+
<macro name="title">
64+
<choose>
65+
<if type="book">
66+
<group delimiter=", ">
67+
<text variable="title"/>
68+
<text macro="edition"/>
69+
</group>
70+
</if>
71+
<else>
72+
<text variable="title"/>
73+
</else>
74+
</choose>
75+
</macro>
76+
<macro name="year-parenth">
77+
<date variable="issued">
78+
<date-part name="year"/>
79+
</date>
80+
</macro>
81+
<macro name="access">
82+
<choose>
83+
<if type="article-journal" match="any">
84+
<text variable="DOI" prefix="https://doi.org/"/>
85+
</if>
86+
<else-if type="report" match="any">
87+
<group delimiter=": ">
88+
<text term="available at" text-case="capitalize-first"/>
89+
<text variable="URL"/>
90+
</group>
91+
</else-if>
92+
</choose>
93+
</macro>
94+
<macro name="accessed-date">
95+
<group delimiter=" " prefix="[" suffix="]">
96+
<text term="accessed"/>
97+
<date variable="accessed">
98+
<date-part name="year"/>
99+
<date-part name="month" prefix=" "/>
100+
<date-part name="day" form="numeric-leading-zeros" prefix=" "/>
101+
</date>
102+
</group>
103+
</macro>
104+
<macro name="number-of-pages">
105+
<group delimiter=" ">
106+
<text variable="number-of-pages"/>
107+
<label variable="number-of-pages" form="short"/>
108+
</group>
109+
</macro>
110+
<citation et-al-min="3" et-al-use-first="1" disambiguate-add-year-suffix="true">
111+
<sort>
112+
<key variable="issued"/>
113+
<key macro="author"/>
114+
</sort>
115+
<layout prefix="(" suffix=")" delimiter="; ">
116+
<group delimiter=" ">
117+
<text macro="author-short"/>
118+
<text macro="year"/>
119+
</group>
120+
</layout>
121+
</citation>
122+
<bibliography hanging-indent="true">
123+
<sort>
124+
<key macro="author"/>
125+
<key variable="author" sort="ascending"/>
126+
</sort>
127+
<layout>
128+
<group delimiter=". " suffix=".">
129+
<text macro="author"/>
130+
<text macro="year-parenth"/>
131+
<choose>
132+
<if type="chapter" match="none">
133+
<text macro="title"/>
134+
</if>
135+
</choose>
136+
<choose>
137+
<if type="chapter paper-conference" match="any">
138+
<group delimiter=". ">
139+
<group delimiter=": ">
140+
<text term="in" text-case="capitalize-first"/>
141+
<names variable="editor">
142+
<name sort-separator=" " initialize-with="" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always"/>
143+
<label strip-periods="true" prefix=", "/>
144+
</names>
145+
</group>
146+
<text variable="container-title"/>
147+
<text macro="edition"/>
148+
</group>
149+
<group delimiter=": ">
150+
<text variable="publisher-place"/>
151+
<text variable="publisher"/>
152+
</group>
153+
<group delimiter=" ">
154+
<label strip-periods="false" variable="page" form="short"/>
155+
<text variable="page"/>
156+
</group>
157+
</if>
158+
<else-if type="article-journal">
159+
<group delimiter=". ">
160+
<text variable="container-title" form="short" strip-periods="true"/>
161+
<group delimiter=";">
162+
<text macro="accessed-date"/>
163+
<group delimiter=":">
164+
<text variable="volume" suffix=":"/>
165+
<text variable="page"/>
166+
</group>
167+
</group>
168+
</group>
169+
</else-if>
170+
<else-if type="bill book graphic legal_case legislation motion_picture report song" match="any">
171+
<group delimiter=". ">
172+
<group delimiter=": ">
173+
<text variable="publisher-place"/>
174+
<text variable="publisher"/>
175+
</group>
176+
<text macro="number-of-pages"/>
177+
</group>
178+
</else-if>
179+
<else-if type="webpage post post-weblog" match="any">
180+
<group delimiter=". ">
181+
<text prefix="In: " variable="container-title" form="short"/>
182+
<text variable="URL"/>
183+
<date variable="accessed">
184+
<date-part prefix="Accessed " name="day" suffix=" "/>
185+
<date-part name="month" form="short" suffix=" " strip-periods="true"/>
186+
<date-part name="year"/>
187+
</date>
188+
</group>
189+
</else-if>
190+
<else-if type="thesis">
191+
<group delimiter=", ">
192+
<text variable="genre" text-case="capitalize-first"/>
193+
<text variable="publisher"/>
194+
</group>
195+
</else-if>
196+
<else-if type="report" match="any">
197+
<group delimiter=". ">
198+
<text macro="accessed-date"/>
199+
<text macro="number-of-pages"/>
200+
</group>
201+
</else-if>
202+
<else>
203+
<group delimiter=" ">
204+
<text variable="container-title" form="short"/>
205+
<group delimiter=":">
206+
<text variable="volume"/>
207+
<text variable="page"/>
208+
</group>
209+
</group>
210+
</else>
211+
</choose>
212+
</group>
213+
<text macro="access" prefix=". "/>
214+
</layout>
215+
</bibliography>
216+
</style>

0 commit comments

Comments
 (0)