Skip to content

Commit 7069ddc

Browse files
authored
Create the-open-university-harvard-s390-modules.csl (JabRef#4711)
1 parent a789973 commit 7069ddc

File tree

1 file changed

+264
-0
lines changed

1 file changed

+264
-0
lines changed

the-open-university-s390.csl

+264
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,264 @@
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-GB">
3+
<info>
4+
<title>The Open University - S390</title>
5+
<id>http://www.zotero.org/styles/the-open-university-s390</id>
6+
<link href="http://www.zotero.org/styles/the-open-university-s390" rel="self"/>
7+
<link href="http://www.zotero.org/styles/the-open-university-harvard" rel="template"/>
8+
<link href="http://www.open.ac.uk/libraryservices/documents/Harvard_citation_hlp.pdf" rel="documentation"/>
9+
<link href="https://github.com/citation-style-language/styles/pull/4711#discussion_r411547690" rel="documentation"/>
10+
<author>
11+
<name>Neal Lyon</name>
12+
<email>[email protected]/</email>
13+
</author>
14+
<category citation-format="author-date"/>
15+
<category field="generic-base"/>
16+
<summary>The Open University Harvard author-date style-this version includes et al font style in italics and bibliography limited to 10 (ten) authors-for use with S390 modules</summary>
17+
<updated>2020-03-26T21:53:41+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="editor">
21+
<names variable="editor" delimiter=", ">
22+
<name and="text" initialize-with=". " delimiter=", " sort-separator=", " name-as-sort-order="all"/>
23+
<label form="short" prefix=" (" suffix=")" strip-periods="true"/>
24+
</names>
25+
</macro>
26+
<macro name="anon">
27+
<text term="anonymous" form="short" text-case="capitalize-first" strip-periods="true"/>
28+
</macro>
29+
<macro name="author">
30+
<names variable="author">
31+
<name name-as-sort-order="all" and="text" sort-separator=", " delimiter=", " delimiter-precedes-last="never" form="long" initialize-with=". "/>
32+
<et-al font-style="italic"/>
33+
<label form="short" prefix=" (" suffix=")"/>
34+
<substitute>
35+
<choose>
36+
<if type="webpage">
37+
<text variable="container-title"/>
38+
<text variable="URL"/>
39+
</if>
40+
<else>
41+
<names variable="editor"/>
42+
<text macro="anon"/>
43+
</else>
44+
</choose>
45+
</substitute>
46+
</names>
47+
</macro>
48+
<macro name="author-short">
49+
<names variable="author">
50+
<name form="short" and="text" delimiter=", " delimiter-precedes-last="never" initialize-with=". "/>
51+
<et-al font-style="italic"/>
52+
<substitute>
53+
<choose>
54+
<if type="webpage">
55+
<text variable="container-title"/>
56+
<text variable="URL"/>
57+
</if>
58+
<else>
59+
<names variable="editor"/>
60+
<names variable="translator"/>
61+
<text macro="anon"/>
62+
</else>
63+
</choose>
64+
</substitute>
65+
</names>
66+
</macro>
67+
<macro name="translator">
68+
<names variable="translator">
69+
<label form="short" plural="always" suffix=" "/>
70+
<name and="symbol" delimiter=", " delimiter-precedes-last="never" initialize-with=". "/>
71+
</names>
72+
</macro>
73+
<macro name="director">
74+
<names variable="author" prefix="Directed by "/>
75+
</macro>
76+
<macro name="access">
77+
<group delimiter=" ">
78+
<text term="online" prefix="[" suffix="]." text-case="capitalize-first"/>
79+
<choose>
80+
<if variable="DOI">
81+
<text variable="DOI" prefix="DOI: "/>
82+
</if>
83+
<else>
84+
<group delimiter=" ">
85+
<text term="available at" text-case="capitalize-first"/>
86+
<text variable="URL"/>
87+
</group>
88+
</else>
89+
</choose>
90+
<group prefix="(" delimiter=" " suffix=").">
91+
<text term="accessed" text-case="capitalize-first"/>
92+
<date variable="accessed">
93+
<date-part name="day" suffix=" "/>
94+
<date-part name="month" suffix=" "/>
95+
<date-part name="year"/>
96+
</date>
97+
</group>
98+
</group>
99+
</macro>
100+
<macro name="title">
101+
<choose>
102+
<if type="bill book graphic legal_case legislation motion_picture report song webpage" match="any">
103+
<text variable="title" font-style="italic"/>
104+
</if>
105+
<else>
106+
<text variable="title" quotes="true"/>
107+
</else>
108+
</choose>
109+
</macro>
110+
<macro name="publisher">
111+
<group delimiter=", ">
112+
<text variable="publisher-place"/>
113+
<text variable="publisher"/>
114+
</group>
115+
</macro>
116+
<macro name="year-date">
117+
<choose>
118+
<if variable="issued">
119+
<date variable="issued">
120+
<date-part name="year"/>
121+
</date>
122+
</if>
123+
<else>
124+
<text term="no date" form="short"/>
125+
</else>
126+
</choose>
127+
</macro>
128+
<macro name="locators">
129+
<group delimiter=", ">
130+
<group delimiter=" ">
131+
<text term="volume" form="short"/>
132+
<number variable="volume" form="numeric"/>
133+
</group>
134+
<group delimiter=" ">
135+
<text term="issue" form="short"/>
136+
<number variable="issue" form="numeric"/>
137+
</group>
138+
</group>
139+
</macro>
140+
<macro name="published-date">
141+
<choose>
142+
<if type="article-newspaper">
143+
<date variable="issued">
144+
<date-part name="day" form="ordinal" suffix=" "/>
145+
<date-part name="month" form="long"/>
146+
</date>
147+
</if>
148+
</choose>
149+
</macro>
150+
<macro name="pages">
151+
<choose>
152+
<if type="chapter paper-conference article-journal" match="any">
153+
<label variable="page" form="short" suffix=" "/>
154+
<text variable="page"/>
155+
</if>
156+
</choose>
157+
</macro>
158+
<macro name="edition">
159+
<choose>
160+
<if is-numeric="edition">
161+
<group delimiter=" ">
162+
<number variable="edition" form="ordinal"/>
163+
<text term="edition" form="short"/>
164+
</group>
165+
</if>
166+
<else>
167+
<text variable="edition" suffix="."/>
168+
</else>
169+
</choose>
170+
</macro>
171+
<macro name="container-prefix">
172+
<choose>
173+
<if type="chapter">
174+
<text term="in"/>
175+
</if>
176+
</choose>
177+
</macro>
178+
<locale xml:lang="en">
179+
<terms>
180+
<term name="edition" form="short">edn</term>
181+
</terms>
182+
</locale>
183+
<citation et-al-min="3" et-al-use-first="1" disambiguate-add-year-suffix="true" disambiguate-add-names="true" disambiguate-add-givenname="true" collapse="year">
184+
<sort>
185+
<key macro="year-date" sort="descending"/>
186+
<key macro="author-short"/>
187+
</sort>
188+
<layout prefix="(" suffix=")" delimiter="; ">
189+
<choose>
190+
<if type="motion_picture">
191+
<group delimiter=", ">
192+
<text macro="title"/>
193+
<text macro="year-date"/>
194+
</group>
195+
</if>
196+
<else>
197+
<group delimiter=", ">
198+
<group delimiter=", ">
199+
<text macro="author-short"/>
200+
<text macro="year-date"/>
201+
</group>
202+
<group>
203+
<label variable="locator" form="short" suffix=" "/>
204+
<text variable="locator"/>
205+
</group>
206+
</group>
207+
</else>
208+
</choose>
209+
</layout>
210+
</citation>
211+
<bibliography et-al-min="11" et-al-use-first="10">
212+
<sort>
213+
<key macro="author"/>
214+
<key macro="year-date"/>
215+
<key variable="citation-number"/>
216+
<key variable="title"/>
217+
</sort>
218+
<layout suffix=".">
219+
<choose>
220+
<if type="motion_picture">
221+
<group delimiter=" ">
222+
<group delimiter=" " suffix=" [Film].">
223+
<text macro="title"/>
224+
<text macro="year-date" prefix="(" suffix=")"/>
225+
<text macro="director"/>
226+
</group>
227+
<text macro="publisher"/>
228+
</group>
229+
</if>
230+
<else-if type="webpage">
231+
<group delimiter=" ">
232+
<text macro="author"/>
233+
<text macro="year-date" prefix="(" suffix=")"/>
234+
<text macro="title"/>
235+
<text macro="access"/>
236+
</group>
237+
</else-if>
238+
<else>
239+
<group delimiter=" ">
240+
<text macro="author"/>
241+
<text macro="year-date" prefix="(" suffix=")"/>
242+
<group delimiter=" " suffix=",">
243+
<text macro="title"/>
244+
<text macro="translator" prefix="(" suffix=")"/>
245+
</group>
246+
<text macro="container-prefix"/>
247+
<group delimiter=", ">
248+
<text macro="editor"/>
249+
<text variable="container-title" font-style="italic"/>
250+
<text variable="collection-title"/>
251+
<text variable="genre"/>
252+
<text macro="edition"/>
253+
<text macro="publisher"/>
254+
<text macro="locators"/>
255+
<text macro="published-date"/>
256+
<text macro="pages"/>
257+
</group>
258+
<text macro="access"/>
259+
</group>
260+
</else>
261+
</choose>
262+
</layout>
263+
</bibliography>
264+
</style>

0 commit comments

Comments
 (0)