discretionary_SuppressEditorSolo.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "abbreviations": false,
  3. "bibentries": false,
  4. "bibsection": false,
  5. "citation_items": [
  6. [
  7. {
  8. "id": "ITEM-1",
  9. "suppress-author": 1
  10. }
  11. ],
  12. [
  13. {
  14. "id": "ITEM-2"
  15. }
  16. ]
  17. ],
  18. "citations": false,
  19. "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 <group delimiter=\" \">\n <names variable=\"editor\">\n <name />\n <substitute>\n <text variable=\"title\" />\n </substitute>\n </names>\n <date variable=\"issued\">\n <date-part name=\"year\" />\n </date>\n </group>\n </layout></citation></style>",
  20. "input": [
  21. {
  22. "abstract": "An interesting book by an interesting author.",
  23. "editor": [
  24. {
  25. "family": "Smith",
  26. "given": "John"
  27. }
  28. ],
  29. "id": "ITEM-1",
  30. "issued": {
  31. "date-parts": [
  32. [
  33. "2005"
  34. ]
  35. ]
  36. },
  37. "title": "Book A",
  38. "type": "book"
  39. },
  40. {
  41. "abstract": "An old contribution to a new field.",
  42. "editor": [
  43. {
  44. "family": "Jones",
  45. "given": "Robert"
  46. }
  47. ],
  48. "id": "ITEM-2",
  49. "issued": {
  50. "date-parts": [
  51. [
  52. "2000"
  53. ]
  54. ]
  55. },
  56. "title": "Book B",
  57. "type": "book"
  58. }
  59. ],
  60. "mode": "citation",
  61. "result": "(2005)\n(Robert Jones 2000)"
  62. }