<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" default-locale="en-US">
  <info>
    <title>Journal of Advanced Research in Natural and Applied Sciences</title>
    <title-short>JARNAS</title-short>
    <id>https://csl.mendeley.com/styles/jarnas-updated-2026</id>
    <issnl>2757-5195</issnl>
    <updated>2026-02-11T17:00:07+00:00</updated>
    <rights>This work is open use</rights>
  </info>
  <macro name="author">
    <names variable="author" et-al-min="11" et-al-use-first="9" delimiter=", ">
      <name initialize-with=". "/>
      <et-al font-style="italic">...</et-al>
    </names>
  </macro>
  <macro name="year">
    <choose>
      <if variable="issued">
        <date variable="issued">
          <date-part name="year"/>
        </date>
      </if>
      <else>
        <text value="accepted"/>
      </else>
    </choose>
  </macro>
  <macro name="title">
    <text variable="title" font-style="italic"/>
  </macro>
  <macro name="journal">
    <group delimiter=" ">
      <text variable="container-title"/>
      <text variable="volume"/>
      <group prefix="(" suffix=")">
        <text variable="issue"/>
      </group>
      <group prefix="(" suffix=")">
        <text macro="year"/>
      </group>
    </group>
  </macro>
  <macro name="pages">
    <choose>
      <if variable="page">
        <text variable="page"/>
      </if>
      <else-if variable="number">
        <text variable="number"/>
      </else-if>
    </choose>
  </macro>
  <macro name="publisher">
    <group delimiter=", ">
      <text variable="publisher"/>
      <text variable="publisher-place"/>
      <text macro="year"/>
    </group>
  </macro>
  <macro name="edition">
    <choose>
      <if variable="edition">
        <group delimiter=" ">
          <text variable="edition"/>
          <text term="edition" form="short"/>
        </group>
      </if>
    </choose>
  </macro>
  <macro name="thesis">
    <group delimiter=", ">
      <text variable="genre"/>
      <text variable="publisher"/>
      <text macro="year"/>
      <text variable="publisher-place"/>
    </group>
  </macro>
  <macro name="url">
    <group delimiter=", ">
      <text variable="URL"/>
      <date variable="accessed" prefix="Accessed ">
        <date-part name="day"/>
        <date-part name="month" form="short"/>
        <date-part name="year"/>
      </date>
    </group>
  </macro>
  <citation>
    <layout>
      <text variable="citation-number" prefix="[" suffix="]"/>
    </layout>
  </citation>
  <bibliography et-al-min="11" et-al-use-first="9">
    <layout suffix=".">
      <text variable="citation-number" prefix="[" suffix="] "/>
      <text macro="author" suffix=", "/>
      <text macro="title" suffix=", "/>
      <choose>
        <if type="article-journal">
          <text macro="journal" suffix=" "/>
          <text macro="pages"/>
        </if>
        <else-if type="book">
          <text macro="edition" suffix=", "/>
          <text macro="publisher"/>
        </else-if>
        <else-if type="chapter">
          <text variable="container-title" suffix=", "/>
          <text macro="publisher"/>
        </else-if>
        <else-if type="thesis">
          <text macro="thesis"/>
        </else-if>
        <else-if type="report">
          <text macro="year" suffix=", "/>
          <text macro="url"/>
        </else-if>
        <else>
          <text macro="year" suffix=", "/>
          <text macro="url"/>
        </else>
      </choose>
    </layout>
  </bibliography>
</style>
