integration_FirstReferenceNoteNumberPositionChange.json 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194
  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. "properties": {
  16. "index": 0,
  17. "noteIndex": 1
  18. }
  19. },
  20. [],
  21. []
  22. ],
  23. [
  24. {
  25. "citationID": "CITATION-2",
  26. "citationItems": [
  27. {
  28. "id": "ITEM-2"
  29. }
  30. ],
  31. "properties": {
  32. "index": 1,
  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-1"
  50. }
  51. ],
  52. "properties": {
  53. "index": 2,
  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-2"
  75. }
  76. ],
  77. "properties": {
  78. "index": 3,
  79. "noteIndex": 4
  80. }
  81. },
  82. [
  83. [
  84. "CITATION-1",
  85. 1
  86. ],
  87. [
  88. "CITATION-2",
  89. 2
  90. ],
  91. [
  92. "CITATION-3",
  93. 3
  94. ]
  95. ],
  96. []
  97. ],
  98. [
  99. {
  100. "citationID": "CITATION-5",
  101. "citationItems": [
  102. {
  103. "id": "ITEM-3"
  104. }
  105. ],
  106. "properties": {
  107. "index": 0,
  108. "noteIndex": 1
  109. }
  110. },
  111. [],
  112. [
  113. [
  114. "CITATION-1",
  115. 2
  116. ],
  117. [
  118. "CITATION-2",
  119. 3
  120. ],
  121. [
  122. "CITATION-3",
  123. 4
  124. ],
  125. [
  126. "CITATION-4",
  127. 5
  128. ]
  129. ]
  130. ]
  131. ],
  132. "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 suffix=\".\">\n <choose>\n <if position=\"first\">\n <group delimiter=\" \">\n <group delimiter=\", \">\n <names variable=\"author\">\n <name form=\"short\"/>\n </names>\n <text variable=\"title\" quotes=\"true\"/>\n </group>\n <date variable=\"issued\" date-parts=\"year\" form=\"text\" prefix=\"(\" suffix=\")\"/>\n </group>\n </if>\n <else-if position=\"subsequent\">\n <group delimiter=\", \">\n <names variable=\"author\">\n <name form=\"short\"/>\n </names>\n <text value=\"supra\"/>\n </group>\n <text variable=\"first-reference-note-number\" prefix=\" note \"/>\n </else-if>\n <else>\n <text term=\"ibid\"/>\n </else>\n </choose>\n </layout></citation></style>",
  133. "input": [
  134. {
  135. "author": [
  136. {
  137. "family": "Doe",
  138. "given": "John",
  139. "static-ordering": false
  140. }
  141. ],
  142. "id": "ITEM-1",
  143. "issued": {
  144. "date-parts": [
  145. [
  146. 1901
  147. ]
  148. ]
  149. },
  150. "title": "Life of Doe",
  151. "type": "book"
  152. },
  153. {
  154. "author": [
  155. {
  156. "family": "Roe",
  157. "given": "Jane",
  158. "static-ordering": false
  159. }
  160. ],
  161. "id": "ITEM-2",
  162. "issued": {
  163. "date-parts": [
  164. [
  165. 1900
  166. ]
  167. ]
  168. },
  169. "title": "Life of Roe",
  170. "type": "book"
  171. },
  172. {
  173. "author": [
  174. {
  175. "family": "Snoakes",
  176. "given": "Richard",
  177. "static-ordering": false
  178. }
  179. ],
  180. "id": "ITEM-3",
  181. "issued": {
  182. "date-parts": [
  183. [
  184. 1902
  185. ]
  186. ]
  187. },
  188. "title": "Life of Snoakes",
  189. "type": "book"
  190. }
  191. ],
  192. "mode": "citation",
  193. "result": ">>[0] Snoakes, “Life of Snoakes” (1902).\n..[1] Doe, “Life of Doe” (1901).\n..[2] Roe, “Life of Roe” (1900).\n>>[3] Doe, supra note 2.\n>>[4] Roe, supra note 3."
  194. }