integration_IbidOnInsert.json 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  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. "locator": "12"
  14. }
  15. ],
  16. "properties": {
  17. "noteIndex": 1
  18. }
  19. },
  20. [],
  21. []
  22. ],
  23. [
  24. {
  25. "citationID": "CITATION-2",
  26. "citationItems": [
  27. {
  28. "id": "ITEM-3",
  29. "locator": "34"
  30. }
  31. ],
  32. "properties": {
  33. "noteIndex": 2
  34. }
  35. },
  36. [
  37. [
  38. "CITATION-1",
  39. 1
  40. ]
  41. ],
  42. []
  43. ],
  44. [
  45. {
  46. "citationID": "CITATION-3",
  47. "citationItems": [
  48. {
  49. "id": "ITEM-4",
  50. "locator": "45"
  51. }
  52. ],
  53. "properties": {
  54. "noteIndex": 3
  55. }
  56. },
  57. [
  58. [
  59. "CITATION-1",
  60. 1
  61. ],
  62. [
  63. "CITATION-2",
  64. 2
  65. ]
  66. ],
  67. []
  68. ],
  69. [
  70. {
  71. "citationID": "CITATION-4",
  72. "citationItems": [
  73. {
  74. "id": "ITEM-3",
  75. "locator": "34"
  76. }
  77. ],
  78. "properties": {
  79. "noteIndex": 2
  80. }
  81. },
  82. [
  83. [
  84. "CITATION-1",
  85. 1
  86. ]
  87. ],
  88. [
  89. [
  90. "CITATION-2",
  91. 3
  92. ],
  93. [
  94. "CITATION-3",
  95. 4
  96. ]
  97. ]
  98. ]
  99. ],
  100. "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=\"; \" 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>",
  101. "input": [
  102. {
  103. "author": [
  104. {
  105. "family": "Doe",
  106. "given": "John",
  107. "static-ordering": false
  108. }
  109. ],
  110. "id": "ITEM-1",
  111. "type": "book"
  112. },
  113. {
  114. "author": [
  115. {
  116. "family": "Roe",
  117. "given": "Jane",
  118. "static-ordering": false
  119. }
  120. ],
  121. "id": "ITEM-2",
  122. "type": "book"
  123. },
  124. {
  125. "author": [
  126. {
  127. "family": "Noakes",
  128. "given": "John",
  129. "static-ordering": false
  130. }
  131. ],
  132. "id": "ITEM-3",
  133. "type": "book"
  134. },
  135. {
  136. "author": [
  137. {
  138. "family": "Snoakes",
  139. "given": "Richard",
  140. "static-ordering": false
  141. }
  142. ],
  143. "id": "ITEM-4",
  144. "type": "book"
  145. }
  146. ],
  147. "mode": "citation",
  148. "result": "..[0] (Doe p. 12)\n>>[1] (Noakes p. 34)\n>>[2] (Ibid.)\n..[3] (Snoakes p. 45)"
  149. }