<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" default-locale="en-GB" class="in-text" version="1.0" demote-non-dropping-particle="sort-only" page-range-format="expanded">
  <info>
    <title>Reproduction</title>
    <id>http://www.zotero.org/styles/reproduction</id>
    <link href="http://www.zotero.org/styles/reproduction" rel="self"/>
    <link href="http://www.zotero.org/styles/journal-of-molecular-endocrinology" rel="template"/>
    <link href="http://www.reproduction-online.org/site/misc/For-Authors.xhtml#refs" rel="documentation"/>
    <author>
      <name>Sebastian Karcher</name>
    </author>
    <category citation-format="author-date"/>
    <category field="biology"/>
    <issn>1470-1626</issn>
    <eissn>1741-7899</eissn>
    <summary>Style for the Journal of Molecular Endocrinology</summary>
    <published>2012-01-17T21:01:24+00:00</published>
    <updated>2013-11-04T07:11:04+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="author-short">
    <names variable="author">
      <name form="short" and="text" delimiter-precedes-last="never" et-al-min="3" et-al-use-first="1"/>
      <et-al font-style="italic"/>
      <substitute>
        <names variable="editor"/>
        <names variable="translator"/>
        <choose>
          <if type="book graphic legal_case motion_picture report song" match="any">
            <text variable="title" form="short" font-style="italic"/>
          </if>
          <else>
            <text variable="title" form="short" quotes="true"/>
          </else>
        </choose>
      </substitute>
    </names>
  </macro>
  <macro name="author">
    <names variable="author">
      <name name-as-sort-order="all" sort-separator=" " initialize-with="" and="text" delimiter-precedes-last="never" delimiter-precedes-et-al="never"/>
      <et-al font-style="italic"/>
      <substitute>
        <names variable="editor"/>
        <names variable="translator"/>
        <choose>
          <if type="book graphic legal_case motion_picture report song" match="any">
            <text variable="title" form="short" font-style="italic"/>
          </if>
          <else>
            <text variable="title" form="short" quotes="true"/>
          </else>
        </choose>
      </substitute>
    </names>
  </macro>
  <macro name="author-count">
    <names variable="author">
      <name form="count"/>
    </names>
  </macro>
  <macro name="title">
    <choose>
      <if type="book graphic legal_case motion_picture report song" match="any">
        <text variable="title" font-style="italic" text-case="title"/>
      </if>
      <else>
        <text variable="title"/>
      </else>
    </choose>
  </macro>
  <macro name="container">
    <choose>
      <if type="article article-journal article-magazine article-newspaper" match="any">
        <text variable="container-title" font-style="italic" text-case="title"/>
      </if>
      <else-if type="book" match="none">
        <group delimiter=" ">
          <text term="in" text-case="capitalize-first"/>
          <text variable="container-title" font-style="italic" text-case="title"/>
        </group>
      </else-if>
    </choose>
  </macro>
  <macro name="secondary-contributors">
    <names variable="editor">
      <label form="short" text-case="capitalize-first" suffix=" " strip-periods="true"/>
      <name sort-separator=" " initialize-with="" and="text" delimiter-precedes-last="never"/>
      <et-al font-style="italic"/>
    </names>
  </macro>
  <macro name="year-issued">
    <date variable="issued">
      <date-part name="year"/>
    </date>
  </macro>
  <macro name="publisher">
    <group delimiter=": ">
      <text variable="publisher-place"/>
      <text variable="publisher"/>
    </group>
  </macro>
  <macro name="edition">
    <choose>
      <if is-numeric="edition">
        <group delimiter=" ">
          <number variable="edition" form="ordinal"/>
          <text term="edition" form="short" strip-periods="true"/>
        </group>
      </if>
      <else>
        <text variable="edition"/>
      </else>
    </choose>
  </macro>
  <macro name="locators">
    <choose>
      <if type="article article-journal article-magazine article-newspaper" match="any">
        <group delimiter=" ">
          <text variable="volume" font-weight="bold"/>
          <text variable="page"/>
        </group>
      </if>
      <else-if type="book" match="none">
        <group delimiter=", ">
          <text macro="edition"/>
          <group>
            <label variable="page" form="short" suffix=" " strip-periods="true"/>
            <text variable="page"/>
          </group>
        </group>
      </else-if>
    </choose>
  </macro>
  <citation disambiguate-add-year-suffix="true" collapse="year-suffix-ranged" year-suffix-delimiter=", ">
    <sort>
      <key macro="year-issued"/>
      <key macro="author-short"/>
    </sort>
    <layout prefix="(" suffix=")" delimiter="; ">
      <group delimiter=", ">
        <text macro="author-short"/>
        <text macro="year-issued"/>
      </group>
    </layout>
  </citation>
  <bibliography hanging-indent="true" et-al-min="11" et-al-use-first="10">
    <sort>
      <key macro="author-short" names-min="1" names-use-first="1"/>
      <key macro="author-count" names-min="3" names-use-first="3"/>
      <key macro="author-short" names-min="3" names-use-first="1"/>
      <key macro="year-issued"/>
    </sort>
    <layout>
      <group suffix=".">
        <group delimiter=" ">
          <text macro="author" font-weight="bold"/>
          <text macro="year-issued" prefix="(" suffix=")"/>
          <text macro="title"/>
        </group>
        <choose>
          <if type="article article-journal article-magazine article-newspaper" match="any">
            <group prefix=". " delimiter=" ">
              <text macro="container"/>
              <text macro="locators"/>
            </group>
          </if>
          <else-if type="book">
            <text macro="publisher" prefix=". "/>
          </else-if>
          <else>
            <group delimiter=". " prefix=". ">
              <group delimiter=", ">
                <text macro="container"/>
                <text macro="locators"/>
              </group>
              <text macro="secondary-contributors"/>
              <text macro="publisher"/>
            </group>
          </else>
        </choose>
      </group>
    </layout>
  </bibliography>
</style>
