<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" version="1.0" class="in-text" default-locale="sk-SK">
  <info>
    <title>ISO-690 (numeric, Slovak) - Michal Procházka_verzia 8</title>
    <id>http://csl.mendeley.com/styles/445137751/iso690-numeric-eng</id>
    <link rel="self" href="http://www.zotero.org/styles/iso690-numeric-sk"/>
    <link rel="documentation" href="http://vili.uniba.sk/AK/citovanie_priklady.pdf"/>
    <author>
      <name>Tomáš (balrog) Bielčík</name>
      <email>bx.balrog@gmail.com</email>
    </author>
    <contributor>
      <name>Michal Procházka</name>
      <uri>http://www.mendeley.com/profiles/michal-prochzka/</uri>
    </contributor>
    <category citation-format="numeric"/>
    <category field="generic-base"/>
    <summary>ISO 690 style for the University of Economics in Bratislava, Slovakia.(Numeric version)</summary>
    <updated>2018-05-21T15:13:14+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>
    <terms>
      <term name="anonymous">Anon.</term>
      <term name="no date">[no date]</term>
      <term name="in">in</term>
      <term name="online">online</term>
      <term name="accessed">accessed</term>
      <term name="retrieved">Available</term>
      <term name="from">from</term>
      <term name="page" form="short">
        <single>p.</single>
        <multiple>pp.</multiple>
      </term>
    </terms>
  </locale>
  <macro name="author">
    <names variable="author" suffix=" ">
      <name delimiter=" - " initialize-with="." delimiter-precedes-last="always" sort-separator=", " name-as-sort-order="all" et-al-min="3">
        <name-part name="family" text-case="uppercase"/>
        <name-part name="given" text-case="capitalize-first"/>
      </name>
      <label form="short" suffix=". " text-case="capitalize-first"/>
      <substitute>
        <names variable="editor"/>
      </substitute>
    </names>
  </macro>
  <macro name="container_author">
    <names variable="container-author" suffix=" ">
      <name delimiter=" - " initialize-with="." delimiter-precedes-last="always" sort-separator=", " name-as-sort-order="all" et-al-min="3">
        <name-part name="family" text-case="uppercase"/>
        <name-part name="given" text-case="capitalize-first"/>
      </name>
      <label form="short" suffix=". " text-case="capitalize-first"/>
      <substitute>
        <names variable="editor"/>
      </substitute>
    </names>
  </macro>
  <macro name="title">
    <group delimiter=" " suffix=". ">
      <choose>
        <if type="book thesis" match="any">
          <text variable="title" font-style="italic"/>
        </if>
        <else-if type="paper-conference chapter article-journal article-magazine article-newspaper webpage" match="any">
          <text variable="title" suffix=". "/>
          <text suffix=" " text-case="capitalize-first" term="in"/>
          <text macro="container_author"/>
          <choose>
            <if variable="container-title">
              <text variable="container-title" suffix="" font-style="italic"/>
            </if>
            <else>
              <choose>
                <if variable="event">
                  <text variable="event" suffix="" font-style="italic"/>
                </if>
                <else>
                  <text variable="URL" suffix=" "/>
                </else>
              </choose>
            </else>
          </choose>
        </else-if>
      </choose>
      <text macro="publication_source"/>
    </group>
  </macro>
  <macro name="publication_source">
    <choose>
      <if variable="URL">
        <text value="" suffix="]" prefix="["/>
      </if>
    </choose>
  </macro>
  <macro name="editor">
    <names variable="editor">
      <label form="short" suffix=". " text-case="capitalize-first"/>
      <name delimiter=", " and="text"/>
    </names>
  </macro>
  <macro name="time_data">
    <group suffix="]. " prefix=" [cit. ">
      <date variable="accessed">
        <date-part name="year" suffix="-"/>
        <date-part name="month" form="numeric-leading-zeros" suffix="-"/>
        <date-part name="day" form="numeric-leading-zeros"/>
      </date>
    </group>
  </macro>
  <macro name="publisher">
    <group delimiter=": ">
      <choose>
        <if variable="publisher-place">
          <text variable="publisher-place"/>
        </if>
        <else>
          <text value=""/>
        </else>
      </choose>
      <text variable="publisher"/>
    </group>
  </macro>
  <macro name="year-date">
    <date variable="issued">
      <date-part name="year" suffix=". "/>
    </date>
  </macro>
  <macro name="date">
    <date variable="issued">
      <date-part name="year" suffix=". "/>
    </date>
  </macro>
  <macro name="pages">
    <choose>
      <if type="book thesis" match="any">
        <text variable="number-of-pages" prefix="p."/>
      </if>
      <else-if type="chapter paper-conference article-newspaper" match="any">
        <text variable="page" suffix="" prefix="p. "/>
      </else-if>
    </choose>
  </macro>
  <macro name="notes">
    <text variable="note" suffix=". "/>
  </macro>
  <macro name="edition">
    <text variable="edition" suffix=". publ."/>
  </macro>
  <macro name="publisher_block">
    <group delimiter=", ">
      <text macro="publisher"/>
      <text macro="year-date"/>
    </group>
  </macro>
  <macro name="issue">
    <group delimiter=", ">
      <text variable="volume" prefix="vol. "/>
      <text variable="issue" prefix="no. "/>
      <text variable="page" prefix="p. "/>
    </group>
  </macro>
  <macro name="isbn">
    <text variable="ISBN" prefix="ISBN "/>
  </macro>
  <macro name="issn">
    <text variable="ISSN" suffix=", " prefix="ISSN "/>
  </macro>
  <macro name="availability">
    <text variable="URL" suffix="&gt;" prefix="Available at: &lt;"/>
  </macro>
  <citation>
    <sort>
      <key variable="citation-number" sort="ascending"/>
    </sort>
    <layout delimiter=", " suffix="]" prefix="[">
      <text variable="citation-number"/>
    </layout>
  </citation>
  <bibliography>
    <layout suffix="">
      <text variable="citation-number" suffix=". "/>
      <text macro="author"/>
      <choose>
        <if type="book" match="any">
          <group delimiter=" ">
            <text suffix="." prefix=" " macro="title"/>
            <text macro="edition"/>
            <text suffix="." macro="editor"/>
            <group delimiter=", ">
              <text macro="publisher"/>
              <text macro="year-date"/>
            </group>
            <text macro="pages"/>
            <text variable="ISBN" prefix="ISBN "/>
          </group>
        </if>
        <else-if type="article-journal article-magazine" match="any">
          <text macro="title"/>
          <text macro="edition"/>
          <text macro="date"/>
          <text macro="issn"/>
          <text suffix=". " macro="issue"/>
        </else-if>
        <else-if type="post-weblog post webpage" match="any">
          <text macro="title"/>
          <text macro="availability"/>
        </else-if>
        <else-if type="chapter entry entry-dictionary entry-encyclopedia" match="any">
          <text macro="title"/>
          <text macro="edition"/>
          <text macro="publisher_block"/>
          <text macro="pages"/>
          <text macro="time_data"/>
          <text macro="isbn"/>
          <text macro="availability"/>
        </else-if>
        <else-if type="paper-conference">
          <text macro="title"/>
          <text macro="publisher_block"/>
          <text macro="pages"/>
          <text macro="time_data"/>
          <text macro="availability"/>
        </else-if>
        <else-if type="thesis">
          <text macro="title"/>
          <text macro="publisher_block"/>
          <text macro="time_data"/>
          <text macro="availability"/>
        </else-if>
        <else-if type="patent">
          <text macro="title"/>
          <text macro="date"/>
          <text variable="publisher-place"/>
          <text macro="time_data"/>
          <text macro="availability"/>
        </else-if>
        <else>
          <group suffix=".">
            <text prefix=" " macro="title"/>
            <text prefix=" " macro="editor"/>
          </group>
          <group delimiter=", ">
            <text macro="publisher"/>
            <text macro="year-date"/>
          </group>
          <text macro="time_data"/>
          <text macro="pages"/>
          <text macro="notes"/>
          <text macro="availability"/>
        </else>
      </choose>
    </layout>
  </bibliography>
</style>
