Permalink
Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign up
aurimasv
Double-space bibliography in Nature
4ed149f
Jun 4, 2014
<?xml version="1.0" encoding="utf-8"?> | |
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" default-locale="en-GB"> | |
<info> | |
<title>Clinical Pharmacology & Therapeutics</title> | |
<id>http://www.zotero.org/styles/clinical-pharmacology-and-therapeutics</id> | |
<link href="http://www.zotero.org/styles/clinical-pharmacology-and-therapeutics" rel="self"/> | |
<link href="http://www.zotero.org/styles/nature" rel="template"/> | |
<link href="http://www.nature.com/clpt/clptguidetoauthors.pdf" rel="documentation"/> | |
<author> | |
<name>Sebastian Karcher</name> | |
</author> | |
<category citation-format="numeric"/> | |
<category field="biology"/> | |
<category field="medicine"/> | |
<issn>0009-9236</issn> | |
<eissn>1532-6535</eissn> | |
<updated>2014-06-03T22:14:43+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="title"> | |
<choose> | |
<if type="bill book graphic legal_case legislation motion_picture report song" match="any"> | |
<text variable="title" font-style="italic"/> | |
</if> | |
<else> | |
<text variable="title"/> | |
</else> | |
</choose> | |
</macro> | |
<macro name="author"> | |
<names variable="author"> | |
<name sort-separator=", " delimiter=", " and="symbol" initialize-with=". " delimiter-precedes-last="never" name-as-sort-order="all"/> | |
<label form="short" prefix=", "/> | |
<et-al font-style="italic"/> | |
</names> | |
</macro> | |
<macro name="access"> | |
<choose> | |
<if variable="volume"/> | |
<else-if variable="DOI"> | |
<text variable="DOI" prefix="doi:"/> | |
</else-if> | |
<else-if variable="URL"> | |
<text term="at"/> | |
<text variable="URL" prefix=" <" suffix=">"/> | |
</else-if> | |
</choose> | |
</macro> | |
<macro name="issuance"> | |
<choose> | |
<if type="bill book graphic legal_case legislation motion_picture report song chapter paper-conference" match="any"> | |
<group delimiter=", " prefix=" (" suffix=")."> | |
<text variable="publisher"/> | |
<text variable="publisher-place"/> | |
<date variable="issued"> | |
<date-part name="year"/> | |
</date> | |
</group> | |
</if> | |
<else> | |
<date prefix=" (" suffix=")." variable="issued"> | |
<date-part name="year"/> | |
</date> | |
</else> | |
</choose> | |
</macro> | |
<macro name="editor"> | |
<choose> | |
<if type="chapter paper-conference" match="any"> | |
<names variable="editor" prefix="(" suffix=") "> | |
<name and="symbol" delimiter-precedes-last="never" initialize-with=". " name-as-sort-order="all"/> | |
</names> | |
</if> | |
</choose> | |
</macro> | |
<citation collapse="citation-number"> | |
<sort> | |
<key variable="citation-number"/> | |
</sort> | |
<layout vertical-align="sup" delimiter=","> | |
<text variable="citation-number"/> | |
</layout> | |
</citation> | |
<bibliography et-al-min="6" et-al-use-first="1" second-field-align="flush" entry-spacing="0" line-spacing="2"> | |
<layout> | |
<text variable="citation-number" suffix="."/> | |
<text macro="author"/> | |
<text macro="title" prefix=" " suffix=". "/> | |
<group delimiter=" "> | |
<choose> | |
<if type="chapter paper-conference" match="any"> | |
<text term="in" text-case="capitalize-first"/> | |
</if> | |
</choose> | |
<text variable="container-title" font-style="italic" suffix=" " form="short"/> | |
</group> | |
<text macro="editor"/> | |
<text variable="volume" suffix=", " font-weight="bold"/> | |
<text variable="page"/> | |
<text macro="issuance"/> | |
<text macro="access"/> | |
</layout> | |
</bibliography> | |
</style> |