date_Uncertain.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "abbreviations": false,
  3. "bibentries": false,
  4. "bibsection": false,
  5. "citation_items": false,
  6. "citations": false,
  7. "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=\"; \">\n <choose>\n <if is-uncertain-date=\"issued\">\n <text value=\"circa\" suffix=\" \"/>\n </if>\n </choose>\n <date variable=\"issued\">\n <date-part name=\"day\" suffix=\" \" />\n <date-part form=\"long\" name=\"month\" suffix=\" \" />\n <date-part name=\"year\" />\n </date>\n </layout></citation></style>",
  8. "input": [
  9. {
  10. "id": "ITEM-1",
  11. "issued": {
  12. "circa": 1,
  13. "date-parts": [
  14. [
  15. 2005,
  16. 12,
  17. 15
  18. ]
  19. ]
  20. },
  21. "type": "book"
  22. },
  23. {
  24. "id": "ITEM-2",
  25. "issued": {
  26. "date-parts": [
  27. [
  28. 2005,
  29. 12,
  30. 20
  31. ]
  32. ]
  33. },
  34. "type": "book"
  35. }
  36. ],
  37. "mode": "citation",
  38. "result": "circa 15 December 2005; 20 December 2005"
  39. }