sort_CiteGroupDelimiter.json 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  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-3"
  16. },
  17. {
  18. "id": "ITEM-2"
  19. }
  20. ],
  21. "properties": {
  22. "noteIndex": 1
  23. }
  24. },
  25. [],
  26. []
  27. ]
  28. ],
  29. "csl": "<style \n xmlns=\"http://purl.org/net/xbiblio/csl\"\n class=\"in-text\"\n version=\"1.0\"><info>\n <id />\n <title />\n <updated>2009-08-10T04:49:00+09:00</updated></info><macro name=\"author\">\n <names variable=\"author\">\n <name form=\"short\" />\n </names></macro><citation>\n <sort>\n <key variable=\"issued\" />\n </sort>\n <layout cite-group-delimiter=\", \" delimiter=\"; \">\n <group delimiter=\" \">\n <text macro=\"author\" />\n <date form=\"text\" variable=\"issued\" date-parts=\"year\"/>\n </group>\n </layout></citation></style>",
  30. "input": [
  31. {
  32. "author": [
  33. {
  34. "family": "Aalto",
  35. "given": "Alan"
  36. }
  37. ],
  38. "id": "ITEM-1",
  39. "issued": {
  40. "date-parts": [
  41. [
  42. 2001
  43. ]
  44. ]
  45. },
  46. "type": "book"
  47. },
  48. {
  49. "author": [
  50. {
  51. "family": "Aalto",
  52. "given": "Alan"
  53. }
  54. ],
  55. "id": "ITEM-2",
  56. "issued": {
  57. "date-parts": [
  58. [
  59. 2000
  60. ]
  61. ]
  62. },
  63. "type": "book"
  64. },
  65. {
  66. "author": [
  67. {
  68. "family": "Banda",
  69. "given": "Gino"
  70. }
  71. ],
  72. "id": "ITEM-3",
  73. "issued": {
  74. "date-parts": [
  75. [
  76. 1999
  77. ]
  78. ]
  79. },
  80. "type": "book"
  81. }
  82. ],
  83. "mode": "citation",
  84. "result": ">>[0] Banda 1999; Aalto 2000, Aalto 2001"
  85. }