date_KeyVariable.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  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 variable=\"title\" />\n </layout></citation><bibliography>\n <sort>\n <key sort=\"descending\" variable=\"issued\" />\n </sort>\n <layout>\n <text variable=\"title\" />\n </layout></bibliography></style>",
  8. "input": [
  9. {
  10. "id": "ITEM-1",
  11. "issued": {
  12. "date-parts": [
  13. [
  14. "2000",
  15. "2",
  16. "15"
  17. ]
  18. ]
  19. },
  20. "title": "Book C",
  21. "type": "book"
  22. },
  23. {
  24. "id": "ITEM-2",
  25. "issued": {
  26. "date-parts": [
  27. [
  28. "2000",
  29. "12",
  30. "15"
  31. ]
  32. ]
  33. },
  34. "title": "Book B",
  35. "type": "book"
  36. },
  37. {
  38. "id": "ITEM-3",
  39. "issued": {
  40. "date-parts": [
  41. [
  42. "2001"
  43. ]
  44. ]
  45. },
  46. "title": "Book A",
  47. "type": "book"
  48. },
  49. {
  50. "id": "ITEM-4",
  51. "issued": {
  52. "date-parts": [
  53. [
  54. "2000"
  55. ]
  56. ]
  57. },
  58. "title": "Book D",
  59. "type": "book"
  60. }
  61. ],
  62. "mode": "bibliography",
  63. "result": "<div class=\"csl-bib-body\"><div class=\"csl-entry\">Book A</div><div class=\"csl-entry\">Book B</div><div class=\"csl-entry\">Book C</div><div class=\"csl-entry\">Book D</div></div>"
  64. }