sort_GroupedByAuthorstring.json 2.7 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-2"
  16. },
  17. {
  18. "id": "ITEM-3"
  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 collapse=\"year-suffix\"\n et-al-min=\"3\"\n et-al-use-first=\"1\"\n et-al-subsequent-min=\"3\"\n et-al-subsequent-use-first=\"1\"\n disambiguate-add-year-suffix=\"true\">\n <sort>\n <key variable=\"issued\" />\n </sort>\n <layout delimiter=\"; \">\n <group delimiter=\" \">\n <text macro=\"author\"/>\n <date variable=\"issued\" form=\"text\" date-parts=\"year\"/>\n </group>\n </layout></citation></style>",
  30. "input": [
  31. {
  32. "author": [
  33. {
  34. "family": "Smith",
  35. "given": "John"
  36. }
  37. ],
  38. "id": "ITEM-1",
  39. "issued": {
  40. "date-parts": [
  41. [
  42. 2010
  43. ]
  44. ]
  45. },
  46. "type": "book"
  47. },
  48. {
  49. "author": [
  50. {
  51. "family": "Jones",
  52. "given": "2005"
  53. }
  54. ],
  55. "id": "ITEM-2",
  56. "issued": {
  57. "date-parts": [
  58. [
  59. 2005
  60. ]
  61. ]
  62. },
  63. "type": "book"
  64. },
  65. {
  66. "author": [
  67. {
  68. "family": "Smith",
  69. "given": "John"
  70. }
  71. ],
  72. "id": "ITEM-3",
  73. "issued": {
  74. "date-parts": [
  75. [
  76. 2003
  77. ]
  78. ]
  79. },
  80. "type": "book"
  81. }
  82. ],
  83. "mode": "citation",
  84. "result": ">>[0] Smith 2003, 2010; Jones 2005"
  85. }