affix_PrefixWithDecorations.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "abbreviations": false,
  3. "bibentries": false,
  4. "bibsection": false,
  5. "citation_items": [
  6. [
  7. {
  8. "id": "ITEM-1",
  9. "prefix": "<sc>See</sc> "
  10. }
  11. ]
  12. ],
  13. "citations": false,
  14. "csl": "<style \n xmlns=\"http://purl.org/net/xbiblio/csl\"\n class=\"note\"\n version=\"1.0\"><info>\n <id />\n <title />\n <updated>2007-10-26T21:32:52+02:00</updated></info><citation>\n <layout prefix=\"(\" suffix=\")\">\n <group delimiter=\" \">\n <names variable=\"author\">\n <name form=\"short\" />\n </names>\n <date variable=\"issued\">\n <date-part name=\"year\" />\n </date>\n </group>\n </layout></citation></style>",
  15. "input": [
  16. {
  17. "author": [
  18. {
  19. "family": "Smith",
  20. "given": "John",
  21. "static-ordering": false
  22. }
  23. ],
  24. "id": "ITEM-1",
  25. "issued": {
  26. "date-parts": [
  27. [
  28. "2000",
  29. "2",
  30. "15"
  31. ]
  32. ]
  33. },
  34. "title": "Book C",
  35. "type": "book"
  36. }
  37. ],
  38. "mode": "citation",
  39. "result": "(<span style=\"font-variant:small-caps;\">See</span> Smith 2000)"
  40. }