bugreports_AsaSpacing.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "abbreviations": false,
  3. "bibentries": false,
  4. "bibsection": false,
  5. "citation_items": false,
  6. "citations": false,
  7. "csl": "<style \n xmlns=\"http://purl.org/net/xbiblio/csl\"\n class=\"note\"\n version=\"1.0\"><info>\n <id />\n <title />\n <updated>2009-08-10T04:49:00+09:00</updated></info><locale>\n <style-options punctuation-in-quote=\"true\"/></locale><macro name=\"title\">\n <text variable=\"title\" quotes=\"true\"/> \n </macro><citation>\n <layout>\n <text value=\"bogus\"/>\n </layout></citation><bibliography>\n <layout>\n <group delimiter=\" \">\n <text macro=\"title\" suffix=\".\"/>\n <text value=\"Some text string\"/>\n </group>\n </layout></bibliography></style>",
  8. "input": [
  9. {
  10. "author": [
  11. {
  12. "family": "Doe",
  13. "given": "John"
  14. }
  15. ],
  16. "container-title": "His Anonymous Book",
  17. "id": "ITEM-1",
  18. "issued": {
  19. "date-parts": [
  20. [
  21. "1965",
  22. "6",
  23. "1"
  24. ]
  25. ]
  26. },
  27. "page": "100",
  28. "title": "His Anonymous Chapter",
  29. "type": "chapter"
  30. }
  31. ],
  32. "mode": "bibliography",
  33. "result": "<div class=\"csl-bib-body\"><div class=\"csl-entry\">“His Anonymous Chapter.” Some text string</div></div>"
  34. }