Ticket #632: neuroreport.csl

File neuroreport.csl, 2.8 KB (added by codec, 9 years ago)

Neuroreport journal format

Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" xml:lang="en">
3  <info>
4    <title>Neuroreport</title>
5    <id>http://purl.org/net/xbiblio/csl/styles/neuroreport.csl</id>
6    <link>http://purl.org/net/xbiblio/csl/styles/neuroreport.csl</link>
7    <author>
8      <name>Julian Onions</name>
9      <email>julian.onions@gmail.com</email>
10    </author>
11    <category term="biology"/>
12    <updated>2007-11-10T16:30:40+00:00</updated>
13  </info>
14  <macro name="author">
15    <names variable="author" suffix=". ">
16      <name sort-separator=" " initialize-with="" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always"/>
17    </names>
18  </macro>
19  <macro name="editor">
20    <names variable="editor">
21      <name sort-separator=" " initialize-with="" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always"/>
22      <label form="short" prefix=" (" text-transform="lowercase" suffix=")"/>
23    </names>
24  </macro>
25  <macro name="publisher">
26    <text variable="publisher-place" suffix=": "/>
27    <text variable="publisher" suffix="; "/>
28    <date variable="issued">
29      <date-part name="year" suffix=". "/>
30    </date>
31  </macro>
32  <citation>
33    <option name="collapse" value="citation-number"/>
34    <sort>
35      <key variable="citation-number"/>
36    </sort>
37    <layout prefix="[" suffix="]" delimiter="; ">
38      <text variable="citation-number"/>
39    </layout>
40  </citation>
41  <bibliography>
42    <option name="et-al-min" value="7"/>
43    <option name="et-al-use-first" value="6"/>
44    <option name="second-field-align" value="true"/>
45    <layout>
46      <text variable="citation-number" suffix=". "/>
47      <text macro="author"/>
48      <choose>
49        <if type="book">
50      <text variable="title" suffix=". " font-style="italic"/>
51          <text variable="edition" prefix=" " suffix=" ed. "/>
52          <text macro="publisher" prefix=" "/>
53        </if>
54        <else-if type="chapter">
55      <text variable="title" suffix=". "/>
56          <group prefix=" In: " delimiter=" " suffix=". ">
57            <text macro="editor" suffix="."/>
58            <text variable="container-title" font-style="italic"/>
59          </group>
60          <text macro="publisher" prefix=" "/>
61          <label variable="page" form="short" suffix=". "/>
62          <text variable="page" suffix="."/>
63        </else-if>
64        <else>
65      <text variable="title" suffix=". "/>
66          <group delimiter=" ">
67          <text variable="container-title" form="short" font-style="italic"/>
68          <date variable="issued" suffix=";">
69            <date-part name="year"/>
70          </date>
71          <group delimiter=" " suffix=":">
72          <text variable="volume" font-weight="bold"/>
73          <text variable="issue" prefix="(" suffix=")" font-weight="bold"/>
74          </group>
75          <text variable="page" suffix="."/>
76          </group>
77        </else>
78      </choose>
79    </layout>
80  </bibliography>
81</style>