forked from citation-style-language/styles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathimmunological-reviews.csl
79 lines (79 loc) · 3.24 KB
/
immunological-reviews.csl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" default-locale="en-US">
<info>
<title>Immunological Reviews</title>
<id>http://www.zotero.org/styles/immunological-reviews</id>
<link href="http://www.zotero.org/styles/immunological-reviews" rel="self"/>
<link href="http://onlinelibrary.wiley.com/journal/10.1111/(ISSN)1600-065X/homepage/ForAuthors.html" rel="documentation"/>
<author>
<name>Lior Mayo</name>
<email>[email protected]</email>
</author>
<contributor>
<name>Charles Parnot</name>
<uri>http://twitter.com/cparnot</uri>
<email>[email protected]</email>
</contributor>
<category citation-format="numeric"/>
<issn>0105-2896</issn>
<eissn>1600-065X</eissn>
<updated>2012-09-27T22:06:38+00:00</updated>
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
</info>
<citation collapse="citation-number">
<sort>
<key variable="citation-number"/>
</sort>
<layout prefix="(" suffix=")" delimiter=", ">
<text variable="citation-number"/>
</layout>
</citation>
<bibliography>
<layout>
<choose>
<if type="book">
<names variable="author" suffix=". ">
<name et-al-min="7" et-al-use-first="1" delimiter=", " name-as-sort-order="all" sort-separator=", " form="long" initialize-with=""/>
</names>
<text variable="title" suffix=". "/>
<text variable="edition" suffix="ed. "/>
<text variable="event-place" suffix=": "/>
<text variable="publisher" suffix=", "/>
<date variable="issued" suffix=". ">
<date-part name="year" form="long"/>
</date>
</if>
<else-if type="article-journal">
<text variable="citation-number" suffix=". "/>
<names variable="author" suffix=". ">
<name et-al-min="7" et-al-use-first="7" delimiter=", " name-as-sort-order="all" sort-separator=", " form="long" initialize-with=""/>
</names>
<text variable="title" suffix=". "/>
<text variable="container-title" form="short" suffix=" "/>
<date variable="issued" suffix="; ">
<date-part name="year" form="long"/>
</date>
<text variable="volume" suffix=": " font-weight="bold"/>
<text variable="page" suffix=". "/>
</else-if>
<else>
<names variable="author" suffix=" ">
<name and="symbol" delimiter=", " name-as-sort-order="all" sort-separator=", " form="long" initialize-with="."/>
</names>
<date variable="issued" prefix="(" suffix="). ">
<date-part name="year" form="long"/>
</date>
<text variable="title" suffix=". "/>
<group delimiter=", " suffix=". ">
<text variable="container-title" font-style="italic"/>
<group>
<text variable="volume"/>
<text variable="issue" prefix="(" suffix=") "/>
</group>
<text variable="page"/>
</group>
</else>
</choose>
</layout>
</bibliography>
</style>