Permalink
Please
sign in to comment.
Showing
with
284 additions
and 0 deletions.
@@ -0,0 +1,284 @@ | ||
<?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-GB"> | ||
<info> | ||
<title>International Development Policy</title> | ||
<id>http://www.zotero.org/styles/international-development-policy</id> | ||
<link href="http://www.zotero.org/styles/international-development-policy" rel="self"/> | ||
<link href="http://www.zotero.org/styles/harvard-cite-them-right" rel="template"/> | ||
<link href="https://poldev.revues.org/2085?file=1" rel="documentation"/> | ||
<author> | ||
<name>Catherine Brendow</name> | ||
<email>catherine.brendow@graduateinstitute.ch</email> | ||
</author> | ||
<category citation-format="author-date"/> | ||
<category field="social_science"/> | ||
<issn>1663-9375</issn> | ||
<eissn>1663-9391</eissn> | ||
<summary>Style of the International Development Policy Journal</summary> | ||
<updated>2016-10-11T09:43:05+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> | ||
<locale xml:lang="en-GB"> | ||
<terms> | ||
<term name="editor" form="short"> | ||
<single>ed.</single> | ||
<multiple>eds</multiple> | ||
</term> | ||
<term name="editortranslator" form="verb">edited and translated by</term> | ||
<term name="edition" form="short">edn.</term> | ||
</terms> | ||
</locale> | ||
<macro name="editor"> | ||
<choose> | ||
<if type="chapter paper-conference" match="any"> | ||
<names variable="container-author" delimiter=", " suffix=", "> | ||
<name and="text" initialize-with=". " delimiter=", " sort-separator=", " name-as-sort-order="all"/> | ||
</names> | ||
<choose> | ||
<if variable="container-author" match="none"> | ||
<names variable="editor translator" delimiter=", "> | ||
<name and="text" initialize-with=". " delimiter=", " sort-separator=", " name-as-sort-order="all"/> | ||
<label form="short" prefix=" (" suffix=")"/> | ||
</names> | ||
</if> | ||
</choose> | ||
</if> | ||
</choose> | ||
</macro> | ||
<macro name="author"> | ||
<names variable="author"> | ||
<name and="text" delimiter-precedes-last="never" initialize-with=". " name-as-sort-order="first"/> | ||
<label form="short" prefix=" (" suffix=")"/> | ||
<et-al font-style="italic"/> | ||
<substitute> | ||
<names variable="editor"/> | ||
<choose> | ||
<if type="article-newspaper article-magazine" match="any"> | ||
<text variable="container-title" text-case="title" font-style="italic"/> | ||
</if> | ||
<else> | ||
<text macro="title"/> | ||
</else> | ||
</choose> | ||
</substitute> | ||
</names> | ||
</macro> | ||
<macro name="author-short"> | ||
<names variable="author"> | ||
<name form="short" and="text" delimiter-precedes-last="never" et-al-min="3" et-al-use-first="1" initialize-with=". "/> | ||
<et-al font-style="normal"/> | ||
<substitute> | ||
<names variable="editor"/> | ||
<choose> | ||
<if type="article-newspaper article-magazine" match="any"> | ||
<text variable="container-title" text-case="title" font-style="italic"/> | ||
</if> | ||
<else> | ||
<text macro="title"/> | ||
</else> | ||
</choose> | ||
</substitute> | ||
</names> | ||
</macro> | ||
<macro name="access"> | ||
<choose> | ||
<if variable="DOI"> | ||
<text variable="DOI" prefix="DOI: "/> | ||
</if> | ||
<else-if variable="URL"> | ||
<text variable="URL"/> | ||
<group delimiter=" " prefix=" (" suffix=")"> | ||
<text term="accessed" text-case="lowercase" suffix=" on"/> | ||
<date form="text" variable="accessed"> | ||
<date-part name="day"/> | ||
<date-part name="month"/> | ||
<date-part name="year"/> | ||
</date> | ||
</group> | ||
</else-if> | ||
</choose> | ||
</macro> | ||
<macro name="title"> | ||
<choose> | ||
<if type="bill book graphic legal_case legislation motion_picture report thesis" match="any"> | ||
<group> | ||
<group> | ||
<text variable="title" text-case="title" font-style="italic"/> | ||
</group> | ||
<text macro="edition"/> | ||
</group> | ||
</if> | ||
<else> | ||
<text variable="title" text-case="title" prefix=" ‘" suffix="’"/> | ||
</else> | ||
</choose> | ||
</macro> | ||
<macro name="publisher"> | ||
<choose> | ||
<if type="thesis"> | ||
<group delimiter=" "> | ||
<group delimiter=": " prefix="(" suffix=")"> | ||
<text variable="publisher-place"/> | ||
<text variable="publisher"/> | ||
</group> | ||
</group> | ||
</if> | ||
<else-if type="report"> | ||
<group delimiter=" "> | ||
<group delimiter=": " prefix="(" suffix=")"> | ||
<text variable="publisher-place"/> | ||
<text variable="publisher"/> | ||
</group> | ||
</group> | ||
</else-if> | ||
<else-if type="article-newspaper article-magazine" match="none"> | ||
<group delimiter=": " prefix="(" suffix=")"> | ||
<text variable="publisher-place"/> | ||
<text variable="publisher"/> | ||
</group> | ||
</else-if> | ||
</choose> | ||
</macro> | ||
<macro name="locator"> | ||
<choose> | ||
<if type="article-journal"> | ||
<text variable="volume"/> | ||
<choose> | ||
<if match="any" variable="volume"> | ||
<text variable="issue" prefix="(" suffix=")"/> | ||
</if> | ||
<else-if match="none" variable="volume"> | ||
<text term="issue" form="short"/> | ||
<text variable="issue"/> | ||
</else-if> | ||
</choose> | ||
</if> | ||
<else-if type="bill" match="any"> | ||
<text variable="section"/> | ||
</else-if> | ||
</choose> | ||
</macro> | ||
<macro name="published-date"> | ||
<choose> | ||
<if type="article-newspaper article-magazine post-weblog speech bill" match="any"> | ||
<date variable="issued"> | ||
<date-part name="day" suffix=" "/> | ||
<date-part name="month" form="long"/> | ||
</date> | ||
</if> | ||
</choose> | ||
</macro> | ||
<macro name="pages"> | ||
<choose> | ||
<if type="chapter paper-conference article-journal article article-magazine article-newspaper book review review-book" match="any"> | ||
<group delimiter=" "> | ||
<label variable="page" form="short"/> | ||
<text variable="page"/> | ||
</group> | ||
</if> | ||
</choose> | ||
</macro> | ||
<macro name="container-title"> | ||
<choose> | ||
<if variable="container-title"> | ||
<group prefix=" "> | ||
<text variable="container-title" text-case="title" font-style="italic"/> | ||
<text macro="edition"/> | ||
</group> | ||
</if> | ||
</choose> | ||
</macro> | ||
<macro name="edition"> | ||
<choose> | ||
<if is-numeric="edition"> | ||
<group delimiter=" "> | ||
<number prefix=", " variable="edition" form="ordinal"/> | ||
<text term="edition" strip-periods="true"/> | ||
</group> | ||
</if> | ||
<else> | ||
<text variable="edition" prefix=", "/> | ||
</else> | ||
</choose> | ||
</macro> | ||
<macro name="container-prefix"> | ||
<choose> | ||
<if type="chapter paper-conference" match="any"> | ||
<text term="in" prefix=" "/> | ||
</if> | ||
</choose> | ||
</macro> | ||
<citation et-al-min="4" et-al-use-first="1" disambiguate-add-year-suffix="true" disambiguate-add-names="true" disambiguate-add-givenname="true" givenname-disambiguation-rule="primary-name" collapse="year" cite-group-delimiter="; "> | ||
<sort> | ||
<key macro="author" names-min="3" names-use-first="3"/> | ||
<key variable="issued"/> | ||
</sort> | ||
<layout prefix="(" suffix=")" delimiter="; "> | ||
<group delimiter=" "> | ||
<group delimiter=", "> | ||
<text macro="author-short"/> | ||
<date date-parts="year" form="text" variable="issued"/> | ||
</group> | ||
<group> | ||
<choose> | ||
<if type="bill" match="none"> | ||
<label variable="locator" form="short" suffix=" "/> | ||
<text variable="locator"/> | ||
</if> | ||
</choose> | ||
</group> | ||
</group> | ||
</layout> | ||
</citation> | ||
<bibliography and="text" subsequent-author-substitute="_____"> | ||
<sort> | ||
<key macro="author"/> | ||
<key variable="issued"/> | ||
<key variable="title"/> | ||
</sort> | ||
<layout suffix="."> | ||
<group delimiter=" "> | ||
<group delimiter=" "> | ||
<text macro="author"/> | ||
<choose> | ||
<if variable="issued"> | ||
<date variable="issued" prefix="(" suffix=")"> | ||
<date-part name="year"/> | ||
</date> | ||
</if> | ||
</choose> | ||
<group delimiter=", "> | ||
<text macro="title"/> | ||
<group delimiter=" " prefix=" "> | ||
<text variable="genre" prefix=" "/> | ||
<group> | ||
<text term="issue" form="short" text-case="capitalize-first"/> | ||
<text variable="number" prefix=" "/> | ||
</group> | ||
</group> | ||
<group delimiter=" "> | ||
<text macro="container-prefix"/> | ||
<text macro="editor"/> | ||
<text macro="container-title"/> | ||
</group> | ||
<group> | ||
<text variable="collection-title" text-case="title"/> | ||
<choose> | ||
<if match="any" variable="collection-number"> | ||
<text variable="collection-number" prefix=" "/> | ||
</if> | ||
</choose> | ||
</group> | ||
</group> | ||
</group> | ||
<text macro="publisher"/> | ||
</group> | ||
<group delimiter=", " prefix=", "> | ||
<text macro="locator"/> | ||
<text macro="published-date"/> | ||
<text macro="pages"/> | ||
</group> | ||
<text macro="access" prefix=", "/> | ||
</layout> | ||
</bibliography> | ||
</style> |
0 comments on commit
edff72e