|
6 | 6 | <id>http://www.zotero.org/styles/journal-of-international-business-studies</id> |
7 | 7 | <link href="http://www.zotero.org/styles/journal-of-international-business-studies" rel="self"/> |
8 | 8 | <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"/> |
10 | 10 | <author> |
11 | 11 | <name>Philipp Zumstein</name> |
12 | 12 | <uri>https://github.com/zuphilip</uri> |
13 | 13 | </author> |
| 14 | + <contributor> |
| 15 | + <name>Patrick O'Brien</name> |
| 16 | + </contributor> |
14 | 17 | <category citation-format="author-date"/> |
15 | 18 | <category field="social_science"/> |
16 | 19 | <issn>0047-2506</issn> |
17 | 20 | <eissn>1478-6990</eissn> |
18 | 21 | <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> |
20 | 23 | <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights> |
21 | 24 | </info> |
22 | 25 | <macro name="container-contributors"> |
|
70 | 73 | </macro> |
71 | 74 | <macro name="access"> |
72 | 75 | <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> |
82 | 91 | </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> |
83 | 105 | </choose> |
84 | 106 | </macro> |
85 | 107 | <macro name="title"> |
|
92 | 114 | </group> |
93 | 115 | </if> |
94 | 116 | <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"/> |
96 | 118 | </else-if> |
97 | 119 | <else> |
98 | 120 | <text variable="title"/> |
|
107 | 129 | <text variable="publisher"/> |
108 | 130 | </group> |
109 | 131 | </if> |
110 | | - <else-if type="article-journal article-magazine" match="none"> |
| 132 | + <else-if type="article-journal article-magazine article-newspaper" match="none"> |
111 | 133 | <text variable="genre" suffix=", "/> |
112 | 134 | <group delimiter=": "> |
113 | 135 | <text variable="publisher-place"/> |
|
127 | 149 | <macro name="issued"> |
128 | 150 | <choose> |
129 | 151 | <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> |
143 | 155 | </if> |
144 | 156 | <else> |
145 | 157 | <text prefix=" " term="no date" suffix="." form="short"/> |
|
173 | 185 | </macro> |
174 | 186 | <macro name="locators"> |
175 | 187 | <choose> |
176 | | - <if type="article-journal article-magazine article-newspaper" match="any"> |
| 188 | + <if type="article-journal article-magazine" match="any"> |
177 | 189 | <group prefix=", " delimiter=": "> |
178 | 190 | <group> |
179 | 191 | <text variable="volume"/> |
|
188 | 200 | </group> |
189 | 201 | <text variable="page" prefix=": "/> |
190 | 202 | </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> |
191 | 209 | </choose> |
192 | 210 | </macro> |
193 | 211 | <macro name="citation-locator"> |
|
226 | 244 | </group> |
227 | 245 | </group> |
228 | 246 | <text macro="locators"/> |
229 | | - <group delimiter=", " prefix=". "> |
| 247 | + <group delimiter=", "> |
230 | 248 | <text macro="event"/> |
231 | 249 | <text macro="access"/> |
232 | | - <text macro="publisher"/> |
| 250 | + <text macro="publisher" prefix=". "/> |
233 | 251 | </group> |
234 | 252 | </group> |
235 | 253 | </layout> |
|
0 commit comments