bugreports_parseName.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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 <layout>\n <text value=\"Bogus\"/>\n </layout></citation><bibliography>\n <layout>\n <group delimiter=\" \">\n <names variable=\"author\">\n <name name-as-sort-order=\"all\"/>\n </names>\n <date variable=\"issued\" form=\"text\" date-parts=\"year\"/>\n </group>\n </layout></bibliography></style>",
  8. "input": [
  9. {
  10. "author": [
  11. {
  12. "family": "van Happel",
  13. "given": "Eduard",
  14. "parse-names": 0
  15. }
  16. ],
  17. "id": "ITEM-1",
  18. "issued": {
  19. "date-parts": [
  20. [
  21. 2008,
  22. 1
  23. ]
  24. ]
  25. },
  26. "type": "article-journal"
  27. },
  28. {
  29. "author": [
  30. {
  31. "family": "von Hoppel",
  32. "given": "Gustav"
  33. }
  34. ],
  35. "id": "ITEM-2",
  36. "issued": {
  37. "date-parts": [
  38. [
  39. 2008,
  40. 1
  41. ]
  42. ]
  43. },
  44. "type": "article-journal"
  45. }
  46. ],
  47. "mode": "bibliography",
  48. "result": "<div class=\"csl-bib-body\"><div class=\"csl-entry\">van Happel, Eduard 2008</div><div class=\"csl-entry\">Hoppel, Gustav von 2008</div></div>"
  49. }