<?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">
  <info>
    <title>Laurea ammattikorkeakoulu - Harvard v3</title>
    <id>http://csl.mendeley.com/styles/styles/laurea-ammattikorkeakoulu-harvard-v4</id>
    <link href="http://www.zotero.org/styles/laurea-ammattikorkeakoulu-harvard" rel="self"/>
    <author>
      <name>Aly Metwaly</name>
    </author>
    <category citation-format="author-date"/>
    <category field="generic-base"/>
    <summary>Laurea University of Applied Sciences referencing style (Finnish and English)</summary>
    <updated>2024-08-14T18:16:49+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">
    <date form="text">
      <date-part name="day" suffix=" "/>
      <date-part name="month" suffix=" "/>
      <date-part name="year"/>
    </date>
    <terms>
      <term name="no date">n.d.</term>
      <term name="and">&amp;</term>
      <term name="et-al">et al.</term>
      <term name="available at">Accessed</term>
      <term name="page"/>
    </terms>
  </locale>
  <macro name="access">
    <choose>
      <if variable="DOI" match="all">
        <group suffix=".">
          <text variable="DOI" prefix="https://doi.org/"/>
        </group>
      </if>
      <else-if variable="URL" match="all">
        <group delimiter=" " suffix=".">
          <text term="available at" text-case="capitalize-first"/>
          <date form="text" variable="accessed" suffix=". "/>
          <text variable="URL"/>
        </group>
      </else-if>
    </choose>
  </macro>
  <macro name="author-bibliography">
    <names variable="author">
      <name name-as-sort-order="all" and="text" sort-separator=", " initialize-with="." delimiter-precedes-last="never" delimiter=", "/>
      <label form="short" prefix=" "/>
      <substitute>
        <text macro="author-substitute"/>
      </substitute>
    </names>
  </macro>
  <macro name="author-citation">
    <names variable="author">
      <name form="short" and="text" sort-separator=", " initialize-with="." delimiter-precedes-last="never" delimiter=", "/>
      <substitute>
        <text macro="author-substitute"/>
      </substitute>
    </names>
  </macro>
  <macro name="author-substitute">
    <choose>
      <if position="subsequent" variable="title-short" type="legislation">
        <text variable="title-short"/>
      </if>
      <else-if type="legislation">
        <text macro="title"/>
      </else-if>
      <else-if variable="publisher">
        <text variable="publisher"/>
      </else-if>
      <else>
        <text macro="title"/>
      </else>
    </choose>
  </macro>
  <macro name="container">
    <choose>
      <if type="article article-magazine article-newspaper article-journal" match="any">
        <group>
          <text variable="container-title" suffix=", "/>
          <text variable="volume"/>
          <text variable="issue" prefix="(" suffix="), "/>
          <group>
            <text variable="page"/>
          </group>
        </group>
      </if>
      <else-if type="legislation">
        <text variable="container-title" suffix=". "/>
        <group delimiter=", " suffix=". ">
          <text variable="collection-title"/>
          <date variable="issued" form="text"/>
          <group>
            <text term="page" suffix=" "/>
            <text variable="page"/>
          </group>
        </group>
      </else-if>
    </choose>
  </macro>
  <macro name="event">
    <choose>
      <if type="personal_communication speech" match="any">
        <text variable="event" suffix=". "/>
        <text variable="event-place"/>
      </if>
    </choose>
  </macro>
  <macro name="genre">
    <choose>
      <if type="thesis">
        <text variable="genre"/>
      </if>
    </choose>
  </macro>
  <macro name="issued">
    <choose>
      <if type="legislation"/>
      <else-if variable="issued">
        <choose>
          <if type="personal_communication speech post" match="any">
            <date variable="issued" form="text"/>
          </if>
          <else>
            <date variable="issued" form="text" date-parts="year"/>
            <text variable="year-suffix"/>
          </else>
        </choose>
      </else-if>
      <else>
        <text term="no date"/>
        <text variable="year-suffix"/>
      </else>
    </choose>
  </macro>
  <macro name="locator">
    <choose>
      <if type="legislation">
        <group prefix=" ">
          <label variable="locator"/>
          <text variable="locator" prefix=" "/>
        </group>
      </if>
      <else-if locator="page">
        <text variable="locator" prefix=", "/>
      </else-if>
      <else>
        <group prefix=", ">
          <label variable="locator"/>
          <text variable="locator" prefix=" "/>
        </group>
      </else>
    </choose>
  </macro>
  <macro name="note">
    <text variable="note"/>
  </macro>
  <macro name="publisher">
    <choose>
      <if type="article article-magazine article-newspaper article-journal" match="none">
        <group delimiter=": ">
          <text variable="publisher-place"/>
          <text variable="publisher"/>
        </group>
      </if>
    </choose>
  </macro>
  <macro name="source">
    <choose>
      <if type="personal_communication speech post" match="any">
        <text variable="source"/>
      </if>
    </choose>
  </macro>
  <macro name="title">
    <text variable="title"/>
  </macro>
  <macro name="edition">
    <group>
      <choose>
        <if match="any" is-numeric="edition">
          <number variable="edition" form="ordinal"/>
        </if>
        <else>
          <text variable="edition" suffix="."/>
        </else>
      </choose>
      <text value=" edition"/>
    </group>
  </macro>
  <citation et-al-min="6" et-al-use-first="1" et-al-subsequent-min="3" et-al-subsequent-use-first="1" disambiguate-add-year-suffix="true">
    <layout prefix="(" suffix=")" delimiter="; ">
      <group delimiter=" ">
        <text macro="author-citation"/>
        <text macro="issued"/>
        <text macro="note"/>
      </group>
      <text macro="locator"/>
    </layout>
  </citation>
  <bibliography line-spacing="1">
    <sort>
      <key macro="author-bibliography"/>
    </sort>
    <layout>
      <choose>
        <if type="legislation">
          <text macro="author-bibliography" suffix=". "/>
          <text macro="publisher"/>
          <text macro="container"/>
          <text macro="access"/>
        </if>
        <else>
          <text macro="author-bibliography"/>
          <text macro="issued" prefix=" " suffix="."/>
          <group delimiter=". " prefix=" " suffix=".">
            <text macro="title"/>
            <text macro="edition"/>
            <text macro="genre"/>
            <text macro="publisher"/>
            <text macro="container"/>
            <text macro="source"/>
            <text macro="event"/>
            <text macro="access"/>
          </group>
        </else>
      </choose>
    </layout>
  </bibliography>
</style>
