Created
March 5, 2010 15:12
-
-
Save anonymous/322793 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<?oxygen RNGSchema="http://xbiblio.svn.sourceforge.net/viewvc/*checkout*/xbiblio/csl/schema/trunk/csl.rnc" type="compact"?> | |
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" xml:lang="en"> | |
<info> | |
<title>Nanotechnology</title> | |
<id>http://www.zotero.org/styles/vancouver-brackets</id> | |
<link href="http://www.zotero.org/styles/vancouver-brackets"/> | |
<author> | |
<name>Luca Seravalli</name> | |
<email>seravall@imem.cnr.it</email> | |
</author> | |
<category term="physics"/> | |
<category term="numeric"/> | |
<updated>2010-03-04T10:28:01+00:00</updated> | |
<summary> | |
Nanotechnology from Institute of Physics; might apply to other IoP journals | |
</summary> | |
</info> | |
<macro name="author"> | |
<names variable="author" suffix=" "> | |
<name sort-separator=" " initialize-with="" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="never" and="text"/> | |
<label form="long" prefix=", " text-case="lowercase"/> | |
<substitute> | |
<names variable="editor"/> | |
</substitute> | |
</names> | |
</macro> | |
<macro name="editor"> | |
<names variable="editor" suffix=". "> | |
<name sort-separator=" " initialize-with="" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always"/> | |
<label form="long" prefix=", " text-case="lowercase"/> | |
</names> | |
</macro> | |
<macro name="publisher"> | |
<text variable="publisher-place" prefix="(" suffix=": "/> | |
<text variable="publisher" suffix=") "/> | |
<group suffix=". "> | |
<text macro="accessed-date" prefix=" "/> | |
</group> | |
</macro> | |
<macro name="access"> | |
<group> | |
<text value="Available from: "/> | |
<text variable="URL"/> | |
</group> | |
</macro> | |
<macro name="accessed-date"> | |
<choose> | |
<if variable="URL"> | |
<group prefix="[" suffix="]" delimiter=" "> | |
<text term="cited" text-case="lowercase"/> | |
<date variable="accessed" suffix=""> | |
<date-part name="year"/> | |
<date-part name="month" prefix=" " form="short"/> | |
<date-part name="day" prefix=" "/> | |
</date> | |
</group> | |
</if> | |
</choose> | |
</macro> | |
<macro name="journal-title"> | |
<choose> | |
<if type="article-journal article-magazine" match="any"> | |
<group suffix=" "> | |
<text variable="container-title" form="short" font-style="italic"/> | |
<choose> | |
<if variable="URL"> | |
<text term="internet" prefix=" [" suffix="]" text-case="capitalize-first"/> | |
</if> | |
</choose> | |
</group> | |
</if> | |
<else> | |
<text variable="container-title" suffix=". " form="short"/> | |
</else> | |
</choose> | |
</macro> | |
<macro name="title"> | |
<group delimiter=" "> | |
<text variable="title"/> | |
<choose> | |
<if type="article-journal article-magazine" match="none"> | |
<choose> | |
<if variable="URL"> | |
<text term="internet" prefix="[" suffix="]" text-case="capitalize-first"/> | |
</if> | |
</choose> | |
</if> | |
</choose> | |
</group> | |
</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="10"/> | |
<option name="et-al-use-first" value="1"/> | |
<option name="second-field-align" value="true"/> | |
<layout> | |
<text variable="citation-number" prefix="[" suffix="]" /> | |
<text macro="author"/> | |
<date variable="issued"> | |
<date-part name="year" suffix=" "/> | |
</date> | |
<choose> | |
<if type="book"> | |
<text macro="title" font-style="italic" suffix=" "/> | |
<text macro="edition" prefix=" " suffix=" "/> | |
<text macro="publisher" prefix=" "/> | |
</if> | |
<else-if type="chapter"> | |
<group prefix=" " suffix=" "> | |
<text term="" suffix=": " text-case="capitalize-first"/> | |
<text macro="editor" /> | |
<text variable="container-title" font-style="italic" /> | |
</group> | |
<text macro="publisher" prefix=" "/> | |
<text variable="page" prefix=" p " suffix=""/> | |
</else-if> | |
<else> | |
<text macro="journal-title"/> | |
<group suffix=";"> | |
<text macro="accessed-date" prefix=" "/> | |
</group> | |
<group suffix=" "> | |
<text variable="volume" font-weight="bold"/> | |
<text variable="page" prefix=" "/> | |
</group> | |
</else> | |
</choose> | |
<text macro="access"/> | |
</layout> | |
</bibliography> | |
</style> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment