date_YearSuffixWithNoDate.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "abbreviations": false,
  3. "bibentries": false,
  4. "bibsection": false,
  5. "citation_items": false,
  6. "citations": [
  7. [
  8. {
  9. "citationID": "CITATION-1",
  10. "citationItems": [
  11. {
  12. "id": "ITEM-1"
  13. },
  14. {
  15. "id": "ITEM-2"
  16. }
  17. ],
  18. "properties": {
  19. "noteIndex": 1
  20. }
  21. },
  22. [],
  23. []
  24. ]
  25. ],
  26. "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 disambiguate-add-year-suffix=\"true\">\n <layout delimiter=\"; \" prefix=\"(\" suffix=\")\">\n <group delimiter=\" \">\n <names variable=\"author\">\n <name/>\n </names>\n <group>\n <choose>\n <if variable=\"issued\">\n <date variable=\"issued\" form=\"text\" date-parts=\"year\"/>\n <text variable=\"year-suffix\"/>\n </if>\n <else>\n <text term=\"no date\" form=\"short\"/>\n <text variable=\"year-suffix\" prefix=\"-\"/>\n </else>\n </choose>\n </group>\n </group>\n <group delimiter=\" \" prefix=\" [\" suffix=\"]\">\n <text term=\"accessed\" suffix=\": \" text-case=\"capitalize-first\"/>\n <date variable=\"accessed\" form=\"text\" date-parts=\"year-month-day\"/>\n </group>\n </layout></citation></style>",
  27. "input": [
  28. {
  29. "accessed": {
  30. "date-parts": [
  31. [
  32. "1965",
  33. "6",
  34. "1"
  35. ]
  36. ]
  37. },
  38. "author": [
  39. {
  40. "family": "Doe",
  41. "given": "John"
  42. }
  43. ],
  44. "id": "ITEM-1",
  45. "type": "book"
  46. },
  47. {
  48. "accessed": {
  49. "date-parts": [
  50. [
  51. "2065",
  52. "6",
  53. "1"
  54. ]
  55. ]
  56. },
  57. "author": [
  58. {
  59. "family": "Doe",
  60. "given": "John"
  61. }
  62. ],
  63. "id": "ITEM-2",
  64. "type": "book"
  65. }
  66. ],
  67. "mode": "citation",
  68. "result": ">>[0] (John Doe n.d.-a [Accessed: June 01, 1965]; John Doe n.d.-b [Accessed: June 01, 2065])"
  69. }