Skip to content

Commit 91fefee

Browse files
POBrien333rmzelle
authored andcommitted
Create materials-express.csl (JabRef#4445)
1 parent ea5d50b commit 91fefee

File tree

1 file changed

+181
-0
lines changed

1 file changed

+181
-0
lines changed

Diff for: materials-express.csl

+181
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,181 @@
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>Materials Express</title>
5+
<id>http://www.zotero.org/styles/materials-express</id>
6+
<link href="http://www.zotero.org/styles/materials-express" rel="self"/>
7+
<link href="http://www.zotero.org/styles/journal-of-materials-research" rel="template"/>
8+
<link href="http://www.aspbs.com/mex/inst-auth_mex.htm" rel="documentation"/>
9+
<author>
10+
<name>Patrick O'Brien</name>
11+
</author>
12+
<category citation-format="numeric"/>
13+
<category field="physics"/>
14+
<issn>2158-5849</issn>
15+
<eissn>2158-5857</eissn>
16+
<updated>2019-12-16T09:54:44+00:00</updated>
17+
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
18+
</info>
19+
<macro name="author">
20+
<names variable="author">
21+
<name delimiter=", " initialize-with=". " and="text"/>
22+
<label prefix=", "/>
23+
<substitute>
24+
<names variable="editor"/>
25+
<names variable="translator"/>
26+
</substitute>
27+
</names>
28+
</macro>
29+
<macro name="editor">
30+
<names variable="editor">
31+
<label form="verb" suffix=" "/>
32+
<name delimiter=", " initialize-with=". " and="text"/>
33+
</names>
34+
</macro>
35+
<macro name="year-date">
36+
<choose>
37+
<if variable="issued">
38+
<date variable="issued">
39+
<date-part name="year"/>
40+
</date>
41+
</if>
42+
<else>
43+
<text term="no date" form="short"/>
44+
</else>
45+
</choose>
46+
</macro>
47+
<macro name="day-date">
48+
<choose>
49+
<if variable="issued">
50+
<date variable="issued">
51+
<date-part name="day" suffix=" "/>
52+
<date-part name="month" form="long" suffix=" "/>
53+
<date-part name="year"/>
54+
</date>
55+
</if>
56+
<else>
57+
<text term="no date" form="short"/>
58+
</else>
59+
</choose>
60+
</macro>
61+
<macro name="publisher">
62+
<text variable="publisher"/>
63+
</macro>
64+
<macro name="edition">
65+
<choose>
66+
<if is-numeric="edition">
67+
<group delimiter=" ">
68+
<number variable="edition" form="ordinal"/>
69+
<text term="edition" form="short"/>
70+
</group>
71+
</if>
72+
<else>
73+
<text variable="edition"/>
74+
</else>
75+
</choose>
76+
</macro>
77+
<macro name="title">
78+
<choose>
79+
<if type="bill book graphic legal_case legislation motion_picture song" match="any">
80+
<text variable="title" font-style="italic"/>
81+
</if>
82+
<else>
83+
<text variable="title"/>
84+
</else>
85+
</choose>
86+
</macro>
87+
<macro name="pages">
88+
<group delimiter=" ">
89+
<label variable="page" form="short"/>
90+
<text variable="page"/>
91+
</group>
92+
</macro>
93+
<citation collapse="citation-number">
94+
<sort>
95+
<key variable="citation-number"/>
96+
</sort>
97+
<layout vertical-align="baseline" delimiter="," prefix="[" suffix="]">
98+
<text variable="citation-number"/>
99+
</layout>
100+
</citation>
101+
<bibliography delimiter-precedes-last="never" second-field-align="flush" entry-spacing="0">
102+
<layout suffix=".">
103+
<text variable="citation-number" font-weight="bold" suffix="."/>
104+
<group delimiter=", ">
105+
<text macro="author"/>
106+
<text macro="year-date" font-weight="bold" suffix=". "/>
107+
</group>
108+
<choose>
109+
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
110+
<group delimiter=". ">
111+
<group delimiter=", ">
112+
<text macro="title" text-case="title"/>
113+
<text macro="edition"/>
114+
</group>
115+
<group delimiter=", ">
116+
<text macro="publisher"/>
117+
<group delimiter=" ">
118+
<label variable="page" form="short"/>
119+
<text variable="page"/>
120+
</group>
121+
</group>
122+
</group>
123+
</if>
124+
<else-if type="chapter paper-conference" match="any">
125+
<group delimiter=", ">
126+
<group delimiter=" ">
127+
<text term="in"/>
128+
<group delimiter=", ">
129+
<text variable="container-title" form="short" text-case="title" font-style="italic"/>
130+
<text macro="editor"/>
131+
<text macro="edition"/>
132+
</group>
133+
</group>
134+
<group delimiter=", ">
135+
<text macro="publisher"/>
136+
<text macro="pages"/>
137+
</group>
138+
</group>
139+
</else-if>
140+
<else-if type="patent">
141+
<group delimiter=" ">
142+
<text variable="number"/>
143+
<text macro="day-date" prefix="(" suffix=")"/>
144+
</group>
145+
</else-if>
146+
<else-if type="thesis">
147+
<group delimiter=", ">
148+
<text variable="title" text-case="title"/>
149+
<text variable="genre"/>
150+
<text variable="publisher"/>
151+
</group>
152+
</else-if>
153+
<else-if type="article-journal review" match="any">
154+
<group delimiter=". ">
155+
<text macro="title"/>
156+
<group delimiter=", ">
157+
<text variable="container-title" font-style="italic"/>
158+
<group>
159+
<text variable="volume" font-style="italic" font-weight="normal"/>
160+
<text variable="issue" prefix="(" suffix=")"/>
161+
</group>
162+
<text macro="pages"/>
163+
</group>
164+
</group>
165+
</else-if>
166+
<else>
167+
<group delimiter=" ">
168+
<text variable="container-title" font-style="italic" form="short" text-case="title"/>
169+
<group delimiter=", ">
170+
<text variable="volume" font-weight="bold"/>
171+
<group delimiter=" ">
172+
<text variable="page-first" form="short"/>
173+
<text macro="year-date" prefix="(" suffix=")"/>
174+
</group>
175+
</group>
176+
</group>
177+
</else>
178+
</choose>
179+
</layout>
180+
</bibliography>
181+
</style>

0 commit comments

Comments
 (0)