Untitled diff

Created Diff never expires
238 removals
253 lines
349 additions
352 lines
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" class="note" version="1.0" demote-non-dropping-particle="sort-only" default-locale="en-US">
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" demote-non-dropping-particle="sort-only" page-range-format="minimal">
<info>
<info>
<title>Bluebook Law Review</title>
<title>Vancouver</title>
<id>http://www.zotero.org/styles/bluebook-law-review</id>
<id>http://www.zotero.org/styles/vancouver</id>
<link href="http://www.zotero.org/styles/bluebook-law-review" rel="self"/>
<link href="http://www.zotero.org/styles/vancouver" rel="self"/>
<link href="https://www.legalbluebook.com/" rel="documentation"/>
<link href="http://www.nlm.nih.gov/bsd/uniform_requirements.html" rel="documentation"/>
<author>
<author>
<name>Bruce D'Arcus</name>
<name>Michael Berkowitz</name>
<email>bdarcus@gmail.com</email>
<email>mberkowi@gmu.edu</email>
</author>
<author>
<name>Nancy Sims</name>
<email>nsims@umich.edu</email>
</author>
</author>
<category citation-format="note"/>
<contributor>
<category field="law"/>
<name>Sean Takats</name>
<summary>The Bluebook legal citation style for law reviews.</summary>
<email>stakats@gmu.edu</email>
<updated>2019-06-21T18:55:35+00:00</updated>
</contributor>
<contributor>
<name>Sebastian Karcher</name>
</contributor>
<category citation-format="numeric"/>
<category field="medicine"/>
<summary>Vancouver style as outlined by International Committee of Medical Journal Editors Uniform Requirements for Manuscripts Submitted to Biomedical Journals: Sample References</summary>
<updated>2014-09-06T16:03:01+00:00</updated>
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
</info>
</info>
<locale>
<locale xml:lang="en">
<date form="text" delimiter=" ">
<date-part name="year"/>
<date-part name="month" form="short" strip-periods="true"/>
<date-part name="day"/>
</date>
<terms>
<terms>
<term name="editor" form="verb-short">ed.</term>
<term name="collection-editor" form="long">
<term name="translator" form="verb-short">trans.</term>
<single>editor</single>
<multiple>editors</multiple>
</term>
<term name="presented at">presented at</term>
<term name="available at">available from</term>
<term name="section" form="short">sect.</term>
</terms>
</terms>
</locale>
</locale>
<!-- sets up basics of dealing with authors -->
<locale xml:lang="fr">
<macro name="name-macro">
<date form="text" delimiter=" ">
<date-part name="day"/>
<date-part name="month" form="short" strip-periods="true"/>
<date-part name="year"/>
</date>
</locale>
<macro name="author">
<names variable="author">
<names variable="author">
<name and="symbol" delimiter=", " delimiter-precedes-last="never"/>
<name sort-separator=" " initialize-with="" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always"/>
<label form="short" prefix=" "/>
<label form="long" prefix=", "/>
<substitute>
<substitute>
<text variable="title"/>
<names variable="editor"/>
</substitute>
</substitute>
</names>
</names>
</macro>
</macro>
<macro name="author-short">
<macro name="editor">
<names variable="editor" suffix=".">
<name sort-separator=" " initialize-with="" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always"/>
<label form="long" prefix=", "/>
</names>
</macro>
<macro name="chapter-marker">
<choose>
<choose>
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
<if type="chapter paper-conference entry-dictionary entry-encyclopedia" match="any">
<text macro="name-short-macro" font-variant="small-caps"/>
<text term="in" text-case="capitalize-first"/>
</if>
</if>
<else>
<text macro="name-short-macro"/>
</else>
</choose>
</choose>
</macro>
</macro>
<macro name="name-short-macro">
<macro name="publisher">
<names variable="author">
<name form="short" and="text" delimiter=", "/>
<label form="verb-short" prefix=", "/>
<substitute>
<text variable="title" form="short"/>
</substitute>
</names>
</macro>
<macro name="author">
<choose>
<choose>
<if type="legal_case">
<!--discard publisher info for articles-->
<text macro="name-macro" font-variant="normal"/>
<if type="article-journal article-magazine article-newspaper" match="none">
<group delimiter=": " suffix=";">
<choose>
<if type="thesis">
<text variable="publisher-place" prefix="[" suffix="]"/>
</if>
<else-if type="speech"/>
<else>
<text variable="publisher-place"/>
</else>
</choose>
<text variable="publisher"/>
</group>
</if>
</if>
<else-if type="bill book graphic legal_case legislation motion_picture report song" match="any">
<text macro="name-macro" font-variant="small-caps"/>
</else-if>
<else>
<text macro="name-macro"/>
</else>
</choose>
</choose>
</macro>
</macro>
<!-- sets up basics of dealing with editors and translators. Will generally only show up in book citations, as called in XXXX, below -->
<macro name="editor-translator">
<names variable="editor translator" suffix=" " delimiter=", ">
<name and="symbol" delimiter=", "/>
<label form="short" prefix=" " suffix=".," strip-periods="true"/>
</names>
</macro>
<!-- link to online content, called in YYYYY -->
<macro name="access">
<macro name="access">
<choose>
<choose>
<if variable="URL">
<if variable="URL">
<text variable="URL"/>
<group delimiter=": ">
<group prefix=" (" suffix=")">
<text term="available at" text-case="capitalize-first"/>
<text value="last visited" suffix=" "/>
<text variable="URL"/>
<date variable="accessed">
<date-part name="month" form="short" suffix=" " strip-periods="true"/>
<date-part name="day" suffix=", "/>
<date-part name="year"/>
</date>
</group>
</group>
</if>
</if>
</choose>
</choose>
</macro>
</macro>
<macro name="source">
<macro name="accessed-date">
<!-- This macro seems really problematic, with a ton of redundancy. I'd move some of
the conditional logic into the appropriate macros (like 'title') and try to remove this
macro entirely. -->
<choose>
<choose>
<if type="article-journal" match="any">
<if variable="URL">
<text variable="title" font-style="italic"/>
<group prefix="[" suffix="]" delimiter=" ">
<group prefix=", " delimiter=" ">
<text term="cited" text-case="lowercase"/>
<text variable="volume"/>
<date variable="accessed" form="text"/>
<text macro="container"/>
</group>
</group>
<text variable="page" prefix=" "/>
<text variable="locator" prefix=", "/>
<text macro="issuance" prefix=" (" suffix=")"/>
</if>
</if>
<else-if type="legal_case">
</choose>
<text variable="title" font-variant="normal"/>
</macro>
<group prefix=", " delimiter=" ">
<macro name="container-title">
<text variable="volume"/>
<choose>
<text macro="container"/>
<if type="article-journal article-magazine chapter paper-conference article-newspaper review review-book entry-dictionary entry-encyclopedia" match="any">
<group suffix="." delimiter=" ">
<choose>
<if type="article-journal review review-book" match="any">
<text variable="container-title" form="short" strip-periods="true"/>
</if>
<else>
<text variable="container-title" strip-periods="true"/>
</else>
</choose>
<choose>
<if variable="URL">
<text term="internet" prefix="[" suffix="]" text-case="capitalize-first"/>
</if>
</choose>
</group>
</group>
<text variable="page" prefix=" "/>
<text macro="edition" prefix=" "/>
<text variable="locator" prefix=", "/>
</if>
<text macro="issuance" prefix=" (" suffix=")"/>
<!--add event-name and event-place once they become available-->
</else-if>
<else-if type="bill legislation" match="any">
<else-if type="article-newspaper article-magazine thesis" match="any">
<group delimiter=", ">
<group delimiter=", ">
<text variable="title" font-style="italic"/>
<group delimiter=". ">
<group delimiter=" ">
<text variable="container-title"/>
<text variable="volume"/>
<group delimiter=" ">
<text macro="container"/>
<text term="section" form="short" text-case="capitalize-first"/>
<text variable="section"/>
</group>
</group>
</group>
<text macro="issuance"/>
<text variable="number"/>
</group>
</else-if>
<else-if type="speech">
<group delimiter=": " suffix=";">
<group delimiter=" ">
<group delimiter=" ">
<text value="at"/>
<text variable="genre" text-case="capitalize-first"/>
<text variable="page"/>
<text term="presented at"/>
</group>
</group>
<text variable="event"/>
</group>
</group>
</else-if>
</else-if>
<else-if type="chapter paper-conference" match="any">
<else>
<text variable="title" font-style="italic"/>
<group delimiter=", " suffix=".">
<group prefix=", " delimiter=" " suffix=" ">
<choose>
<text variable="volume"/>
<if variable="collection-title" match="none">
<text macro="container"/>
<group delimiter=" ">
<label variable="volume" form="short" text-case="capitalize-first"/>
<text variable="volume"/>
</group>
</if>
</choose>
<text variable="container-title"/>
</group>
</else>
</choose>
</macro>
<macro name="title">
<text variable="title"/>
<choose>
<if type="article-journal article-magazine chapter paper-conference article-newspaper review review-book entry-dictionary entry-encyclopedia" match="none">
<choose>
<if variable="URL">
<text term="internet" prefix=" [" suffix="]" text-case="capitalize-first"/>
</if>
</choose>
<text macro="edition" prefix=". "/>
</if>
</choose>
<choose>
<if type="thesis">
<text variable="genre" prefix=" [" suffix="]"/>
</if>
</choose>
</macro>
<macro name="edition">
<choose>
<if is-numeric="edition">
<group delimiter=" ">
<number variable="edition" form="ordinal"/>
<text term="edition" form="short"/>
</group>
</group>
<text variable="page"/>
</if>
<text variable="locator" prefix=", "/>
<text macro="issuance" prefix=" (" suffix=")"/>
</else-if>
<else-if type="book" match="any">
<text variable="title" font-variant="small-caps"/>
<text variable="page" prefix=" "/>
<text variable="locator" prefix=" "/>
<text macro="issuance" prefix=" (" suffix=")"/>
</else-if>
<else>
<else>
<text variable="title" font-style="italic"/>
<text variable="edition" suffix="."/>
<group prefix=", " delimiter=" " suffix=" ">
<text variable="volume"/>
<text macro="container"/>
</group>
<text variable="page" prefix=" "/>
<text variable="locator" prefix=" "/>
<text macro="issuance" prefix=" (" suffix=")"/>
</else>
</else>
</choose>
</choose>
</macro>
</macro>
<macro name="issuance">
<macro name="date">
<choose>
<choose>
<if type="article-journal article-magazine article-newspaper broadcast interview manuscript map patent personal_communication song speech thesis webpage" match="any">
<if type="article-journal article-magazine article-newspaper review review-book" match="any">
<group>
<group suffix=";" delimiter=" ">
<choose>
<date variable="issued" form="text"/>
<if type="article-newspaper thesis" match="any">
<text macro="accessed-date"/>
<group suffix=", ">
</group>
<date variable="issued">
</if>
<date-part name="month"/>
<else-if type="bill legislation" match="any">
<date-part name="day" prefix=" "/>
<group delimiter=", ">
</date>
<date variable="issued" delimiter=" ">
</group>
<date-part name="month" form="short" strip-periods="true"/>
</if>
<date-part name="day"/>
</choose>
</date>
<date variable="issued">
<date variable="issued">
<date-part name="year"/>
<date-part name="year"/>
</date>
</date>
</group>
</group>
</if>
</else-if>
<else-if type="report">
<date variable="issued" delimiter=" ">
<date-part name="year"/>
<date-part name="month" form="short" strip-periods="true"/>
</date>
<text macro="accessed-date" prefix=" "/>
</else-if>
<else-if type="patent">
<group suffix=".">
<group delimiter=", ">
<text variable="number"/>
<date variable="issued">
<date-part name="year"/>
</date>
</group>
<text macro="accessed-date" prefix=" "/>
</group>
</else-if>
<else-if type="speech">
<group delimiter="; ">
<group delimiter=" ">
<date variable="issued" delimiter=" ">
<date-part name="year"/>
<date-part name="month" form="short" strip-periods="true"/>
<date-part name="day"/>
</date>
<text macro="accessed-date"/>
</group>
<text variable="event-place"/>
</group>
</else-if>
<else>
<else>
<!-- removed an extra space in the prefix here NS 20110511 -->
<group suffix=".">
<group delimiter=" ">
<text macro="editor-translator"/>
<text variable="edition" suffix=" ed."/>
<!-- replaced a text element with a missing variable reference -->
<date variable="issued">
<date variable="issued">
<date-part name="year"/>
<date-part name="year"/>
</date>
</date>
<text macro="accessed-date" prefix=" "/>
</group>
</group>
</else>
</else>
</choose>
</choose>
</macro>
</macro>
<!-- sets up citing to specific page numbers for id and supra cites -->
<macro name="pages">
<macro name="at_page">
<group>
<text value="at" prefix=" "/>
<text variable="locator" prefix=" "/>
</group>
</macro>
<!-- sets up the "in" in front of book sections, etc. -->
<macro name="container">
<choose>
<choose>
<if type="chapter paper-conference" match="any">
<if type="article-journal article-magazine article-newspaper review review-book" match="any">
<group>
<text variable="page" prefix=":"/>
<text term="in" font-style="italic" prefix=" "/>
<text variable="container-title" font-variant="small-caps" prefix=" "/>
</group>
</if>
</if>
<else-if type="legal_case">
<else-if type="book" match="any">
<text variable="container-title" form="short" prefix=" "/>
<text variable="number-of-pages" prefix=" "/>
</else-if>
<choose>
<else-if type="article-journal">
<if is-numeric="number-of-pages">
<text variable="container-title" form="short" font-variant="small-caps" prefix=" "/>
<label variable="number-of-pages" form="short" prefix=" " plural="never"/>
</if>
</choose>
</else-if>
</else-if>
<else>
<else>
<text variable="container-title" font-variant="small-caps"/>
<group prefix=" " delimiter=" ">
<label variable="page" form="short" plural="never"/>
<text variable="page"/>
</group>
</else>
</else>
</choose>
</choose>
</macro>
</macro>
<citation et-al-min="4" et-al-use-first="1">
<macro name="journal-location">
<layout suffix="." delimiter="; ">
<choose>
<choose>
<if type="article-journal article-magazine review review-book" match="any">
<if position="ibid">
<text variable="volume"/>
<text value="id." text-case="capitalize-first" font-style="italic"/>
<text variable="issue" prefix="(" suffix=")"/>
<text macro="at_page" suffix="."/>
</if>
<!-- period will not show up - this is for find-and-replace later. -->
</choose>
</if>
</macro>
<else-if position="subsequent">
<macro name="collection-details">
<choose>
<choose>
<if type="book" match="any">
<if type="article-journal article-magazine article-newspaper review review-book" match="none">
<text variable="volume" suffix=" "/>
<choose>
</if>
<if variable="collection-title">
</choose>
<group delimiter=" " prefix="(" suffix=")">
<text macro="author-short"/>
<names variable="collection-editor" suffix=".">
<text value="supra" font-style="italic" prefix=", "/>
<name sort-separator=" " initialize-with="" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always"/>
<text value="note" prefix=" "/>
<label form="long" prefix=", "/>
<text variable="first-reference-note-number" prefix=" "/>
</names>
<text macro="at_page"/>
<group delimiter="; ">
</else-if>
<text variable="collection-title"/>
<else>
<group delimiter=" ">
<choose>
<label variable="volume" form="short"/>
<if type="book" match="any">
<text variable="volume"/>
<text variable="volume" suffix=" "/>
</group>
</if>
</group>
</choose>
</group>
<text macro="author" suffix=", "/>
</if>
<text macro="source"/>
</choose>
<text macro="access" prefix=", "/>
</if>
</else>
</choose>
</choose>
</macro>
<macro name="report-details">
<choose>
<if type="report">
<text variable="number" prefix="Report No.: "/>
</if>
</choose>
</macro>
<citation collapse="citation-number">
<sort>
<key variable="citation-number"/>
</sort>
<layout prefix="(" suffix=")" delimiter=",">
<text variable="citation-number"/>
</layout>
</layout>
</citation>
</citation>
<bibliography et-al-min="7" et-al-use-first="6" second-field-align="flush">
<layout>
<text variable="citation-number" suffix=". "/>
<group delimiter=". " suffix=". ">
<text macro="author"/>
<text macro="title"/>
</group>
<group delimiter=" " suffix=". ">
<group delimiter=": ">
<text macro="chapter-marker"/>
<group delimiter=" ">
<text macro="editor"/>
<text macro="container-title"/>
</group>
</group>
<text macro="publisher"/>
<group>
<text macro="date"/>
<text macro="journal-location"/>
<text macro="pages"/>
</group>
</group>
<text macro="collection-details" suffix=". "/>
<text macro="report-details" suffix=". "/>
<text macro="access"/>
</layout>
</bibliography>
</style>
</style>