condition_EmptyDate.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "abbreviations": false,
  3. "bibentries": false,
  4. "bibsection": false,
  5. "citation_items": [
  6. [
  7. {
  8. "id": "ITEM-1"
  9. }
  10. ],
  11. [
  12. {
  13. "id": "ITEM-2"
  14. }
  15. ]
  16. ],
  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 <choose>\n <if variable=\"issued\">\n <text value=\"Have date, will travel\" />\n </if>\n <else>\n <text value=\"No date here\" />\n </else>\n </choose>\n </layout></citation></style>",
  19. "input": [
  20. {
  21. "author": [
  22. {
  23. "family": "Doe",
  24. "given": "John",
  25. "static-ordering": false
  26. }
  27. ],
  28. "id": "ITEM-1",
  29. "title": "Work 1",
  30. "type": "book"
  31. },
  32. {
  33. "author": [
  34. {
  35. "family": "Doe",
  36. "given": "John",
  37. "static-ordering": false
  38. }
  39. ],
  40. "id": "ITEM-2",
  41. "issued": {
  42. "date-parts": [
  43. [
  44. 2000
  45. ]
  46. ]
  47. },
  48. "title": "Work 2",
  49. "type": "book"
  50. }
  51. ],
  52. "mode": "citation",
  53. "result": "No date here\nHave date, will travel"
  54. }