sort_NumberOfAuthorsAsKey.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  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><macro name=\"author-one\">\n <names variable=\"author\">\n <name name-as-sort-order=\"first\" sort-separator=\" \"/>\n <substitute>\n <names variable=\"editor\" />\n </substitute>\n </names></macro><macro name=\"author-count\">\n <names variable=\"author\">\n <name form=\"count\" />\n <substitute>\n <names variable=\"editor\" />\n </substitute>\n </names></macro><macro name=\"theyear\">\n <date variable=\"issued\">\n <date-part name=\"year\" />\n </date></macro><citation>\n <layout>\n <text value=\"Ignore me\" />\n </layout></citation><bibliography>\n <sort>\n <key macro=\"author-one\" names-min=\"1\" names-use-first=\"1\" />\n <key macro=\"author-count\" names-min=\"3\" names-use-first=\"3\" />\n <key macro=\"theyear\" />\n </sort>\n <layout>\n <text variable=\"title\" />\n </layout></bibliography></style>",
  8. "input": [
  9. {
  10. "author": [
  11. {
  12. "family": "Doe",
  13. "given": "John",
  14. "static-ordering": false
  15. }
  16. ],
  17. "id": "item-1",
  18. "issued": {
  19. "date-parts": [
  20. [
  21. "2000"
  22. ]
  23. ]
  24. },
  25. "title": "Book One",
  26. "type": "book"
  27. },
  28. {
  29. "author": [
  30. {
  31. "family": "Doe",
  32. "given": "John",
  33. "static-ordering": false
  34. },
  35. {
  36. "family": "Doe",
  37. "given": "Jake",
  38. "static-ordering": false
  39. },
  40. {
  41. "family": "Jones",
  42. "given": "Robert",
  43. "static-ordering": false
  44. }
  45. ],
  46. "id": "item-2",
  47. "issued": {
  48. "date-parts": [
  49. [
  50. "2000"
  51. ]
  52. ]
  53. },
  54. "title": "Book Three",
  55. "type": "book"
  56. },
  57. {
  58. "editor": [
  59. {
  60. "family": "Doe",
  61. "given": "John",
  62. "static-ordering": false
  63. },
  64. {
  65. "family": "Roe",
  66. "given": "Jane",
  67. "static-ordering": false
  68. }
  69. ],
  70. "id": "item-3",
  71. "issued": {
  72. "date-parts": [
  73. [
  74. "2000"
  75. ]
  76. ]
  77. },
  78. "title": "Book Two",
  79. "type": "book"
  80. }
  81. ],
  82. "mode": "bibliography",
  83. "result": "<div class=\"csl-bib-body\"><div class=\"csl-entry\">Book One</div><div class=\"csl-entry\">Book Two</div><div class=\"csl-entry\">Book Three</div></div>"
  84. }