sort_CitationUnsorted.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "abbreviations": false,
  3. "bibentries": false,
  4. "bibsection": false,
  5. "citation_items": false,
  6. "citations": [
  7. [
  8. {
  9. "citationID": "CITATION-1",
  10. "citationItems": [
  11. {
  12. "id": "ITEM-1"
  13. },
  14. {
  15. "id": "ITEM-2"
  16. }
  17. ],
  18. "properties": {
  19. "noteIndex": 1,
  20. "unsorted": true
  21. }
  22. },
  23. [],
  24. []
  25. ]
  26. ],
  27. "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=\"author\">\n <names variable=\"author\">\n <name form=\"short\" />\n </names></macro><citation>\n <sort>\n <key macro=\"author\" />\n </sort>\n <layout delimiter=\"; \">\n <text macro=\"author\" />\n </layout></citation></style>",
  28. "input": [
  29. {
  30. "author": [
  31. {
  32. "family": "Roe",
  33. "given": "Jane",
  34. "static-ordering": false
  35. }
  36. ],
  37. "id": "ITEM-1",
  38. "type": "book"
  39. },
  40. {
  41. "author": [
  42. {
  43. "family": "Doe",
  44. "given": "John",
  45. "static-ordering": false
  46. }
  47. ],
  48. "id": "ITEM-2",
  49. "type": "book"
  50. }
  51. ],
  52. "mode": "citation",
  53. "result": ">>[0] Roe; Doe"
  54. }