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