date_SortEmptyDatesCitation.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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 <sort>\n <key variable=\"issued\"/>\n <key variable=\"title\"/>\n </sort>\n <layout delimiter=\"; \" prefix=\"\" suffix=\".\">\n <group delimiter=\" \">\n <text variable=\"title\" />\n <date variable=\"issued\">\n <date-part name=\"year\" />\n </date>\n </group>\n </layout></citation></style>",
  8. "input": [
  9. {
  10. "id": "ITEM-1",
  11. "title": "BookA",
  12. "type": "book"
  13. },
  14. {
  15. "id": "ITEM-2",
  16. "issued": {
  17. "date-parts": [
  18. [
  19. 2000
  20. ]
  21. ]
  22. },
  23. "title": "BookB",
  24. "type": "book"
  25. },
  26. {
  27. "id": "ITEM-3",
  28. "title": "BookC",
  29. "type": "book"
  30. },
  31. {
  32. "id": "ITEM-4",
  33. "issued": {
  34. "date-parts": [
  35. [
  36. 1999
  37. ]
  38. ]
  39. },
  40. "title": "BookD",
  41. "type": "book"
  42. },
  43. {
  44. "id": "ITEM-5",
  45. "title": "BookE",
  46. "type": "book"
  47. }
  48. ],
  49. "mode": "citation",
  50. "result": "BookD 1999; BookB 2000; BookA; BookC; BookE."
  51. }