|
16 | 16 | <category citation-format="author-date"/>
|
17 | 17 | <category field="generic-base"/>
|
18 | 18 | <summary>Anglia Ruskin University Harvard style</summary>
|
19 |
| - <updated>2022-08-22T08:06:04+00:00</updated> |
| 19 | + <updated>2022-08-25T13:44:56+00:00</updated> |
20 | 20 | <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 | 21 | </info>
|
| 22 | + <locale xml:lang="en"> |
| 23 | + <terms> |
| 24 | + <term name="interview">interview by</term> |
| 25 | + </terms> |
| 26 | + </locale> |
22 | 27 | <macro name="cite-author">
|
23 | 28 | <choose>
|
24 | 29 | <if type="broadcast" match="any">
|
|
267 | 272 | </macro>
|
268 | 273 | <macro name="locator">
|
269 | 274 | <choose>
|
270 |
| - <if type="article-journal article-newspaper article-magazine interview" match="any"> |
| 275 | + <if type="article-journal article-newspaper article-magazine" match="any"> |
271 | 276 | <group delimiter=", " suffix=".">
|
272 | 277 | <group>
|
273 | 278 | <text variable="volume"/>
|
274 | 279 | <text variable="issue" prefix="(" suffix=")"/>
|
275 | 280 | </group>
|
276 | 281 | <choose>
|
277 |
| - <if type="article-magazine article-newspaper interview" match="any"> |
| 282 | + <if type="article-magazine article-newspaper" match="any"> |
278 | 283 | <date variable="issued" delimiter=" ">
|
279 | 284 | <date-part name="day"/>
|
280 | 285 | <date-part name="month" form="short"/>
|
|
315 | 320 | </group>
|
316 | 321 | </group>
|
317 | 322 | </else-if>
|
| 323 | + <else-if type="interview" match="any"> |
| 324 | + <group delimiter=". "> |
| 325 | + <group delimiter=" "> |
| 326 | + <text term="interview" text-case="capitalize-first"/> |
| 327 | + <names variable="interviewer"/> |
| 328 | + </group> |
| 329 | + <group delimiter=", "> |
| 330 | + <group delimiter=" "> |
| 331 | + <text variable="medium" prefix="[" suffix="]"/> |
| 332 | + <text variable="publisher"/> |
| 333 | + </group> |
| 334 | + <date form="text" date-parts="year-month-day" variable="issued"/> |
| 335 | + <text variable="dimensions"/> |
| 336 | + </group> |
| 337 | + </group> |
| 338 | + </else-if> |
318 | 339 | </choose>
|
319 | 340 | </macro>
|
320 | 341 | <macro name="online-access">
|
|
0 commit comments