Skip to content

Commit ddeda4f

Browse files
Create journal-of-economic-impact.csl (#5707)
1 parent 40c2696 commit ddeda4f

File tree

1 file changed

+218
-0
lines changed

1 file changed

+218
-0
lines changed

journal-of-economic-impact.csl

+218
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,218 @@
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="never" default-locale="en-US">
3+
<info>
4+
<title>Journal of Economic Impact</title>
5+
<id>http://www.zotero.org/styles/journal-of-economic-impact</id>
6+
<link href="http://www.zotero.org/styles/journal-of-economic-impact" rel="self"/>
7+
<link href="http://www.zotero.org/styles/elsevier-harvard" rel="template"/>
8+
<link href="http://scienceimpactpub.com/journals/index.php/jei/about/submissions#authorGuidelines/" rel="documentation"/>
9+
<author>
10+
<name>Iqbal Javed</name>
11+
<email>iqbaljaved_uaf@hotmail.com</email>
12+
</author>
13+
<category citation-format="author-date"/>
14+
<category field="social_science"/>
15+
<issn>2664-9756</issn>
16+
<eissn>2664-9764</eissn>
17+
<updated>2021-11-07T19:38:59+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="container">
21+
<choose>
22+
<if type="chapter paper-conference" match="any">
23+
<text term="in" prefix=", " suffix=": "/>
24+
<names variable="editor translator" delimiter=", " suffix=", ">
25+
<name name-as-sort-order="all" sort-separator=", " initialize-with="." delimiter=", " delimiter-precedes-last="always"/>
26+
<label form="short" text-case="capitalize-first" prefix=" (" suffix=")"/>
27+
</names>
28+
<group delimiter=", ">
29+
<text variable="container-title" text-case="title"/>
30+
<text variable="collection-title" text-case="title"/>
31+
</group>
32+
</if>
33+
<else-if type="bill book graphic legal_case legislation motion_picture report song" match="any">
34+
<group prefix=", " delimiter=", ">
35+
<text variable="container-title"/>
36+
<text variable="collection-title"/>
37+
</group>
38+
</else-if>
39+
<else>
40+
<group prefix=". " delimiter=", ">
41+
<text variable="container-title" form="short"/>
42+
<text variable="collection-title"/>
43+
</group>
44+
</else>
45+
</choose>
46+
</macro>
47+
<macro name="author">
48+
<names variable="author">
49+
<name name-as-sort-order="all" sort-separator=", " initialize-with="." delimiter=", " delimiter-precedes-last="always"/>
50+
<label form="short" prefix=" (" suffix=")" text-case="capitalize-first"/>
51+
<substitute>
52+
<names variable="editor"/>
53+
<names variable="translator"/>
54+
<text macro="title"/>
55+
</substitute>
56+
</names>
57+
</macro>
58+
<macro name="author-short">
59+
<names variable="author">
60+
<name form="short" and="text" delimiter=", " initialize-with=". "/>
61+
<substitute>
62+
<names variable="editor"/>
63+
<names variable="translator"/>
64+
<choose>
65+
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
66+
<text variable="title" form="short" font-style="italic"/>
67+
</if>
68+
<else>
69+
<text variable="title" form="short" quotes="true"/>
70+
</else>
71+
</choose>
72+
</substitute>
73+
</names>
74+
</macro>
75+
<macro name="access">
76+
<choose>
77+
<if variable="DOI">
78+
<text variable="DOI" prefix="https://doi.org/"/>
79+
</if>
80+
<else-if type="webpage post-weblog" match="any">
81+
<group delimiter=" ">
82+
<text value="URL"/>
83+
<text variable="URL"/>
84+
<group prefix="(" suffix=").">
85+
<text term="accessed" suffix=" "/>
86+
<date variable="accessed">
87+
<date-part name="month" form="numeric" suffix="."/>
88+
<date-part name="day" suffix="."/>
89+
<date-part name="year" form="short"/>
90+
</date>
91+
</group>
92+
</group>
93+
</else-if>
94+
</choose>
95+
</macro>
96+
<macro name="title">
97+
<choose>
98+
<if type="report thesis" match="any">
99+
<text variable="title"/>
100+
<group prefix=" (" suffix=")" delimiter=" ">
101+
<text variable="genre"/>
102+
<text variable="number" prefix="No. "/>
103+
</group>
104+
</if>
105+
<else-if type="bill book graphic legal_case legislation motion_picture report song speech" match="any">
106+
<text variable="title"/>
107+
<text macro="edition" prefix=", "/>
108+
</else-if>
109+
<else>
110+
<text variable="title"/>
111+
</else>
112+
</choose>
113+
</macro>
114+
<macro name="publisher">
115+
<group delimiter=", ">
116+
<text variable="publisher"/>
117+
<text variable="publisher-place"/>
118+
</group>
119+
</macro>
120+
<macro name="event">
121+
<choose>
122+
<if variable="event">
123+
<text term="presented at" text-case="capitalize-first" suffix=" "/>
124+
<text variable="event"/>
125+
</if>
126+
</choose>
127+
</macro>
128+
<macro name="issued">
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="edition">
141+
<group delimiter=" ">
142+
<choose>
143+
<if is-numeric="edition">
144+
<number variable="edition" form="ordinal"/>
145+
</if>
146+
<else>
147+
<text variable="edition" suffix="."/>
148+
</else>
149+
</choose>
150+
<text value="ed"/>
151+
</group>
152+
</macro>
153+
<macro name="locators">
154+
<choose>
155+
<if type="article-journal article-magazine article-newspaper" match="any">
156+
<group prefix=" " delimiter=", ">
157+
<group>
158+
<text variable="volume"/>
159+
</group>
160+
<text variable="page"/>
161+
</group>
162+
</if>
163+
<else-if type="bill book graphic legal_case legislation motion_picture report song thesis" match="any">
164+
<group delimiter=", " prefix=". ">
165+
<text macro="event"/>
166+
<text macro="publisher"/>
167+
</group>
168+
</else-if>
169+
<else-if type="chapter paper-conference" match="any">
170+
<group delimiter=", " prefix=". ">
171+
<text macro="event"/>
172+
<text macro="publisher"/>
173+
<group>
174+
<label variable="page" form="short" suffix=" "/>
175+
<text variable="page"/>
176+
</group>
177+
</group>
178+
</else-if>
179+
<else-if type="patent">
180+
<text variable="number" prefix=". "/>
181+
</else-if>
182+
</choose>
183+
</macro>
184+
<citation et-al-min="3" et-al-use-first="1" disambiguate-add-givenname="true" disambiguate-add-year-suffix="true" collapse="year" cite-group-delimiter=", ">
185+
<sort>
186+
<key macro="author"/>
187+
<key macro="issued" sort="descending"/>
188+
</sort>
189+
<layout prefix="(" suffix=")" delimiter="; ">
190+
<group delimiter=", ">
191+
<text macro="author-short"/>
192+
<text macro="issued"/>
193+
<group delimiter=" ">
194+
<label variable="locator" form="short"/>
195+
<text variable="locator"/>
196+
</group>
197+
</group>
198+
</layout>
199+
</citation>
200+
<bibliography hanging-indent="true" entry-spacing="0" line-spacing="1">
201+
<sort>
202+
<key macro="author"/>
203+
<key macro="issued" sort="descending"/>
204+
</sort>
205+
<layout>
206+
<group suffix=".">
207+
<text macro="author" suffix=","/>
208+
<text macro="issued" prefix=" "/>
209+
<group>
210+
<text macro="title" prefix=". "/>
211+
<text macro="container"/>
212+
<text macro="locators"/>
213+
</group>
214+
</group>
215+
<text macro="access" prefix=". "/>
216+
</layout>
217+
</bibliography>
218+
</style>

0 commit comments

Comments
 (0)