integration_CitationSort.json 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  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-3"
  13. },
  14. {
  15. "id": "ITEM-4"
  16. },
  17. {
  18. "id": "ITEM-1"
  19. },
  20. {
  21. "id": "ITEM-2"
  22. }
  23. ],
  24. "properties": {
  25. "index": 0,
  26. "noteIndex": 1
  27. }
  28. },
  29. [],
  30. []
  31. ]
  32. ],
  33. "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=\"author\"/>\n </sort>\n <layout delimiter=\"; \" prefix=\"(\" suffix=\")\">\n <choose>\n <if position=\"first\">\n <names variable=\"author\">\n <name form=\"short\"/>\n </names>\n <group prefix=\" \">\n <label variable=\"locator\" form=\"short\" suffix=\" \"/>\n <text variable=\"locator\"/>\n </group>\n </if>\n <else>\n <text term=\"ibid\"/>\n </else>\n </choose>\n </layout></citation></style>",
  34. "input": [
  35. {
  36. "author": [
  37. {
  38. "family": "Doe",
  39. "given": "John",
  40. "static-ordering": false
  41. }
  42. ],
  43. "id": "ITEM-1",
  44. "type": "book"
  45. },
  46. {
  47. "author": [
  48. {
  49. "family": "Roe",
  50. "given": "Jane",
  51. "static-ordering": false
  52. }
  53. ],
  54. "id": "ITEM-2",
  55. "type": "book"
  56. },
  57. {
  58. "author": [
  59. {
  60. "family": "Noakes",
  61. "given": "John",
  62. "static-ordering": false
  63. }
  64. ],
  65. "id": "ITEM-3",
  66. "type": "book"
  67. },
  68. {
  69. "author": [
  70. {
  71. "family": "Snoakes",
  72. "given": "Richard",
  73. "static-ordering": false
  74. }
  75. ],
  76. "id": "ITEM-4",
  77. "type": "book"
  78. }
  79. ],
  80. "mode": "citation",
  81. "result": ">>[0] (Doe; Noakes; Roe; Snoakes)"
  82. }