forked from citation-style-language/styles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbioessays.csl
77 lines (77 loc) · 3.41 KB
/
bioessays.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
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" version="1.0" class="in-text" default-locale="en-US">
<info>
<title>BioEssays</title>
<id>http://www.zotero.org/styles/bioessays</id>
<link href="http://www.zotero.org/styles/bioessays" rel="self"/>
<link href="http://www.wiley.com/bw/submit.asp?ref=0265-9247&site=1" rel="documentation"/>
<author>
<name>Dan Dickinson</name>
</author>
<contributor>
<name>Charles Parnot</name>
<email>[email protected]</email>
</contributor>
<category citation-format="numeric"/>
<category field="biology"/>
<issn>0265-9247</issn>
<issn>1521-1878</issn>
<updated>2012-01-01T10:00:00+00:00</updated>
<rights>This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License: http://creativecommons.org/licenses/by-sa/3.0/</rights>
</info>
<citation collapse="citation-number">
<sort>
<key variable="citation-number"/>
</sort>
<layout prefix="[" suffix="]" delimiter=", ">
<text variable="citation-number"/>
</layout>
</citation>
<bibliography second-field-align="flush">
<layout>
<choose>
<if type="book">
<text variable="citation-number" suffix=". "/>
<names variable="author" suffix=" ">
<name et-al-min="5" et-al-use-first="4" and="text" delimiter=", " name-as-sort-order="all" sort-separator=" " form="long" initialize-with=""/>
</names>
<date variable="issued" suffix=" ">
<date-part name="year" form="long" prefix=". " suffix=". "/>
</date>
<text variable="title" suffix=". " font-style="italic"/>
<text variable="publisher-place" suffix=": "/>
<text variable="publisher" suffix=". "/>
</if>
<else-if type="chapter">
<text variable="citation-number" suffix=". "/>
<names variable="author" suffix=" ">
<name et-al-min="5" et-al-use-first="4" and="text" delimiter=", " name-as-sort-order="all" sort-separator=" " form="long" initialize-with=""/>
</names>
<date variable="issued" suffix=" ">
<date-part name="year" form="long" prefix=". " suffix=". "/>
</date>
<text variable="title" suffix=". In "/>
<names variable="editor" suffix=". ed; ">
<name et-al-min="4" et-al-use-first="3" and="text" delimiter="," name-as-sort-order="all" sort-separator=" " form="long" initialize-with=""/>
</names>
<text variable="container-title" suffix=". " font-style="italic"/>
<text variable="publisher" suffix=". "/>
<text variable="page" suffix=". "/>
</else-if>
<else>
<text variable="citation-number" suffix=". "/>
<names variable="author" suffix=" ">
<name et-al-min="5" et-al-use-first="4" and="text" delimiter=", " name-as-sort-order="all" sort-separator=" " form="long" initialize-with=""/>
</names>
<date variable="issued" suffix=" ">
<date-part name="year" form="long" prefix=". " suffix=". "/>
</date>
<text variable="title" suffix=". "/>
<text variable="container-title" suffix=" " font-style="italic"/>
<text variable="volume" font-weight="bold"/>
<text variable="page" prefix=": " suffix=". "/>
</else>
</choose>
</layout>
</bibliography>
</style>