bibsection_Quash.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "abbreviations": false,
  3. "bibentries": false,
  4. "bibsection": {
  5. "quash": [
  6. {
  7. "field": "type",
  8. "value": "manuscript"
  9. },
  10. {
  11. "field": "issued",
  12. "value": ""
  13. }
  14. ]
  15. },
  16. "citation_items": false,
  17. "citations": false,
  18. "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>\n <text value=\"Oops\"/>\n </layout></citation><bibliography>\n <sort>\n <key variable=\"title\" />\n </sort>\n <layout>\n <text variable=\"title\" />\n </layout></bibliography></style>",
  19. "input": [
  20. {
  21. "id": "ITEM-1",
  22. "title": "Manuscript C",
  23. "type": "manuscript"
  24. },
  25. {
  26. "id": "ITEM-2",
  27. "issued": {
  28. "date-parts": [
  29. [
  30. 2000,
  31. 11,
  32. 1
  33. ]
  34. ]
  35. },
  36. "title": "Article B",
  37. "type": "article-journal"
  38. },
  39. {
  40. "id": "ITEM-3",
  41. "issued": {
  42. "date-parts": [
  43. [
  44. 2000,
  45. 12,
  46. 1
  47. ]
  48. ]
  49. },
  50. "title": "Book A",
  51. "type": "book"
  52. },
  53. {
  54. "id": "ITEM-4",
  55. "issued": {
  56. "date-parts": [
  57. [
  58. 1850,
  59. 12,
  60. 1
  61. ]
  62. ]
  63. },
  64. "title": "Manuscript D",
  65. "type": "manuscript"
  66. }
  67. ],
  68. "mode": "bibliography",
  69. "result": "<div class=\"csl-bib-body\"><div class=\"csl-entry\">Article B</div><div class=\"csl-entry\">Book A</div><div class=\"csl-entry\">Manuscript D</div></div>"
  70. }