api_UpdateItemsReshuffle.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. {
  2. "abbreviations": false,
  3. "bibentries": [
  4. [
  5. "ITEM-1",
  6. "ITEM-2",
  7. "ITEM-3",
  8. "ITEM-4",
  9. "ITEM-5"
  10. ],
  11. [
  12. "ITEM-1",
  13. "ITEM-4",
  14. "ITEM-5",
  15. "ITEM-2",
  16. "ITEM-3"
  17. ]
  18. ],
  19. "bibsection": false,
  20. "citation_items": false,
  21. "citations": false,
  22. "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 <layout delimiter=\"; \" suffix=\".\">\n <group delimiter=\" \">\n <names variable=\"author\">\n <name form=\"short\" />\n </names>\n <date variable=\"issued\">\n <date-part name=\"year\" />\n </date>\n </group>\n </layout></citation></style>",
  23. "input": [
  24. {
  25. "author": [
  26. {
  27. "family": "Doe",
  28. "given": "John",
  29. "static-ordering": false
  30. }
  31. ],
  32. "id": "ITEM-1",
  33. "issued": {
  34. "date-parts": [
  35. [
  36. 1960
  37. ]
  38. ]
  39. },
  40. "title": "Book A",
  41. "type": "book"
  42. },
  43. {
  44. "author": [
  45. {
  46. "family": "Roe",
  47. "given": "Jane",
  48. "static-ordering": false
  49. }
  50. ],
  51. "id": "ITEM-2",
  52. "issued": {
  53. "date-parts": [
  54. [
  55. 1970
  56. ]
  57. ]
  58. },
  59. "title": "Book B",
  60. "type": "book"
  61. },
  62. {
  63. "author": [
  64. {
  65. "family": "Smith",
  66. "given": "John",
  67. "static-ordering": false
  68. }
  69. ],
  70. "id": "ITEM-3",
  71. "issued": {
  72. "date-parts": [
  73. [
  74. 1980
  75. ]
  76. ]
  77. },
  78. "title": "Book C",
  79. "type": "book"
  80. },
  81. {
  82. "author": [
  83. {
  84. "family": "Brown",
  85. "given": "Robert",
  86. "static-ordering": false
  87. }
  88. ],
  89. "id": "ITEM-4",
  90. "issued": {
  91. "date-parts": [
  92. [
  93. 1990
  94. ]
  95. ]
  96. },
  97. "title": "Book D",
  98. "type": "book"
  99. },
  100. {
  101. "author": [
  102. {
  103. "family": "Ichi",
  104. "given": "Taro",
  105. "static-ordering": false
  106. }
  107. ],
  108. "id": "ITEM-5",
  109. "issued": {
  110. "date-parts": [
  111. [
  112. 2000
  113. ]
  114. ]
  115. },
  116. "title": "Book E",
  117. "type": "book"
  118. }
  119. ],
  120. "mode": "citation",
  121. "result": "Doe 1960; Brown 1990; Ichi 2000; Roe 1970; Smith 1980."
  122. }