name_ParseNames.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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\"\n demote-non-dropping-particle=\"sort-only\"><info>\n <id />\n <title />\n <updated>2009-08-10T04:49:00+09:00</updated></info><citation>\n <sort>\n <key variable=\"author\"/>\n </sort>\n <layout delimiter=\"; \">\n <names variable=\"author\">\n <name name-as-sort-order=\"all\" sort-separator=\", \"/>\n </names>\n </layout></citation></style>",
  8. "input": [
  9. {
  10. "author": [
  11. {
  12. "family": "van der Vlist",
  13. "given": "Eric"
  14. }
  15. ],
  16. "id": "ITEM-3",
  17. "type": "book"
  18. },
  19. {
  20. "author": [
  21. {
  22. "family": "van Gogh",
  23. "given": "Vincent",
  24. "parse-names": true
  25. }
  26. ],
  27. "id": "ITEM-1",
  28. "type": "book"
  29. },
  30. {
  31. "author": [
  32. {
  33. "family": "Humboldt",
  34. "given": "Alexander von",
  35. "parse-names": true
  36. }
  37. ],
  38. "id": "ITEM-2",
  39. "type": "book"
  40. }
  41. ],
  42. "mode": "citation",
  43. "result": "van Gogh, Vincent; Humboldt, Alexander von; van der Vlist, Eric"
  44. }