<?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="sort-only" default-locale="en-US">
  <info>
    <title>Journal of Applied Polymer Science</title>
    <id>http://www.zotero.org/styles/journal-of-applied-polymer-science</id>
    <link href="http://www.zotero.org/styles/journal-of-applied-polymer-science" rel="self"/>
    <link href="https://onlinelibrary.wiley.com/page/journal/10974628/homepage/author-guidelines" rel="documentation"/>
    <author>
      <name>Patrick O'Brien</name>
    </author>
    <category citation-format="numeric"/>
    <category field="chemistry"/>
    <issn>0021-8995</issn>
    <eissn>1097-4628</eissn>
    <updated>2024-02-12T04:04:54+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="editor">
    <names variable="editor">
      <label form="short" text-case="capitalize-first" suffix=": "/>
      <name delimiter-precedes-last="always" initialize-with=". "/>
    </names>
  </macro>
  <macro name="author">
    <names variable="author">
      <name delimiter-precedes-last="always" initialize-with=". "/>
      <label form="short" prefix=", " text-case="capitalize-first"/>
    </names>
  </macro>
  <macro name="publisher">
    <group delimiter=": ">
      <text variable="publisher"/>
      <text variable="publisher-place"/>
    </group>
  </macro>
  <macro name="volume">
    <group delimiter=" ">
      <text term="volume" form="short" text-case="capitalize-first"/>
      <text variable="volume"/>
    </group>
  </macro>
  <macro name="series">
    <text variable="collection-title"/>
  </macro>
  <macro name="pages">
    <label strip-periods="true" suffix=" " variable="page" form="short"/>
    <text variable="page-first"/>
  </macro>
  <macro name="book-container">
    <text variable="container-title" font-style="italic"/>
  </macro>
  <macro name="issued">
    <date variable="issued" delimiter=" ">
      <date-part name="year" font-weight="bold"/>
    </date>
  </macro>
  <macro name="full-issued">
    <date variable="issued" delimiter=" ">
      <date-part name="month" form="long" suffix=" "/>
      <date-part name="day" suffix=", "/>
      <date-part name="year"/>
    </date>
  </macro>
  <macro name="edition">
    <choose>
      <if is-numeric="edition">
        <group delimiter=" ">
          <number variable="edition" form="ordinal"/>
          <text term="edition" form="short"/>
        </group>
      </if>
      <else>
        <text variable="edition" suffix="."/>
      </else>
    </choose>
  </macro>
  <citation collapse="citation-number">
    <sort>
      <key variable="citation-number"/>
    </sort>
    <layout delimiter="," vertical-align="sup">
      <text variable="citation-number"/>
    </layout>
  </citation>
  <bibliography second-field-align="margin" entry-spacing="0">
    <layout suffix=".">
      <text variable="citation-number" prefix="[" suffix="]"/>
      <group delimiter=", ">
        <text macro="author"/>
        <choose>
          <if type="article-magazine">
            <group delimiter=" ">
              <text variable="container-title" font-style="italic" form="short" suffix="."/>
              <text macro="edition"/>
              <text macro="publisher"/>
              <text macro="full-issued" suffix=","/>
              <text macro="pages"/>
            </group>
          </if>
          <else-if type="thesis">
            <group delimiter=", ">
              <text variable="genre" font-style="italic"/>
              <group delimiter=" ">
                <text variable="publisher"/>
                <text macro="issued"/>
              </group>
            </group>
          </else-if>
          <else-if type="bill book graphic legal_case legislation motion_picture report song" match="any">
            <group delimiter=", ">
              <text variable="title" font-style="italic"/>
              <text macro="editor" prefix=" "/>
              <text macro="series"/>
              <text macro="edition"/>
              <group delimiter=", ">
                <text macro="publisher"/>
                <text macro="issued"/>
              </group>
              <group delimiter=", ">
                <text macro="volume"/>
                <text macro="pages"/>
              </group>
            </group>
          </else-if>
          <else-if type="chapter paper-conference" match="any">
            <group delimiter=", ">
              <group delimiter=" ">
                <text term="in"/>
                <text macro="book-container"/>
                <text macro="editor" prefix="(" suffix=")"/>
              </group>
              <text macro="series"/>
              <group delimiter=", ">
                <text macro="publisher"/>
                <text macro="issued"/>
              </group>
              <group delimiter=", ">
                <text macro="volume"/>
                <text macro="pages"/>
              </group>
            </group>
          </else-if>
          <else-if type="article-journal">
            <group delimiter=" ">
              <text variable="container-title" font-style="italic" form="short"/>
              <group delimiter=", ">
                <text macro="issued" font-weight="bold"/>
                <text variable="volume" font-style="italic"/>
                <text variable="page-first" form="short"/>
              </group>
            </group>
          </else-if>
          <else-if type="webpage post-weblog" match="any">
            <group delimiter=". ">
              <group delimiter=". ">
                <text variable="title"/>
                <text variable="container-title" form="short" font-style="italic"/>
              </group>
              <group delimiter=" ">
                <text variable="URL"/>
                <group delimiter=" " prefix="(" suffix=")">
                  <text term="accessed"/>
                  <date form="text" variable="accessed"/>
                </group>
              </group>
            </group>
          </else-if>
          <else>
            <group delimiter=" ">
              <group delimiter=". ">
                <text variable="title"/>
                <text variable="container-title" font-style="italic" form="short"/>
              </group>
              <group delimiter=", ">
                <text macro="issued" font-weight="bold"/>
                <text variable="volume" font-style="italic"/>
                <text variable="page"/>
              </group>
            </group>
          </else>
        </choose>
      </group>
    </layout>
  </bibliography>
</style>
