number_EditionSort.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536
  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><citation>\n <sort>\n <key variable=\"edition\"/>\n </sort>\n <layout delimiter=\", \">\n <choose>\n <if is-numeric=\"edition\">\n <number variable=\"edition\" form=\"long-ordinal\"/>\n </if>\n <else>\n <text variable=\"edition\"/>\n </else>\n </choose>\n </layout></citation></style>",
  8. "input": [
  9. {
  10. "edition": "2nd edition",
  11. "id": "ITEM-1",
  12. "title": "Item 1",
  13. "type": "book"
  14. },
  15. {
  16. "edition": "3",
  17. "id": "ITEM-2",
  18. "title": "Item 2",
  19. "type": "book"
  20. },
  21. {
  22. "edition": "special issue",
  23. "id": "ITEM-3",
  24. "title": "Item 3",
  25. "type": "book"
  26. },
  27. {
  28. "edition": "1",
  29. "id": "ITEM-4",
  30. "title": "Item 4",
  31. "type": "book"
  32. }
  33. ],
  34. "mode": "citation",
  35. "result": "first, 2nd, third, special issue"
  36. }