Add Nature style (validation system testing)
This commit is contained in:
parent
302e5166e1
commit
0c89443181
1 changed files with 59 additions and 0 deletions
59
csl/nature.csl
Normal file
59
csl/nature.csl
Normal file
|
@ -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=" <" suffix=">"/>
|
||||
</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>
|
Loading…
Add table
Reference in a new issue