position_NearNoteTrue.json 974 B

12345678910111213141516171819202122232425
  1. {
  2. "abbreviations": false,
  3. "bibentries": false,
  4. "bibsection": false,
  5. "citation_items": [
  6. [
  7. {
  8. "id": "ITEM-1",
  9. "near-note": true,
  10. "position": 1
  11. }
  12. ]
  13. ],
  14. "citations": false,
  15. "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 <choose>\n <if position=\"near-note\">\n <text value=\"Note is near!\" />\n </if>\n <else>\n <text value=\"Note is not near.\" />\n </else>\n </choose>\n </layout></citation></style>",
  16. "input": [
  17. {
  18. "id": "ITEM-1",
  19. "title": "Book A",
  20. "type": "book"
  21. }
  22. ],
  23. "mode": "citation",
  24. "result": "Note is near!"
  25. }