Skip to content

Commit

Permalink
Update bioessays.csl
Browse files Browse the repository at this point in the history
  • Loading branch information
rmzelle committed Feb 18, 2012
1 parent 5476943 commit 933e9d5
Showing 1 changed file with 20 additions and 16 deletions.
36 changes: 20 additions & 16 deletions bioessays.csl
@@ -1,13 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" version="1.0" class="in-text" default-locale="en-US">
<style xmlns="http://purl.org/net/xbiblio/csl" version="1.0" class="in-text" default-locale="en-US" page-range-format="minimal" demote-non-dropping-particle="sort-only">
<info>
<title>BioEssays</title>
<id>http://www.zotero.org/styles/bioessays</id>
<link href="http://www.zotero.org/styles/bioessays" rel="self"/>
<link href="http://www.wiley.com/bw/submit.asp?ref=0265-9247&amp;site=1" rel="documentation"/>
<link href="http://onlinelibrary.wiley.com/journal/10.1002/%28ISSN%291521-1878/homepage/detailed_manuscript_instructions_and_author_support.htm" rel="documentation"/>
<author>
<name>Dan Dickinson</name>
</author>
<contributor>
<name>Xiaodong Dang</name>
<email>dangxdong@gmail.com</email>
</contributor>
<contributor>
<name>Charles Parnot</name>
<email>charles@mekentosj.com</email>
Expand All @@ -16,9 +20,15 @@
<category field="biology"/>
<issn>0265-9247</issn>
<issn>1521-1878</issn>
<updated>2012-01-01T10:00:00+00:00</updated>
<updated>2012-02-17T22:23:00+00:00</updated>
<rights>This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License: http://creativecommons.org/licenses/by-sa/3.0/</rights>
</info>
<macro name="author">
<names variable="author" suffix="">
<name name-as-sort-order="all" sort-separator=" " initialize-with="" delimiter=", " font-weight="bold" delimiter-precedes-last="always"/>
<et-al font-weight="normal"/>
</names>
</macro>
<citation collapse="citation-number">
<sort>
<key variable="citation-number"/>
Expand All @@ -27,14 +37,12 @@
<text variable="citation-number"/>
</layout>
</citation>
<bibliography second-field-align="flush">
<bibliography second-field-align="flush" et-al-min="5" et-al-use-first="4">
<layout>
<choose>
<if type="book">
<text variable="citation-number" suffix=". "/>
<names variable="author" suffix=" ">
<name et-al-min="5" et-al-use-first="4" and="text" delimiter=", " name-as-sort-order="all" sort-separator=" " form="long" initialize-with=""/>
</names>
<text macro="author"/>
<date variable="issued" suffix=" ">
<date-part name="year" form="long" prefix=". " suffix=". "/>
</date>
Expand All @@ -44,30 +52,26 @@
</if>
<else-if type="chapter">
<text variable="citation-number" suffix=". "/>
<names variable="author" suffix=" ">
<name et-al-min="5" et-al-use-first="4" and="text" delimiter=", " name-as-sort-order="all" sort-separator=" " form="long" initialize-with=""/>
</names>
<text macro="author"/>
<date variable="issued" suffix=" ">
<date-part name="year" form="long" prefix=". " suffix=". "/>
</date>
<text variable="title" suffix=". In "/>
<names variable="editor" suffix=". ed; ">
<name et-al-min="4" et-al-use-first="3" and="text" delimiter="," name-as-sort-order="all" sort-separator=" " form="long" initialize-with=""/>
<name et-al-min="4" et-al-use-first="3" delimiter="," name-as-sort-order="all" sort-separator=" " form="long" initialize-with=""/>
</names>
<text variable="container-title" suffix=". " font-style="italic"/>
<text variable="publisher" suffix=". "/>
<text variable="page" suffix=". "/>
<text variable="page" prefix="p " suffix=". "/>
</else-if>
<else>
<text variable="citation-number" suffix=". "/>
<names variable="author" suffix=" ">
<name et-al-min="5" et-al-use-first="4" and="text" delimiter=", " name-as-sort-order="all" sort-separator=" " form="long" initialize-with=""/>
</names>
<text macro="author"/>
<date variable="issued" suffix=" ">
<date-part name="year" form="long" prefix=". " suffix=". "/>
</date>
<text variable="title" suffix=". "/>
<text variable="container-title" suffix=" " font-style="italic"/>
<text variable="container-title" form="short" suffix=" " font-style="italic"/>
<text variable="volume" font-weight="bold"/>
<text variable="page" prefix=": " suffix=". "/>
</else>
Expand Down

0 comments on commit 933e9d5

Please sign in to comment.