<?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="never">
  <info>
    <title>No Title</title>
    <id>http://csl.mendeley.com/styles/718847231/WRM-3</id>
    <updated>2025-09-26T00:00:35+00:00</updated>
  </info>
  <macro name="Title">
    <text variable="title" font-weight="bold" suffix="[BREAK]"/>
  </macro>
  <macro name="Name">
    <names variable="author">
      <name form="short" delimiter="" suffix=". " et-al-min="1" et-al-use-first="1" initialize="false" sort-separator=""/>
    </names>
  </macro>
  <macro name="Issued">
    <date date-parts="year" form="text" variable="issued"/>
  </macro>
  <macro name="Publisher">
    <text variable="container-title" suffix=", "/>
  </macro>
  <macro name="Locator">
    <group>
      <text term="volume" form="short" suffix=" "/>
      <number suffix=", " variable="volume"/>
    </group>
    <group>
      <text term="issue" form="short"/>
      <number prefix=" " suffix=".[BREAK]" variable="issue"/>
    </group>
  </macro>
  <macro name="Access">
    <choose>
      <if match="any" variable="DOI">
        <text variable="DOI" prefix="https://doi.org/"/>
      </if>
      <else-if match="any" variable="URL">
        <text variable="URL"/>
      </else-if>
    </choose>
  </macro>
  <citation>
    <layout font-weight="bold">
      <group>
        <text macro="Title" font-weight="normal"/>
        <text variable="abstract" suffix="[BREAK]"/>
        <text macro="Name"/>
        <text macro="Issued" font-variant="normal" suffix=".[BREAK]"/>
        <text macro="Publisher"/>
        <text macro="Locator"/>
        <text value="Keywords:" suffix=" [BREAK]"/>
        <text value="User License: " suffix="[BREAK]"/>
        <text macro="Access" prefix="Link: "/>
      </group>
    </layout>
  </citation>
  <bibliography>
    <layout/>
  </bibliography>
</style>
