www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 0c89443181edeadec1982c8f3a39b9d40efbee90
parent 302e5166e10c7b1f00eba9e70c6f676c4ae99391
Author: Dan Stillman <dstillman@zotero.org>
Date:   Tue,  6 Nov 2007 03:13:58 +0000

Add Nature style (validation system testing)


Diffstat:
Acsl/nature.csl | 59+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 59 insertions(+), 0 deletions(-)

diff --git a/csl/nature.csl b/csl/nature.csl @@ -0,0 +1,59 @@ +<?xml version="1.0" encoding="UTF-8"?> +<?oxygen RNGSchema="csl.rnc" type="compact"?> +<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" xml:lang="en"> + <info> + <title>Nature Journals</title> + <id>http://purl.org/net/xbiblio/csl/styles/nature.csl</id> + <link>http://purl.org/net/xbiblio/csl/styles/nature.csl</link> + <author> + <name>Michael Berkowitz</name> + <email>michael@songsaboutsnow.com</email> + </author> + <category term="biology"/> + <category term="generic-base"/> + <updated>2007-10-23T18:00:00</updated> + </info> + <macro name="author"> + <names variable="author"> + <name sort-separator=", " delimiter=", " and="symbol" initialize-with="." delimiter-precedes-last="never" name-as-sort-order="all"/> + </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=" &lt;" suffix="&gt;"/> + </else-if> + </choose> + </macro> + <citation> + <option name="collapse" value="citation-number"/> + <sort> + <key variable="citation-number"/> + </sort> + <layout vertical-align="sup" delimiter=","> + <text variable="citation-number"/> + </layout> + </citation> + <bibliography> + <option name="et-al-min" value="4"/> + <option name="et-al-use-first" value="1"/> + <option name="second-field-align" value="true"/> + <layout> + <text variable="citation-number" suffix=". "/> + <text macro="author"/> + <text variable="title" prefix=" " suffix=". "/> + <text variable="container-title" font-style="italic" suffix=" "/> + <text variable="volume" suffix=", " font-weight="bold"/> + <text variable="page"/> + <text macro="access"/> + <date prefix=" (" suffix=")." variable="issued"> + <date-part name="year"/> + </date> + </layout> + </bibliography> +</style>