Skip to content
Permalink
Branch: master
Find file Copy path
Find file Copy path
Fetching contributors…
Cannot retrieve contributors at this time
126 lines (125 sloc) 4.29 KB
<?xml version="1.0" encoding="utf-8"?>
<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>Frontiers in Bioscience</title>
<title-short>FBS</title-short>
<id>http://www.zotero.org/styles/frontiers-in-bioscience</id>
<link href="http://www.zotero.org/styles/frontiers-in-bioscience" rel="self"/>
<link href="http://www.zotero.org/styles/ieee" rel="template"/>
<link href="http://www.bioscience.org/authors" rel="documentation"/>
<author>
<name>Patrick O'Brien, PhD</name>
</author>
<category citation-format="numeric"/>
<category field="biology"/>
<category field="medicine"/>
<issn>1945-0494</issn>
<eissn>1945-0508</eissn>
<updated>2018-10-10T07:57:41+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>
<macro name="author">
<group>
<names variable="author">
<label form="short" text-case="capitalize-first" strip-periods="true" prefix=" " suffix=": "/>
<name delimiter="; " initialize-with=""/>
<substitute>
<names variable="editor"/>
</substitute>
</names>
</group>
</macro>
<macro name="editor">
<names variable="editor">
<name initialize-with=""/>
<label form="short" prefix=", "/>
</names>
</macro>
<macro name="title">
<text variable="title"/>
</macro>
<macro name="publisher">
<group delimiter=", ">
<text variable="publisher"/>
<text variable="publisher-place"/>
</group>
</macro>
<macro name="year-date">
<date date-parts="year" form="text" variable="issued" prefix="(" suffix=")"/>
</macro>
<citation collapse="citation-number">
<sort>
<key variable="citation-number"/>
</sort>
<layout delimiter=", " prefix="(" suffix=")">
<text variable="citation-number"/>
</layout>
</citation>
<bibliography entry-spacing="0" line-spacing="2">
<layout>
<text variable="citation-number" suffix=". "/>
<text macro="author" suffix=". "/>
<choose>
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
<group delimiter=" ">
<text macro="title" suffix="."/>
<text macro="publisher"/>
<text macro="year-date"/>
</group>
</if>
<else-if type="article-journal">
<group>
<text macro="title" suffix=". "/>
<group delimiter=" ">
<text variable="container-title" form="short" strip-periods="true" font-style="italic"/>
<group delimiter=" ">
<group delimiter=", ">
<text variable="volume"/>
<text variable="page"/>
</group>
<text macro="year-date"/>
</group>
</group>
</group>
</else-if>
<else-if type="chapter paper-conference" match="any">
<group delimiter=". ">
<text macro="title"/>
<group delimiter=" ">
<text term="in" text-case="capitalize-first" suffix=":"/>
<group delimiter=". ">
<text variable="container-title"/>
<group delimiter=", ">
<text macro="editor" suffix=" "/>
<text macro="publisher"/>
</group>
</group>
<text macro="year-date"/>
</group>
</group>
</else-if>
<else-if type="webpage post-weblog">
<group delimiter=", ">
<text macro="title"/>
<text variable="URL"/>
</group>
</else-if>
<else-if type="speech">
<group delimiter=" ">
<text macro="title" suffix="."/>
<text variable="event" suffix="."/>
<text variable="event-place" prefix=", "/>
<text macro="year-date"/>
</group>
</else-if>
<else>
<group delimiter=", ">
<text macro="title"/>
<text variable="URL"/>
<text macro="year-date"/>
</group>
</else>
</choose>
</layout>
</bibliography>
</style>
You can’t perform that action at this time.