edition_config.json 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230
  1. {
  2. "editionTitle": "Edizione Digitale - Carteggio Datini",
  3. "badge": "alpha",
  4. "editionHome": "http://restore.ovi.cnr.it/beta",
  5. "showLists": true,
  6. "availableEditionLevels": [
  7. {
  8. "id": "interpretative",
  9. "label": "interpretative"
  10. }
  11. ],
  12. "namedEntitiesLists": {
  13. "persons": {
  14. "defaultLabel": "Persons",
  15. "enabled": true
  16. },
  17. "places": {
  18. "defaultLabel": "Places",
  19. "enabled": true
  20. },
  21. "relations": {
  22. "defaultLabel": "Relations",
  23. "enabled": true
  24. },
  25. "events": {
  26. "defaultLabel": "Events",
  27. "enabled": true
  28. }
  29. },
  30. "lemmatizedEntitiesLists": {
  31. "lemmas": {
  32. "defaultLabel": "Lem",
  33. "enabled": true
  34. }
  35. },
  36. "entitiesSelectItems": [
  37. {
  38. "label": "Named Entities",
  39. "items": [
  40. {
  41. "value": "persName",
  42. "label": "persons",
  43. "color": "#ffcdd2"
  44. },
  45. {
  46. "value": "placeName,geogName",
  47. "label": "places",
  48. "color": "#A5D6A7"
  49. }
  50. ]
  51. }
  52. ],
  53. "lemsSelectItems": [
  54. {
  55. "label": "Categorie lessicali",
  56. "items": [
  57. {
  58. "value": "w[pos='s.m.']",
  59. "label": "Sostantivo maschile",
  60. "color": "#F6F3EC"
  61. },
  62. {
  63. "value": "w[pos='s.f.']",
  64. "label": "Sostantivo femminile",
  65. "color": "#EFE7E5"
  66. },
  67. {
  68. "value": "w[pos='agg.']",
  69. "label": "Aggettivo",
  70. "color": "#D9C1A5"
  71. },
  72. {
  73. "value": "w[pos='avv.']",
  74. "label": "Avverbio",
  75. "color": "#C8CBD0"
  76. },
  77. {
  78. "value": "w[pos='n.p.']",
  79. "label": "Nome proprio",
  80. "color": "#AFB9C2"
  81. },
  82. {
  83. "value": "w[pos='v.']",
  84. "label": "Verbo",
  85. "color": "rgba(148,162,173, 0.9)"
  86. },
  87. {
  88. "value": "w",
  89. "label": "Forma generica",
  90. "color": "#ffcdd2"
  91. }
  92. ]
  93. }
  94. ],
  95. "iperlemsSelectItems": [
  96. {
  97. "label": "Iperlemmi",
  98. "items": [
  99. {
  100. "value": "w[type='abbigliamento e arredi']",
  101. "label": "abbigliamento e arredi",
  102. "color": "rgba(139, 93, 26, 0.50)"
  103. },
  104. {
  105. "value": "w[type='alimenti']",
  106. "label": "alimenti",
  107. "color": "rgba(139, 93, 26, 0.50)"
  108. },
  109. {
  110. "value": "w[type='animali']",
  111. "label": "animali",
  112. "color": "rgba(139, 93, 26, 0.50)"
  113. },
  114. {
  115. "value": "w[type='arti e mestieri']",
  116. "label": "arti e mestieri",
  117. "color": "rgba(139, 93, 26, 0.50)"
  118. },
  119. {
  120. "value": "w[type='calendario']",
  121. "label": "calendario",
  122. "color": "rgba(139, 93, 26, 0.50)"
  123. },
  124. {
  125. "value": "w[type='diritto economia politica']",
  126. "label": "diritto economia politica",
  127. "color": "rgba(139, 93, 26, 0.50)"
  128. },
  129. {
  130. "value": "w[type='edilizia e architettura']",
  131. "label": "edilizia e architettura",
  132. "color": "rgba(139, 93, 26, 0.50)"
  133. },
  134. {
  135. "value": "w[type='materiali']",
  136. "label": "materiali",
  137. "color": "rgba(139, 93, 26, 0.50)"
  138. },
  139. {
  140. "value": "w[type='medicina']",
  141. "label": "medicina",
  142. "color": "rgba(139, 93, 26, 0.50)"
  143. },
  144. {
  145. "value": "w[type='metalli']",
  146. "label": "metalli",
  147. "color": "rgba(139, 93, 26, 0.50)"
  148. },
  149. {
  150. "value": "w[type='militare']",
  151. "label": "militare",
  152. "color": "rgba(139, 93, 26, 0.50)"
  153. },
  154. {
  155. "value": "w[type='monete']",
  156. "label": "monete",
  157. "color": "rgba(139, 93, 26, 0.50)"
  158. },
  159. {
  160. "value": "w[type='navigazione']",
  161. "label": "navigazione",
  162. "color": "rgba(139, 93, 26, 0.50)"
  163. },
  164. {
  165. "value": "w[type='parentele']",
  166. "label": "parentele",
  167. "color": "rgba(139, 93, 26, 0.50)"
  168. },
  169. {
  170. "value": "w[type='pelletteria e tessili']",
  171. "label": "pelletteria e tessili",
  172. "color": "rgba(139, 93, 26, 0.50)"
  173. },
  174. {
  175. "value": "w[type='pesi e misure']",
  176. "label": "pesi e misure",
  177. "color": "rgba(139, 93, 26, 0.50)"
  178. },
  179. {
  180. "value": "w[type='preziosi']",
  181. "label": "preziosi",
  182. "color": "rgba(139, 93, 26, 0.50)"
  183. },
  184. {
  185. "value": "w[type='spezie']",
  186. "label": "spezie",
  187. "color": "rgba(139, 93, 26, 0.50)"
  188. },
  189. {
  190. "value": "w[type='tecnica']",
  191. "label": "tecnica",
  192. "color": "rgba(139, 93, 26, 0.50)"
  193. },
  194. {
  195. "value": "w[type='utensili e mobilio']",
  196. "label": "utensili e mobilio",
  197. "color": "rgba(139, 93, 26, 0.50)"
  198. },
  199. {
  200. "value": "w[type='vegetali']",
  201. "label": "vegetali",
  202. "color": "rgba(139, 93, 26, 0.50)"
  203. }
  204. ]
  205. }
  206. ],
  207. "notSignificantVariants": [
  208. "type=ortographic"
  209. ],
  210. "lemNotSignificantVariants": [
  211. "type=lessicographic"
  212. ],
  213. "defaultEdition": "interpretative",
  214. "defaultViewMode": "imageText",
  215. "availableViewModes": [
  216. {
  217. "icon": "imgTxt",
  218. "iconSet": "evt",
  219. "id": "imageText",
  220. "label": "Image Text"
  221. }
  222. ],
  223. "proseVersesToggler": false,
  224. "defaultTextFlow": "prose",
  225. "verseNumberPrinter": 5
  226. }