<?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>Microbial Ecology</title>
    <id>http://www.zotero.org/styles/microbial-ecology</id>
    <link href="http://www.zotero.org/styles/microbial-ecology" rel="self"/>
    <author>
      <name>Kai F. Hung</name>
      <email>khung@eiu.edu</email>
    </author>
    <contributor>
      <name>Michael Berkowitz</name>
      <email>mberkowi@gmu.edu</email>
    </contributor>
    <category field="biology"/>
    <category citation-format="numeric"/>
    <issn>0095-3628</issn>
    <issn>1432-184X</issn>
    <updated>2012-04-03T13:46:03+00:00</updated>
    <rights>This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License: http://creativecommons.org/licenses/by-sa/3.0/</rights>
  </info>
  <locale xml:lang="en">
    <terms>
      <term name="no date" form="long">date unknown</term>
    </terms>
  </locale>
  <macro name="author">
    <names variable="author">
      <name sort-separator=" " initialize-with="" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always"/>
      <label form="long" prefix=", " suffix="." text-case="lowercase"/>
      <substitute>
        <names variable="editor"/>
        <names variable="translator"/>
      </substitute>
    </names>
  </macro>
  <macro name="editor">
    <names variable="editor">
      <name sort-separator=" " initialize-with="" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always"/>
      <label form="short" prefix=" (" suffix=") " text-case="lowercase" strip-periods="true"/>
    </names>
  </macro>
  <macro name="publisher">
    <text variable="publisher" suffix=", "/>
    <text variable="publisher-place"/>
  </macro>
  <macro name="date">
    <choose>
      <if variable="issued">
        <choose>
          <if type="article-journal">
            <date variable="issued">
              <date-part name="year" suffix=""/>
            </date>
          </if>
          <else>
            <date variable="issued">
              <date-part name="year" suffix=""/>
            </date>
          </else>
        </choose>
      </if>
      <else>
        <text term="no date" prefix="[" suffix="]"/>
      </else>
    </choose>
  </macro>
  <macro name="accessed-date">
    <text term="accessed" text-case="capitalize-first"/>
    <date variable="accessed" prefix=" " suffix="">
      <date-part name="day"/>
      <date-part name="month" prefix=" " form="short" strip-periods="true"/>
      <date-part name="year" prefix=" "/>
    </date>
  </macro>
  <macro name="access">
    <choose>
      <if variable="DOI">
        <text variable="DOI" prefix=". doi:"/>
      </if>
      <else-if variable="URL">
        <text variable="URL"/>
        <text macro="accessed-date" prefix=". "/>
      </else-if>
    </choose>
  </macro>
  <macro name="title">
    <group delimiter=" ">
      <text variable="title"/>
    </group>
  </macro>
  <macro name="edition">
    <choose>
      <if is-numeric="edition">
        <group delimiter=" ">
          <number variable="edition" form="ordinal"/>
          <text term="edition" form="short" suffix="." strip-periods="true"/>
        </group>
      </if>
      <else>
        <text variable="edition" suffix="."/>
      </else>
    </choose>
  </macro>
  <citation collapse="citation-number">
    <sort>
      <key variable="citation-number"/>
    </sort>
    <layout prefix="[" suffix="]" delimiter=", ">
      <text variable="citation-number"/>
    </layout>
  </citation>
  <bibliography et-al-min="6" et-al-use-first="1" second-field-align="flush" entry-spacing="0">
    <layout>
      <text variable="citation-number" suffix=". "/>
      <text macro="author"/>
      <text macro="date" prefix=" (" suffix=") "/>
      <text macro="title" suffix=". "/>
      <choose>
        <if type="bill book graphic legal_case legislation motion_picture report song" match="any">
          <text macro="edition" prefix=", " suffix=" edn."/>
          <text macro="publisher" prefix=" " suffix="."/>
        </if>
        <else-if type="chapter paper-conference" match="any">
          <group prefix=" " suffix=". ">
            <text term="in" suffix=": " text-case="capitalize-first"/>
            <text macro="editor"/>
            <text variable="container-title"/>
          </group>
          <text macro="edition" prefix=" " suffix=" "/>
          <text macro="publisher" prefix=" " suffix=","/>
          <text variable="page" prefix=" pp "/>
        </else-if>
        <else>
          <text variable="container-title" suffix=" " form="short" strip-periods="true"/>
          <text variable="volume" suffix=": "/>
          <text variable="page"/>
        </else>
      </choose>
      <text macro="access"/>
    </layout>
  </bibliography>
</style>

