Skip to content

Commit bc18ac9

Browse files
Create journal-for-the-study-of-the-new-testament.csl (#5312)
1 parent aff602c commit bc18ac9

File tree

1 file changed

+310
-0
lines changed

1 file changed

+310
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,310 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" initialize="false" page-range-format="chicago" demote-non-dropping-particle="never" default-locale="en-GB">
3+
<info>
4+
<title>Journal for the Study of the New Testament</title>
5+
<id>http://www.zotero.org/styles/journal-for-the-study-of-the-new-testament</id>
6+
<link href="http://www.zotero.org/styles/journal-for-the-study-of-the-new-testament" rel="self"/>
7+
<link href="http://www.zotero.org/styles/sage-harvard" rel="template"/>
8+
<link href="https://journals.sagepub.com/author-instructions/JNT" rel="documentation"/>
9+
<author>
10+
<name>Carl Johan Berglund</name>
11+
</author>
12+
<category citation-format="author-date"/>
13+
<category field="theology"/>
14+
<issn>0142-064X</issn>
15+
<eissn>1745-5294</eissn>
16+
<summary>Journal for the Study of the New Testament (JSNT) author-date style</summary>
17+
<updated>2021-03-09T10:26:31+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+
<locale xml:lang="en-GB">
21+
<terms>
22+
<term name="editor" form="short">
23+
<single>ed.</single>
24+
<multiple>eds.</multiple>
25+
</term>
26+
</terms>
27+
</locale>
28+
<macro name="editor">
29+
<names variable="editor" delimiter=", " suffix=",">
30+
<name and="text" initialize="false" initialize-with="." sort-separator=" "/>
31+
<label form="short" prefix=" (" suffix=")"/>
32+
</names>
33+
</macro>
34+
<macro name="editor-translator">
35+
<names variable="editor translator" delimiter="; ">
36+
<label form="short" suffix=" "/>
37+
<name and="text" initialize-with="" delimiter=", "/>
38+
</names>
39+
</macro>
40+
<macro name="proceedings-editor">
41+
<names variable="editor" delimiter=", " prefix="(" suffix=")">
42+
<label form="short" suffix=" "/>
43+
<name and="text" initialize-with="" delimiter=", " sort-separator=" "/>
44+
</names>
45+
</macro>
46+
<macro name="author">
47+
<names variable="author">
48+
<name and="text" delimiter-precedes-last="after-inverted-name" initialize="false" initialize-with="." name-as-sort-order="first"/>
49+
<label form="short" prefix=" (" suffix=")"/>
50+
<substitute>
51+
<names variable="editor"/>
52+
<names variable="translator"/>
53+
<text variable="container-title" font-style="italic"/>
54+
<text macro="title"/>
55+
</substitute>
56+
</names>
57+
</macro>
58+
<macro name="author-count">
59+
<names variable="author">
60+
<name form="count"/>
61+
<substitute>
62+
<names variable="editor"/>
63+
</substitute>
64+
</names>
65+
</macro>
66+
<macro name="author-short">
67+
<names variable="author">
68+
<name form="short" and="text" delimiter=", " delimiter-precedes-last="never" initialize-with=""/>
69+
<substitute>
70+
<names variable="editor"/>
71+
<names variable="translator"/>
72+
<text variable="container-title" font-style="italic"/>
73+
<text macro="title"/>
74+
</substitute>
75+
</names>
76+
</macro>
77+
<macro name="access">
78+
<choose>
79+
<if variable="URL">
80+
<text value="Available at: "/>
81+
<text variable="URL"/>
82+
<group prefix=" (" delimiter=" " suffix=")">
83+
<text term="accessed"/>
84+
<date variable="accessed">
85+
<date-part name="day" suffix=" "/>
86+
<date-part name="month" suffix=" "/>
87+
<date-part name="year"/>
88+
</date>
89+
</group>
90+
</if>
91+
</choose>
92+
</macro>
93+
<macro name="title">
94+
<choose>
95+
<if type="book">
96+
<group delimiter=" ">
97+
<text variable="title" font-style="italic" text-case="title"/>
98+
<text macro="editor-translator" prefix="(" suffix=")"/>
99+
</group>
100+
</if>
101+
<else-if type="bill graphic legal_case motion_picture report song thesis" match="any">
102+
<text variable="title" font-style="italic" suffix=" "/>
103+
</else-if>
104+
<else>
105+
<text variable="title" quotes="true" suffix=", "/>
106+
</else>
107+
</choose>
108+
</macro>
109+
<macro name="publisher">
110+
<choose>
111+
<if type="thesis" match="any">
112+
<group delimiter=", ">
113+
<text variable="publisher"/>
114+
<text variable="publisher-place"/>
115+
</group>
116+
</if>
117+
<else-if type="paper-conference" match="any">
118+
<text variable="publisher"/>
119+
</else-if>
120+
<else>
121+
<group delimiter=": ">
122+
<text variable="publisher-place"/>
123+
<text variable="publisher"/>
124+
</group>
125+
</else>
126+
</choose>
127+
</macro>
128+
<macro name="year-date">
129+
<choose>
130+
<if variable="issued">
131+
<date variable="issued">
132+
<date-part name="year"/>
133+
</date>
134+
</if>
135+
<else>
136+
<text term="no date" form="short"/>
137+
</else>
138+
</choose>
139+
</macro>
140+
<macro name="date-sort">
141+
<choose>
142+
<if variable="issued">
143+
<date variable="issued" date-parts="year-month-day" form="numeric"/>
144+
</if>
145+
<else>
146+
<text term="no date" form="short"/>
147+
</else>
148+
</choose>
149+
</macro>
150+
<macro name="locator">
151+
<choose>
152+
<if type="article-journal">
153+
<text variable="volume"/>
154+
<text variable="issue" prefix="."/>
155+
</if>
156+
</choose>
157+
</macro>
158+
<macro name="published-date">
159+
<choose>
160+
<if type="report" match="any">
161+
<date variable="issued">
162+
<date-part name="day" suffix=" "/>
163+
<date-part name="month" form="long"/>
164+
</date>
165+
</if>
166+
</choose>
167+
</macro>
168+
<macro name="genre">
169+
<choose>
170+
<if type="webpage post-weblog" match="none">
171+
<text variable="genre"/>
172+
</if>
173+
</choose>
174+
</macro>
175+
<macro name="pages">
176+
<choose>
177+
<if type="chapter" match="any">
178+
<text variable="page" prefix=": "/>
179+
</if>
180+
<else-if type="article-journal">
181+
<text variable="page" prefix=": "/>
182+
</else-if>
183+
</choose>
184+
</macro>
185+
<macro name="edition">
186+
<choose>
187+
<if is-numeric="edition">
188+
<group delimiter=" ">
189+
<number variable="edition" form="ordinal"/>
190+
<text term="edition" form="short"/>
191+
</group>
192+
</if>
193+
<else>
194+
<text variable="edition" suffix="."/>
195+
</else>
196+
</choose>
197+
</macro>
198+
<macro name="container-details">
199+
<choose>
200+
<if type="chapter post-weblog post" match="any">
201+
<group delimiter=" " prefix="in ">
202+
<text macro="editor"/>
203+
<choose>
204+
<if type="chapter">
205+
<text variable="container-title" font-style="italic" text-case="title"/>
206+
</if>
207+
<else>
208+
<text variable="container-title" font-style="italic"/>
209+
</else>
210+
</choose>
211+
</group>
212+
</if>
213+
<else-if type="paper-conference" match="any">
214+
<group delimiter=", " prefix="In: ">
215+
<group delimiter=" ">
216+
<choose>
217+
<if variable="container-title">
218+
<text variable="container-title" font-style="italic"/>
219+
</if>
220+
<else>
221+
<text variable="event" font-style="italic"/>
222+
</else>
223+
</choose>
224+
<text macro="proceedings-editor"/>
225+
</group>
226+
<text variable="publisher-place"/>
227+
<date variable="issued">
228+
<date-part name="day" suffix=" "/>
229+
<date-part name="month" form="long" suffix=" "/>
230+
<date-part name="year"/>
231+
</date>
232+
<group delimiter=" ">
233+
<label variable="page" form="short"/>
234+
<text variable="page"/>
235+
</group>
236+
</group>
237+
</else-if>
238+
<else-if type="webpage book" match="none">
239+
<group delimiter=", ">
240+
<group delimiter=" ">
241+
<text variable="container-title" form="short" font-style="italic"/>
242+
<text macro="editor"/>
243+
</group>
244+
<choose>
245+
<if type="article-newspaper article-magazine" match="any">
246+
<date variable="issued">
247+
<date-part name="day" suffix=" "/>
248+
<date-part name="month" form="long"/>
249+
</date>
250+
</if>
251+
</choose>
252+
</group>
253+
</else-if>
254+
</choose>
255+
</macro>
256+
<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">
257+
<sort>
258+
<key macro="author-short"/>
259+
<key macro="date-sort"/>
260+
<key variable="title"/>
261+
</sort>
262+
<layout prefix="(" suffix=")" delimiter="; ">
263+
<group delimiter=": ">
264+
<group delimiter=" ">
265+
<text macro="author-short"/>
266+
<text macro="year-date"/>
267+
</group>
268+
<text variable="locator"/>
269+
</group>
270+
</layout>
271+
</citation>
272+
<bibliography et-al-min="4" et-al-use-first="3" subsequent-author-substitute="" subsequent-author-substitute-rule="complete-all" entry-spacing="1">
273+
<sort>
274+
<key macro="author" names-min="1" names-use-first="1"/>
275+
<key macro="author-count" names-min="3" names-use-first="3"/>
276+
<key macro="author" names-min="3" names-use-first="1"/>
277+
<key macro="date-sort"/>
278+
<key variable="title"/>
279+
</sort>
280+
<layout suffix=".">
281+
<group delimiter=" " display="block">
282+
<text macro="author"/>
283+
</group>
284+
<group delimiter=" " display="left-margin">
285+
<text macro="year-date"/>
286+
</group>
287+
<group display="right-inline">
288+
<text macro="title"/>
289+
<group delimiter=" ">
290+
<group delimiter=" ">
291+
<text macro="container-details"/>
292+
<text macro="locator"/>
293+
</group>
294+
<group delimiter="; " prefix=" (" suffix=")">
295+
<group delimiter=", ">
296+
<text variable="collection-title"/>
297+
<text variable="collection-number"/>
298+
</group>
299+
<text macro="genre"/>
300+
<text macro="published-date"/>
301+
<text macro="edition"/>
302+
<text macro="publisher"/>
303+
</group>
304+
</group>
305+
<text macro="pages"/>
306+
<text macro="access" prefix=". "/>
307+
</group>
308+
</layout>
309+
</bibliography>
310+
</style>

0 commit comments

Comments
 (0)