integration_DeleteName.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  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. "id": "ITEM-2"
  16. },
  17. {
  18. "id": "ITEM-3"
  19. }
  20. ],
  21. "properties": {
  22. "index": 0,
  23. "noteIndex": 1
  24. }
  25. },
  26. [],
  27. []
  28. ],
  29. [
  30. {
  31. "citationID": "CITATION-1",
  32. "citationItems": [
  33. {
  34. "id": "ITEM-1"
  35. },
  36. {
  37. "id": "ITEM-3"
  38. }
  39. ],
  40. "properties": {
  41. "index": 0,
  42. "noteIndex": 1
  43. }
  44. },
  45. [],
  46. []
  47. ]
  48. ],
  49. "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=\".\" delimiter=\"; \">\n <names variable=\"author\">\n <name form=\"short\"/>\n </names>\n </layout></citation></style>",
  50. "input": [
  51. {
  52. "author": [
  53. {
  54. "family": "Doe",
  55. "given": "John",
  56. "static-ordering": false
  57. }
  58. ],
  59. "id": "ITEM-1",
  60. "type": "book"
  61. },
  62. {
  63. "author": [
  64. {
  65. "family": "Roe",
  66. "given": "Jane",
  67. "static-ordering": false
  68. }
  69. ],
  70. "id": "ITEM-2",
  71. "type": "book"
  72. },
  73. {
  74. "author": [
  75. {
  76. "family": "Snoakes",
  77. "given": "Richard",
  78. "static-ordering": false
  79. }
  80. ],
  81. "id": "ITEM-3",
  82. "type": "book"
  83. }
  84. ],
  85. "mode": "citation",
  86. "result": ">>[0] Doe; Snoakes."
  87. }