<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" default-locale="sl-SI" demote-non-dropping-particle="never" et-al-use-first="1" et-al-min="4" version="1.0" class="in-text">
  <info>
    <title>ISO-690 (numeric, brackets, Slovenian) - FINI - Simon Muhič</title>
    <title-short>ISO-690 FINI</title-short>
    <id>http://csl.mendeley.com/styles/227761651/iso690-numeric-brackets-cs-4</id>
    <link rel="self" href="http://www.zotero.org/styles/iso690-numeric-brackets-cs"/>
    <link rel="template" href="http://www.zotero.org/styles/iso690-numeric-cs"/>
    <link rel="documentation" href="https://github.com/citation-style-language/styles/pull/466"/>
    <contributor>
      <name>Simon Muhič</name>
      <uri>http://www.mendeley.com/profiles/simon-muhic/</uri>
    </contributor>
    <category citation-format="numeric"/>
    <category field="generic-base"/>
    <summary>Style based on ISO 690:2011</summary>
    <updated>2021-11-25T13:26:43+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="from">z</term>
    </terms>
  </locale>
  <macro name="author">
    <names variable="author">
      <name name-as-sort-order="first" delimiter-precedes-last="never" and="text">
        <name-part name="family" text-case="uppercase"/>
        <name-part name="given"/>
      </name>
    </names>
  </macro>
  <macro name="editor">
    <names variable="editor">
      <name name-as-sort-order="first" delimiter-precedes-last="never" and="text" delimiter=", " sort-separator=", ">
        <name-part name="given"/>
        <name-part name="family" text-case="uppercase"/>
      </name>
      <label suffix="." form="short" prefix=", "/>
    </names>
  </macro>
  <macro name="editor2">
    <names variable="editor">
      <name delimiter-precedes-last="never" and="text" delimiter=", ">
        <name-part name="family" text-case="uppercase"/>
        <name-part name="given"/>
      </name>
      <label suffix=". " form="short" prefix=", "/>
    </names>
  </macro>
  <macro name="translator">
    <names variable="translator">
      <name delimiter-precedes-last="never" and="text" delimiter=", ">
        <name-part name="given"/>
        <name-part name="family" text-case="uppercase"/>
      </name>
      <label suffix=".)" form="short" prefix=" ("/>
    </names>
  </macro>
  <macro name="translator2">
    <text text-case="capitalize-first" suffix=" " form="short" term="translator"/>
    <names variable="translator">
      <name delimiter-precedes-last="never" and="text" delimiter=", ">
        <name-part name="family" text-case="uppercase"/>
        <name-part name="given"/>
      </name>
    </names>
  </macro>
  <macro name="illustrator">
    <text text-case="capitalize-first" suffix=" " form="short" term="translator"/>
    <names variable="illustrator">
      <name delimiter-precedes-last="never" and="text" delimiter=", ">
        <name-part name="family" text-case="uppercase"/>
        <name-part name="given"/>
      </name>
    </names>
  </macro>
  <macro name="responsability">
    <choose>
      <if variable="author editor translator" match="any">
        <choose>
          <if variable="author">
            <text macro="author"/>
          </if>
          <else-if variable="editor">
            <text macro="editor"/>
          </else-if>
          <else>
            <text macro="translator"/>
          </else>
        </choose>
      </if>
    </choose>
  </macro>
  <macro name="secondary-responsability">
    <choose>
      <if variable="author">
        <choose>
          <if variable="translator">
            <text macro="translator2"/>
          </if>
        </choose>
        <choose>
          <if variable="illustrator">
            <text macro="illustrator"/>
          </if>
        </choose>
      </if>
    </choose>
  </macro>
  <macro name="container-author">
    <names variable="container-author">
      <name delimiter-precedes-last="never" and="text" delimiter=", ">
        <name-part name="given"/>
        <name-part name="family" text-case="uppercase"/>
      </name>
    </names>
  </macro>
  <macro name="container-responsability">
    <choose>
      <if variable="container-author editor translator" match="any">
        <choose>
          <if variable="container-author">
            <text macro="container-author"/>
          </if>
          <else-if variable="editor">
            <text macro="editor2"/>
          </else-if>
          <else>
            <text macro="translator"/>
          </else>
        </choose>
      </if>
    </choose>
  </macro>
  <macro name="year-date">
    <choose>
      <if variable="issued">
        <choose>
          <if is-uncertain-date="issued">
            <text suffix=" " form="short" term="circa"/>
          </if>
        </choose>
        <date variable="issued">
          <date-part name="year" form="long"/>
        </date>
      </if>
      <else>
        <text term="no date"/>
      </else>
    </choose>
  </macro>
  <macro name="title">
    <choose>
      <if type="book thesis map motion_picture song manuscript report" match="any">
        <text variable="title" font-style="italic"/>
      </if>
      <else-if type="paper-conference speech chapter post broadcast" match="any">
        <text variable="title" suffix=". "/>
        <text text-case="capitalize-first" suffix=": " term="in"/>
        <choose>
          <if variable="container-author editor translator" match="any">
            <text macro="container-responsability"/>
            <choose>
              <if variable="container-title event" match="any">
                <text value=""/>
              </if>
            </choose>
          </if>
        </choose>
        <choose>
          <if variable="container-title">
            <choose>
              <if variable="event">
                <text variable="event" suffix=": " font-style="italic"/>
              </if>
            </choose>
            <text variable="container-title" font-style="italic"/>
          </if>
          <else>
            <text variable="event" font-style="italic"/>
          </else>
        </choose>
      </else-if>
      <else-if type="article-journal article-magazine article-newspaper" match="any">
        <group delimiter=". ">
          <text variable="title"/>
          <text variable="container-title" font-style="italic"/>
        </group>
      </else-if>
      <else-if type="webpage post-weblog" match="any">
        <group delimiter=". ">
          <choose>
            <if variable="container-title">
              <text variable="title"/>
              <text variable="container-title" font-style="italic"/>
            </if>
            <else>
              <text variable="title" font-style="italic"/>
            </else>
          </choose>
        </group>
      </else-if>
      <else-if type="patent interview" match="any">
        <text variable="title"/>
      </else-if>
      <else>
        <text variable="title" font-style="italic"/>
      </else>
    </choose>
    <choose>
      <if variable="URL DOI" match="any">
        <text suffix="]" prefix=" [" term="online"/>
      </if>
    </choose>
  </macro>
  <macro name="number">
    <text variable="number"/>
  </macro>
  <macro name="medium">
    <text variable="medium"/>
  </macro>
  <macro name="genre">
    <choose>
      <if type="map">
        <choose>
          <if variable="genre">
            <text variable="genre" suffix="]" prefix="["/>
          </if>
          <else>
            <text suffix="]" prefix="[" value="map"/>
          </else>
        </choose>
      </if>
      <else>
        <text variable="genre"/>
      </else>
    </choose>
  </macro>
  <macro name="date">
    <choose>
      <if variable="issued">
        <date variable="issued">
          <date-part name="day" suffix=". "/>
          <date-part name="month" suffix=" "/>
          <date-part name="year"/>
        </date>
      </if>
    </choose>
  </macro>
  <macro name="scale">
    <group delimiter=" ">
      <text text-case="capitalize-first" term="scale"/>
      <text variable="scale"/>
    </group>
  </macro>
  <macro name="edition">
    <choose>
      <if is-numeric="edition">
        <number variable="edition" form="ordinal"/>
        <label variable="edition" form="short" prefix=" "/>
      </if>
      <else>
        <text variable="edition" form="long"/>
      </else>
    </choose>
  </macro>
  <macro name="publisher-place">
    <choose>
      <if type="patent manuscript article-newspaper broadcast motion_picture song" match="any">
        <choose>
          <if variable="publisher-place">
            <text variable="publisher-place"/>
          </if>
        </choose>
      </if>
      <else>
        <choose>
          <if variable="publisher-place">
            <text variable="publisher-place"/>
          </if>
          <else>
            <text text-case="capitalize-first" value=""/>
          </else>
        </choose>
      </else>
    </choose>
  </macro>
  <macro name="issue">
    <group delimiter=", ">
      <group>
        <text variable="volume" font-weight="bold"/>
        <text variable="issue" suffix=")" prefix="("/>
      </group>
      <text macro="collection"/>
      <text variable="page"/>
    </group>
  </macro>
  <macro name="publisher">
    <choose>
      <if type="broadcast motion_picture song report" match="any">
        <choose>
          <if variable="publisher">
            <text variable="publisher"/>
          </if>
        </choose>
      </if>
      <else>
        <choose>
          <if variable="publisher">
            <text variable="publisher"/>
          </if>
          <else>
            <text variable="genre"/>
          </else>
        </choose>
      </else>
    </choose>
  </macro>
  <macro name="publisher-info">
    <choose>
      <if variable="publisher">
        <group delimiter=": ">
          <text macro="publisher-place"/>
          <text macro="publisher"/>
        </group>
      </if>
    </choose>
  </macro>
  <macro name="accessed">
    <choose>
      <if variable="URL DOI" match="any">
        <group suffix="]" prefix=" [">
          <text suffix=" " form="short" term="accessed"/>
          <date variable="accessed">
            <date-part name="day"/>
            <date-part name="month" form="numeric-leading-zeros" prefix=". "/>
            <date-part name="year" prefix=". "/>
          </date>
        </group>
      </if>
    </choose>
  </macro>
  <macro name="collection">
    <choose>
      <if type="report">
        <text variable="collection-title" font-style="italic"/>
      </if>
      <else>
        <group delimiter=", ">
          <text variable="collection-title"/>
          <text variable="collection-number"/>
        </group>
      </else>
    </choose>
  </macro>
  <macro name="page">
    <choose>
      <if type="book thesis manuscript" match="any">
        <group delimiter=" ">
          <text variable="number-of-pages"/>
          <text form="short" term="page"/>
        </group>
      </if>
      <else-if type="chapter paper-conference article-newspaper" match="any">
        <group delimiter=" ">
          <text form="short" term="page"/>
          <text variable="page"/>
        </group>
      </else-if>
      <else-if type="report patent" match="any">
        <text variable="page" suffix=" "/>
      </else-if>
    </choose>
  </macro>
  <macro name="isbn">
    <choose>
      <if variable="ISBN">
        <text variable="ISBN" prefix="ISBN "/>
      </if>
      <else>
        <text macro="issn"/>
      </else>
    </choose>
  </macro>
  <macro name="issn">
    <text variable="ISSN" prefix="ISSN "/>
  </macro>
  <macro name="url">
    <choose>
      <if variable="DOI">
        <group>
          <text text-case="capitalize-first" suffix=":" term="available at"/>
          <text variable="DOI"/>
        </group>
      </if>
      <else-if variable="URL">
        <group>
          <text text-case="capitalize-first" suffix=": " term="available at"/>
          <text variable="URL"/>
        </group>
      </else-if>
    </choose>
  </macro>
  <macro name="note">
    <text variable="note"/>
  </macro>
  <citation after-collapse-delimiter="; " collapse="citation-number">
    <sort>
      <key variable="citation-number"/>
    </sort>
    <layout delimiter=", " suffix="]" prefix="[">
      <group delimiter=" ">
        <text variable="citation-number"/>
        <group delimiter=" ">
          <label variable="locator" form="short"/>
          <text variable="locator"/>
        </group>
      </group>
    </layout>
  </citation>
  <bibliography second-field-align="flush">
    <sort>
      <key variable="citation-number"/>
    </sort>
    <layout>
      <text variable="citation-number" suffix="] " prefix="["/>
      <group>
        <choose>
          <if type="book">
            <group delimiter=". " suffix=". ">
              <text macro="responsability"/>
              <text macro="title"/>
              <text macro="genre"/>
              <text macro="edition"/>
              <text macro="secondary-responsability"/>
              <group delimiter=" ">
                <group delimiter=", ">
                  <text macro="publisher-info"/>
                  <text macro="year-date"/>
                </group>
                <text macro="accessed"/>
              </group>
              <text macro="collection"/>
              <text macro="isbn"/>
            </group>
            <text macro="url"/>
          </if>
          <else-if type="map">
            <group delimiter=". " suffix=". ">
              <text macro="responsability"/>
              <group delimiter=" ">
                <group delimiter=". ">
                  <text macro="title"/>
                  <text macro="genre"/>
                  <text macro="scale"/>
                  <text macro="edition"/>
                  <text macro="secondary-responsability"/>
                  <text macro="publisher-info"/>
                  <text macro="collection"/>
                  <text macro="year-date"/>
                </group>
                <text macro="accessed"/>
              </group>
              <text macro="isbn"/>
            </group>
            <text macro="url"/>
          </else-if>
          <else-if type="article-journal article-magazine article-newspaper" match="any">
            <group delimiter=". " suffix=". ">
              <text macro="responsability"/>
              <text macro="title"/>
              <text macro="edition"/>
              <group delimiter=" ">
                <group delimiter=", ">
                  <text macro="year-date"/>
                  <text macro="issue"/>
                </group>
                <text macro="accessed"/>
              </group>
              <text macro="issn"/>
            </group>
            <text macro="url"/>
          </else-if>
          <else-if type="chapter entry entry-dictionary entry-encyclopedia" match="any">
            <group delimiter=". " suffix=". ">
              <text macro="responsability"/>
              <text macro="title"/>
              <text macro="edition"/>
              <group delimiter=", ">
                <text macro="publisher-info"/>
                <group delimiter=" ">
                  <text macro="year-date"/>
                  <text macro="accessed"/>
                </group>
                <text macro="collection"/>
                <text macro="page"/>
              </group>
              <text macro="isbn"/>
            </group>
            <text macro="url"/>
          </else-if>
          <else-if type="speech">
            <group delimiter=". " suffix=". ">
              <text macro="responsability"/>
              <text macro="title"/>
              <text macro="genre"/>
              <text macro="publisher-place"/>
              <group delimiter=" ">
                <text macro="date"/>
                <text macro="accessed"/>
              </group>
              <text macro="page"/>
            </group>
            <text macro="url"/>
          </else-if>
          <else-if type="paper-conference">
            <group delimiter=". " suffix=". ">
              <text macro="responsability"/>
              <text macro="title"/>
              <text macro="genre"/>
              <group delimiter=", ">
                <text macro="publisher-info"/>
                <group delimiter=" ">
                  <group delimiter=", ">
                    <text macro="year-date"/>
                    <text macro="page"/>
                  </group>
                  <text macro="accessed"/>
                </group>
              </group>
              <text macro="collection"/>
              <text macro="isbn"/>
            </group>
            <text macro="url"/>
          </else-if>
          <else-if type="thesis">
            <group delimiter=". " suffix=". ">
              <text macro="responsability"/>
              <text macro="title"/>
              <group delimiter=", ">
                <text macro="publisher-place"/>
                <group delimiter=" ">
                  <text macro="year-date"/>
                  <text macro="accessed"/>
                </group>
              </group>
              <text macro="genre"/>
              <text macro="publisher"/>
            </group>
            <text macro="url"/>
          </else-if>
          <else-if type="post-weblog post" match="any">
            <group delimiter=". " suffix=". ">
              <text macro="responsability"/>
              <text macro="title"/>
              <group delimiter=" ">
                <text macro="date"/>
                <text macro="accessed"/>
              </group>
            </group>
            <text macro="url"/>
          </else-if>
          <else-if type="webpage">
            <group delimiter=". " suffix=". ">
              <text macro="responsability"/>
              <text macro="title"/>
              <group delimiter=" ">
                <text macro="date"/>
                <text macro="accessed"/>
              </group>
            </group>
            <text macro="url"/>
          </else-if>
          <else-if type="broadcast motion_picture song" match="any">
            <group delimiter=". " suffix=". ">
              <text macro="responsability"/>
              <text macro="title"/>
              <text macro="medium"/>
              <text macro="publisher-info"/>
              <group delimiter=" ">
                <text macro="date"/>
                <text macro="accessed"/>
              </group>
              <text macro="collection"/>
              <text macro="isbn"/>
            </group>
            <text macro="url"/>
          </else-if>
          <else-if type="report" match="any">
            <group delimiter=". " suffix=". ">
              <text macro="responsability"/>
              <text macro="title"/>
              <text macro="edition"/>
              <text macro="genre"/>
              <text macro="number"/>
              <text macro="publisher-info"/>
              <group delimiter=" ">
                <text macro="year-date"/>
                <text macro="accessed"/>
              </group>
              <text macro="collection"/>
            </group>
            <text macro="url"/>
          </else-if>
          <else-if type="manuscript" match="any">
            <group delimiter=". " suffix=". ">
              <text macro="responsability"/>
              <text macro="title"/>
              <text macro="genre"/>
              <text macro="edition"/>
              <group delimiter=", ">
                <text macro="publisher-place"/>
                <group delimiter=" ">
                  <text macro="year-date"/>
                  <text macro="accessed"/>
                </group>
              </group>
              <text macro="collection"/>
            </group>
            <text macro="url"/>
          </else-if>
          <else-if type="patent">
            <group delimiter=". " suffix=". ">
              <text macro="responsability"/>
              <text macro="title"/>
              <text macro="number"/>
              <text macro="date"/>
              <text macro="publisher-place"/>
              <text macro="accessed"/>
              <text macro="collection"/>
            </group>
            <text macro="url"/>
          </else-if>
          <else>
            <group delimiter=". ">
              <text macro="responsability"/>
              <text macro="title"/>
              <text macro="medium"/>
              <text macro="genre"/>
              <text macro="edition"/>
              <text macro="publisher-info"/>
              <group delimiter=" ">
                <text macro="date"/>
                <text macro="accessed"/>
              </group>
              <text macro="collection"/>
              <text macro="page"/>
              <text macro="isbn"/>
              <text macro="url"/>
              <text macro="note"/>
            </group>
          </else>
        </choose>
      </group>
    </layout>
  </bibliography>
</style>
