name_AuthorEditorCount.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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><citation \n et-al-min=\"4\"\n et-al-use-first=\"3\">\n <layout>\n <names variable=\"author editor\">\n <name form=\"count\" />\n </names>\n </layout></citation></style>",
  8. "input": [
  9. {
  10. "author": [
  11. {
  12. "family": "Doe",
  13. "given": "John",
  14. "static-ordering": false
  15. },
  16. {
  17. "family": "Roe",
  18. "given": "Jane",
  19. "static-ordering": false
  20. },
  21. {
  22. "family": "Brown",
  23. "given": "Robert",
  24. "static-ordering": false
  25. },
  26. {
  27. "family": "Smith",
  28. "given": "Tom",
  29. "static-ordering": false
  30. }
  31. ],
  32. "editor": [
  33. {
  34. "family": "Bloggs",
  35. "given": "Joe",
  36. "static-ordering": false
  37. },
  38. {
  39. "family": "Bloggs",
  40. "given": "Barbie",
  41. "static-ordering": false
  42. }
  43. ],
  44. "id": "item-1",
  45. "type": "book"
  46. }
  47. ],
  48. "mode": "citation",
  49. "result": "5"
  50. }