api_UpdateItemsDelete.json 3.4 KB

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