Skip to content

Commit 0c7d6a1

Browse files
authored
Create science-china-materials.csl (#6017)
1 parent 0eb4bc7 commit 0c7d6a1

File tree

1 file changed

+141
-0
lines changed

1 file changed

+141
-0
lines changed

science-china-materials.csl

Lines changed: 141 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,141 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" demote-non-dropping-particle="sort-only" default-locale="en-US">
3+
<info>
4+
<title>SCIENCE CHINA Materials</title>
5+
<title-short>SCM</title-short>
6+
<id>http://www.zotero.org/styles/science-china-materials</id>
7+
<link href="http://www.zotero.org/styles/science-china-materials" rel="self"/>
8+
<link href="http://www.zotero.org/styles/xenotransplantation" rel="template"/>
9+
<link href="https://www.sciengine.com/authorCenter/guide/Manuscript/XTQhzDPnrXRQMhhph" rel="documentation"/>
10+
<author>
11+
<name>Patrick O'Brien</name>
12+
</author>
13+
<category citation-format="numeric"/>
14+
<category field="engineering"/>
15+
<issn>2095-8226</issn>
16+
<eissn>2199-4501</eissn>
17+
<updated>2022-04-13T08:45:04+00:00</updated>
18+
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
19+
</info>
20+
<macro name="author">
21+
<group suffix=".">
22+
<names variable="author">
23+
<name font-variant="normal" delimiter-precedes-et-al="never" delimiter-precedes-last="always" initialize-with="" name-as-sort-order="all" sort-separator=" "/>
24+
<label form="short" prefix=", "/>
25+
<et-al font-style="italic" font-variant="normal"/>
26+
<substitute>
27+
<names variable="editor"/>
28+
</substitute>
29+
</names>
30+
</group>
31+
</macro>
32+
<macro name="editor">
33+
<names variable="editor">
34+
<name name-as-sort-order="all" sort-separator=" " delimiter-precedes-last="always" initialize-with="" delimiter=", "/>
35+
<label form="short" prefix=", " suffix="."/>
36+
</names>
37+
</macro>
38+
<macro name="title">
39+
<text variable="title" quotes="false"/>
40+
</macro>
41+
<macro name="year">
42+
<date variable="issued">
43+
<date-part name="year"/>
44+
</date>
45+
</macro>
46+
<macro name="journal">
47+
<group delimiter=", ">
48+
<text variable="container-title" form="short" strip-periods="true"/>
49+
<text macro="year"/>
50+
<text variable="volume"/>
51+
</group>
52+
</macro>
53+
<macro name="conference">
54+
<group delimiter=", ">
55+
<text variable="container-title"/>
56+
<group delimiter=" ">
57+
<text variable="publisher"/>
58+
<text macro="year"/>
59+
</group>
60+
</group>
61+
</macro>
62+
<macro name="book-publisher">
63+
<group delimiter=", ">
64+
<group delimiter=": ">
65+
<text variable="publisher-place"/>
66+
<text variable="publisher"/>
67+
</group>
68+
<text macro="year"/>
69+
</group>
70+
</macro>
71+
<macro name="edition">
72+
<choose>
73+
<if is-numeric="edition">
74+
<group delimiter=" ">
75+
<number variable="edition" form="ordinal"/>
76+
<text term="edition" form="short"/>
77+
</group>
78+
</if>
79+
<else>
80+
<text variable="edition"/>
81+
</else>
82+
</choose>
83+
</macro>
84+
<citation>
85+
<sort>
86+
<key variable="citation-number"/>
87+
</sort>
88+
<layout prefix="[" suffix="]" delimiter=",">
89+
<group delimiter=":">
90+
<text variable="citation-number"/>
91+
<text variable="locator"/>
92+
</group>
93+
</layout>
94+
</citation>
95+
<bibliography et-al-min="6" et-al-use-first="3" second-field-align="flush" entry-spacing="0">
96+
<layout suffix=".">
97+
<text variable="citation-number"/>
98+
<text macro="author" suffix=". "/>
99+
<text macro="title" suffix=". "/>
100+
<choose>
101+
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
102+
<text macro="edition" suffix=" "/>
103+
<text macro="book-publisher" suffix="."/>
104+
</if>
105+
<else-if type="paper-conference">
106+
<group suffix="." delimiter=", ">
107+
<text macro="conference"/>
108+
<text variable="page"/>
109+
</group>
110+
</else-if>
111+
<else-if type="chapter paper-conference" match="any">
112+
<text term="in" text-case="capitalize-first" suffix=": "/>
113+
<text macro="editor" suffix=" "/>
114+
<text variable="container-title" suffix=". "/>
115+
<text macro="edition" suffix=" "/>
116+
<group suffix=".">
117+
<text macro="book-publisher"/>
118+
<text variable="page" prefix=": "/>
119+
</group>
120+
</else-if>
121+
<else-if type="article-journal">
122+
<group suffix=".">
123+
<text macro="journal"/>
124+
<text variable="page" prefix=": "/>
125+
</group>
126+
</else-if>
127+
<else>
128+
<group suffix="." delimiter=" ">
129+
<group delimiter=" ">
130+
<text variable="container-title"/>
131+
<text variable="volume"/>
132+
</group>
133+
<text macro="year"/>
134+
<text variable="page"/>
135+
</group>
136+
<text variable="URL" prefix=" "/>
137+
</else>
138+
</choose>
139+
</layout>
140+
</bibliography>
141+
</style>

0 commit comments

Comments
 (0)