api_SuppressAuthor.json 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  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. "suppress-author": true
  14. }
  15. ],
  16. "properties": {
  17. "noteIndex": 1
  18. }
  19. },
  20. [],
  21. []
  22. ],
  23. [
  24. {
  25. "citationID": "CITATION-2",
  26. "citationItems": [
  27. {
  28. "id": "ITEM-2",
  29. "suppress-author": true
  30. }
  31. ],
  32. "properties": {
  33. "noteIndex": 2
  34. }
  35. },
  36. [
  37. [
  38. "CITATION-1",
  39. 1
  40. ]
  41. ],
  42. []
  43. ]
  44. ],
  45. "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>\n <citation>\n <layout delimiter=\"; \">\n <group delimiter=\"+\">\n <names variable=\"author\">\n <name form=\"short\" />\n <label prefix=\" (\" suffix=\")\"/>\n </names>\n <names variable=\"editor\">\n <name form=\"short\" />\n <label prefix=\" (\" suffix=\")\"/>\n </names>\n <names variable=\"translator\">\n <name form=\"short\" />\n <label prefix=\" (\" suffix=\")\"/>\n </names>\n </group>\n </layout></citation></style>",
  46. "input": [
  47. {
  48. "author": [
  49. {
  50. "family": "Aalto",
  51. "given": "Alan"
  52. }
  53. ],
  54. "editor": [
  55. {
  56. "family": "Blevins",
  57. "given": "Butthead"
  58. }
  59. ],
  60. "id": "ITEM-1",
  61. "type": "book"
  62. },
  63. {
  64. "editor": [
  65. {
  66. "family": "Colostomy",
  67. "given": "Colin"
  68. }
  69. ],
  70. "id": "ITEM-2",
  71. "translator": [
  72. {
  73. "family": "Dropsie",
  74. "given": "David"
  75. }
  76. ],
  77. "type": "book"
  78. }
  79. ],
  80. "mode": "citation",
  81. "result": "..[0] Blevins (editor)\n>>[1] Dropsie (translator)"
  82. }