zotero/csl/neuroreport.csl
2008-01-03 07:26:01 +00:00

98 lines
3 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" xml:lang="en">
<info>
<title>Neuroreport</title>
<id>http://www.zotero.org/styles/neuroreport</id>
<link href="http://www.zotero.org/styles/neuroreport"/>
<author>
<name>Julian Onions</name>
<email>julian.onions@gmail.com</email>
</author>
<category term="numeric"/>
<category term="biology"/>
<updated/>
</info>
<macro name="author">
<names variable="author" suffix=". ">
<name sort-separator=" " initialize-with="" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always"/>
</names>
</macro>
<macro name="editor">
<names variable="editor">
<name sort-separator=" " initialize-with="" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always"/>
<label form="short" prefix=" (" text-case="lowercase" suffix=")"/>
</names>
</macro>
<macro name="publisher">
<text variable="publisher-place" suffix=": "/>
<text variable="publisher" suffix="; "/>
<date variable="issued">
<date-part name="year" suffix=". "/>
</date>
</macro>
<macro name="edition">
<choose>
<if is-numeric="edition">
<group delimiter=" ">
<number variable="edition" form="ordinal"/>
<text term="edition" form="short" suffix="."/>
</group>
</if>
<else>
<text variable="edition" suffix="."/>
</else>
</choose>
</macro>
<citation>
<option name="collapse" value="citation-number"/>
<sort>
<key variable="citation-number"/>
</sort>
<layout prefix="[" suffix="]" delimiter="; ">
<text variable="citation-number"/>
</layout>
</citation>
<bibliography>
<option name="et-al-min" value="7"/>
<option name="et-al-use-first" value="6"/>
<option name="second-field-align" value="true"/>
<layout>
<text variable="citation-number" suffix=". "/>
<text macro="author"/>
<choose>
<if type="book">
<group delimiter=" ">
<text variable="title" suffix="." font-style="italic"/>
<text macro="edition"/>
<text macro="publisher" />
</group>
</if>
<else-if type="chapter">
<text variable="title" suffix=". "/>
<group delimiter=" " suffix=". ">
<text term="in" text-case="capitalize-first" suffix=":"/>
<text macro="editor" suffix="."/>
<text variable="container-title" font-style="italic"/>
</group>
<text macro="publisher" prefix=" "/>
<label variable="page" form="short" suffix=". "/>
<text variable="page" suffix="."/>
</else-if>
<else>
<text variable="title" suffix=". "/>
<group delimiter=" ">
<text variable="container-title" form="short" font-style="italic"/>
<date variable="issued" suffix=";">
<date-part name="year"/>
</date>
<group delimiter=" " suffix=":">
<text variable="volume" font-weight="bold"/>
<text variable="issue" prefix="(" suffix=")" font-weight="bold"/>
</group>
<text variable="page" suffix="."/>
</group>
</else>
</choose>
</layout>
</bibliography>
</style>