position_IbidInText.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  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. "noteIndex": 0
  17. }
  18. },
  19. [],
  20. []
  21. ],
  22. [
  23. {
  24. "citationID": "CITATION-2",
  25. "citationItems": [
  26. {
  27. "id": "ITEM-2"
  28. }
  29. ],
  30. "properties": {
  31. "noteIndex": 1
  32. }
  33. },
  34. [
  35. [
  36. "CITATION-1",
  37. 0
  38. ]
  39. ],
  40. []
  41. ],
  42. [
  43. {
  44. "citationID": "CITATION-3",
  45. "citationItems": [
  46. {
  47. "id": "ITEM-1"
  48. }
  49. ],
  50. "properties": {
  51. "noteIndex": 0
  52. }
  53. },
  54. [
  55. [
  56. "CITATION-1",
  57. 0
  58. ],
  59. [
  60. "CITATION-2",
  61. 1
  62. ]
  63. ],
  64. []
  65. ]
  66. ],
  67. "csl": "<style \n xmlns=\"http://purl.org/net/xbiblio/csl\"\n class=\"in-text\"\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=\"ibid\">\n <text term=\"ibid\" />\n </if>\n <else>\n <group delimiter=\" \">\n <names variable=\"author\">\n <name form=\"short\" />\n </names>\n <text quotes=\"true\" variable=\"title\" />\n <date prefix=\"(\" suffix=\")\" variable=\"issued\">\n <date-part name=\"year\" />\n </date>\n </group>\n </else>\n </choose>\n </layout></citation></style>",
  68. "input": [
  69. {
  70. "author": [
  71. {
  72. "family": "Appleton",
  73. "given": "Victor",
  74. "static-ordering": false
  75. }
  76. ],
  77. "id": "ITEM-1",
  78. "issued": {
  79. "date-parts": [
  80. [
  81. "1910"
  82. ]
  83. ]
  84. },
  85. "title": "Tom Swift and His Electric Runabout",
  86. "type": "book"
  87. },
  88. {
  89. "author": [
  90. {
  91. "family": "Bloggs",
  92. "given": "Joe"
  93. }
  94. ],
  95. "id": "ITEM-2",
  96. "issued": {
  97. "date-parts": [
  98. [
  99. "2012"
  100. ]
  101. ]
  102. },
  103. "title": "A Very Short Book Indeed",
  104. "type": "book"
  105. }
  106. ],
  107. "mode": "citation",
  108. "result": "..[0] Appleton “Tom Swift and His Electric Runabout” (1910).\n..[1] Bloggs “A Very Short Book Indeed” (2012).\n>>[2] Ibid."
  109. }