sort_DateVariableRange.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  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\" sort=\"ascending\"/>\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. "5"
  16. ],
  17. [
  18. "2001",
  19. "5"
  20. ]
  21. ]
  22. },
  23. "title": "Book A",
  24. "type": "book"
  25. },
  26. {
  27. "id": "ITEM-2",
  28. "issued": {
  29. "date-parts": [
  30. [
  31. "2000",
  32. "5"
  33. ],
  34. [
  35. "1999",
  36. "5"
  37. ]
  38. ]
  39. },
  40. "title": "Book B",
  41. "type": "book"
  42. }
  43. ],
  44. "mode": "citation",
  45. "result": "Book B; Book A"
  46. }