<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" name-delimiter="; " et-al-min="6" initialize="false" names-delimiter="" demote-non-dropping-particle="sort-only" default-locale="hr">
  <info>
    <title>FAMENA 2026</title>
    <title-short>FAMENA</title-short>
    <id>http://csl.mendeley.com/styles/618552121/FAMENA-2060</id>
    <contributor>
      <name>FSB</name>
      <uri/>
    </contributor>
    <category citation-format="numeric"/>
    <category field="engineering"/>
    <updated>2026-02-18T12:31:35+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>
  <macro name="author">
    <names variable="author">
      <name delimiter="; " delimiter-precedes-et-al="never" delimiter-precedes-last="always" et-al-min="4" initialize-with="." name-as-sort-order="all"/>
      <substitute>
        <names variable="editor" font-style="normal">
          <name name-as-sort-order="all"/>
          <label form="short" prefix=", " suffix="."/>
        </names>
      </substitute>
    </names>
  </macro>
  <macro name="edition">
    <choose>
      <if variable="edition">
        <group delimiter=" " suffix=".">
          <number variable="edition" form="ordinal"/>
          <text term="edition" form="short" strip-periods="true"/>
        </group>
      </if>
    </choose>
  </macro>
  <macro name="date">
    <choose>
      <if type="article-journal article article-magazine article-newspaper paper-conference chapter" match="any">
        <choose>
          <if match="all" variable="issued">
            <date date-parts="year" form="text" variable="issued" font-weight="bold" prefix=" "/>
          </if>
          <else>
            <text term="in press" font-weight="bold"/>
          </else>
        </choose>
      </if>
      <else>
        <date date-parts="year" form="text" variable="issued" suffix=" "/>
      </else>
    </choose>
  </macro>
  <macro name="publisher">
    <group>
      <text variable="publisher-place" suffix=": "/>
      <text variable="publisher" suffix="; "/>
    </group>
  </macro>
  <macro name="title">
    <choose>
      <if type="book">
        <group delimiter=". " suffix=". ">
          <text variable="title" font-style="normal"/>
          <text macro="edition"/>
        </group>
      </if>
      <else-if type="thesis" match="any">
        <group>
          <text variable="title"/>
          <text value="Doktorski rad" prefix=" [" suffix="]. "/>
        </group>
      </else-if>
      <else>
        <text variable="title" font-style="normal" suffix=". "/>
      </else>
    </choose>
  </macro>
  <macro name="accessed-date">
    <choose>
      <if match="any" variable="URL">
        <group>
          <text term="online" text-case="capitalize-first" prefix=" [" suffix="]. "/>
          <group>
            <text term="available at" text-case="capitalize-first" suffix=": "/>
            <text variable="URL" suffix=". "/>
          </group>
          <group>
            <text term="accessed" text-case="capitalize-first" suffix=": "/>
            <date form="text" variable="accessed"/>
          </group>
        </group>
      </if>
    </choose>
  </macro>
  <macro name="page">
    <choose>
      <if match="any" variable="page">
        <text variable="page" suffix="."/>
      </if>
    </choose>
  </macro>
  <macro name="volume">
    <choose>
      <if match="any" variable="volume">
        <text variable="volume"/>
      </if>
    </choose>
  </macro>
  <macro name="issue">
    <choose>
      <if match="any" variable="issue">
        <text variable="issue" prefix="(" suffix="):"/>
      </if>
    </choose>
  </macro>
  <citation collapse="citation-number">
    <sort>
      <key variable="citation-number"/>
    </sort>
    <layout prefix="[" suffix="]" delimiter=", ">
      <text variable="citation-number" form="short"/>
    </layout>
  </citation>
  <bibliography et-al-min="4" et-al-use-first="4" second-field-align="flush">
    <sort>
      <key variable="citation-number"/>
    </sort>
    <layout>
      <text variable="citation-number" prefix="[" suffix="]"/>
      <text macro="author" suffix=". "/>
      <group delimiter=" ">
        <text macro="title"/>
      </group>
      <choose>
        <if type="chapter paper-conference" match="any">
          <group delimiter=" ">
            <text term="in" text-case="capitalize-first" suffix=":"/>
            <names variable="editor" delimiter=",">
              <name delimiter="; " delimiter-precedes-last="always" initialize-with="" name-as-sort-order="all"/>
              <label form="short" text-case="capitalize-first" strip-periods="true" prefix=", " suffix="."/>
            </names>
            <group delimiter=" ">
              <text variable="container-title" font-style="italic" suffix="."/>
              <group delimiter=" ">
                <text macro="edition"/>
              </group>
            </group>
            <text macro="publisher"/>
          </group>
          <group suffix=". ">
            <text macro="date" font-weight="bold" prefix=" "/>
          </group>
          <text macro="page"/>
          <text variable="DOI" prefix=" DOI: "/>
          <text macro="accessed-date"/>
        </if>
        <else-if type="thesis">
          <group>
            <text variable="genre"/>
            <text macro="publisher"/>
            <date form="text" variable="issued" font-weight="bold"/>
            <text macro="accessed-date"/>
          </group>
        </else-if>
        <else-if type="book" match="all">
          <group>
            <choose>
              <if match="any" variable="volume">
                <text term="volume" form="short" text-case="capitalize-first" prefix=" " suffix=". "/>
                <text variable="volume" suffix=". "/>
              </if>
            </choose>
          </group>
          <group>
            <text macro="publisher"/>
            <group>
              <text macro="date" strip-periods="false" font-weight="bold"/>
            </group>
            <text macro="accessed-date"/>
          </group>
        </else-if>
        <else-if type="article article-journal" match="any">
          <group>
            <text variable="container-title" font-style="italic" suffix="."/>
            <group suffix=";">
              <text macro="date" font-weight="bold"/>
            </group>
            <text macro="volume"/>
            <text macro="issue"/>
            <text macro="page"/>
            <text variable="DOI" prefix=" DOI: "/>
            <text macro="accessed-date"/>
          </group>
        </else-if>
        <else>
          <group>
            <text variable="container-title" strip-periods="true" suffix=". "/>
            <group>
              <text macro="date" font-weight="bold"/>
            </group>
            <text macro="volume"/>
            <text macro="issue"/>
            <text macro="page"/>
            <text variable="DOI" prefix=" DOI: "/>
            <text macro="accessed-date"/>
          </group>
        </else>
      </choose>
    </layout>
  </bibliography>
</style>
