Skip to content

Commit

Permalink
Update san-francisco-estuary-and-watershed-science.csl (#6350)
Browse files Browse the repository at this point in the history
  • Loading branch information
POBrien333 authored Dec 30, 2022
1 parent 724cb12 commit 38f2b5f
Showing 1 changed file with 40 additions and 33 deletions.
73 changes: 40 additions & 33 deletions san-francisco-estuary-and-watershed-science.csl
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@
<link href="http://www.zotero.org/styles/san-francisco-estuary-and-watershed-science" rel="self"/>
<link href="http://www.zotero.org/styles/springer-basic-author-date-no-et-al" rel="template"/>
<link href="https://escholarship.org/uc/jmie_sfews/submissionguidelines" rel="documentation"/>
<link href="https://www.dropbox.com/s/fdgrumm39tilu1d/SFEWS-Style-Guide-for-Authors_022322LM.pdf?dl=0" rel="documentation"/>
<author>
<name>Patrick O'Brien</name>
</author>
<category citation-format="author-date"/>
<category field="generic-base"/>
<issn>1546-2366</issn>
<updated>2021-08-10T14:56:40+00:00</updated>
<updated>2022-12-29T17:07:36+00:00</updated>
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
</info>
<locale>
<terms>
<term name="edition" form="short">edn.</term>
<term name="available at">available from</term>
</terms>
</locale>
Expand All @@ -35,7 +35,7 @@
<macro name="author">
<names variable="author">
<name sort-separator=" " initialize-with="" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always"/>
<label form="short" strip-periods="true" prefix=" (" suffix=")"/>
<label strip-periods="true" prefix=", "/>
<substitute>
<names variable="editor"/>
<names variable="translator"/>
Expand All @@ -61,34 +61,47 @@
</date>
</macro>
<macro name="title">
<text variable="title"/>
<choose>
<if type="book">
<group delimiter=", ">
<text variable="title"/>
<text macro="edition"/>
</group>
<if type="post-weblog thesis" match="any">
<text variable="genre" prefix=" [" suffix="]"/>
</if>
<else>
<text variable="title"/>
</else>
<else-if type="book" match="any">
<text macro="edition" prefix=". (" suffix=")"/>
</else-if>
</choose>
</macro>
<macro name="year-parenth">
<date variable="issued">
<date-part name="year"/>
</date>
<choose>
<if type="webpage post post-weblog" match="any">
<date form="text" date-parts="year-month-day" variable="issued"/>
</if>
<else>
<date date-parts="year" form="text" variable="issued"/>
</else>
</choose>
</macro>
<macro name="access">
<choose>
<if type="article-journal" match="any">
<if match="any" variable="DOI">
<text variable="DOI" prefix="https://doi.org/"/>
</if>
<else-if type="report" match="any">
<group delimiter=": ">
<text term="available at" text-case="capitalize-first"/>
<text variable="URL"/>
<else>
<group delimiter=". ">
<group delimiter=" " prefix="[" suffix="]">
<text term="accessed"/>
<date variable="accessed">
<date-part name="year" suffix=" "/>
<date-part name="month" form="short" suffix=" " strip-periods="true"/>
<date-part name="day"/>
</date>
</group>
<group delimiter=": ">
<text term="available at" text-case="capitalize-first"/>
<text variable="URL"/>
</group>
</group>
</else-if>
</else>
</choose>
</macro>
<macro name="accessed-date">
Expand All @@ -104,7 +117,7 @@
<macro name="number-of-pages">
<group delimiter=" ">
<text variable="number-of-pages"/>
<label variable="number-of-pages" form="short"/>
<label plural="never" variable="number-of-pages" form="short"/>
</group>
</macro>
<citation et-al-min="3" et-al-use-first="1" disambiguate-add-year-suffix="true">
Expand All @@ -128,11 +141,7 @@
<group delimiter=". " suffix=".">
<text macro="author"/>
<text macro="year-parenth"/>
<choose>
<if type="chapter" match="none">
<text macro="title"/>
</if>
</choose>
<text macro="title"/>
<choose>
<if type="chapter paper-conference" match="any">
<group delimiter=". ">
Expand All @@ -151,7 +160,7 @@
<text variable="publisher"/>
</group>
<group delimiter=" ">
<label strip-periods="false" variable="page" form="short"/>
<label plural="never" strip-periods="false" variable="page" form="short"/>
<text variable="page"/>
</group>
</if>
Expand Down Expand Up @@ -179,12 +188,10 @@
<else-if type="webpage post post-weblog" match="any">
<group delimiter=". ">
<text prefix="In: " variable="container-title" form="short"/>
<text variable="URL"/>
<date variable="accessed">
<date-part prefix="Accessed " name="day" suffix=" "/>
<date-part name="month" form="short" suffix=" " strip-periods="true"/>
<date-part name="year"/>
</date>
<group delimiter=": ">
<text term="available at" text-case="capitalize-first"/>
<text variable="URL"/>
</group>
</group>
</else-if>
<else-if type="thesis">
Expand Down

0 comments on commit 38f2b5f

Please sign in to comment.