>>===== MODE =====>>
bibliography
<<===== MODE =====<<



>>===== RESULT =====>>
<div class="csl-bib-body">
  <div class="csl-entry">Roe, Doe, … Aogh, Book A</div>
  <div class="csl-entry">Roe, Doe, … Bogh, Book A</div>
  <div class="csl-entry">Roe, Doe, … Gogh, Book A</div>
</div>
<<===== RESULT =====<<


>>===== CSL =====>>
<style 
      xmlns="http://purl.org/net/xbiblio/csl"
      class="note"
      version="1.0">
  <info>
    <id />
    <title />
    <updated>2009-08-10T04:49:00+09:00</updated>
  </info>
  <macro name="author-name">
    <names variable="author">
      <name form="short"/>
    </names>
  </macro>
  <citation>
    <layout>
        <text value="Ignore me"/>
    </layout>
  </citation>
  <bibliography
		 et-al-use-last="true" 
		 et-al-min="4" 
		 et-al-use-first="2">
    <sort>
      <key macro="author-name"/>
    </sort>
    <layout>
      <text macro="author-name"/>
      <text variable="title" prefix=", "/>
    </layout>
  </bibliography>
</style>
<<===== CSL =====<<


>>===== INPUT =====>>
[
    {
        "author": [
            {
                "family": "Roe",
                "given": "Jane"
            },
            {
                "family": "Doe",
                "given": "John"
            },
            {
                "family": "Blow",
                "given": "Joe"
            },
            {
                "family": "Snow",
                "given": "John"
            },
            {
                "family": "Gogh",
                "given": "Vincent"
            }
        ],
        "id": "ITEM-1",
        "title": "Book A",
        "type": "book"
    },
    {
        "author": [
            {
                "family": "Roe",
                "given": "Jane"
            },
            {
                "family": "Doe",
                "given": "John"
            },
            {
                "family": "Blow",
                "given": "Joe"
            },
            {
                "family": "Snow",
                "given": "John"
            },
            {
                "family": "Bogh",
                "given": "Vincent"
            }
        ],
        "id": "ITEM-2",
        "title": "Book A",
        "type": "book"
    },
    {
        "author": [
            {
                "family": "Roe",
                "given": "Jane"
            },
            {
                "family": "Doe",
                "given": "John"
            },
            {
                "family": "Blow",
                "given": "Joe"
            },
            {
                "family": "Snow",
                "given": "John"
            },
            {
                "family": "Aogh",
                "given": "Vincent"
            }
        ],
        "id": "ITEM-3",
        "title": "Book A",
        "type": "book"
    }
]
<<===== INPUT =====<<


>>===== VERSION =====>>
1.0
<<===== VERSION =====<<

