>>===== MODE =====>>
citation
<<===== MODE =====<<

>>===== OPTIONS =====>>
{
    "spoof_institutional_affiliations": true
}
<<===== OPTIONS =====<<



>>===== RESULT =====>>
Richard Noakes is singular; John Doe and Jane Roe are plural; Jane Roe with Big Co. are plural; Jane Roe, Big Co. is singular
<<===== RESULT =====<<


>>===== CSL =====>>
<style 
      xmlns="http://purl.org/net/xbiblio/csl"
      class="note"
      version="1.1mlz1">
  <info>
    <title>Test fixture</title>
    <id>http://citationstyles.org/tests/fixture</id>
    <link href="http://citationstyles.org/tests/fixture" rel="self"/>
    <link href="http://citationstyles.org/documentation/text" rel="documentation"/>
    <category citation-format="author-date"/>
    <updated>2014-04-30T13:19:38+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>
  <citation>
    <layout delimiter="; ">
      <group delimiter=" ">
        <names variable="author">
          <name and="text"/>
          <institution/>
        </names>
        <choose>
          <if is-plural="author">
            <text value="are plural"/>
          </if>
          <else>
            <text value="is singular"/>
          </else>
        </choose>
      </group>
    </layout>
  </citation>
</style>
<<===== CSL =====<<


>>===== INPUT =====>>
[
    {
        "author": [
            {
                "family": "Noakes",
                "given": "Richard"
            }
        ], 
        "id": "ITEM-1", 
        "type": "book"
    },
    {
        "author": [
            {
                "family": "Doe",
                "given": "John"
            },
            {
                "family": "Roe",
                "given": "Jane"
            }
        ], 
        "id": "ITEM-2", 
        "type": "book"
    },
    {
        "author": [
            {
                "family": "Big Co.",
                "isInstitution": true
            },
            {
                "family": "Roe",
                "given": "Jane"
            }
        ], 
        "id": "ITEM-3", 
        "type": "book"
    },
    {
        "author": [
            {
                "family": "Roe",
                "given": "Jane"
            },
            {
                "family": "Big Co.",
                "isInstitution": true
            }
        ], 
        "id": "ITEM-4", 
        "type": "book"
    }
]
<<===== INPUT =====<<
