Skip to content
Permalink
Branch: master
Find file Copy path
Find file Copy path
Fetching contributors…
Cannot retrieve contributors at this time
197 lines (196 sloc) 7.16 KB
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" demote-non-dropping-particle="sort-only" default-locale="en-US">
<info>
<title>Health and Human Rights Journal</title>
<title-short>HHR</title-short>
<id>http://www.zotero.org/styles/health-and-human-rights-journal</id>
<link href="http://www.zotero.org/styles/health-and-human-rights-journal" rel="self"/>
<link href="http://www.zotero.org/styles/cultural-geographies" rel="template"/>
<link href="https://www.hhrjournal.org/submissions/author-guidelines/" rel="documentation"/>
<author>
<name>Patrick O'Brien, PhD</name>
<email>obrienpat86@gmail.com</email>
</author>
<category citation-format="numeric"/>
<category field="humanities"/>
<issn>1079-0969</issn>
<eissn>2150-4113</eissn>
<updated>2018-06-06T10:40:35+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>
</info>
<macro name="author">
<names variable="author">
<name and="text" delimiter-precedes-last="always" initialize-with=". "/>
<label form="short" strip-periods="true" prefix=" (" suffix=")"/>
<substitute>
<names variable="editor"/>
<names variable="translator"/>
</substitute>
</names>
</macro>
<macro name="editor">
<names variable="editor">
<name and="text" delimiter-precedes-last="never" initialize-with=". "/>
<label form="short" strip-periods="true" prefix=" (" suffix=")"/>
</names>
</macro>
<macro name="year-date">
<choose>
<if variable="issued">
<date variable="issued">
<date-part name="year"/>
</date>
</if>
<else>
<text term="no date" form="short"/>
</else>
</choose>
</macro>
<macro name="access">
<choose>
<if variable="URL">
<group delimiter=" ">
<text term="available at" text-case="capitalize-first"/>
<text variable="URL"/>
</group>
</if>
</choose>
</macro>
<macro name="publisher">
<group delimiter=", " prefix=" (" suffix=")">
<group delimiter=": ">
<text variable="publisher" form="long"/>
</group>
<text macro="year-date"/>
</group>
</macro>
<macro name="edition">
<choose>
<if is-numeric="edition">
<group delimiter=" ">
<number variable="edition" form="ordinal"/>
<text term="edition" form="short"/>
</group>
</if>
<else>
<text variable="edition"/>
</else>
</choose>
</macro>
<macro name="page">
<group delimiter=" ">
<label variable="page" form="short"/>
<text variable="page"/>
</group>
</macro>
<citation collapse="citation-number">
<sort>
<key variable="citation-number"/>
</sort>
<layout delimiter="," vertical-align="sup">
<text variable="citation-number"/>
</layout>
</citation>
<bibliography et-al-min="4" et-al-use-first="3" second-field-align="flush" entry-spacing="0">
<layout suffix=".">
<group>
<text variable="citation-number" suffix=". "/>
<choose>
<if match="any" position="ibid">
<text term="ibid" text-case="capitalize-first"/>
</if>
<else-if type="article" match="any">
<group delimiter=", ">
<text term="ibid" text-case="capitalize-first"/>
<group delimiter=" ">
<label variable="locator" form="short"/>
<text variable="locator"/>
</group>
</group>
</else-if>
<else>
<text macro="author" suffix=", "/>
<choose>
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
<group>
<group delimiter=", ">
<text variable="title" font-style="italic"/>
<text macro="edition"/>
</group>
<text macro="publisher"/>
<group delimiter=" " prefix=", ">
<label variable="page" form="short"/>
<text variable="number-of-pages"/>
</group>
</group>
</if>
<else-if type="chapter paper-conference" match="any">
<text variable="title" quotes="true" suffix=", "/>
<text term="in" suffix=" "/>
<group delimiter=", ">
<text macro="editor"/>
<text variable="container-title" form="short" text-case="title" font-style="italic"/>
<text macro="edition"/>
</group>
<group delimiter=", " prefix=" ">
<text macro="publisher"/>
<group delimiter=" ">
<label variable="page" form="short"/>
<text variable="page"/>
</group>
</group>
</else-if>
<else-if type="webpage">
<group delimiter=", " suffix=". ">
<text variable="title"/>
<text variable="container-title" font-style="italic"/>
<text macro="year-date"/>
</group>
<text macro="access"/>
</else-if>
<else-if type="patent">
<group delimiter=", ">
<text variable="title"/>
<text variable="number"/>
<text macro="year-date"/>
</group>
</else-if>
<else-if type="thesis">
<group delimiter=", ">
<text variable="title"/>
<group delimiter=" ">
<text variable="genre"/>
<text macro="year-date" prefix="(" suffix=")"/>
</group>
</group>
</else-if>
<else-if type="article article-journal" match="any">
<group delimiter=" ">
<text variable="title" quotes="true" suffix=","/>
<text variable="container-title" text-case="title" font-style="italic"/>
<group delimiter=" " suffix=",">
<group delimiter="/">
<text variable="volume" font-weight="normal"/>
<text variable="issue"/>
</group>
<text macro="year-date" prefix="(" suffix=")"/>
</group>
<text macro="page"/>
</group>
</else-if>
<else>
<group delimiter=", ">
<text variable="title" quotes="true" suffix=","/>
<text variable="container-title" text-case="title" font-style="italic"/>
<text variable="volume" font-weight="normal"/>
<text macro="year-date"/>
<text variable="page" form="short"/>
</group>
</else>
</choose>
</else>
</choose>
</group>
</layout>
</bibliography>
</style>
You can’t perform that action at this time.