|
11 | 11 | <name>Patrick O'Brien</name> |
12 | 12 | <email>obrienpat86@gmail.com</email> |
13 | 13 | </author> |
| 14 | + <contributor> |
| 15 | + <name>Ronald Visser</name> |
| 16 | + <email>r.m.visser@saxion.nl</email> |
| 17 | + </contributor> |
14 | 18 | <category citation-format="author-date"/> |
15 | 19 | <category field="science"/> |
16 | 20 | <eissn>2514-8362</eissn> |
17 | 21 | <summary>Harvard author-date style edited for Journal of Computer Applications in Archaeology.</summary> |
18 | | - <updated>2017-05-24T15:41:19+00:00</updated> |
| 22 | + <updated>2017-05-28T00:39:40+00:00</updated> |
19 | 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> |
20 | 24 | </info> |
21 | 25 | <locale xml:lang="en"> |
|
25 | 29 | </locale> |
26 | 30 | <macro name="editor"> |
27 | 31 | <names variable="editor" delimiter=", "> |
28 | | - <name and="text" initialize-with="." name-as-sort-order="all"/> |
| 32 | + <name and="text" initialize-with="" name-as-sort-order="all"/> |
29 | 33 | <label form="short" prefix=" (" suffix=")"/> |
30 | 34 | </names> |
31 | 35 | </macro> |
|
34 | 38 | </macro> |
35 | 39 | <macro name="author"> |
36 | 40 | <names variable="author"> |
37 | | - <name and="text" delimiter-precedes-last="never" initialize-with=" " name-as-sort-order="all"/> |
38 | | - <label form="short" prefix=" "/> |
| 41 | + <name and="text" delimiter-precedes-last="never" initialize-with="" name-as-sort-order="all"/> |
| 42 | + <label form="short" prefix=" (" suffix=")"/> |
39 | 43 | <substitute> |
40 | 44 | <names variable="editor"/> |
41 | 45 | <names variable="translator"/> |
|
72 | 76 | <text variable="title" font-style="italic"/> |
73 | 77 | </else-if> |
74 | 78 | <else-if type="article-journal" match="any"> |
75 | | - <text variable="title" suffix=","/> |
| 79 | + <text variable="title" suffix=""/> |
76 | 80 | </else-if> |
77 | 81 | <else> |
78 | 82 | <text variable="title" suffix="."/> |
|
170 | 174 | </sort> |
171 | 175 | <layout suffix="."> |
172 | 176 | <text macro="author"/> |
173 | | - <text macro="year-date" prefix=" "/> |
| 177 | + <text macro="year-date" prefix=". "/> |
174 | 178 | <choose> |
175 | 179 | <if type="thesis"> |
176 | | - <group prefix=" " delimiter=". "> |
| 180 | + <group prefix=". " delimiter=". "> |
177 | 181 | <text macro="title" font-style="italic"/> |
178 | 182 | <text macro="edition"/> |
179 | 183 | <text variable="genre"/> |
180 | 184 | <text macro="publisher"/> |
181 | 185 | </group> |
182 | 186 | </if> |
183 | 187 | <else-if type="webpage"> |
184 | | - <group prefix=" " delimiter=". "> |
| 188 | + <group prefix=". " delimiter=". "> |
185 | 189 | <text macro="title"/> |
186 | 190 | <text macro="edition"/> |
187 | 191 | </group> |
|
201 | 205 | </group> |
202 | 206 | <choose> |
203 | 207 | <if variable="author" match="any"> |
204 | | - <text variable="container-title" font-style="italic" prefix=" " suffix=","/> |
| 208 | + <text variable="container-title" font-style="italic" prefix=". " suffix=""/> |
205 | 209 | </if> |
206 | 210 | </choose> |
207 | 211 | <group prefix=" " suffix="."> |
|
216 | 220 | </group> |
217 | 221 | </else-if> |
218 | 222 | <else-if type="book graphic" match="any"> |
219 | | - <group prefix=" " delimiter=". "> |
| 223 | + <group prefix=". " delimiter=". "> |
220 | 224 | <text macro="title"/> |
221 | 225 | <group delimiter=" "> |
222 | 226 | <text variable="collection-title"/> |
|
228 | 232 | </group> |
229 | 233 | </else-if> |
230 | 234 | <else-if type="chapter paper-conference" match="any"> |
231 | | - <group delimiter=" " prefix=" " suffix="."> |
| 235 | + <group delimiter=". " prefix=" " suffix="."> |
232 | 236 | <text macro="title" suffix="."/> |
233 | 237 | <text term="in" text-case="capitalize-first" suffix=":"/> |
234 | 238 | <text macro="editor"/> |
|
0 commit comments