zotero/csl/bluebook-law_review.csl

114 lines
3.3 KiB
Text
Raw Normal View History

2007-11-24 16:41:26 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<?oxygen RNGSchema="http://xbiblio.svn.sourceforge.net/viewvc/*checkout*/xbiblio/csl/schema/trunk/csl.rnc" type="compact"?>
<style xmlns="http://purl.org/net/xbiblio/csl" class="note" xml:lang="en">
<info>
<title>Bluebook Law Review</title>
<id>http://www.zotero.org/styles/bluebook_lawrev</id>
2008-01-03 07:26:01 +00:00
<link href="http://www.zotero.org/styles/bluebook_lawrev"/>
2007-11-24 16:41:26 +00:00
<author>
<name>Bruce DArcus</name>
<email>bdarcus@gmail.com</email>
</author>
<updated></updated>
2007-11-24 16:41:26 +00:00
<summary>The Bluebook legal citation style for law reviews.</summary>
</info>
<macro name="editor-translator">
<names variable="editor translator" prefix="(" suffix=")" delimiter=", ">
<name and="symbol" initialize-with="." delimiter=", "/>
<label form="short" prefix=", " text-case="capitalize-first" suffix="."/>
2007-11-24 16:41:26 +00:00
</names>
</macro>
2008-02-13 03:24:22 +00:00
<macro name="name-macro">
2007-11-24 16:41:26 +00:00
<names variable="author">
<name and="symbol" delimiter=", " delimiter-precedes-last="never"/>
<label form="short" prefix=" " suffix="."/>
<substitute>
<names variable="editor"/>
<names variable="translator"/>
</substitute>
</names>
</macro>
2008-02-13 03:24:22 +00:00
<macro name="author">
<choose>
<if variable="author editor translator" match="any">
<choose>
<if type="book">
<text macro="name-macro" font-variant="small-caps"/>
</if>
<else>
<text macro="name-macro"/>
</else>
</choose>
</if>
<else>
<text macro="title"/>
</else>
</choose>
</macro>
2007-11-24 16:41:26 +00:00
<macro name="access">
<text variable="URL"/>
</macro>
<macro name="issuance">
<choose>
<if type="article">
2008-02-13 03:24:22 +00:00
<group suffix=", ">
<date variable="issued">
<date-part name="month"/>
<date-part name="day"/>
</date>
</group>
2007-11-24 16:41:26 +00:00
<date variable="issued">
2008-02-13 03:24:22 +00:00
<date-part name="year"/>
2007-11-24 16:41:26 +00:00
</date>
</if>
<else>
<group prefix=" (" suffix=")" delimiter=" ">
<text variable="edition"/>
<text macro="editor-translator"/>
2008-02-13 03:24:22 +00:00
<text macro="publisher"/>
2007-11-24 16:41:26 +00:00
<date variable="issued">
<date-part name="year"/>
</date>
</group>
</else>
</choose>
</macro>
<macro name="title">
<choose>
<if type="book">
<text variable="title" font-variant="small-caps"/>
</if>
2008-01-30 16:56:52 +00:00
<else-if type="article">
2007-11-24 16:41:26 +00:00
<text variable="title" font-style="italic"/>
2008-01-30 16:56:52 +00:00
</else-if>
2007-11-24 16:41:26 +00:00
<else>
<text variable="title"/>
</else>
</choose>
</macro>
<macro name="publisher">
<group delimiter=": ">
<text variable="publisher-place"/>
<text variable="publisher"/>
</group>
</macro>
<citation>
<option name="et-al-min" value="4"/>
<option name="et-al-use-first" value="1"/>
<layout suffix="." delimiter="; ">
<text macro="author"/>
2008-02-13 03:24:22 +00:00
<choose>
<if position="first">
<text macro="title" prefix=", "/>
<text variable="volume" prefix=", "/>
<text variable="container-title" prefix=" "/>
<text variable="page" prefix=", "/>
<text variable="locator" prefix=" "/>
<text macro="issuance" prefix=" "/>
<text macro="access" prefix=", "/>
</if>
</choose>
2007-11-24 16:41:26 +00:00
</layout>
</citation>
</style>