792cc39761
- allows CSLs to be imported from the file system - implements preliminary text-case="title" transform
125 lines
4 KiB
XML
125 lines
4 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<style xmlns="http://purl.org/net/xbiblio/csl" xml:lang="en" class="in-text" >
|
|
<info>
|
|
<title>Genome Biology Journal</title>
|
|
<id>http://www.zotero.org/styles/genomebiology</id>
|
|
<link>http://www.zotero.org/styles/genomebiology</link>
|
|
<author>
|
|
<name>Julian Onions</name>
|
|
<email>julian.onions@gmail.com</email>
|
|
</author>
|
|
<category term="numeric"/>
|
|
<category term="biology"/>
|
|
<updated/>
|
|
<summary>Genome Biology Journal style.</summary>
|
|
<source>http://genomebiology.com/info/authors/instructions</source>
|
|
</info>
|
|
<macro name="editor">
|
|
<names variable="editor" delimiter=", ">
|
|
<label form="verb" text-case="capitalize-first" suffix=" "/>
|
|
<name initialize-with="" name-as-sort-order="all" sort-separator=" "
|
|
delimiter=", " delimiter-precedes-last="always"/>
|
|
</names>
|
|
</macro>
|
|
<macro name="author">
|
|
<names variable="author">
|
|
<name name-as-sort-order="all" sort-separator=" " initialize-with=""
|
|
delimiter=", " delimiter-precedes-last="always"/>
|
|
<label form="short" prefix=" " suffix="." text-case="lowercase"/>
|
|
<substitute>
|
|
<names variable="editor"/>
|
|
<text variable="title"/>
|
|
</substitute>
|
|
</names>
|
|
</macro>
|
|
<macro name="access">
|
|
<group>
|
|
<text value="Available:" suffix=" "/>
|
|
<text variable="URL" suffix="."/>
|
|
<group prefix=" " suffix="">
|
|
<text term="accessed" text-case="capitalize-first" suffix=" "/>
|
|
<date variable="accessed">
|
|
<date-part name="day" suffix=" "/>
|
|
<date-part name="month" suffix=" "/>
|
|
<date-part name="year"/>
|
|
</date>
|
|
</group>
|
|
</group>
|
|
</macro>
|
|
<macro name="title">
|
|
<choose>
|
|
<if type="book">
|
|
<text variable="title" font-style="italic"/>
|
|
</if>
|
|
<else>
|
|
<text variable="title" font-weight="bold"/>
|
|
</else>
|
|
</choose>
|
|
</macro>
|
|
<macro name="publisher">
|
|
<group delimiter=": ">
|
|
<text variable="publisher-place"/>
|
|
<text variable="publisher"/>
|
|
</group>
|
|
</macro>
|
|
<macro name="cite-date">
|
|
<date variable="issued">
|
|
<date-part name="year"/>
|
|
</date>
|
|
</macro>
|
|
<citation>
|
|
<option name="collapse" value="citation-number"/>
|
|
<layout prefix="[" suffix="]" delimiter=",">
|
|
<text variable="citation-number" />
|
|
</layout>
|
|
</citation>
|
|
<bibliography>
|
|
<option name="et-al-min" value="6"/>
|
|
<option name="et-al-use-first" value="5"/>
|
|
<layout suffix=".">
|
|
<text variable="citation-number" suffix=". "/>
|
|
<text macro="author" suffix=":"/>
|
|
<choose>
|
|
<if type="book">
|
|
<group delimiter=" " prefix=" ">
|
|
<text macro="title" suffix="."/>
|
|
<text variable="edition" suffix=" ed."/>
|
|
<text macro="editor" />
|
|
<text macro="publisher" suffix=";"/>
|
|
<text macro="cite-date"/>
|
|
</group>
|
|
</if>
|
|
<else-if type="chapter">
|
|
<text macro="title" prefix=" " suffix=". "/>
|
|
<group class="container" prefix=" " delimiter=" " suffix=".">
|
|
<text term="in" text-case="capitalize-first" suffix=""/>
|
|
<group delimiter=". ">
|
|
<text variable="container-title" font-style="italic"/>
|
|
<text variable="collection-title" prefix=" " suffix="."/>
|
|
<text macro="editor"/>
|
|
</group>
|
|
</group>
|
|
<group suffix="." delimiter=" ">
|
|
<text macro="publisher" prefix=" " suffix=";"/>
|
|
<text variable="volume" prefix="Vol. "/>
|
|
<group delimiter=":">
|
|
<text macro="cite-date"/>
|
|
<text variable="page"/>
|
|
</group>
|
|
</group>
|
|
</else-if>
|
|
<else>
|
|
<text macro="title" prefix=" " suffix=". "/>
|
|
<group class="container" suffix=", " delimiter=" ">
|
|
<text variable="container-title" form="short" font-style="italic"/>
|
|
<text macro="cite-date"/>
|
|
</group>
|
|
<text variable="volume" font-weight="bold"/>
|
|
<text variable="page" prefix=":"/>
|
|
<text variable="DOI"/>
|
|
</else>
|
|
</choose>
|
|
<text prefix=" " macro="access" />
|
|
</layout>
|
|
</bibliography>
|
|
</style>
|