<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" demote-non-dropping-particle="sort-only" version="1.0" class="in-text" default-locale="en-GB">
  <info>
    <title>Restoration Ecology</title>
    <id>http://www.zotero.org/styles/restoration-ecology</id>
    <link href="http://www.zotero.org/styles/restoration-ecology" rel="self"/>
    <link href="https://onlinelibrary.wiley.com/page/journal/1526100x/homepage/forauthors.html" rel="documentation"/>
    <author>
      <name>Caitlin Rottler</name>
      <email>caitlin.m.rottler@gmail.com</email>
    </author>
    <contributor>
      <name>Patrick O'Brien</name>
    </contributor>
    <category citation-format="author-date"/>
    <category field="biology"/>
    <eissn>1526-100X</eissn>
    <updated>2026-01-03T21:21:12+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">
      <name initialize-with="" sort-separator=", " name-as-sort-order="all" delimiter=", " and="symbol">
        <name-part name="family" text-case="capitalize-first"/>
        <name-part name="given" text-case="capitalize-first"/>
      </name>
      <label form="short" prefix=" (" suffix=")"/>
    </names>
  </macro>
  <macro name="series-editor">
    <names variable="original-author">
      <label text-case="capitalize-first" form="short" suffix=" "/>
      <name delimiter=", " and="symbol"/>
    </names>
  </macro>
  <macro name="author">
    <names variable="author">
      <name initialize-with="" sort-separator=" " name-as-sort-order="all" delimiter-precedes-last="always"/>
      <label form="short" prefix=" (" suffix=")"/>
      <substitute>
        <names variable="editor"/>
        <names variable="translator"/>
        <text variable="title"/>
      </substitute>
    </names>
  </macro>
  <macro name="author-short">
    <names variable="author">
      <name delimiter=", " and="symbol" form="short" delimiter-precedes-last="never"/>
      <substitute>
        <names variable="editor"/>
        <names variable="translator"/>
      </substitute>
    </names>
  </macro>
  <macro name="title">
    <choose>
      <if match="any" type="bill book graphic legal_case legislation motion_picture report song">
        <text variable="title" font-style="normal"/>
      </if>
      <else>
        <text variable="title"/>
      </else>
    </choose>
  </macro>
  <macro name="publisher">
    <group delimiter=", ">
      <text variable="publisher"/>
      <text variable="publisher-place"/>
    </group>
  </macro>
  <macro name="year-date">
    <date variable="issued">
      <date-part name="year"/>
    </date>
  </macro>
  <macro name="day-month">
    <date variable="issued">
      <date-part name="month"/>
      <date-part name="day" prefix=" "/>
    </date>
  </macro>
  <macro name="page">
    <label text-case="capitalize-first" suffix=" " variable="page"/>
    <text variable="page" form="short"/>
  </macro>
  <macro name="edition">
    <choose>
      <if is-numeric="edition">
        <group delimiter=" ">
          <number variable="edition" form="ordinal"/>
          <text form="short" term="edition"/>
        </group>
      </if>
      <else>
        <text variable="edition" suffix="."/>
      </else>
    </choose>
  </macro>
  <macro name="access">
    <choose>
      <if match="any" variable="DOI"/>
      <else-if type="webpage post post-weblog" match="any">
        <group delimiter=" ">
          <text variable="URL"/>
          <group delimiter=" " prefix="(" suffix=")">
            <text term="accessed"/>
            <date form="text" variable="accessed"/>
          </group>
        </group>
      </else-if>
    </choose>
  </macro>
  <macro name="volumes">
    <group delimiter=" ">
      <label variable="volume" form="short" text-case="capitalize-first"/>
      <text variable="volume"/>
    </group>
  </macro>
  <citation collapse="year" disambiguate-add-givenname="true" disambiguate-add-names="true" disambiguate-add-year-suffix="true" et-al-min="3" et-al-use-first="1">
    <layout delimiter="; " prefix="(" suffix=")">
      <group delimiter=", ">
        <group delimiter=" ">
          <text macro="author-short"/>
          <text macro="year-date"/>
        </group>
        <text variable="locator"/>
      </group>
    </layout>
  </citation>
  <bibliography line-spacing="2" hanging-indent="true">
    <sort>
      <key macro="author"/>
      <key variable="title"/>
    </sort>
    <layout>
      <group delimiter=" ">
        <text macro="author"/>
        <text prefix="(" suffix=")" macro="year-date"/>
        <text prefix=" " suffix="." macro="title"/>
        <choose>
          <if match="any" type="article-newspaper article-magazine">
            <group delimiter=", " prefix=" ">
              <text variable="container-title"/>
              <text macro="day-month"/>
              <text variable="edition"/>
            </group>
          </if>
          <else-if type="thesis">
            <group delimiter=", " prefix=" ">
              <text macro="edition"/>
              <text suffix="." macro="editor"/>
              <text variable="genre"/>
              <text macro="publisher"/>
            </group>
          </else-if>
          <else-if match="any" type="bill book graphic legal_case legislation motion_picture report song">
            <group delimiter=". ">
              <text macro="edition"/>
              <text macro="volumes"/>
              <text macro="publisher"/>
            </group>
          </else-if>
          <else-if match="any" type="chapter paper-conference">
            <group delimiter=". ">
              <text prefix=" " macro="page"/>
              <group delimiter=" ">
                <group delimiter=": ">
                  <text term="in" text-case="capitalize-first"/>
                  <text macro="editor" prefix=" "/>
                </group>
                <text variable="container-title" suffix="."/>
              </group>
              <text variable="collection-title"/>
              <text macro="volumes"/>
              <text macro="series-editor"/>
              <text prefix=" " macro="publisher"/>
            </group>
          </else-if>
          <else>
            <group suffix=".">
              <text prefix=" " macro="editor"/>
              <group delimiter=" " prefix=" ">
                <text variable="container-title"/>
                <group delimiter=":">
                  <text variable="volume"/>
                  <text variable="page" form="short"/>
                  <choose>
                    <if match="none" variable="page volume">
                      <text term="in press" text-case="capitalize-first" prefix="(" suffix=")"/>
                    </if>
                  </choose>
                </group>
              </group>
            </group>
          </else>
        </choose>
      </group>
      <text macro="access" prefix=". "/>
    </layout>
  </bibliography>
</style>
