Skip to content

Commit

Permalink
Update freshwater-science.csl (JabRef#4658)
Browse files Browse the repository at this point in the history
  • Loading branch information
POBrien333 committed Apr 2, 2020
1 parent 118cfab commit 0dc2e37
Showing 1 changed file with 47 additions and 22 deletions.
69 changes: 47 additions & 22 deletions freshwater-science.csl
Original file line number Diff line number Diff line change
@@ -1,21 +1,30 @@
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" default-locale="en-US" version="1.0" demote-non-dropping-particle="sort-only">
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" demote-non-dropping-particle="sort-only" default-locale="en-US">
<info>
<title>Freshwater Science</title>
<title-short>FWS</title-short>
<id>http://www.zotero.org/styles/freshwater-science</id>
<link href="http://www.zotero.org/styles/freshwater-science" rel="self"/>
<link href="http://www.zotero.org/styles/ecology" rel="template"/>
<link href="http://www.press.uchicago.edu/journals/fws/instruct.html?journal=fws#instructions" rel="documentation"/>
<link href="https://www.journals.uchicago.edu/journals/fws/instruct" rel="documentation"/>
<author>
<name>Sebastian Karcher</name>
</author>
<contributor>
<name>Patrick O'Brien</name>
</contributor>
<category citation-format="author-date"/>
<category field="biology"/>
<issn>2161-9549</issn>
<eissn>2161-9565</eissn>
<updated>2012-09-27T22:06:38+00:00</updated>
<updated>2020-03-31T19:41:25+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 xml:lang="en">
<terms>
<term name="available at">available from</term>
</terms>
</locale>
<macro name="container-contributors">
<choose>
<if type="chapter paper-conference" match="any">
Expand All @@ -38,7 +47,7 @@
</choose>
</macro>
<macro name="author">
<names variable="author" font-variant="small-caps">
<names variable="author" font-variant="normal">
<name name-as-sort-order="first" and="text" sort-separator=", " initialize-with=". " delimiter=", " delimiter-precedes-last="always"/>
<label form="short" prefix=" (" suffix=")" text-case="capitalize-first"/>
<substitute>
Expand Down Expand Up @@ -67,16 +76,26 @@
</macro>
<macro name="access">
<choose>
<if type="webpage">
<text variable="URL"/>
<if type="webpage post post-weblog report" match="any">
<group delimiter=": " prefix="(" suffix=")">
<text term="available at" text-case="capitalize-first"/>
<text variable="URL"/>
</group>
</if>
</choose>
</macro>
<macro name="publisher">
<group delimiter=", ">
<choose>
<if type="article-journal article-magazine" match="none">
<text variable="genre"/>
<group delimiter=" ">
<text variable="genre"/>
<choose>
<if type="report" match="any">
<text variable="number"/>
</if>
</choose>
</group>
<text variable="publisher"/>
<text variable="publisher-place"/>
</if>
Expand Down Expand Up @@ -135,14 +154,20 @@
<macro name="locators">
<choose>
<if type="article-journal article-magazine article-newspaper" match="any">
<text variable="container-title" prefix=". "/>
<text variable="volume" prefix=" "/>
<text variable="page" prefix=":"/>
<group delimiter=" ">
<text variable="container-title"/>
<group delimiter=":">
<text variable="volume"/>
<text variable="page"/>
</group>
</group>
</if>
<else-if type="bill book chapter graphic legal_case legislation motion_picture paper-conference report song" match="any">
<group prefix=". " delimiter=" ">
<label variable="page" form="long" text-case="capitalize-first"/>
<text variable="page"/>
<else-if type="bill book chapter graphic legal_case legislation motion_picture paper-conference report song webpage" match="any">
<group delimiter=" ">
<group delimiter=" ">
<label variable="page" form="long" text-case="capitalize-first"/>
<text variable="page"/>
</group>
<text macro="container-contributors"/>
<text macro="secondary-contributors"/>
<text variable="container-title"/>
Expand Down Expand Up @@ -174,16 +199,16 @@
<key macro="author"/>
<key variable="issued"/>
</sort>
<layout suffix=".">
<text macro="author" suffix="."/>
<text macro="issued" suffix=" "/>
<text variable="title"/>
<text macro="locators"/>
<text macro="edition"/>
<group delimiter=". " prefix=". ">
<layout>
<group delimiter=". " suffix=".">
<text macro="author"/>
<text macro="issued"/>
<text variable="title"/>
<text macro="locators"/>
<text macro="edition"/>
<text macro="publisher"/>
<text macro="access"/>
</group>
<text macro="access" prefix=" "/>
</layout>
</bibliography>
</style>

0 comments on commit 0dc2e37

Please sign in to comment.