forked from JabRef/jabref
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create rmit-university-harvard.csl (JabRef#4504)
- Loading branch information
1 parent
830aa7b
commit a39430e
Showing
1 changed file
with
216 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,216 @@ | ||
<?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>RMIT University - Harvard</title> | ||
<id>http://www.zotero.org/styles/rmit-university-harvard</id> | ||
<link href="http://www.zotero.org/styles/rmit-university-harvard" rel="self"/> | ||
<link href="http://www.zotero.org/styles/harvard-deakin-university" rel="template"/> | ||
<link href="https://www.lib.rmit.edu.au/easy-cite/" rel="documentation"/> | ||
<author> | ||
<name>Katie Finch</name> | ||
<email>katie.finch@rmit.edu.au</email> | ||
</author> | ||
<category citation-format="author-date"/> | ||
<category field="generic-base"/> | ||
<updated>2020-01-13T00:52: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"> | ||
<terms> | ||
<term name="editor" form="short"> | ||
<single>ed.</single> | ||
<multiple>eds</multiple> | ||
</term> | ||
<term name="translator" form="short"> | ||
<single>trans.</single> | ||
<multiple>trans</multiple> | ||
</term> | ||
<term name="edition" form="short">edn</term> | ||
<term name="volume" form="short">vol.</term> | ||
<term name="chapter" form="short">ch.</term> | ||
</terms> | ||
</locale> | ||
<macro name="editor"> | ||
<names variable="editor" delimiter=", "> | ||
<name and="symbol" initialize-with="" delimiter=", "/> | ||
<label form="short" strip-periods="false" prefix=" (" suffix=")"/> | ||
</names> | ||
</macro> | ||
<macro name="noauthor_title"> | ||
<choose> | ||
<if type="article-newspaper"> | ||
<names variable="author"> | ||
<name/> | ||
<substitute> | ||
<text variable="container-title" font-style="italic"/> | ||
</substitute> | ||
</names> | ||
</if> | ||
<else> | ||
<names variable="author"> | ||
<name/> | ||
<substitute> | ||
<choose> | ||
<if type="bill book graphic legal_case legislation motion_picture report song thesis" match="any"> | ||
<text variable="title" strip-periods="true" font-style="italic"/> | ||
</if> | ||
<else> | ||
<text variable="title" quotes="true"/> | ||
</else> | ||
</choose> | ||
</substitute> | ||
</names> | ||
</else> | ||
</choose> | ||
</macro> | ||
<macro name="author"> | ||
<names variable="author"> | ||
<name name-as-sort-order="all" and="symbol" sort-separator=", " initialize-with="" delimiter=", " delimiter-precedes-last="never"/> | ||
<label form="short" prefix=" (" suffix=")"/> | ||
<substitute> | ||
<names variable="editor"/> | ||
<names variable="translator"/> | ||
<text macro="noauthor_title"/> | ||
</substitute> | ||
</names> | ||
</macro> | ||
<macro name="author-short"> | ||
<names variable="author"> | ||
<name form="short" and="symbol" delimiter=", " delimiter-precedes-last="never" initialize-with=". "/> | ||
<substitute> | ||
<names variable="editor"/> | ||
<names variable="translator"/> | ||
<text macro="noauthor_title"/> | ||
</substitute> | ||
</names> | ||
</macro> | ||
<macro name="access"> | ||
<choose> | ||
<if variable="URL" type="webpage"> | ||
<group prefix=" " delimiter=", "> | ||
<date variable="accessed" prefix="viewed "> | ||
<date-part name="day" suffix=" "/> | ||
<date-part name="month" suffix=" "/> | ||
<date-part name="year" suffix=","/> | ||
</date> | ||
</group> | ||
<text variable="URL" prefix=" <" suffix=">"/> | ||
</if> | ||
</choose> | ||
</macro> | ||
<macro name="title"> | ||
<choose> | ||
<if type="bill book graphic legal_case legislation motion_picture report song thesis" match="any"> | ||
<text variable="title" strip-periods="false" font-style="italic" suffix=","/> | ||
</if> | ||
<else> | ||
<text variable="title" quotes="true"/> | ||
</else> | ||
</choose> | ||
</macro> | ||
<macro name="publisher"> | ||
<group delimiter=", "> | ||
<text variable="publisher"/> | ||
<text variable="publisher-place"/> | ||
</group> | ||
</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="pages"> | ||
<label suffix=" " variable="page" form="short"/> | ||
<text variable="page"/> | ||
<choose> | ||
<if match="none" variable="page"> | ||
<text variable="page-first"/> | ||
</if> | ||
</choose> | ||
</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" strip-periods="false"/> | ||
</else> | ||
</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" collapse="year"> | ||
<layout prefix="(" suffix=")" delimiter="; "> | ||
<group delimiter=", "> | ||
<group delimiter=" "> | ||
<text macro="author-short"/> | ||
<text macro="year-date"/> | ||
</group> | ||
<group> | ||
<label variable="locator" form="short"/> | ||
<text variable="locator"/> | ||
</group> | ||
</group> | ||
</layout> | ||
</citation> | ||
<bibliography hanging-indent="false"> | ||
<sort> | ||
<key macro="author"/> | ||
<key macro="year-date"/> | ||
</sort> | ||
<layout suffix="."> | ||
<text macro="author"/> | ||
<date variable="issued" prefix=" " suffix=","> | ||
<date-part name="year"/> | ||
</date> | ||
<choose> | ||
<if type="bill book graphic legal_case legislation motion_picture report song thesis" match="any"> | ||
<group prefix=" " delimiter=" " suffix=","> | ||
<text macro="title"/> | ||
<text macro="edition"/> | ||
<text macro="editor"/> | ||
</group> | ||
<text prefix=" " macro="publisher"/> | ||
</if> | ||
<else-if type="chapter paper-conference" match="any"> | ||
<text macro="title" prefix=" "/> | ||
<group delimiter=" " prefix=", "> | ||
<text term="in"/> | ||
<group delimiter=", "> | ||
<text macro="editor"/> | ||
<text variable="container-title" font-style="italic"/> | ||
<text variable="collection-title"/> | ||
<text macro="edition"/> | ||
<text macro="publisher"/> | ||
<text macro="pages"/> | ||
</group> | ||
</group> | ||
</else-if> | ||
<else> | ||
<group suffix=","> | ||
<text macro="title" prefix=" "/> | ||
<text macro="editor" prefix=" "/> | ||
</group> | ||
<group prefix=" "> | ||
<text variable="container-title" font-style="italic"/> | ||
<group prefix=", " delimiter=", "> | ||
<text variable="volume" prefix="vol. "/> | ||
<text variable="issue" prefix="no. "/> | ||
<text macro="pages"/> | ||
</group> | ||
</group> | ||
</else> | ||
</choose> | ||
<text prefix=", " macro="access"/> | ||
</layout> | ||
</bibliography> | ||
</style> |