Skip to content

Commit 1eb531d

Browse files
authored
Update journal-of-international-business-studies.csl (JabRef#4819)
1 parent 9caf926 commit 1eb531d

File tree

1 file changed

+47
-29
lines changed

1 file changed

+47
-29
lines changed

journal-of-international-business-studies.csl

+47-29
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,20 @@
66
<id>http://www.zotero.org/styles/journal-of-international-business-studies</id>
77
<link href="http://www.zotero.org/styles/journal-of-international-business-studies" rel="self"/>
88
<link href="http://www.zotero.org/styles/academy-of-management-review" rel="template"/>
9-
<link href="http://www.palgrave-journals.com/jibs/style_guide.html#references" rel="documentation"/>
9+
<link href="https://www.palgrave.com/gp/journal/41267/authors/presentation-formatting" rel="documentation"/>
1010
<author>
1111
<name>Philipp Zumstein</name>
1212
<uri>https://github.com/zuphilip</uri>
1313
</author>
14+
<contributor>
15+
<name>Patrick O'Brien</name>
16+
</contributor>
1417
<category citation-format="author-date"/>
1518
<category field="social_science"/>
1619
<issn>0047-2506</issn>
1720
<eissn>1478-6990</eissn>
1821
<summary>Basically the only difference with Academy of Management Review is that the titles of books and journals should not be bold, only italicized.</summary>
19-
<updated>2015-01-14T20:11:11+00:00</updated>
22+
<updated>2020-05-21T08:58:02+00:00</updated>
2023
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
2124
</info>
2225
<macro name="container-contributors">
@@ -70,16 +73,35 @@
7073
</macro>
7174
<macro name="access">
7275
<choose>
73-
<if variable="URL">
74-
<text variable="URL"/>
75-
<group prefix=", ">
76-
<date variable="accessed">
77-
<date-part name="month" suffix=" "/>
78-
<date-part name="day" suffix=", "/>
79-
<date-part name="year"/>
80-
</date>
81-
</group>
76+
<if type="article-journal" match="any">
77+
<choose>
78+
<if match="none" variable="volume page">
79+
<group delimiter=". " prefix=", ">
80+
<group delimiter=" ">
81+
<text value="advance online publication"/>
82+
<date variable="issued">
83+
<date-part name="day" suffix=" "/>
84+
<date-part name="month"/>
85+
</date>
86+
</group>
87+
<text variable="DOI" prefix="doi:"/>
88+
</group>
89+
</if>
90+
</choose>
8291
</if>
92+
<else>
93+
<group delimiter=". " prefix=". ">
94+
<text variable="URL"/>
95+
<group delimiter=" ">
96+
<text term="accessed" text-case="capitalize-first"/>
97+
<date variable="accessed">
98+
<date-part name="day" suffix=" "/>
99+
<date-part name="month" suffix=" "/>
100+
<date-part name="year"/>
101+
</date>
102+
</group>
103+
</group>
104+
</else>
83105
</choose>
84106
</macro>
85107
<macro name="title">
@@ -92,7 +114,7 @@
92114
</group>
93115
</if>
94116
<else-if type="bill book graphic legal_case legislation motion_picture report song" match="any">
95-
<text variable="title" font-style="italic" font-weight="normal"/>
117+
<text variable="title" text-case="title" font-style="italic" font-weight="normal"/>
96118
</else-if>
97119
<else>
98120
<text variable="title"/>
@@ -107,7 +129,7 @@
107129
<text variable="publisher"/>
108130
</group>
109131
</if>
110-
<else-if type="article-journal article-magazine" match="none">
132+
<else-if type="article-journal article-magazine article-newspaper" match="none">
111133
<text variable="genre" suffix=", "/>
112134
<group delimiter=": ">
113135
<text variable="publisher-place"/>
@@ -127,19 +149,9 @@
127149
<macro name="issued">
128150
<choose>
129151
<if variable="issued">
130-
<group prefix=" " suffix=".">
131-
<date variable="issued">
132-
<date-part name="year"/>
133-
</date>
134-
<choose>
135-
<if type="article-journal bill book chapter graphic legal_case legislation motion_picture paper-conference report song" match="none">
136-
<date variable="issued">
137-
<date-part prefix=", " name="month"/>
138-
<date-part prefix=" " name="day"/>
139-
</date>
140-
</if>
141-
</choose>
142-
</group>
152+
<date variable="issued">
153+
<date-part name="year"/>
154+
</date>
143155
</if>
144156
<else>
145157
<text prefix=" " term="no date" suffix="." form="short"/>
@@ -173,7 +185,7 @@
173185
</macro>
174186
<macro name="locators">
175187
<choose>
176-
<if type="article-journal article-magazine article-newspaper" match="any">
188+
<if type="article-journal article-magazine" match="any">
177189
<group prefix=", " delimiter=": ">
178190
<group>
179191
<text variable="volume"/>
@@ -188,6 +200,12 @@
188200
</group>
189201
<text variable="page" prefix=": "/>
190202
</else-if>
203+
<else-if type="article-newspaper" match="any">
204+
<date variable="issued">
205+
<date-part prefix=", " name="month"/>
206+
<date-part prefix=" " name="day"/>
207+
</date>
208+
</else-if>
191209
</choose>
192210
</macro>
193211
<macro name="citation-locator">
@@ -226,10 +244,10 @@
226244
</group>
227245
</group>
228246
<text macro="locators"/>
229-
<group delimiter=", " prefix=". ">
247+
<group delimiter=", ">
230248
<text macro="event"/>
231249
<text macro="access"/>
232-
<text macro="publisher"/>
250+
<text macro="publisher" prefix=". "/>
233251
</group>
234252
</group>
235253
</layout>

0 commit comments

Comments
 (0)