Skip to content

Commit

Permalink
Update journal-of-fish-biology.csl (#4392)
Browse files Browse the repository at this point in the history
  • Loading branch information
POBrien333 authored and rmzelle committed Nov 7, 2019
1 parent 4eac598 commit ab980fb
Showing 1 changed file with 9 additions and 13 deletions.
22 changes: 9 additions & 13 deletions journal-of-fish-biology.csl
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<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-GB">
<info>
<title>Journal of Fish Biology</title>
<title-short>JFB</title-short>
<id>http://www.zotero.org/styles/journal-of-fish-biology</id>
<link href="http://www.zotero.org/styles/journal-of-fish-biology" rel="self"/>
<link href="http://www.zotero.org/styles/american-chemical-society" rel="template"/>
Expand All @@ -15,7 +16,7 @@
<issn>0022-1112</issn>
<eissn>1095-8649</eissn>
<summary>The style for the Journal of Fish Biology.</summary>
<updated>2017-01-02T14:42:58+00:00</updated>
<updated>2019-11-05T09:32:12+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">
Expand Down Expand Up @@ -48,7 +49,7 @@
</macro>
<macro name="author">
<names variable="author" suffix=".">
<name and="symbol" delimiter-precedes-last="never" initialize-with=". " name-as-sort-order="all"/>
<name and="symbol" delimiter-precedes-last="always" et-al-use-last="true" initialize-with=". " name-as-sort-order="all"/>
<label form="short" prefix=", " text-case="capitalize-first"/>
</names>
</macro>
Expand All @@ -63,6 +64,7 @@
<macro name="author-short">
<names variable="author">
<name form="short" and="symbol" initialize-with=". "/>
<et-al font-style="italic"/>
<substitute>
<names variable="editor"/>
<names variable="translator"/>
Expand Down Expand Up @@ -152,7 +154,7 @@
</group>
</layout>
</citation>
<bibliography entry-spacing="0" et-al-min="11" et-al-use-first="10">
<bibliography et-al-min="8" et-al-use-first="7" entry-spacing="0" hanging-indent="true">
<sort>
<key macro="author" names-min="1" names-use-first="1"/>
<key macro="author-count" names-min="3" names-use-first="3"/>
Expand All @@ -162,21 +164,15 @@
<layout suffix=".">
<group suffix=" ">
<text macro="author" suffix=" "/>
<text macro="issued" prefix="(" suffix=")"/>
<text macro="issued" prefix="(" suffix=")."/>
</group>
<choose>
<if type="article-journal review" match="any">
<group delimiter=" " prefix=" ">
<text macro="title" suffix="."/>
<text variable="container-title" font-style="italic"/>
<group delimiter=", ">
<choose>
<if variable="volume">
<group delimiter=" ">
<text variable="volume" font-style="normal" font-weight="bold"/>
</group>
</if>
</choose>
<text variable="container-title" font-style="italic"/>
<text variable="volume" font-style="italic" font-weight="normal"/>
<text variable="page"/>
</group>
</group>
Expand Down Expand Up @@ -251,7 +247,7 @@
</group>
</group>
</else-if>
<else-if type="webpage">
<else-if type="webpage post post-weblog" match="any">
<group delimiter=" ">
<text variable="title"/>
<text variable="URL"/>
Expand Down

0 comments on commit ab980fb

Please sign in to comment.