bugreports_CollapseFailure.json 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "abbreviations": false,
  3. "bibentries": false,
  4. "bibsection": false,
  5. "citation_items": false,
  6. "citations": false,
  7. "csl": "<?xml version=\"1.0\" encoding=\"UTF-8\"?><style xmlns=\"http://purl.org/net/xbiblio/csl\" version=\"1.0\"\nclass=\"in-text\"><info>\n <title>My First Style</title>\n <id>my-first-style</id>\n <updated>2008-10-29T21:01:24+00:00</updated></info><macro name=\"author-short\">\n <names variable=\"author\">\n <name form=\"short\"/>\n </names></macro><macro name=\"author\">\n <names variable=\"author\">\n <name name-as-sort-order=\"all\" initialize-with=\". \"/>\n </names></macro><macro name=\"issued\">\n <date variable=\"issued\">\n <date-part name=\"year\"/>\n </date></macro><citation et-al-min=\"3\" et-al-use-first=\"1\" disambiguate-add-year-suffix=\"true\" collapse=\"year\">\n <sort>\n <key macro=\"issued\"/>\n <key macro=\"author-short\"/>\n </sort>\n <layout prefix=\"(\" suffix=\")\" delimiter=\"; \">\n <group delimiter=\" \">\n <text macro=\"author-short\"/>\n <text macro=\"issued\"/>\n </group>\n </layout></citation><bibliography>\n <sort>\n <key macro=\"author\"/>\n <key macro=\"issued\"/>\n </sort>\n <layout suffix=\".\">\n <group delimiter=\" \">\n <text macro=\"author\"/>\n <text macro=\"issued\" prefix=\"(\" suffix=\")\"/>\n <text variable=\"title\" suffix=\".\"/>\n <text variable=\"container-title\" font-style=\"italic\"/>\n </group>\n <group prefix=\", \">\n <text variable=\"volume\" suffix=\":\"/>\n <text variable=\"page\"/>\n </group>\n </layout></bibliography></style>",
  8. "input": [
  9. {
  10. "author": [
  11. {
  12. "family": "Doe",
  13. "given": "John"
  14. },
  15. {
  16. "family": "Roe",
  17. "given": "Jane"
  18. },
  19. {
  20. "family": "Noakes",
  21. "given": "Richard"
  22. }
  23. ],
  24. "id": "ITEM-1",
  25. "issued": {
  26. "date-parts": [
  27. [
  28. "1965"
  29. ]
  30. ]
  31. },
  32. "type": "book"
  33. },
  34. {
  35. "author": [
  36. {
  37. "family": "Doe",
  38. "given": "John"
  39. },
  40. {
  41. "family": "Spindlethrift",
  42. "given": "Melanie"
  43. },
  44. {
  45. "family": "Korkblougher",
  46. "given": "Weegas"
  47. }
  48. ],
  49. "id": "ITEM-2",
  50. "issued": {
  51. "date-parts": [
  52. [
  53. "1965"
  54. ]
  55. ]
  56. },
  57. "type": "book"
  58. },
  59. {
  60. "author": [
  61. {
  62. "family": "Doe",
  63. "given": "John"
  64. },
  65. {
  66. "family": "Blub",
  67. "given": "Sophie"
  68. },
  69. {
  70. "family": "Lanbright",
  71. "given": "Bugeyes"
  72. }
  73. ],
  74. "id": "ITEM-3",
  75. "issued": {
  76. "date-parts": [
  77. [
  78. "1970"
  79. ]
  80. ]
  81. },
  82. "type": "book"
  83. }
  84. ],
  85. "mode": "citation",
  86. "result": "(Doe et al. 1965a, 1965b, 1970)"
  87. }