condition_RefTypeBranching.json 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  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\">\n <names variable=\"author\">\n <name />\n </names></macro><macro name=\"author-short\">\n <names variable=\"author\">\n <name form=\"short\" />\n </names></macro><macro name=\"title\">\n <choose>\n <if type=\"book\">\n <text font-style=\"italic\" variable=\"title\" />\n </if>\n <else>\n <text variable=\"title\" />\n </else>\n </choose></macro><macro name=\"year-date\">\n <choose>\n <if variable=\"issued\">\n <date variable=\"issued\">\n <date-part name=\"year\" />\n </date>\n </if>\n </choose></macro><citation>\n <layout delimiter=\"; \" prefix=\"(\" suffix=\")\">\n <group delimiter=\", \">\n <group delimiter=\" \">\n <text macro=\"author-short\" />\n <text macro=\"year-date\" />\n </group>\n <group>\n <label form=\"short\" suffix=\".\" variable=\"locator\" />\n <text variable=\"locator\" />\n </group>\n </group>\n </layout></citation><bibliography>\n <layout>\n <choose>\n <if type=\"book\">\n <group delimiter=\" \" suffix=\".\">\n <text macro=\"title\" />\n <text macro=\"author\" prefix=\"(\" suffix=\"),\" />\n <date variable=\"issued\">\n <date-part name=\"year\" />\n </date>\n </group>\n </if>\n <else-if type=\"article\">\n <group delimiter=\" \" suffix=\".\">\n <text macro=\"author\" suffix=\",\" />\n <date suffix=\".\" variable=\"issued\">\n <date-part name=\"year\" />\n </date>\n <text macro=\"title\" />\n </group>\n </else-if>\n <else-if type=\"report\">\n <group delimiter=\" \" suffix=\".\">\n <date suffix=\".\" variable=\"issued\">\n <date-part name=\"year\" />\n </date>\n <text macro=\"title\" suffix=\",\" />\n <text macro=\"author\" />\n </group>\n </else-if>\n <else-if type=\"paper-conference\">\n <group delimiter=\" \" suffix=\".\">\n <text macro=\"title\" />\n <date prefix=\"(\" suffix=\"),\" variable=\"issued\">\n <date-part name=\"year\" />\n </date>\n <text macro=\"author\" />\n </group>\n </else-if>\n <else>\n <group delimiter=\", \" suffix=\".\">\n <text macro=\"title\" />\n <text macro=\"author\" />\n <date variable=\"issued\">\n <date-part name=\"year\" />\n </date>\n </group>\n </else>\n </choose>\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": "Work 1",
  26. "type": "book"
  27. },
  28. {
  29. "author": [
  30. {
  31. "family": "Doe",
  32. "given": "John",
  33. "static-ordering": false
  34. }
  35. ],
  36. "id": "ITEM-2",
  37. "issued": {
  38. "date-parts": [
  39. [
  40. "2000"
  41. ]
  42. ]
  43. },
  44. "title": "Work 2",
  45. "type": "article"
  46. },
  47. {
  48. "author": [
  49. {
  50. "family": "Doe",
  51. "given": "John",
  52. "static-ordering": false
  53. }
  54. ],
  55. "id": "ITEM-3",
  56. "issued": {
  57. "date-parts": [
  58. [
  59. "2000"
  60. ]
  61. ]
  62. },
  63. "title": "Work 3",
  64. "type": "report"
  65. },
  66. {
  67. "author": [
  68. {
  69. "family": "Doe",
  70. "given": "John",
  71. "static-ordering": false
  72. }
  73. ],
  74. "id": "ITEM-4",
  75. "issued": {
  76. "date-parts": [
  77. [
  78. "2000"
  79. ]
  80. ]
  81. },
  82. "title": "Work 4",
  83. "type": "paper-conference"
  84. },
  85. {
  86. "author": [
  87. {
  88. "family": "Doe",
  89. "given": "John",
  90. "static-ordering": false
  91. }
  92. ],
  93. "id": "ITEM-5",
  94. "issued": {
  95. "date-parts": [
  96. [
  97. "2000"
  98. ]
  99. ]
  100. },
  101. "title": "Work 5",
  102. "type": "chapter"
  103. }
  104. ],
  105. "mode": "bibliography",
  106. "result": "<div class=\"csl-bib-body\"><div class=\"csl-entry\"><i>Work 1</i> (John Doe), 2000.</div><div class=\"csl-entry\">John Doe, 2000. Work 2.</div><div class=\"csl-entry\">2000. Work 3, John Doe.</div><div class=\"csl-entry\">Work 4 (2000), John Doe.</div><div class=\"csl-entry\">Work 5, John Doe, 2000.</div></div>"
  107. }