forked from citation-style-language/styles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmacromolecular-reaction-engineering.csl
73 lines (73 loc) · 2.65 KB
/
macromolecular-reaction-engineering.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
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" demote-non-dropping-particle="sort-only" default-locale="en-US">
<info>
<title>Macromolecular Reaction Engineering</title>
<id>http://www.zotero.org/styles/macromolecular-reaction-engineering</id>
<link href="http://www.zotero.org/styles/macromolecular-reaction-engineering" rel="self"/>
<link href="http://www.zotero.org/styles/nature" rel="template"/>
<link href="http://onlinelibrary.wiley.com/journal/10.1002/(ISSN)1862-8338/homepage/2465_authors.html" rel="documentation"/>
<author>
<name>Charles Parnot</name>
<email>[email protected]</email>
</author>
<category citation-format="numeric"/>
<category field="science"/>
<issn>1862-832X</issn>
<eissn>1862-8338</eissn>
<updated>2014-06-03T22:14:43+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>
<macro name="author">
<names variable="author">
<name sort-separator=", " initialize-with=". " delimiter-precedes-last="never"/>
<et-al font-style="italic"/>
</names>
</macro>
<macro name="access">
<choose>
<if variable="volume"/>
<else-if variable="DOI">
<text variable="DOI" prefix="doi:"/>
</else-if>
<else-if variable="URL">
<text term="at"/>
<text variable="URL" prefix=" <" suffix=">"/>
</else-if>
</choose>
</macro>
<macro name="issuance">
<date variable="issued">
<date-part name="year"/>
</date>
</macro>
<citation collapse="citation-number">
<sort>
<key variable="citation-number"/>
</sort>
<layout vertical-align="sup" delimiter="," prefix="[" suffix="]">
<text variable="citation-number"/>
</layout>
</citation>
<bibliography et-al-min="6" et-al-use-first="1" second-field-align="flush" entry-spacing="0" line-spacing="2">
<layout>
<text variable="citation-number" suffix="."/>
<group delimiter=", " suffix=".">
<text macro="author"/>
<group delimiter=" ">
<text variable="container-title" font-style="italic" form="short"/>
<text macro="issuance" font-weight="bold"/>
</group>
<text variable="volume" font-style="italic"/>
<choose>
<if variable="page-first">
<text variable="page-first"/>
</if>
<else>
<text variable="page"/>
</else>
</choose>
<text macro="access"/>
</group>
</layout>
</bibliography>
</style>