2007-11-26 14:17:08 +00:00
|
|
|
<style xmlns="http://purl.org/net/xbiblio/csl" class="note" xml:lang="en">
|
|
|
|
<info>
|
2007-11-26 18:01:48 +00:00
|
|
|
<title>Oxford Art Journal</title>
|
2007-11-26 14:17:08 +00:00
|
|
|
<id>http://www.zotero.org/styles/oxford-art</id>
|
2008-01-03 07:26:01 +00:00
|
|
|
<link href="http://www.zotero.org/styles/oxford-art"/>
|
2007-12-17 14:41:08 +00:00
|
|
|
<link href="http://www.oxfordjournals.org/oxartj/for_authors/index.html" rel="documentation"/>
|
2007-11-26 14:17:08 +00:00
|
|
|
<author>
|
|
|
|
<name>Julian Onions</name>
|
|
|
|
<email>julian.onions@gmail.com</email>
|
|
|
|
</author>
|
|
|
|
<summary>Oxford Art journal style</summary>
|
|
|
|
<category term="numeric"/>
|
|
|
|
<updated/>
|
|
|
|
</info>
|
|
|
|
<macro name="author">
|
|
|
|
<names variable="author">
|
|
|
|
<name and="text" delimiter=", " />
|
|
|
|
<label form="short" prefix=" (" suffix=".)"/>
|
|
|
|
<substitute>
|
|
|
|
<names variable="editor"/>
|
|
|
|
<names variable="translator"/>
|
|
|
|
</substitute>
|
|
|
|
</names>
|
|
|
|
</macro>
|
2007-11-29 11:23:07 +00:00
|
|
|
<macro name="author-short">
|
|
|
|
<names variable="author">
|
|
|
|
<name form="short" and="text" delimiter=", " />
|
|
|
|
<label form="short" prefix=" (" suffix=".)"/>
|
|
|
|
<substitute>
|
|
|
|
<names variable="editor"/>
|
|
|
|
<names variable="translator"/>
|
|
|
|
</substitute>
|
|
|
|
</names>
|
|
|
|
</macro>
|
2007-11-28 08:59:41 +00:00
|
|
|
<macro name="container-editor">
|
|
|
|
<group delimiter=" ">
|
|
|
|
<text term="in" suffix=" "/>
|
|
|
|
<names variable="editor">
|
|
|
|
<name and="text" delimiter=", " />
|
|
|
|
<label form="short" prefix=" (" suffix=".)"/>
|
|
|
|
<substitute>
|
|
|
|
<names variable="editor"/>
|
|
|
|
<names variable="translator"/>
|
|
|
|
<text macro="title"/>
|
|
|
|
</substitute>
|
|
|
|
</names>
|
|
|
|
</group>
|
|
|
|
</macro>
|
2007-11-26 14:17:08 +00:00
|
|
|
<macro name="title">
|
|
|
|
<choose>
|
|
|
|
<if type="thesis">
|
2008-02-01 20:52:11 +00:00
|
|
|
<text variable="title" prefix="‘" suffix="’"/>
|
2007-11-26 14:17:08 +00:00
|
|
|
</if>
|
|
|
|
<else-if type="book">
|
2008-02-01 20:52:11 +00:00
|
|
|
<text variable="title" font-style="italic"/>
|
2007-11-26 14:17:08 +00:00
|
|
|
</else-if>
|
|
|
|
<else>
|
2008-02-01 20:52:11 +00:00
|
|
|
<text variable="title" prefix="‘" suffix="’"/>
|
2007-11-26 14:17:08 +00:00
|
|
|
</else>
|
|
|
|
</choose>
|
|
|
|
</macro>
|
2008-02-01 21:38:11 +00:00
|
|
|
<macro name="title-short">
|
|
|
|
<choose>
|
|
|
|
<if type="thesis">
|
|
|
|
<text variable="title" form="short" prefix="‘" suffix="’"/>
|
|
|
|
</if>
|
|
|
|
<else-if type="book">
|
|
|
|
<text variable="title" form="short" font-style="italic"/>
|
|
|
|
</else-if>
|
|
|
|
<else>
|
|
|
|
<text variable="title" form="short" prefix="‘" suffix="’"/>
|
|
|
|
</else>
|
|
|
|
</choose>
|
|
|
|
</macro>
|
2007-11-26 14:17:08 +00:00
|
|
|
<macro name="publisher">
|
|
|
|
<group delimiter=": ">
|
2007-11-28 08:59:41 +00:00
|
|
|
<text variable="publisher"/>
|
|
|
|
<text variable="publisher-place"/>
|
2007-11-26 14:17:08 +00:00
|
|
|
</group>
|
|
|
|
</macro>
|
|
|
|
<macro name="date">
|
|
|
|
<date variable="issued">
|
|
|
|
<date-part name="month" suffix=" "/>
|
|
|
|
<date-part name="year"/>
|
|
|
|
</date>
|
|
|
|
</macro>
|
|
|
|
<macro name="volumes">
|
2007-12-04 14:47:14 +00:00
|
|
|
<group delimiter=" ">
|
2007-11-26 14:17:08 +00:00
|
|
|
<text variable="number-of-volumes"/>
|
2007-12-04 14:47:14 +00:00
|
|
|
<text term="volume" form="short" plural="true"/>
|
2007-11-26 14:17:08 +00:00
|
|
|
</group>
|
|
|
|
</macro>
|
|
|
|
<macro name="pageno">
|
2007-11-30 09:50:53 +00:00
|
|
|
<choose>
|
|
|
|
<if variable="locator" match="none">
|
|
|
|
<label variable="page" suffix=". " form="short"/>
|
|
|
|
<text variable="page"/>
|
|
|
|
</if>
|
|
|
|
</choose>
|
2007-11-26 14:17:08 +00:00
|
|
|
</macro>
|
|
|
|
<macro name="pageref">
|
2007-11-28 08:59:41 +00:00
|
|
|
<label variable="locator" suffix=". " form="short"/>
|
2007-11-26 14:17:08 +00:00
|
|
|
<text variable="locator"/>
|
|
|
|
</macro>
|
|
|
|
<macro name="volref">
|
|
|
|
<group delimiter=", ">
|
|
|
|
<text variable="volume" prefix="Vol. " />
|
|
|
|
<text variable="issue" prefix="no. "/>
|
|
|
|
</group>
|
|
|
|
</macro>
|
|
|
|
<macro name="container">
|
2007-11-28 08:59:41 +00:00
|
|
|
<choose>
|
|
|
|
<if type="chapter">
|
|
|
|
<text variable="container-title" font-style="italic"/>
|
|
|
|
</if>
|
|
|
|
<else>
|
|
|
|
<text variable="container-title" font-style="italic"/>
|
|
|
|
</else>
|
|
|
|
</choose>
|
2007-11-26 14:17:08 +00:00
|
|
|
</macro>
|
|
|
|
<citation>
|
|
|
|
<layout suffix="." delimiter="; ">
|
2007-11-29 11:23:07 +00:00
|
|
|
<choose>
|
|
|
|
<if position="subsequent">
|
|
|
|
<group delimiter=", ">
|
|
|
|
<text macro="author-short"/>
|
2008-02-01 21:38:11 +00:00
|
|
|
<text macro="title-short"/>
|
2007-11-29 11:23:07 +00:00
|
|
|
<text macro="pageref"/>
|
|
|
|
</group>
|
|
|
|
</if>
|
|
|
|
<else>
|
|
|
|
<group delimiter=", ">
|
|
|
|
<text macro="author"/>
|
|
|
|
<choose>
|
|
|
|
<if type="book">
|
|
|
|
<group delimiter=", ">
|
|
|
|
<text macro="title" />
|
|
|
|
<text macro="volumes"/>
|
|
|
|
</group>
|
|
|
|
<group prefix=" (" suffix=")" delimiter=", ">
|
|
|
|
<text macro="publisher"/>
|
|
|
|
<text macro="container"/>
|
|
|
|
<text macro="volref"/>
|
|
|
|
<text macro="date"/>
|
|
|
|
</group>
|
|
|
|
<text macro="pageref" prefix=". "/>
|
|
|
|
</if>
|
|
|
|
<else-if type="chapter">
|
|
|
|
<group delimiter=", ">
|
|
|
|
<text macro="title" />
|
|
|
|
<text macro="container-editor"/>
|
|
|
|
<text macro="container"/>
|
|
|
|
<text macro="volref"/>
|
|
|
|
<text macro="volumes"/>
|
|
|
|
<group prefix=" (" suffix=")" delimiter=", ">
|
|
|
|
<text macro="publisher"/>
|
|
|
|
<text macro="date"/>
|
|
|
|
</group>
|
2007-11-30 09:50:53 +00:00
|
|
|
<text macro="pageno"/>
|
|
|
|
<text macro="pageref"/>
|
2007-11-29 11:23:07 +00:00
|
|
|
</group>
|
|
|
|
</else-if>
|
|
|
|
<else>
|
|
|
|
<group delimiter=", ">
|
|
|
|
<text macro="title" />
|
|
|
|
<text macro="publisher"/>
|
|
|
|
<text macro="container"/>
|
|
|
|
<text macro="volref"/>
|
|
|
|
<text macro="date"/>
|
|
|
|
<text macro="volumes"/>
|
2007-11-30 09:50:53 +00:00
|
|
|
<text macro="pageno"/>
|
2007-11-29 11:23:07 +00:00
|
|
|
<text macro="pageref"/>
|
|
|
|
</group>
|
|
|
|
</else>
|
|
|
|
</choose>
|
|
|
|
</group>
|
|
|
|
</else>
|
|
|
|
</choose>
|
2007-11-26 14:17:08 +00:00
|
|
|
</layout>
|
|
|
|
</citation>
|
|
|
|
</style>
|