zotero/csl/pnas.csl

132 lines
4.1 KiB
Text
Raw Normal View History

<?xml version="1.0" encoding="UTF-8"?>
2008-08-21 06:03:30 +00:00
<style xmlns="http://purl.org/net/xbiblio/csl" xml:lang="en" class="in-text">
<info>
2008-08-21 06:03:30 +00:00
<title>PNAS Journal (dev)</title>
<id>http://www.zotero.org/styles/pnas</id>
2008-01-03 07:26:01 +00:00
<link href="http://www.zotero.org/styles/pnas"/>
<author>
<name>Julian Onions</name>
<email>julian.onions@gmail.com</email>
</author>
<category term="numeric"/>
<category term="science"/>
2008-08-21 06:03:30 +00:00
<updated>2008-01-14T08:48:39+00:00</updated>
<summary>The Proceedings of the National Academy of Sciences Journal style.</summary>
<link href="http://www.pnas.org/site/misc/iforc.shtml#order" rel="documentation"/>
</info>
<macro name="editor">
2008-08-21 06:03:30 +00:00
<names variable="editor" prefix=" " delimiter=", ">
<label form="short" prefix="" text-case="lowercase" suffix=" "/>
2008-08-21 06:03:30 +00:00
<name initialize-with="" name-as-sort-order="all" sort-separator=" " delimiter=", " delimiter-precedes-last="always"/>
</names>
</macro>
<macro name="author">
2008-08-21 06:03:30 +00:00
<names variable="author" prefix=" ">
<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 at:" suffix=" "/>
<text variable="URL"/>
<group prefix=" [" suffix="]">
<text term="accessed" text-case="capitalize-first" suffix=" "/>
<date variable="accessed">
<date-part name="month" suffix=" "/>
<date-part name="day" suffix=", "/>
<date-part name="year"/>
</date>
</group>
</group>
</macro>
<macro name="publisher">
2008-08-21 06:03:30 +00:00
<group prefix=" (" delimiter=", " suffix=")">
<text variable="publisher"/>
2008-08-21 06:03:30 +00:00
<text variable="publisher-place"/>
</group>
</macro>
<macro name="year-date">
<date variable="issued">
<date-part name="year"/>
</date>
</macro>
2007-12-19 09:45:20 +00:00
<macro name="edition">
<choose>
2007-12-19 16:47:00 +00:00
<if is-numeric="edition">
2008-08-21 06:03:30 +00:00
<group prefix=". " delimiter=" ">
2007-12-19 09:45:20 +00:00
<number variable="edition" form="ordinal"/>
2008-08-21 06:03:30 +00:00
<text term="edition" form="short" text-case="capitalize-first" suffix="."/>
2007-12-19 09:45:20 +00:00
</group>
</if>
<else>
<text variable="edition" suffix="."/>
</else>
</choose>
</macro>
<citation>
<option name="collapse" value="citation-number"/>
2008-08-21 06:03:30 +00:00
<sort>
<key variable="citation-number"/>
</sort>
<layout prefix="(" suffix=")" delimiter=", ">
2008-08-21 06:03:30 +00:00
<text variable="citation-number"/>
</layout>
</citation>
<bibliography>
2008-08-21 06:03:30 +00:00
<option name="second-field-align" value="true"/>
<option name="et-al-min" value="6"/>
<option name="et-al-use-first" value="1"/>
<layout suffix=".">
<text variable="citation-number" suffix=". "/>
<text macro="author"/>
<date variable="issued" prefix=" (" suffix=")">
<date-part name="year"/>
</date>
<choose>
<if type="book">
2008-08-21 06:03:30 +00:00
<group prefix=" ">
<text variable="title" font-style="italic"/>
<text macro="editor"/>
<text macro="publisher"/>
2007-12-19 09:45:20 +00:00
<text macro="edition"/>
</group>
</if>
<else-if type="chapter">
<group class="container" prefix=" " delimiter=" ">
<text term="in" text-case="lowercase"/>
<group delimiter=", ">
<text variable="container-title" font-style="italic"/>
<text variable="collection-title" prefix=" " suffix="."/>
<text macro="editor"/>
</group>
</group>
<group suffix=".">
<text macro="publisher" prefix=" "/>
<group prefix=", ">
2008-08-21 06:03:30 +00:00
<label variable="page" suffix=" " form="short"/>
<text variable="page"/>
</group>
</group>
2008-08-21 06:03:30 +00:00
<text macro="edition"/>
</else-if>
<else>
2008-08-21 06:03:30 +00:00
<text variable="title" prefix=" " suffix="."/>
<group class="container" delimiter=":" prefix=" " suffix=".">
<group delimiter=" ">
<text variable="container-title" form="short" font-style="italic"/>
2008-08-21 06:03:30 +00:00
<text variable="volume"/>
</group>
<text variable="page"/>
</group>
</else>
</choose>
2008-08-21 06:03:30 +00:00
<text prefix=" " macro="access"/>
</layout>
</bibliography>
</style>