date_NonexistentSortReverseCitation.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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 sort=\"ascending\" variable=\"issued\" />\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. "title": "Item 1",
  12. "type": "book"
  13. },
  14. {
  15. "id": "ITEM-2",
  16. "issued": {
  17. "date-parts": [
  18. [
  19. "1999",
  20. "2",
  21. "15"
  22. ]
  23. ]
  24. },
  25. "title": "Item 2",
  26. "type": "book"
  27. },
  28. {
  29. "id": "ITEM-3",
  30. "title": "Item 3",
  31. "type": "book"
  32. },
  33. {
  34. "id": "ITEM-4",
  35. "issued": {
  36. "date-parts": [
  37. [
  38. "2000",
  39. "2",
  40. "15"
  41. ]
  42. ]
  43. },
  44. "title": "Item 4",
  45. "type": "book"
  46. }
  47. ],
  48. "mode": "citation",
  49. "result": "Item 2; Item 4; Item 1; Item 3"
  50. }