variables_ShortForm.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "abbreviations": {
  3. "default": {
  4. "container-title": {
  5. "Journal of Irreproducible Results": "J. Irrep. Res."
  6. }
  7. }
  8. },
  9. "bibentries": false,
  10. "bibsection": false,
  11. "citation_items": [
  12. [
  13. {
  14. "id": "ITEM-1"
  15. }
  16. ],
  17. [
  18. {
  19. "id": "ITEM-3"
  20. }
  21. ],
  22. [
  23. {
  24. "id": "ITEM-2"
  25. }
  26. ]
  27. ],
  28. "citations": false,
  29. "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 <layout>\n <choose>\n <if type=\"article-journal\">\n <choose>\n <if variable=\"title\">\n <text form=\"long\" variable=\"container-title\" />\n </if>\n <else>\n <text form=\"short\" variable=\"container-title\" />\n </else>\n </choose>\n </if>\n <else>\n <text variable=\"container-title\" />\n </else>\n </choose>\n </layout></citation></style>",
  30. "input": [
  31. {
  32. "container-title": "The Compleat and Utter History of the World",
  33. "id": "ITEM-1",
  34. "type": "book"
  35. },
  36. {
  37. "container-title": "Journal of Irreproducible Results",
  38. "id": "ITEM-2",
  39. "type": "article-journal"
  40. },
  41. {
  42. "container-title": "Journal of Irreproducible Results",
  43. "id": "ITEM-3",
  44. "title": "Sublimation Rates of Subatomic Particles",
  45. "type": "article-journal"
  46. }
  47. ],
  48. "mode": "citation",
  49. "result": "The Compleat and Utter History of the World\nJournal of Irreproducible Results\nJ. Irrep. Res."
  50. }