Skip to content

Commit 5e7f731

Browse files
authored
1 parent 86443f3 commit 5e7f731

File tree

1 file changed

+219
-0
lines changed

1 file changed

+219
-0
lines changed

early-music-history.csl

Lines changed: 219 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,219 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<style xmlns="http://purl.org/net/xbiblio/csl" class="note" version="1.0" page-range-format="chicago" demote-non-dropping-particle="sort-only" default-locale="en-GB">
3+
<info>
4+
<title>Early Music History</title>
5+
<title-short>EMH</title-short>
6+
<id>http://www.zotero.org/styles/early-music-history</id>
7+
<link href="http://www.zotero.org/styles/early-music-history" rel="self"/>
8+
<link href="http://www.zotero.org/styles/cambridge-university-press-note" rel="template"/>
9+
<link href="https://www.cambridge.org/core/journals/early-music-history/information/instructions-contributors" rel="documentation"/>
10+
<author>
11+
<name>Patrick O'Brien</name>
12+
</author>
13+
<category citation-format="note"/>
14+
<category field="humanities"/>
15+
<issn>0261-1279</issn>
16+
<eissn>1474-0559</eissn>
17+
<updated>2021-10-25T13:43:56+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+
<names variable="author">
22+
<name and="text" initialize-with=". "/>
23+
<label form="short" strip-periods="false" prefix=" (" suffix=")"/>
24+
<substitute>
25+
<names variable="editor"/>
26+
<names variable="translator"/>
27+
<text macro="title"/>
28+
</substitute>
29+
</names>
30+
</macro>
31+
<macro name="author-short">
32+
<names variable="author">
33+
<name form="short" and="text" delimiter=", "/>
34+
<label form="short" prefix=", " strip-periods="true"/>
35+
<substitute>
36+
<names variable="editor"/>
37+
<names variable="translator"/>
38+
<text macro="title"/>
39+
</substitute>
40+
</names>
41+
</macro>
42+
<macro name="title">
43+
<choose>
44+
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
45+
<text variable="title" text-case="title" font-style="italic"/>
46+
</if>
47+
<else>
48+
<text variable="title" text-case="title" quotes="true"/>
49+
</else>
50+
</choose>
51+
</macro>
52+
<macro name="title-short">
53+
<choose>
54+
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
55+
<text variable="title" form="short" font-style="italic"/>
56+
</if>
57+
<else>
58+
<text variable="title" form="short" prefix="" suffix=""/>
59+
</else>
60+
</choose>
61+
</macro>
62+
<macro name="publisher">
63+
<choose>
64+
<if type="chapter paper-conference" match="any">
65+
<group delimiter=", " prefix="(" suffix=")">
66+
<group delimiter=": ">
67+
<text variable="publisher-place"/>
68+
</group>
69+
<text macro="date"/>
70+
</group>
71+
</if>
72+
<else-if type="book" match="any">
73+
<group delimiter=", " prefix="(" suffix=")">
74+
<text variable="publisher"/>
75+
<text macro="date"/>
76+
</group>
77+
</else-if>
78+
<else-if type="thesis" match="any">
79+
<text variable="publisher"/>
80+
</else-if>
81+
</choose>
82+
</macro>
83+
<macro name="date">
84+
<date variable="issued">
85+
<date-part name="year"/>
86+
</date>
87+
</macro>
88+
<macro name="volume">
89+
<group delimiter=" ">
90+
<label variable="volume" form="short"/>
91+
<number variable="volume" form="roman"/>
92+
</group>
93+
</macro>
94+
<macro name="pageno">
95+
<group delimiter=" ">
96+
<label variable="page" form="short"/>
97+
<text variable="page"/>
98+
</group>
99+
</macro>
100+
<macro name="pageref">
101+
<group delimiter=" ">
102+
<label variable="locator" form="short"/>
103+
<text variable="locator"/>
104+
</group>
105+
</macro>
106+
<macro name="volref">
107+
<group delimiter=" ">
108+
<group delimiter="/">
109+
<text variable="volume"/>
110+
<text variable="issue"/>
111+
</group>
112+
<text macro="date" prefix="(" suffix=")"/>
113+
</group>
114+
</macro>
115+
<macro name="container">
116+
<choose>
117+
<if type="chapter paper-conference" match="any">
118+
<group delimiter=", ">
119+
<group delimiter=" ">
120+
<text term="in"/>
121+
<text macro="editor"/>
122+
</group>
123+
<text variable="container-title" text-case="title" font-style="italic"/>
124+
</group>
125+
</if>
126+
<else>
127+
<text variable="container-title" font-style="italic"/>
128+
</else>
129+
</choose>
130+
</macro>
131+
<macro name="editor">
132+
<names variable="editor translator">
133+
<name initialize-with=". "/>
134+
<label form="short" prefix=" (" suffix=")"/>
135+
</names>
136+
</macro>
137+
<macro name="volumes">
138+
<group delimiter=" ">
139+
<number variable="number-of-volumes"/>
140+
<label variable="number-of-volumes" form="short"/>
141+
</group>
142+
</macro>
143+
<macro name="edition">
144+
<group delimiter=" ">
145+
<text variable="edition"/>
146+
<label variable="edition" form="short"/>
147+
</group>
148+
</macro>
149+
<citation>
150+
<layout suffix="." delimiter="; ">
151+
<choose>
152+
<if match="any" position="ibid ibid-with-locator">
153+
<group delimiter=", ">
154+
<text term="ibid"/>
155+
<text macro="pageref"/>
156+
</group>
157+
</if>
158+
<else-if position="subsequent">
159+
<group delimiter=", ">
160+
<text macro="author-short"/>
161+
<text macro="title-short"/>
162+
<text macro="pageref"/>
163+
</group>
164+
</else-if>
165+
<else>
166+
<group delimiter=", ">
167+
<text macro="author"/>
168+
<text macro="title"/>
169+
<group>
170+
<choose>
171+
<if type="article-journal" match="any">
172+
<group delimiter=", ">
173+
<text macro="container"/>
174+
<text macro="volref"/>
175+
<text macro="pageno"/>
176+
</group>
177+
</if>
178+
<else-if type="chapter paper-conference" match="any">
179+
<group delimiter=", " prefix=" ">
180+
<text macro="container"/>
181+
<text macro="publisher"/>
182+
<text macro="pageno"/>
183+
</group>
184+
</else-if>
185+
<else-if type="book" match="any">
186+
<group delimiter=" ">
187+
<group delimiter=", ">
188+
<text macro="volumes"/>
189+
<text macro="edition"/>
190+
</group>
191+
<group delimiter=", ">
192+
<text macro="publisher"/>
193+
<text macro="volume"/>
194+
</group>
195+
</group>
196+
</else-if>
197+
<else-if type="thesis" match="any">
198+
<group delimiter=", ">
199+
<text variable="container-title"/>
200+
<text variable="genre"/>
201+
<group delimiter=" ">
202+
<text macro="publisher"/>
203+
<date form="text" date-parts="year-month-day" variable="issued"/>
204+
</group>
205+
</group>
206+
</else-if>
207+
<else>
208+
<text macro="publisher"/>
209+
<text macro="date" prefix="(" suffix=")"/>
210+
</else>
211+
</choose>
212+
</group>
213+
<text macro="pageref"/>
214+
</group>
215+
</else>
216+
</choose>
217+
</layout>
218+
</citation>
219+
</style>

0 commit comments

Comments
 (0)