bibsection_Exclude.json 1.2 KB

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "abbreviations": false,
  3. "bibentries": false,
  4. "bibsection": {
  5. "exclude": [
  6. {
  7. "field": "type",
  8. "value": "article-journal"
  9. }
  10. ]
  11. },
  12. "citation_items": false,
  13. "citations": false,
  14. "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>",
  15. "input": [
  16. {
  17. "id": "ITEM-1",
  18. "title": "Book C",
  19. "type": "book"
  20. },
  21. {
  22. "id": "ITEM-2",
  23. "title": "Article B",
  24. "type": "article-journal"
  25. },
  26. {
  27. "id": "ITEM-3",
  28. "title": "Book A",
  29. "type": "book"
  30. }
  31. ],
  32. "mode": "bibliography",
  33. "result": "<div class=\"csl-bib-body\"><div class=\"csl-entry\">Book A</div><div class=\"csl-entry\">Book C</div></div>"
  34. }