<?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 (author-date/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>library.systems@rmit.edu.au</email>
    </author>
    <category citation-format="author-date"/>
    <category field="generic-base"/>
    <updated>2026-01-05T14:58:08+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="webpage post post-weblog" match="any">
                <text variable="title" strip-periods="true" font-style="italic"/>
              </if>
              <else-if type="bill book graphic legal_case legislation motion_picture report song thesis" match="any">
                <text variable="title" strip-periods="true" font-style="italic"/>
              </else-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="article-newspaper report speech webpage post post-weblog" match="any">
        <group delimiter=". ">
          <group delimiter=" " prefix=" ">
            <text term="accessed"/>
            <date variable="accessed" form="text">
              <date-part name="day"/>
              <date-part name="month"/>
              <date-part name="year"/>
            </date>
          </group>
          <text variable="URL"/>
        </group>
      </if>
    </choose>
  </macro>
  <macro name="newspaper-webpage">
    <choose>
      <if type="article-newspaper">
        <group prefix=" " delimiter=", ">
          <date variable="issued" prefix="">
            <date-part name="day" suffix=" "/>
            <date-part name="month" suffix=""/>
          </date>
        </group>
      </if>
    </choose>
  </macro>
  <macro name="presentation">
    <choose>
      <if type="speech">
        <group delimiter=", ">
          <text variable="genre"/>
          <text variable="event"/>
          <text variable="event-place"/>
        </group>
      </if>
    </choose>
  </macro>
  <macro name="report-number">
    <choose>
      <if type="report">
        <text variable="number" suffix=","/>
      </if>
    </choose>
  </macro>
  <macro name="title">
    <choose>
      <if type="webpage post post-weblog" match="any">
        <text variable="title" strip-periods="true" font-style="italic"/>
      </if>
      <else-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=","/>
      </else-if>
      <else>
        <text variable="title"/>
      </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" collapse="year">
    <layout prefix="(" suffix=")" delimiter="; ">
      <group delimiter=", ">
        <group delimiter=" ">
          <text macro="author-short"/>
          <text macro="year-date"/>
        </group>
        <group delimiter=" ">
          <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>
      <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 delimiter=" " prefix=" ">
            <text macro="title"/>
            <text macro="report-number"/>
            <text macro="edition" suffix=","/>
            <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-if type="webpage post post-weblog" match="any">
          <text macro="title" prefix=" "/>
          <group delimiter=" " prefix=", ">
            <text variable="container-title"/>
          </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 macro="presentation" prefix=", "/>
      <text macro="newspaper-webpage" prefix=", "/>
      <text macro="access" prefix=", "/>
    </layout>
  </bibliography>
</style>
