@jjlmoya/utils-creative 1.20.0 → 1.22.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (148) hide show
  1. package/package.json +4 -2
  2. package/src/category/i18n/de.ts +1 -1
  3. package/src/category/i18n/ru.ts +1 -1
  4. package/src/data.ts +2 -1
  5. package/src/entries.ts +3 -1
  6. package/src/index.ts +3 -0
  7. package/src/layouts/PreviewLayout.astro +7 -2
  8. package/src/tests/diacritics_density.test.ts +118 -0
  9. package/src/tests/inverted_punctuation.test.ts +84 -0
  10. package/src/tests/locale_completeness.test.ts +2 -14
  11. package/src/tests/no_en_dash.test.ts +70 -0
  12. package/src/tests/pagespeed_best_practices.test.ts +198 -0
  13. package/src/tests/script_density.test.ts +94 -0
  14. package/src/tests/tool_validation.test.ts +2 -2
  15. package/src/tool/bead-pattern-generator/bibliography.astro +2 -12
  16. package/src/tool/bead-pattern-generator/bibliography.ts +5 -0
  17. package/src/tool/bead-pattern-generator/component.astro +2 -2
  18. package/src/tool/bead-pattern-generator/entry.ts +0 -1
  19. package/src/tool/bead-pattern-generator/i18n/de.ts +4 -8
  20. package/src/tool/bead-pattern-generator/i18n/en.ts +4 -8
  21. package/src/tool/bead-pattern-generator/i18n/es.ts +4 -8
  22. package/src/tool/bead-pattern-generator/i18n/fr.ts +5 -9
  23. package/src/tool/bead-pattern-generator/i18n/id.ts +4 -8
  24. package/src/tool/bead-pattern-generator/i18n/it.ts +4 -8
  25. package/src/tool/bead-pattern-generator/i18n/ja.ts +4 -8
  26. package/src/tool/bead-pattern-generator/i18n/ko.ts +4 -8
  27. package/src/tool/bead-pattern-generator/i18n/nl.ts +4 -8
  28. package/src/tool/bead-pattern-generator/i18n/pl.ts +4 -8
  29. package/src/tool/bead-pattern-generator/i18n/pt.ts +4 -8
  30. package/src/tool/bead-pattern-generator/i18n/ru.ts +8 -12
  31. package/src/tool/bead-pattern-generator/i18n/sv.ts +4 -8
  32. package/src/tool/bead-pattern-generator/i18n/tr.ts +4 -8
  33. package/src/tool/bead-pattern-generator/i18n/zh.ts +7 -11
  34. package/src/tool/dice-roller/bibliography.astro +3 -12
  35. package/src/tool/dice-roller/bibliography.ts +5 -0
  36. package/src/tool/dice-roller/entry.ts +0 -1
  37. package/src/tool/dice-roller/i18n/de.ts +12 -16
  38. package/src/tool/dice-roller/i18n/en.ts +12 -16
  39. package/src/tool/dice-roller/i18n/es.ts +11 -15
  40. package/src/tool/dice-roller/i18n/fr.ts +18 -22
  41. package/src/tool/dice-roller/i18n/id.ts +12 -16
  42. package/src/tool/dice-roller/i18n/it.ts +11 -15
  43. package/src/tool/dice-roller/i18n/ja.ts +9 -13
  44. package/src/tool/dice-roller/i18n/ko.ts +10 -14
  45. package/src/tool/dice-roller/i18n/nl.ts +12 -16
  46. package/src/tool/dice-roller/i18n/pl.ts +11 -15
  47. package/src/tool/dice-roller/i18n/pt.ts +12 -16
  48. package/src/tool/dice-roller/i18n/ru.ts +18 -22
  49. package/src/tool/dice-roller/i18n/sv.ts +12 -16
  50. package/src/tool/dice-roller/i18n/tr.ts +10 -14
  51. package/src/tool/dice-roller/i18n/zh.ts +16 -20
  52. package/src/tool/excuse-generator/bibliography.astro +2 -12
  53. package/src/tool/excuse-generator/bibliography.ts +3 -0
  54. package/src/tool/excuse-generator/entry.ts +0 -1
  55. package/src/tool/excuse-generator/i18n/de.ts +7 -9
  56. package/src/tool/excuse-generator/i18n/en.ts +2 -4
  57. package/src/tool/excuse-generator/i18n/es.ts +2 -4
  58. package/src/tool/excuse-generator/i18n/fr.ts +4 -6
  59. package/src/tool/excuse-generator/i18n/id.ts +2 -4
  60. package/src/tool/excuse-generator/i18n/it.ts +2 -4
  61. package/src/tool/excuse-generator/i18n/ja.ts +2 -4
  62. package/src/tool/excuse-generator/i18n/ko.ts +2 -4
  63. package/src/tool/excuse-generator/i18n/nl.ts +2 -4
  64. package/src/tool/excuse-generator/i18n/pl.ts +7 -9
  65. package/src/tool/excuse-generator/i18n/pt.ts +2 -4
  66. package/src/tool/excuse-generator/i18n/ru.ts +7 -9
  67. package/src/tool/excuse-generator/i18n/sv.ts +2 -4
  68. package/src/tool/excuse-generator/i18n/tr.ts +2 -4
  69. package/src/tool/excuse-generator/i18n/zh.ts +9 -11
  70. package/src/tool/fortune-cookie/bibliography.astro +2 -12
  71. package/src/tool/fortune-cookie/bibliography.ts +3 -0
  72. package/src/tool/fortune-cookie/component.astro +7 -10
  73. package/src/tool/fortune-cookie/entry.ts +0 -1
  74. package/src/tool/fortune-cookie/i18n/de.ts +6 -9
  75. package/src/tool/fortune-cookie/i18n/en.ts +6 -9
  76. package/src/tool/fortune-cookie/i18n/es.ts +2 -4
  77. package/src/tool/fortune-cookie/i18n/fr.ts +7 -10
  78. package/src/tool/fortune-cookie/i18n/id.ts +6 -9
  79. package/src/tool/fortune-cookie/i18n/it.ts +3 -6
  80. package/src/tool/fortune-cookie/i18n/ja.ts +2 -5
  81. package/src/tool/fortune-cookie/i18n/ko.ts +2 -5
  82. package/src/tool/fortune-cookie/i18n/nl.ts +6 -9
  83. package/src/tool/fortune-cookie/i18n/pl.ts +6 -9
  84. package/src/tool/fortune-cookie/i18n/pt.ts +6 -9
  85. package/src/tool/fortune-cookie/i18n/ru.ts +17 -20
  86. package/src/tool/fortune-cookie/i18n/sv.ts +6 -9
  87. package/src/tool/fortune-cookie/i18n/tr.ts +5 -8
  88. package/src/tool/fortune-cookie/i18n/zh.ts +7 -10
  89. package/src/tool/glitch-image-distorter/bibliography.astro +8 -0
  90. package/src/tool/glitch-image-distorter/bibliography.ts +4 -0
  91. package/src/tool/glitch-image-distorter/component.astro +393 -0
  92. package/src/tool/glitch-image-distorter/entry.ts +48 -0
  93. package/src/tool/glitch-image-distorter/glitch-image-distorter.css +233 -0
  94. package/src/tool/glitch-image-distorter/i18n/de.ts +131 -0
  95. package/src/tool/glitch-image-distorter/i18n/en.ts +131 -0
  96. package/src/tool/glitch-image-distorter/i18n/es.ts +131 -0
  97. package/src/tool/glitch-image-distorter/i18n/fr.ts +131 -0
  98. package/src/tool/glitch-image-distorter/i18n/id.ts +131 -0
  99. package/src/tool/glitch-image-distorter/i18n/it.ts +131 -0
  100. package/src/tool/glitch-image-distorter/i18n/ja.ts +131 -0
  101. package/src/tool/glitch-image-distorter/i18n/ko.ts +131 -0
  102. package/src/tool/glitch-image-distorter/i18n/nl.ts +131 -0
  103. package/src/tool/glitch-image-distorter/i18n/pl.ts +131 -0
  104. package/src/tool/glitch-image-distorter/i18n/pt.ts +131 -0
  105. package/src/tool/glitch-image-distorter/i18n/ru.ts +131 -0
  106. package/src/tool/glitch-image-distorter/i18n/sv.ts +131 -0
  107. package/src/tool/glitch-image-distorter/i18n/tr.ts +131 -0
  108. package/src/tool/glitch-image-distorter/i18n/zh.ts +131 -0
  109. package/src/tool/glitch-image-distorter/index.ts +9 -0
  110. package/src/tool/glitch-image-distorter/seo.astro +15 -0
  111. package/src/tool/synesthesia-painter/bibliography.astro +3 -12
  112. package/src/tool/synesthesia-painter/bibliography.ts +5 -0
  113. package/src/tool/synesthesia-painter/entry.ts +0 -1
  114. package/src/tool/synesthesia-painter/i18n/de.ts +14 -18
  115. package/src/tool/synesthesia-painter/i18n/en.ts +5 -9
  116. package/src/tool/synesthesia-painter/i18n/es.ts +4 -8
  117. package/src/tool/synesthesia-painter/i18n/fr.ts +10 -14
  118. package/src/tool/synesthesia-painter/i18n/id.ts +5 -9
  119. package/src/tool/synesthesia-painter/i18n/it.ts +2 -6
  120. package/src/tool/synesthesia-painter/i18n/ja.ts +4 -8
  121. package/src/tool/synesthesia-painter/i18n/ko.ts +4 -8
  122. package/src/tool/synesthesia-painter/i18n/nl.ts +4 -8
  123. package/src/tool/synesthesia-painter/i18n/pl.ts +14 -18
  124. package/src/tool/synesthesia-painter/i18n/pt.ts +5 -9
  125. package/src/tool/synesthesia-painter/i18n/ru.ts +17 -21
  126. package/src/tool/synesthesia-painter/i18n/sv.ts +5 -9
  127. package/src/tool/synesthesia-painter/i18n/tr.ts +4 -8
  128. package/src/tool/synesthesia-painter/i18n/zh.ts +15 -19
  129. package/src/tool/zalgo-generator/bibliography.astro +2 -12
  130. package/src/tool/zalgo-generator/bibliography.ts +5 -0
  131. package/src/tool/zalgo-generator/component.astro +1 -1
  132. package/src/tool/zalgo-generator/entry.ts +0 -1
  133. package/src/tool/zalgo-generator/i18n/de.ts +9 -13
  134. package/src/tool/zalgo-generator/i18n/en.ts +5 -9
  135. package/src/tool/zalgo-generator/i18n/es.ts +4 -8
  136. package/src/tool/zalgo-generator/i18n/fr.ts +9 -13
  137. package/src/tool/zalgo-generator/i18n/id.ts +5 -9
  138. package/src/tool/zalgo-generator/i18n/it.ts +4 -8
  139. package/src/tool/zalgo-generator/i18n/ja.ts +4 -8
  140. package/src/tool/zalgo-generator/i18n/ko.ts +4 -8
  141. package/src/tool/zalgo-generator/i18n/nl.ts +5 -9
  142. package/src/tool/zalgo-generator/i18n/pl.ts +9 -13
  143. package/src/tool/zalgo-generator/i18n/pt.ts +5 -9
  144. package/src/tool/zalgo-generator/i18n/ru.ts +9 -13
  145. package/src/tool/zalgo-generator/i18n/sv.ts +5 -9
  146. package/src/tool/zalgo-generator/i18n/tr.ts +5 -9
  147. package/src/tool/zalgo-generator/i18n/zh.ts +9 -13
  148. package/src/tools.ts +2 -0
@@ -1,4 +1,5 @@
1
1
  import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
2
+ import { bibliography } from '../bibliography';
2
3
  import type { SynesthesiaPainterLocaleContent } from '../index';
3
4
 
4
5
  const slug = 'pintor-sinestesia';
@@ -73,7 +74,6 @@ export const content: SynesthesiaPainterLocaleContent = {
73
74
  title,
74
75
  description,
75
76
  faqTitle: 'Preguntas Frecuentes',
76
- bibliographyTitle: 'Bibliografía de la Mente',
77
77
  ui: {
78
78
  title: 'Pintor de Sinestesia',
79
79
  description: 'Convierte tus palabras en arte cromático.',
@@ -107,18 +107,14 @@ export const content: SynesthesiaPainterLocaleContent = {
107
107
  { type: 'title', text: 'Aplicaciones prácticas: diseño, música y terapia', level: 3 },
108
108
  { type: 'paragraph', html: 'Más allá de la curiosidad científica, la sinestesia grafema-color tiene aplicaciones concretas. En <strong>diseño tipográfico</strong>, entender estas asociaciones ayuda a elegir paletas de color para logotipos que "resuenen" con el nombre de la marca. En <strong>educación</strong>, se han desarrollado sistemas de aprendizaje del abecedario que usan los colores estadísticamente reportados para facilitar la memorización en niños pequeños. En <strong>musicoterapia</strong>, las visualizaciones sinestésicas se usan para ayudar a pacientes con afasia a reconectar con el lenguaje a través del canal visual-cromático.' },
109
109
  { type: 'stats', items: [
110
- { value: '48%', label: 'Población con sinestesia', icon: 'mdi:brain' },
110
+ { value: '4-8%', label: 'Población con sinestesia', icon: 'mdi:brain' },
111
111
  { value: '+90%', label: 'Consistencia de color a 10 años', icon: 'mdi:check-circle' },
112
- { value: '36×', label: 'Más frecuente en mujeres', icon: 'mdi:gender-female' },
112
+ { value: '3-6×', label: 'Más frecuente en mujeres', icon: 'mdi:gender-female' },
113
113
  { value: '26+10', label: 'Letras y dígitos coloreados', icon: 'mdi:alphabetical' },
114
114
  ], columns: 4 },
115
115
  ],
116
116
  faq,
117
- bibliography: [
118
- { name: 'Simner et al. (2006) – Synaesthesia: The prevalence of atypical cross-modal experiences', url: 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC1626536/' },
119
- { name: 'Eagleman et al. (2007) – A standardized test battery for the study of synesthesia', url: 'https://www.sciencedirect.com/science/article/pii/S0010945207000087' },
120
- { name: 'Kandinsky, W. – De lo espiritual en el arte (1911)', url: 'https://es.wikipedia.org/wiki/De_lo_espiritual_en_el_arte' },
121
- ],
117
+ bibliography,
122
118
  howTo,
123
119
  schemas: [faqSchema as any, howToSchema as any, appSchema],
124
120
  };
@@ -1,4 +1,5 @@
1
1
  import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
2
+ import { bibliography } from '../bibliography';
2
3
  import type { SynesthesiaPainterLocaleContent } from '../index';
3
4
 
4
5
  const slug = 'peintre-de-synesthesie';
@@ -24,7 +25,7 @@ const faq: SynesthesiaPainterLocaleContent['faq'] = [
24
25
  },
25
26
  {
26
27
  question: 'Pourquoi certaines lettres comme I et O sont-elles blanches ou noires ?',
27
- answer: 'Dans les études sur la synesthésie, les voyelles I et O, ainsi que la lettre W, sont fréquemment décrites comme blanches, transparentes ou noires. Cet outil adapte ces couleurs au fond actif : blanc sur fond sombre, noir sur fond clair, pour toujours garantir la visibilité.',
28
+ answer: 'Dans les études sur la synesthésie, les voyelles I et O, ainsi que la lettre W, sont fréquemment décrites comme blanches, transparentes ou noires. Cet outil adapte ces couleurs au fond actif: blanc sur fond sombre, noir sur fond clair, pour toujours garantir la visibilité.',
28
29
  },
29
30
  ];
30
31
 
@@ -73,7 +74,6 @@ export const content: SynesthesiaPainterLocaleContent = {
73
74
  title,
74
75
  description,
75
76
  faqTitle: 'Questions Fréquemment Posées',
76
- bibliographyTitle: 'Bibliographie de l\'Esprit',
77
77
  ui: {
78
78
  title: 'Peintre de Synesthésie',
79
79
  description: 'Transformez vos mots en art chromatique.',
@@ -88,8 +88,8 @@ export const content: SynesthesiaPainterLocaleContent = {
88
88
  },
89
89
  seo: [
90
90
  { type: 'title', text: 'Qu\'est-ce que la Synesthésie Graphème Couleur ?', level: 2 },
91
- { type: 'paragraph', html: 'La <strong>synesthésie</strong> est une condition neurologique dans laquelle la stimulation d\'un sens déclenche automatiquement une réponse dans un autre. La variante la plus étudiée et la plus répandue est la <strong>synesthésie graphème-couleur</strong> : ceux qui en sont atteints perçoivent chaque lettre ou chiffre avec une couleur intrinsèque, constante et vive. Ce n\'est ni de l\'imagination ni une métaphore ; pour un synesthète, la lettre "A" est rouge de la même manière que le feu est chaud. Cet outil applique une <em>palette statistique</em> basée sur les couleurs les plus fréquemment rapportées pour chaque graphème dans les études de population.' },
92
- { type: 'title', text: 'Neurosciences : La Théorie de l\'Activation Croisée', level: 3 },
91
+ { type: 'paragraph', html: 'La <strong>synesthésie</strong> est une condition neurologique dans laquelle la stimulation d\'un sens déclenche automatiquement une réponse dans un autre. La variante la plus étudiée et la plus répandue est la <strong>synesthésie graphème-couleur</strong>: ceux qui en sont atteints perçoivent chaque lettre ou chiffre avec une couleur intrinsèque, constante et vive. Ce n\'est ni de l\'imagination ni une métaphore ; pour un synesthète, la lettre "A" est rouge de la même manière que le feu est chaud. Cet outil applique une <em>palette statistique</em> basée sur les couleurs les plus fréquemment rapportées pour chaque graphème dans les études de population.' },
92
+ { type: 'title', text: 'Neurosciences: La Théorie de l\'Activation Croisée', level: 3 },
93
93
  { type: 'paragraph', html: 'Le modèle neurologique le plus largement accepté pour la synesthésie graphème-couleur est l\'<strong>activation croisée</strong>. Les zones du cortex temporal impliquées dans la reconnaissance de la forme des lettres (gyrus fusiforme) sont anatomiquement adjacentes aux régions qui traitent la couleur (zone V4). Chez les personnes synesthètes, il existe une connectivité structurelle ou fonctionnelle accrue entre ces régions, de sorte que la reconnaissance d\'une lettre active également les neurones de la couleur. La recherche par neuro-imagerie fonctionnelle (IRMf) a confirmé que les synesthètes montrent une véritable activation de V4 lors de la lecture d\'un texte, même s\'il est monochromatique.' },
94
94
  { type: 'tip', title: 'Les Trois Modes de Visualisation', html: '<strong>Lettres :</strong> Le texte original coloré par graphème. Idéal pour voir la "mélodie chromatique" d\'un texte complet. <strong>Points :</strong> Chaque caractère devient un cercle de sa couleur ; le texte disparaît et seule la musique des couleurs subsiste. <strong>Aura :</strong> Les lettres émettent un halo de leur couleur, comme si le texte rayonnait de sa propre énergie.' },
95
95
  { type: 'title', text: 'Statistiques et Universaux de Couleur', level: 3 },
@@ -97,26 +97,22 @@ export const content: SynesthesiaPainterLocaleContent = {
97
97
  { type: 'list', items: [
98
98
  '<strong>Prévalence :</strong> Environ 4 % de la population présente une synesthésie graphème-couleur à un certain degré, bien que des études plus récentes portent ce chiffre à 6-8 % en incluant les formes subcliniques.',
99
99
  '<strong>Biais de genre :</strong> La synesthésie est 3 à 6 fois plus fréquente chez les femmes que chez les hommes, bien que les causes de cette différence ne soient pas encore totalement expliquées.',
100
- '<strong>Hérédité :</strong> Elle a une composante génétique claire : elle a tendance à être présente dans les familles, bien que pas toujours sous le même type de synesthésie.',
100
+ '<strong>Hérédité :</strong> Elle a une composante génétique claire: elle a tendance à être présente dans les familles, bien que pas toujours sous le même type de synesthésie.',
101
101
  '<strong>Constance :</strong> Contrairement aux associations apprises, les couleurs synesthésiques sont extraordinairement stables dans le temps. Des études de suivi sur 10 ans démontrent une cohérence supérieure à 90 % dans les associations graphème-couleur.',
102
102
  '<strong>Synesthètes célèbres :</strong> Vladimir Nabokov, Wassily Kandinsky, Nikola Tesla et Billy Joel ont publiquement décrit des expériences synesthésiques qui ont influencé leur travail.',
103
103
  ]},
104
104
  { type: 'stats', items: [
105
- { value: '48%', label: 'Population synesthète', icon: 'mdi:brain' },
105
+ { value: '4-8%', label: 'Population synesthète', icon: 'mdi:brain' },
106
106
  { value: '90%+', label: 'Constance des couleurs sur 10 ans', icon: 'mdi:check-circle' },
107
- { value: '36×', label: 'Plus fréquent chez les femmes', icon: 'mdi:gender-female' },
107
+ { value: '3-6×', label: 'Plus fréquent chez les femmes', icon: 'mdi:gender-female' },
108
108
  { value: '26+10', label: 'Lettres et chiffres colorés', icon: 'mdi:alphabetical' },
109
109
  ], columns: 4 },
110
- { type: 'title', text: 'Art et Synesthésie : Quand les Sens Fusionnent', level: 3 },
111
- { type: 'paragraph', html: '<strong>Wassily Kandinsky</strong>, fondateur de l\'expressionnisme abstrait, expérimentait à la fois la synesthésie graphème-couleur et musique-couleur : il entendait les instruments en couleurs (le jaune était une trompette, le bleu profond un violoncelle) et utilisait ces perceptions pour créer sa théorie de l\'art abstrait. En musique, <strong>Alexandre Scriabine</strong> a composé <em>Prométhée : Le Poème du Feu</em> avec une partie pour "clavier à lumières" (tastiera per luce), conçue pour projeter des couleurs correspondant à chaque note.' },
110
+ { type: 'title', text: 'Art et Synesthésie: Quand les Sens Fusionnent', level: 3 },
111
+ { type: 'paragraph', html: '<strong>Wassily Kandinsky</strong>, fondateur de l\'expressionnisme abstrait, expérimentait à la fois la synesthésie graphème-couleur et musique-couleur: il entendait les instruments en couleurs (le jaune était une trompette, le bleu profond un violoncelle) et utilisait ces perceptions pour créer sa théorie de l\'art abstrait. En musique, <strong>Alexandre Scriabine</strong> a composé <em>Prométhée: Le Poème du Feu</em> avec une partie pour "clavier à lumières" (tastiera per luce), conçue pour projeter des couleurs correspondant à chaque note.' },
112
112
  { type: 'tip', title: 'Palette de Couleurs de cet Outil', html: 'Les attributions de couleurs s\'inspirent des données statistiques les plus courantes dans la littérature scientifique. <strong>A → rouge</strong>, <strong>E → vert</strong>, <strong>I → blanc/noir selon le fond</strong>, <strong>O → noir/blanc</strong>, <strong>U → ambre</strong>. Les consonnes suivent des schémas moins uniformes, mais le contraste avec l\'arrière-plan est toujours privilégié pour garantir la lisibilité.' },
113
113
  ],
114
114
  faq,
115
- bibliography: [
116
- { name: 'Simner et al. (2006) – Synaesthesia: The prevalence of atypical cross-modal experiences', url: 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC1626536/' },
117
- { name: 'Eagleman et al. (2007) – A standardized test battery for the study of synesthesia', url: 'https://www.sciencedirect.com/science/article/pii/S0010945207000087' },
118
- { name: 'Kandinsky, W. – Du Spirituel dans l\'Art (1911)', url: 'https://fr.wikipedia.org/wiki/Du_spirituel_dans_l\'art' },
119
- ],
115
+ bibliography,
120
116
  howTo,
121
117
  schemas: [faqSchema as any, howToSchema as any, appSchema],
122
118
  };
@@ -1,4 +1,5 @@
1
1
  import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
2
+ import { bibliography } from '../bibliography';
2
3
  import type { SynesthesiaPainterLocaleContent } from '../index';
3
4
 
4
5
  const slug = 'pelukis-sinestesia';
@@ -73,7 +74,6 @@ export const content: SynesthesiaPainterLocaleContent = {
73
74
  title,
74
75
  description,
75
76
  faqTitle: 'Pertanyaan yang Sering Diajukan',
76
- bibliographyTitle: 'Bibliografi Pikiran',
77
77
  ui: {
78
78
  title: 'Pelukis Sinestesia',
79
79
  description: 'Ubah kata-kata Anda menjadi seni kromatik.',
@@ -95,16 +95,16 @@ export const content: SynesthesiaPainterLocaleContent = {
95
95
  { type: 'title', text: 'Statistik dan Warna Universal', level: 3 },
96
96
  { type: 'paragraph', html: 'Meskipun warna sinestetik unik bagi setiap individu, studi oleh Simner et al. (2006) dan Eagleman et al. (2007) menemukan pola statistik yang signifikan. Huruf vokal <strong>A</strong> cenderung merah bagi kebanyakan orang; <strong>O</strong> berwarna putih atau hitam; <strong>S</strong> muncul dalam nada teal atau hijau; <strong>E</strong> muncul sebagai hijau atau putih. Menariknya, asosiasi warna-huruf lebih konsisten dalam suatu budaya linguistik daripada lintas budaya yang berbeda, menunjukkan peran pembelajaran alfabet sejak dini.' },
97
97
  { type: 'list', items: [
98
- '<strong>Prevalensi:</strong> Sekitar 4% dari populasi memiliki sinestesia grafem-warna sampai tingkat tertentu, meskipun studi yang lebih baru menaikkan angka ini menjadi 68% jika bentuk subklinis disertakan.',
98
+ '<strong>Prevalensi:</strong> Sekitar 4% dari populasi memiliki sinestesia grafem-warna sampai tingkat tertentu, meskipun studi yang lebih baru menaikkan angka ini menjadi 6-8% jika bentuk subklinis disertakan.',
99
99
  '<strong>Bias gender:</strong> Sinestesia 3 hingga 6 kali lebih sering terjadi pada wanita daripada pria, meskipun penyebab perbedaan ini belum sepenuhnya dijelaskan.',
100
100
  '<strong>Heritabilitas:</strong> Ini memiliki komponen genetik yang jelas: cenderung menurun dalam keluarga, meskipun tidak selalu dengan jenis sinestesia yang sama.',
101
101
  '<strong>Konsistensi:</strong> Berbeda dengan asosiasi yang dipelajari, warna sinestetik sangat stabil dari waktu ke waktu. Studi tindak lanjut selama 10 tahun menunjukkan konsistensi lebih dari 90% dalam asosiasi grafem-warna.',
102
102
  '<strong>Penderita sinestesia terkenal:</strong> Vladimir Nabokov, Wassily Kandinsky, Nikola Tesla, dan Billy Joel secara terbuka menggambarkan pengalaman sinestetik yang memengaruhi karya mereka.',
103
103
  ]},
104
104
  { type: 'stats', items: [
105
- { value: '48%', label: 'Populasi dengan sinestesia', icon: 'mdi:brain' },
105
+ { value: '4-8%', label: 'Populasi dengan sinestesia', icon: 'mdi:brain' },
106
106
  { value: '90%+', label: 'Konsistensi warna selama 10 tahun', icon: 'mdi:check-circle' },
107
- { value: '36×', label: 'Lebih umum pada wanita', icon: 'mdi:gender-female' },
107
+ { value: '3-6×', label: 'Lebih umum pada wanita', icon: 'mdi:gender-female' },
108
108
  { value: '26+10', label: 'Huruf & digit berwarna', icon: 'mdi:alphabetical' },
109
109
  ], columns: 4 },
110
110
  { type: 'title', text: 'Seni dan Sinestesia: Saat Indra Menyatu', level: 3 },
@@ -112,11 +112,7 @@ export const content: SynesthesiaPainterLocaleContent = {
112
112
  { type: 'tip', title: 'Palet Warna Alat Ini', html: 'Penetapan warna terinspirasi oleh data statistik yang paling umum dalam literatur ilmiah. <strong>A → merah</strong>, <strong>E → hijau</strong>, <strong>I → putih/hitam tergantung latar belakang</strong>, <strong>O → hitam/putih</strong>, <strong>U → amber</strong>. Huruf konsonan mengikuti pola yang kurang seragam, tetapi kontras dengan latar belakang selalu diprioritaskan untuk menjamin keterbacaan.' },
113
113
  ],
114
114
  faq,
115
- bibliography: [
116
- { name: 'Simner et al. (2006) – Sinestesia: Prevalensi pengalaman lintas-modal atipikal', url: 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC1626536/' },
117
- { name: 'Eagleman et al. (2007) – Baterai tes standar untuk studi sinestesia', url: 'https://www.sciencedirect.com/science/article/pii/S0010945207000087' },
118
- { name: 'Kandinsky, W. – Tentang Spiritual dalam Seni (1911)', url: 'https://id.wikipedia.org/wiki/Wassily_Kandinsky' },
119
- ],
115
+ bibliography,
120
116
  howTo,
121
117
  schemas: [faqSchema as any, howToSchema as any, appSchema],
122
118
  };
@@ -1,4 +1,5 @@
1
1
  import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
2
+ import { bibliography } from '../bibliography';
2
3
  import type { SynesthesiaPainterLocaleContent } from '../index';
3
4
 
4
5
  const slug = 'pittore-di-sinestesia';
@@ -73,7 +74,6 @@ export const content: SynesthesiaPainterLocaleContent = {
73
74
  title,
74
75
  description,
75
76
  faqTitle: 'Domande Frequenti',
76
- bibliographyTitle: 'Bibliografia della Mente',
77
77
  ui: {
78
78
  title: 'Pittore di Sinestesia',
79
79
  description: 'Trasforma le tue parole in arte cromatica.',
@@ -112,11 +112,7 @@ export const content: SynesthesiaPainterLocaleContent = {
112
112
  { type: 'tip', title: 'Tavolozza dei colori di questo strumento', html: 'Le assegnazioni dei colori sono ispirate ai dati statistici più comuni nella letteratura scientifica. <strong>A → rosso</strong>, <strong>E → verde</strong>, <strong>I → bianco/nero a seconda dello sfondo</strong>, <strong>O → nero/bianco</strong>, <strong>U → ambra</strong>. Le consonanti seguono modelli meno uniformi, ma viene sempre data priorità al contrasto con lo sfondo per garantire la leggibilità.' },
113
113
  ],
114
114
  faq,
115
- bibliography: [
116
- { name: 'Simner et al. (2006) – Sinestesia: prevalenza di esperienze cross-modali atipiche', url: 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC1626536/' },
117
- { name: 'Eagleman et al. (2007) – Batteria di test standardizzati per lo studio della sinestesia', url: 'https://www.sciencedirect.com/science/article/pii/S0010945207000087' },
118
- { name: 'Kandinsky, W. – Lo spirituale nell\'arte (1911)', url: 'https://it.wikipedia.org/wiki/Lo_spirituale_nell%27arte' },
119
- ],
115
+ bibliography,
120
116
  howTo,
121
117
  schemas: [faqSchema as any, howToSchema as any, appSchema],
122
118
  };
@@ -1,4 +1,5 @@
1
1
  import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
2
+ import { bibliography } from '../bibliography';
2
3
  import type { SynesthesiaPainterLocaleContent } from '../index';
3
4
 
4
5
  const slug = 'synesthesia-painter';
@@ -73,7 +74,6 @@ export const content: SynesthesiaPainterLocaleContent = {
73
74
  title,
74
75
  description,
75
76
  faqTitle: 'よくある質問',
76
- bibliographyTitle: '精神の参考文献',
77
77
  ui: {
78
78
  title: '共感覚ペインター',
79
79
  description: '言葉を色彩のアートへと変換。',
@@ -102,9 +102,9 @@ export const content: SynesthesiaPainterLocaleContent = {
102
102
  '<strong>有名な共感覚者:</strong> ウラジーミル・ナボコフ、ワシリー・カンディンスキー、ニコラ・テスラ、ビリー・ジョエルなどが、作品に影響を与えた共感覚体験を公表しています。'
103
103
  ]},
104
104
  { type: 'stats', items: [
105
- { value: '48%', label: '共感覚を持つ人口', icon: 'mdi:brain' },
105
+ { value: '4-8%', label: '共感覚を持つ人口', icon: 'mdi:brain' },
106
106
  { value: '90%+', label: '10年後でも変わらない色の一貫性', icon: 'mdi:check-circle' },
107
- { value: '36倍', label: '女性に多く見られる傾向', icon: 'mdi:gender-female' },
107
+ { value: '3-6倍', label: '女性に多く見られる傾向', icon: 'mdi:gender-female' },
108
108
  { value: '26+10', label: '対応する文字と数字の色', icon: 'mdi:alphabetical' }
109
109
  ], columns: 4 },
110
110
  { type: 'title', text: '芸術と共感覚:感覚が融合する時', level: 3 },
@@ -112,11 +112,7 @@ export const content: SynesthesiaPainterLocaleContent = {
112
112
  { type: 'tip', title: 'このツールのカラーパレット', html: 'このツールの色割り当ては、科学文献における最も一般的な統計データに基づいています。<strong>A → 赤</strong>、<strong>E → 緑</strong>、<strong>I → 背景に応じた白/黒</strong>、<strong>O → 黒/白</strong>、<strong>U → 琥珀色</strong>。子音についてはパレットが多様ですが、視認性を最優先し、背景とのコントラストを重視しています。' }
113
113
  ],
114
114
  faq,
115
- bibliography: [
116
- { name: 'Simner et al. (2006) – 共感覚:非典型的な感覚統合体験の有病率', url: 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC1626536/' },
117
- { name: 'Eagleman et al. (2007) – 共感覚研究のための標準テストバッテリー', url: 'https://www.sciencedirect.com/science/article/pii/S0010945207000087' },
118
- { name: 'カンディンスキー『芸術における精神的なものについて』(1911年)', url: 'https://ja.wikipedia.org/wiki/ワシリー・カンディンスキー' }
119
- ],
115
+ bibliography,
120
116
  howTo,
121
117
  schemas: [faqSchema as any, howToSchema as any, appSchema],
122
118
  };
@@ -1,4 +1,5 @@
1
1
  import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
2
+ import { bibliography } from '../bibliography';
2
3
  import type { SynesthesiaPainterLocaleContent } from '../index';
3
4
 
4
5
  const slug = 'synesthesia-painter';
@@ -73,7 +74,6 @@ export const content: SynesthesiaPainterLocaleContent = {
73
74
  title,
74
75
  description,
75
76
  faqTitle: '자주 묻는 질문',
76
- bibliographyTitle: '정신의 참고 문헌',
77
77
  ui: {
78
78
  title: '공감각 페인터',
79
79
  description: '당신의 단어를 색채 예술로 변환하세요.',
@@ -102,9 +102,9 @@ export const content: SynesthesiaPainterLocaleContent = {
102
102
  '<strong>유명한 공감각자:</strong> 블라디미르 나보코프, 바실리 칸딘스키, 니콜라 테슬라, 빌리 조엘 등이 자신의 작품에 영향을 준 공감각적 경험을 공개적으로 묘사한 바 있습니다.'
103
103
  ]},
104
104
  { type: 'stats', items: [
105
- { value: '48%', label: '공감각 보유 인구', icon: 'mdi:brain' },
105
+ { value: '4-8%', label: '공감각 보유 인구', icon: 'mdi:brain' },
106
106
  { value: '90%+', label: '10년 후의 색상 일관성', icon: 'mdi:check-circle' },
107
- { value: '36배', label: '여성에게 더 흔히 발견됨', icon: 'mdi:gender-female' },
107
+ { value: '3-6배', label: '여성에게 더 흔히 발견됨', icon: 'mdi:gender-female' },
108
108
  { value: '26+10', label: '컬러 글자 및 숫자', icon: 'mdi:alphabetical' }
109
109
  ], columns: 4 },
110
110
  { type: 'title', text: '예술과 공감각: 감각이 융합될 때', level: 3 },
@@ -112,11 +112,7 @@ export const content: SynesthesiaPainterLocaleContent = {
112
112
  { type: 'tip', title: '이 도구의 컬러 팔레트', html: '색상 할당은 과학 문헌의 가장 일반적인 통계 데이터에서 영감을 얻었습니다. <strong>A → 빨강</strong>, <strong>E → 초록</strong>, <strong>I → 배경에 따른 흰색/검은색</strong>, <strong>O → 검정/흰색</strong>, <strong>U → 황색</strong>. 자음은 비교적 덜 균일한 패턴을 따르지만, 가독성을 보장하기 위해 배경과의 대비를 항상 우선시합니다.' }
113
113
  ],
114
114
  faq,
115
- bibliography: [
116
- { name: 'Simner et al. (2006) – 공감각: 비전형적인 교차 감각 경험의 유병률', url: 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC1626536/' },
117
- { name: 'Eagleman et al. (2007) – 공감각 연구를 위한 표준화된 테스트 배터리', url: 'https://www.sciencedirect.com/science/article/pii/S0010945207000087' },
118
- { name: '칸딘스키, 바실리 – 예술에 있어서 정신적인 것에 대하여 (1911)', url: 'https://ko.wikipedia.org/wiki/예술에_있어서_정신적인_것에_대하여' }
119
- ],
115
+ bibliography,
120
116
  howTo,
121
117
  schemas: [faqSchema as any, howToSchema as any, appSchema],
122
118
  };
@@ -1,4 +1,5 @@
1
1
  import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
2
+ import { bibliography } from '../bibliography';
2
3
  import type { SynesthesiaPainterLocaleContent } from '../index';
3
4
 
4
5
  const slug = 'synesthesie-schilder';
@@ -73,7 +74,6 @@ export const content: SynesthesiaPainterLocaleContent = {
73
74
  title,
74
75
  description,
75
76
  faqTitle: 'Veelgestelde Vragen',
76
- bibliographyTitle: 'Bibliografie van de Geest',
77
77
  ui: {
78
78
  title: 'Synesthesie Schilder',
79
79
  description: 'Transformeer je woorden in chromatische kunst.',
@@ -102,9 +102,9 @@ export const content: SynesthesiaPainterLocaleContent = {
102
102
  '<strong>Beroemde synestheten:</strong> Vladimir Nabokov, Wassily Kandinsky, Nikola Tesla en Billy Joel hebben publiekelijk synesthetische ervaringen beschreven die hun werk hebben beïnvloed.',
103
103
  ]},
104
104
  { type: 'stats', items: [
105
- { value: '48%', label: 'Bevolking met synesthesie', icon: 'mdi:brain' },
105
+ { value: '4-8%', label: 'Bevolking met synesthesie', icon: 'mdi:brain' },
106
106
  { value: '90%+', label: 'Kleurconsistentie over 10 jaar', icon: 'mdi:check-circle' },
107
- { value: '36×', label: 'Vaker voorkomend bij vrouwen', icon: 'mdi:gender-female' },
107
+ { value: '3-6×', label: 'Vaker voorkomend bij vrouwen', icon: 'mdi:gender-female' },
108
108
  { value: '26+10', label: 'Gekleurde letters & cijfers', icon: 'mdi:alphabetical' },
109
109
  ], columns: 4 },
110
110
  { type: 'title', text: 'Kunst en synesthesie: wanneer de zintuigen samensmelten', level: 3 },
@@ -112,11 +112,7 @@ export const content: SynesthesiaPainterLocaleContent = {
112
112
  { type: 'tip', title: 'Kleurenpalet van deze tool', html: 'De kleurtoewijzingen zijn geïnspireerd op de meest voorkomende statistische gegevens in de wetenschappelijke literatuur. <strong>A → rood</strong>, <strong>E → groen</strong>, <strong>I → wit/zwart afhankelijk van de achtergrond</strong>, <strong>O → zwart/wit</strong>, <strong>U → amber</strong>. Medeklinkers volgen minder uniforme patronen, maar het contrast met de achtergrond krijgt altijd prioriteit om de leesbaarheid te garanderen.' },
113
113
  ],
114
114
  faq,
115
- bibliography: [
116
- { name: 'Simner et al. (2006) – Synaesthesia: The prevalence of atypical cross-modal experiences', url: 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC1626536/' },
117
- { name: 'Eagleman et al. (2007) – A standardized test battery for the study of synesthesia', url: 'https://www.sciencedirect.com/science/article/pii/S0010945207000087' },
118
- { name: 'Kandinsky, W. – Concerning the Spiritual in Art (1911)', url: 'https://en.wikipedia.org/wiki/Concerning_the_Spiritual_in_Art' },
119
- ],
115
+ bibliography,
120
116
  howTo,
121
117
  schemas: [faqSchema as any, howToSchema as any, appSchema],
122
118
  };
@@ -1,4 +1,5 @@
1
1
  import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
2
+ import { bibliography } from '../bibliography';
2
3
  import type { SynesthesiaPainterLocaleContent } from '../index';
3
4
 
4
5
  const slug = 'malarz-synestezji';
@@ -8,19 +9,19 @@ const description = 'Wizualizuj kolor słów zgodnie z synestezją grafem-kolor.
8
9
  const faq: SynesthesiaPainterLocaleContent['faq'] = [
9
10
  {
10
11
  question: 'Czy wszyscy synestetycy widzą te same kolory dla każdej litery?',
11
- answer: 'Nie. Kolory synestetyczne są unikalne dla każdej osoby. Istnieją tendencje statystyczne (A dla wielu osób bywa czerwone), ale nie ma dwóch synestetyków o dokładnie tej samej palecie. To narzędzie wykorzystuje kolory najczęściej zgłaszane w badaniach populacyjnych, a nie te jedyne słuszne”.',
12
+ answer: 'Nie. Kolory synestetyczne są unikalne dla każdej osoby. Istnieją tendencje statystyczne (A dla wielu osób bywa czerwone), ale nie ma dwóch synestetyków o dokładnie tej samej palecie. To narzędzie wykorzystuje kolory najczęściej zgłaszane w badaniach populacyjnych, a nie te \"jedyne słuszne\".',
12
13
  },
13
14
  {
14
15
  question: 'Czy mogę rozwinąć synestezję poprzez ciągłe używanie tego narzędzia?',
15
16
  answer: 'Nie w ścisłym sensie neurologicznym. Prawdziwa synestezja jest cechą układu nerwowego, a nie wyuczoną umiejętnością. Jednak powtarzanie skojarzeń kolor-litera może stworzyć silne wspomnienia asocjacyjne. Niektóre badania sugerują, że ćwiczenie tych skojarzeń może poprawić pamięć tekstową.',
16
17
  },
17
18
  {
18
- question: 'Do czego służy tryb Aura”?',
19
- answer: 'Tryb Aura symuluje sposób, w jaki niektórzy synestetycy opisują widzenie kolorów unoszących się” lub „świecących” wokół liter, a nie zintegrowanych z nimi. Tworzy to bardziej nastrojowe i immersyjne doświadczenie wizualne, szczególnie na ciemnym tle.',
19
+ question: 'Do czego służy tryb \"Aura\"?',
20
+ answer: 'Tryb Aura symuluje sposób, w jaki niektórzy synestetycy opisują widzenie kolorów \"unoszących się\" lub \"świecących\" wokół liter, a nie zintegrowanych z nimi. Tworzy to bardziej nastrojowe i immersyjne doświadczenie wizualne, szczególnie na ciemnym tle.',
20
21
  },
21
22
  {
22
- question: 'Czy tryb Kropki ma jakieś podstawy naukowe?',
23
- answer: 'Jest to abstrakcja artystyczna. Redukuje tekst do jego chromatycznej esencji poprzez wyeliminowanie rozpoznawalnego kształtu liter. Wynik przypomina wizualizacje danych chromatycznych lub obrazy puentylistyczne i pozwala zobaczyć sygnaturę kolorystyczną” tekstu bez ingerencji znaczenia.',
23
+ question: 'Czy tryb \"Kropki\" ma jakieś podstawy naukowe?',
24
+ answer: 'Jest to abstrakcja artystyczna. Redukuje tekst do jego \"chromatycznej esencji\" poprzez wyeliminowanie rozpoznawalnego kształtu liter. Wynik przypomina wizualizacje danych chromatycznych lub obrazy puentylistyczne i pozwala zobaczyć \"sygnaturę kolorystyczną\" tekstu bez ingerencji znaczenia.',
24
25
  },
25
26
  {
26
27
  question: 'Dlaczego niektóre litery, takie jak I i O, są białe lub czarne?',
@@ -32,7 +33,7 @@ const howTo: SynesthesiaPainterLocaleContent['howTo'] = [
32
33
  { name: 'Napisz tekst', text: 'Kliknij obszar pisania i zacznij pisać. Każda litera pojawi się w kolorze zgodnym z jej statystycznym skojarzeniem synestetycznym.' },
33
34
  { name: 'Zmień tryb wizualizacji', text: 'Użyj przycisków w prawym górnym rogu, aby przełączać się między Literami (kolorowy tekst), Kropkami (kolorowe kółka) i Aurą (świecące litery z chromatycznymi aureolami).' },
34
35
  { name: 'Odkrywaj różne teksty', text: 'Pisz imiona, słowa w różnych językach lub całe zdania, aby odkryć ich unikalną paletę chromatyczną. Długie słowa tworzą fascynujące gradienty wizualne.' },
35
- { name: 'Wyczyść i zacznij od nowa', text: 'Użyj przycisku Wyczyść” na dolnym pasku, aby opróżnić płótno i zbadać nowy tekst.' },
36
+ { name: 'Wyczyść i zacznij od nowa', text: 'Użyj przycisku \"Wyczyść\" na dolnym pasku, aby opróżnić płótno i zbadać nowy tekst.' },
36
37
  ];
37
38
 
38
39
  const faqSchema: WithContext<FAQPage> = {
@@ -73,7 +74,6 @@ export const content: SynesthesiaPainterLocaleContent = {
73
74
  title,
74
75
  description,
75
76
  faqTitle: 'Najczęściej Zadawane Pytania',
76
- bibliographyTitle: 'Bibliografia Umysłu',
77
77
  ui: {
78
78
  title: 'Malarz Synestezji',
79
79
  description: 'Zmień swoje słowa w sztukę chromatyczną.',
@@ -88,35 +88,31 @@ export const content: SynesthesiaPainterLocaleContent = {
88
88
  },
89
89
  seo: [
90
90
  { type: 'title', text: 'Czym jest synestezja grafem-kolor?', level: 2 },
91
- { type: 'paragraph', html: '<strong>Synestezja</strong> to stan neurologiczny, w którym stymulacja jednego zmysłu automatycznie wywołuje reakcję w innym. Najlepiej zbadanym i rozpowszechnionym wariantem jest <strong>synestezja grafem-kolor</strong>: osoby ją posiadające postrzegają każdą literę lub cyfrę z wewnętrznym, stałym i żywym kolorem. To nie jest wyobraźnia ani metafora; dla synestetyka litera A jest czerwona w taki sam sposób, w jaki ogień jest gorący. To narzędzie stosuje <em>paletę statystyczną</em> opartą na kolorach najczęściej zgłaszanych dla każdego grafemu w badaniach populacyjnych.' },
91
+ { type: 'paragraph', html: '<strong>Synestezja</strong> to stan neurologiczny, w którym stymulacja jednego zmysłu automatycznie wywołuje reakcję w innym. Najlepiej zbadanym i rozpowszechnionym wariantem jest <strong>synestezja grafem-kolor</strong>: osoby ją posiadające postrzegają każdą literę lub cyfrę z wewnętrznym, stałym i żywym kolorem. To nie jest wyobraźnia ani metafora; dla synestetyka litera \"A\" jest czerwona w taki sam sposób, w jaki ogień jest gorący. To narzędzie stosuje <em>paletę statystyczną</em> opartą na kolorach najczęściej zgłaszanych dla każdego grafemu w badaniach populacyjnych.' },
92
92
  { type: 'title', text: 'Neurobiologia: Teoria aktywacji krzyżowej', level: 3 },
93
93
  { type: 'paragraph', html: 'Najszerzej akceptowanym modelem neurologicznym dla synestezji grafem-kolor jest <strong>aktywacja krzyżowa</strong>. Obszary kory skroniowej zaangażowane w rozpoznawanie kształtów liter (zakręt wrzecionowaty) są anatomicznie sąsiadujące z regionami przetwarzającymi kolory (obszar V4). U osób z synestezją występuje większa łączność strukturalna lub funkcjonalna między tymi regionami, więc rozpoznanie litery aktywuje również neurony koloru. Badania za pomocą funkcjonalnego rezonansu magnetycznego (fMRI) potwierdziły, że synestetycy wykazują rzeczywistą aktywację w obszarze V4 podczas czytania tekstu, nawet jeśli jest on monochromatyczny.' },
94
- { type: 'tip', title: 'Trzy tryby wizualizacji', html: '<strong>Litery:</strong> Oryginalny tekst pokolorowany według grafemów. Idealny do zobaczenia chromatycznej melodii pełnego tekstu. <strong>Kropki:</strong> Każdy znak staje się kółkiem w swoim kolorze; tekst znika i pozostaje tylko muzyka kolorów. <strong>Aura:</strong> Litery emitują aureolę swojego koloru, jakby tekst świecił własną energią.' },
94
+ { type: 'tip', title: 'Trzy tryby wizualizacji', html: '<strong>Litery:</strong> Oryginalny tekst pokolorowany według grafemów. Idealny do zobaczenia \"chromatycznej melodii\" pełnego tekstu. <strong>Kropki:</strong> Każdy znak staje się kółkiem w swoim kolorze; tekst znika i pozostaje tylko muzyka kolorów. <strong>Aura:</strong> Litery emitują aureolę swojego koloru, jakby tekst świecił własną energią.' },
95
95
  { type: 'title', text: 'Statystyka i uniwersalność kolorów', level: 3 },
96
96
  { type: 'paragraph', html: 'Chociaż kolory synestetyczne są unikalne dla każdego człowieka, badania Simnera i wsp. (2006) oraz Eaglemana i wsp. (2007) wykazały istotne wzorce statystyczne. Samogłoska <strong>A</strong> u większości osób ma tendencję do bycia czerwoną; <strong>O</strong> jest białe lub czarne; <strong>S</strong> pojawia się w odcieniach morskich lub zielonych; <strong>E</strong> jawi się jako zielone lub białe. Co ciekawe, skojarzenia kolor-litera są bardziej spójne w obrębie danej kultury językowej niż między różnymi kulturami, co sugeruje rolę wczesnej nauki alfabetu.' },
97
97
  { type: 'list', items: [
98
- '<strong>Prewalencja:</strong> Około 4% populacji posiada synestezję grafem-kolor w pewnym stopniu, choć nowsze badania podnoszą tę liczbę do 68%, gdy uwzględni się formy subkliniczne.',
98
+ '<strong>Prewalencja:</strong> Około 4% populacji posiada synestezję grafem-kolor w pewnym stopniu, choć nowsze badania podnoszą tę liczbę do 6-8%, gdy uwzględni się formy subkliniczne.',
99
99
  '<strong>Uwarunkowania płciowe:</strong> Synestezja występuje od 3 do 6 razy częściej u kobiet niż u mężczyzn, choć przyczyny tej różnicy nie są jeszcze w pełni wyjaśnione.',
100
100
  '<strong>Dziedziczność:</strong> Ma wyraźny komponent genetyczny: wykazuje tendencję do występowania rodzinnego, choć nie zawsze z tym samym typem synestezji.',
101
101
  '<strong>Stabilność:</strong> W przeciwieństwie do wyuczonych skojarzeń, kolory synestetyczne są niezwykle stabilne w czasie. Badania po 10 latach wykazują ponad 90% spójności w skojarzeniach grafem-kolor.',
102
102
  '<strong>Słynni synestetycy:</strong> Władimir Nabokov, Wasilij Kandinsky, Nikola Tesla i Billy Joel publicznie opisywali doświadczenia synestetyczne, które wpłynęły na ich twórczość.',
103
103
  ]},
104
104
  { type: 'stats', items: [
105
- { value: '48%', label: 'Populacji z synestezją', icon: 'mdi:brain' },
105
+ { value: '4-8%', label: 'Populacji z synestezją', icon: 'mdi:brain' },
106
106
  { value: '90%+', label: 'Stabilność koloru po 10 latach', icon: 'mdi:check-circle' },
107
- { value: '36×', label: 'Częstsza u kobiet', icon: 'mdi:gender-female' },
107
+ { value: '3-6×', label: 'Częstsza u kobiet', icon: 'mdi:gender-female' },
108
108
  { value: '26+10', label: 'Kolorowe litery i cyfry', icon: 'mdi:alphabetical' },
109
109
  ], columns: 4 },
110
110
  { type: 'title', text: 'Sztuka i synestezja: Kiedy zmysły się łączą', level: 3 },
111
- { type: 'paragraph', html: '<strong>Wassily Kandinsky</strong>, prekursor abstrakcjonizmu, doświadczał synestezji zarówno grafem-kolor, jak i muzyka-kolor: słyszał instrumenty w kolorach (żółty był trąbką, głęboki błękit wiolonczelą) i wykorzystał te percepcje do stworzenia swojej teorii sztuki abstrakcyjnej. W muzyce <strong>Aleksander Skriabin</strong> skomponował <em>Prometeusza: Poemat ognia</em> z partią na tastiera per luce (klawiaturę świetlną), zaprojektowaną do rzucania kolorów odpowiadających każdemu dźwiękowi.' },
111
+ { type: 'paragraph', html: '<strong>Wassily Kandinsky</strong>, prekursor abstrakcjonizmu, doświadczał synestezji zarówno grafem-kolor, jak i muzyka-kolor: słyszał instrumenty w kolorach (żółty był trąbką, głęboki błękit wiolonczelą) i wykorzystał te percepcje do stworzenia swojej teorii sztuki abstrakcyjnej. W muzyce <strong>Aleksander Skriabin</strong> skomponował <em>Prometeusza: Poemat ognia</em> z partią na \"tastiera per luce\" (klawiaturę świetlną), zaprojektowaną do rzucania kolorów odpowiadających każdemu dźwiękowi.' },
112
112
  { type: 'tip', title: 'Paleta kolorów tego narzędzia', html: 'Przypisywanie kolorów inspirowane jest najczęstszymi danymi statystycznymi w literaturze naukowej. <strong>A → czerwony</strong>, <strong>E → zielony</strong>, <strong>I → biały/czarny w zależności od tła</strong>, <strong>O → czarny/biały</strong>, <strong>U → bursztynowy</strong>. Spółgłoski podlegają mniej jednolitym wzorcom, ale kontrast z tłem jest zawsze traktowany priorytetowo, aby zagwarantować czytelność.' },
113
113
  ],
114
114
  faq,
115
- bibliography: [
116
- { name: 'Simner et al. (2006) – Synaesthesia: The prevalence of atypical cross-modal experiences', url: 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC1626536/' },
117
- { name: 'Eagleman et al. (2007) – A standardized test battery for the study of synesthesia', url: 'https://www.sciencedirect.com/science/article/pii/S0010945207000087' },
118
- { name: 'Kandinsky, W. – O duchowości w sztuce (1911)', url: 'https://pl.wikipedia.org/wiki/Wassily_Kandinsky' },
119
- ],
115
+ bibliography,
120
116
  howTo,
121
117
  schemas: [faqSchema as any, howToSchema as any, appSchema],
122
118
  };
@@ -1,4 +1,5 @@
1
1
  import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
2
+ import { bibliography } from '../bibliography';
2
3
  import type { SynesthesiaPainterLocaleContent } from '../index';
3
4
 
4
5
  const slug = 'pintor-de-sinestesia';
@@ -73,7 +74,6 @@ export const content: SynesthesiaPainterLocaleContent = {
73
74
  title,
74
75
  description,
75
76
  faqTitle: 'Perguntas Frequentes',
76
- bibliographyTitle: 'Bibliografia da Mente',
77
77
  ui: {
78
78
  title: 'Pintor de Sinestesia',
79
79
  description: 'Transforme as suas palavras em arte cromática.',
@@ -95,16 +95,16 @@ export const content: SynesthesiaPainterLocaleContent = {
95
95
  { type: 'title', text: 'Estatísticas e Universais da Cor', level: 3 },
96
96
  { type: 'paragraph', html: 'Embora as cores sinestésicas sejam únicas para cada indivíduo, estudos de Simner et al. (2006) e Eagleman et al. (2007) encontraram padrões estatísticos significativos. A vogal <strong>A</strong> tende a ser vermelha para a maioria; o <strong>O</strong> é branco ou preto; o <strong>S</strong> aparece em tons de cerceta ou verde; o <strong>E</strong> aparece como verde ou branco. Curiosamente, as associações cor-letra são mais consistentes dentro de uma cultura linguística do que entre diferentes culturas, sugerindo um papel para a aprendizagem precoce do alfabeto.' },
97
97
  { type: 'list', items: [
98
- '<strong>Prevalência:</strong> Aproximadamente 4% da população tem sinestesia grafema-cor em algum grau, embora estudos mais recentes elevem este valor para 68% quando formas subclínicas são incluídas.',
98
+ '<strong>Prevalência:</strong> Aproximadamente 4% da população tem sinestesia grafema-cor em algum grau, embora estudos mais recentes elevem este valor para 6-8% quando formas subclínicas são incluídas.',
99
99
  '<strong>Viés de género:</strong> A sinestesia é 3 a 6 vezes mais comum em mulheres do que em homens, embora as causas desta diferença ainda não estejam totalmente explicadas.',
100
100
  '<strong>Hereditariedade:</strong> Tem uma componente genética clara: tende a ocorrer em famílias, embora nem sempre com o mesmo tipo de sinestesia.',
101
101
  '<strong>Consistência:</strong> Ao contrário das associações aprendidas, as cores sinestésicas são extraordinariamente estáveis ao longo do tempo. Estudos de acompanhamento de 10 anos demonstram mais de 90% de consistência nas associações grafema-cor.',
102
102
  '<strong>Sinestetas famosos:</strong> Vladimir Nabokov, Wassily Kandinsky, Nikola Tesla e Billy Joel descreveram publicamente experiências sinestésicas que influenciaram o seu trabalho.',
103
103
  ]},
104
104
  { type: 'stats', items: [
105
- { value: '48%', label: 'População com sinestesia', icon: 'mdi:brain' },
105
+ { value: '4-8%', label: 'População com sinestesia', icon: 'mdi:brain' },
106
106
  { value: '90%+', label: 'Consistência de cor em 10 anos', icon: 'mdi:check-circle' },
107
- { value: '36×', label: 'Mais comum em mulheres', icon: 'mdi:gender-female' },
107
+ { value: '3-6×', label: 'Mais comum em mulheres', icon: 'mdi:gender-female' },
108
108
  { value: '26+10', label: 'Letras e dígitos coloridos', icon: 'mdi:alphabetical' },
109
109
  ], columns: 4 },
110
110
  { type: 'title', text: 'Arte e Sinestesia: Quando os Sentidos se Fundem', level: 3 },
@@ -112,11 +112,7 @@ export const content: SynesthesiaPainterLocaleContent = {
112
112
  { type: 'tip', title: 'Paleta de Cores Desta Ferramenta', html: 'As atribuições de cores são inspiradas nos dados estatísticos mais comuns na literatura científica. <strong>A → vermelho</strong>, <strong>E → verde</strong>, <strong>I → branco/preto dependendo do fundo</strong>, <strong>O → preto/branco</strong>, <strong>U → âmbar</strong>. As consoantes seguem padrões menos uniformes, mas o contraste com o fundo é sempre priorizado para garantir a legibilidade.' },
113
113
  ],
114
114
  faq,
115
- bibliography: [
116
- { name: 'Simner et al. (2006) – Synaesthesia: The prevalence of atypical cross-modal experiences', url: 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC1626536/' },
117
- { name: 'Eagleman et al. (2007) – A standardized test battery for the study of synesthesia', url: 'https://www.sciencedirect.com/science/article/pii/S0010945207000087' },
118
- { name: 'Kandinsky, W. – Do Espiritual na Arte (1911)', url: 'https://pt.wikipedia.org/wiki/Wassily_Kandinsky' },
119
- ],
115
+ bibliography,
120
116
  howTo,
121
117
  schemas: [faqSchema as any, howToSchema as any, appSchema],
122
118
  };
@@ -1,4 +1,5 @@
1
1
  import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
2
+ import { bibliography } from '../bibliography';
2
3
  import type { SynesthesiaPainterLocaleContent } from '../index';
3
4
 
4
5
  const slug = 'khudozhnik-sinestezii';
@@ -8,19 +9,19 @@ const description = 'Визуализируйте цвет слов в соот
8
9
  const faq: SynesthesiaPainterLocaleContent['faq'] = [
9
10
  {
10
11
  question: 'Все ли синестеты видят одинаковые цвета для каждой буквы?',
11
- answer: 'Нет. Синестетические цвета уникальны для каждого человека. Существуют статистические тенденции (у многих «А» ассоциируется с красным), но не бывает двух синестетов с абсолютно одинаковой палитрой. Этот инструмент использует цвета, наиболее часто встречающиеся в популяционных исследованиях, а не «правильные» цвета.',
12
+ answer: 'Нет. Синестетические цвета уникальны для каждого человека. Существуют статистические тенденции (у многих \"А\" ассоциируется с красным), но не бывает двух синестетов с абсолютно одинаковой палитрой. Этот инструмент использует цвета, наиболее часто встречающиеся в популяционных исследованиях, а не \"правильные\" цвета.',
12
13
  },
13
14
  {
14
15
  question: 'Можно ли развить синестезию, постоянно используя этот инструмент?',
15
- answer: 'Нет в строгом неврологическом смысле. Подлинная синестезия это особенность нервной системы, а не приобретенный навык. Однако частое использование ассоциаций цвет-буква может создать сильные ассоциативные связи в памяти. Некоторые исследования показывают, что практика таких ассоциаций может улучшить запоминание текстов.',
16
+ answer: 'Нет в строгом неврологическом смысле. Подлинная синестезия - это особенность нервной системы, а не приобретенный навык. Однако частое использование ассоциаций цвет-буква может создать сильные ассоциативные связи в памяти. Некоторые исследования показывают, что практика таких ассоциаций может улучшить запоминание текстов.',
16
17
  },
17
18
  {
18
- question: 'Для чего нужен режим «Аура»?',
19
- answer: 'Режим «Аура» имитирует то, как некоторые синестеты описывают видение цветов: они «парят» или «светятся» вокруг букв, а не сливаются с ними. Это создает более атмосферный и иммерсивный визуальный опыт, особенно на темном фоне.',
19
+ question: 'Для чего нужен режим \"Аура\"?',
20
+ answer: 'Режим \"Аура\" имитирует то, как некоторые синестеты описывают видение цветов: они \"парят\" или \"светятся\" вокруг букв, а не сливаются с ними. Это создает более атмосферный и иммерсивный визуальный опыт, особенно на темном фоне.',
20
21
  },
21
22
  {
22
- question: 'Имеет ли режим «Точки» научное обоснование?',
23
- answer: 'Это художественная абстракция. Она сводит текст к его «цветовой сущности», убирая узнаваемые очертания букв. Результат напоминает хроматическую визуализацию данных или пуантилистскую живопись и позволяет увидеть «цветовую подпись» текста без вмешательства его значения.',
23
+ question: 'Имеет ли режим \"Точки\" научное обоснование?',
24
+ answer: 'Это художественная абстракция. Она сводит текст к его \"цветовой сущности\", убирая узнаваемые очертания букв. Результат напоминает хроматическую визуализацию данных или пуантилистскую живопись и позволяет увидеть \"цветовую подпись\" текста без вмешательства его значения.',
24
25
  },
25
26
  {
26
27
  question: 'Почему некоторые буквы, такие как I и O, белые или черные?',
@@ -32,7 +33,7 @@ const howTo: SynesthesiaPainterLocaleContent['howTo'] = [
32
33
  { name: 'Написать текст', text: 'Нажмите на область для письма и начните печатать. Каждая буква будет окрашена в соответствии с ее статистической синестетической ассоциацией.' },
33
34
  { name: 'Изменить режим визуализации', text: 'Используйте кнопки в правом верхнем углу для переключения между Буквами (цветной текст), Точками (цветные круги) и Аурой (светящиеся буквы с хроматическим ореолом).' },
34
35
  { name: 'Исследовать разные тексты', text: 'Пишите имена, иностранные слова или целые предложения, чтобы открыть их уникальную цветовую палитру. Длинные слова создают завораживающие градиенты.' },
35
- { name: 'Очистить и начать заново', text: 'Используйте кнопку «Очистить» на нижней панели, чтобы сбросить холст и начать работу с новым текстом.' },
36
+ { name: 'Очистить и начать заново', text: 'Используйте кнопку \"Очистить\" на нижней панели, чтобы сбросить холст и начать работу с новым текстом.' },
36
37
  ];
37
38
 
38
39
  const faqSchema: WithContext<FAQPage> = {
@@ -73,7 +74,6 @@ export const content: SynesthesiaPainterLocaleContent = {
73
74
  title,
74
75
  description,
75
76
  faqTitle: 'Часто задаваемые вопросы',
76
- bibliographyTitle: 'Библиография разума',
77
77
  ui: {
78
78
  title: 'Художник синестезии',
79
79
  description: 'Превратите ваши слова в хроматическое искусство.',
@@ -88,35 +88,31 @@ export const content: SynesthesiaPainterLocaleContent = {
88
88
  },
89
89
  seo: [
90
90
  { type: 'title', text: 'Что такое графемно-цветовая синестезия?', level: 2 },
91
- { type: 'paragraph', html: '<strong>Синестезия</strong> это неврологическое состояние, при котором стимуляция одного органа чувств автоматически вызывает реакцию в другом. Наиболее изученным вариантом является <strong>графемно-цветовая синестезия</strong>: люди с ней воспринимают каждую букву или цифру как обладающую постоянным и ярким цветом. Это не воображение и не метафора; для синестета буква «А» красная точно так же, как огонь горячий. Этот инструмент применяет <em>статистическую палитру</em>, основанную на цветах, которые чаще всего упоминаются для каждой графемы в научных исследованиях.' },
91
+ { type: 'paragraph', html: '<strong>Синестезия</strong> - это неврологическое состояние, при котором стимуляция одного органа чувств автоматически вызывает реакцию в другом. Наиболее изученным вариантом является <strong>графемно-цветовая синестезия</strong>: люди с ней воспринимают каждую букву или цифру как обладающую постоянным и ярким цветом. Это не воображение и не метафора; для синестета буква \"А\" красная точно так же, как огонь горячий. Этот инструмент применяет <em>статистическую палитру</em>, основанную на цветах, которые чаще всего упоминаются для каждой графемы в научных исследованиях.' },
92
92
  { type: 'title', text: 'Нейронаука: Теория кросс-активации', level: 3 },
93
93
  { type: 'paragraph', html: 'Наиболее признанной неврологической моделью графемно-цветовой синестезии является <strong>кросс-активация</strong>. Области височной коры, участвующие в распознавании форм букв (веретенообразная извилина), анатомически примыкают к регионам, обрабатывающим цвет (область V4). У людей с синестезией наблюдается повышенная структурная или функциональная связность между этими областями, поэтому узнавание буквы также активирует цветовые нейроны. Исследования методом функциональной МРТ (фМРТ) подтвердили, что у синестетов при чтении текста наблюдается реальная активация в зоне V4, даже если текст монохромный.' },
94
- { type: 'tip', title: 'Три режима визуализации', html: '<strong>Буквы:</strong> Оригинальный текст, окрашенный по графемам. Идеально подходит, чтобы увидеть «цветовую мелодию» всего текста. <strong>Точки:</strong> Каждый символ становится кругом своего цвета; текст исчезает, остается только музыка цвета. <strong>Аура:</strong> Буквы испускают ореол своего цвета, как будто текст светится собственной энергией.' },
94
+ { type: 'tip', title: 'Три режима визуализации', html: '<strong>Буквы:</strong> Оригинальный текст, окрашенный по графемам. Идеально подходит, чтобы увидеть \"цветовую мелодию\" всего текста. <strong>Точки:</strong> Каждый символ становится кругом своего цвета; текст исчезает, остается только музыка цвета. <strong>Аура:</strong> Буквы испускают ореол своего цвета, как будто текст светится собственной энергией.' },
95
95
  { type: 'title', text: 'Статистика и цветовые универсалии', level: 3 },
96
- { type: 'paragraph', html: 'Хотя синестетические цвета уникальны для каждого индивидуума, исследования Симнера и др. (2006) и Иглмена и др. (2007) выявили значимые статистические закономерности. Гласная <strong>А</strong> у большинства имеет тенденцию быть красной; <strong>О</strong> белой или черной; <strong>S</strong> часто видится в бирюзовых или зеленых тонах; <strong>E</strong> зеленой или белой. Интересно, что ассоциации цвет-буква более последовательны внутри одной языковой культуры, чем между разными, что указывает на роль раннего обучения алфавиту.' },
96
+ { type: 'paragraph', html: 'Хотя синестетические цвета уникальны для каждого индивидуума, исследования Симнера и др. (2006) и Иглмена и др. (2007) выявили значимые статистические закономерности. Гласная <strong>А</strong> у большинства имеет тенденцию быть красной; <strong>О</strong> - белой или черной; <strong>S</strong> часто видится в бирюзовых или зеленых тонах; <strong>E</strong> - зеленой или белой. Интересно, что ассоциации цвет-буква более последовательны внутри одной языковой культуры, чем между разными, что указывает на роль раннего обучения алфавиту.' },
97
97
  { type: 'list', items: [
98
- '<strong>Распространенность:</strong> Примерно 4% населения обладают графемно-цветовой синестезией в той или иной степени, хотя по данным новых исследований эта цифра достигает 68%, если учитывать субклинические формы.',
99
- '<strong>Гендерный фактор:</strong> Синестезия встречается у женщин в 36 раз чаще, чем у мужчин, хотя причины этого различия до конца не объяснены.',
98
+ '<strong>Распространенность:</strong> Примерно 4% населения обладают графемно-цветовой синестезией в той или иной степени, хотя по данным новых исследований эта цифра достигает 6-8%, если учитывать субклинические формы.',
99
+ '<strong>Гендерный фактор:</strong> Синестезия встречается у женщин в 3-6 раз чаще, чем у мужчин, хотя причины этого различия до конца не объяснены.',
100
100
  '<strong>Наследственность:</strong> Имеется явный генетический компонент: особенность часто встречается в семьях, хотя и не всегда в виде одного и того же типа синестезии.',
101
101
  '<strong>Стабильность:</strong> В отличие от выученных ассоциаций, синестетические цвета чрезвычайно стабильны во времени. Исследования, длившиеся 10 лет, показывают более чем 90-процентную неизменность ассоциаций.',
102
102
  '<strong>Знаменитые синестеты:</strong> Владимир Набоков, Василий Кандинский, Никола Тесла и Билли Джоэл публично описывали свой синестетический опыт, повлиявший на их творчество.',
103
103
  ]},
104
104
  { type: 'stats', items: [
105
- { value: '48%', label: 'Людей с синестезией', icon: 'mdi:brain' },
105
+ { value: '4-8%', label: 'Людей с синестезией', icon: 'mdi:brain' },
106
106
  { value: '90%+', label: 'Стабильность цвета за 10 лет', icon: 'mdi:check-circle' },
107
- { value: '36×', label: 'Чаще встречается у женщин', icon: 'mdi:gender-female' },
107
+ { value: '3-6×', label: 'Чаще встречается у женщин', icon: 'mdi:gender-female' },
108
108
  { value: '26+10', label: 'Цветных букв и цифр', icon: 'mdi:alphabetical' },
109
109
  ], columns: 4 },
110
110
  { type: 'title', text: 'Искусство и синестезия: когда чувства сливаются', level: 3 },
111
- { type: 'paragraph', html: '<strong>Василий Кандинский</strong>, основоположник абстракционизма, обладал как графемно-цветовой, так и музыкально-цветовой синестезией: он слышал инструменты в цветах (желтый был трубой, глубокий синий виолончелью) и использовал это для создания своей теории абстрактного искусства. В музыке <strong>Александр Скрябин</strong> написал симфоническую поэму <em>«Прометей (Поэма огня)»</em> с партией для «световой клавиатуры» (tastiera per luce), предназначенной для проецирования цветов, соответствующих каждой ноте.' },
111
+ { type: 'paragraph', html: '<strong>Василий Кандинский</strong>, основоположник абстракционизма, обладал как графемно-цветовой, так и музыкально-цветовой синестезией: он слышал инструменты в цветах (желтый был трубой, глубокий синий - виолончелью) и использовал это для создания своей теории абстрактного искусства. В музыке <strong>Александр Скрябин</strong> написал симфоническую поэму <em>\"Прометей (Поэма огня)\"</em> с партией для \"световой клавиатуры\" (tastiera per luce), предназначенной для проецирования цветов, соответствующих каждой ноте.' },
112
112
  { type: 'tip', title: 'Цветовая палитра этого инструмента', html: 'Назначение цветов вдохновлено наиболее распространенными статистическими данными из научной литературы. <strong>А → красный</strong>, <strong>Е → зеленый</strong>, <strong>I → белый/черный в зависимости от фона</strong>, <strong>O → черный/белый</strong>, <strong>U → янтарный</strong>. Согласные следуют менее единообразным паттернам, но приоритет всегда отдается контрасту с фоном для обеспечения читаемости.' },
113
113
  ],
114
114
  faq,
115
- bibliography: [
116
- { name: 'Симнер и др. (2006) – Синестезия: Распространенность атипичного кросс-модального опыта', url: 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC1626536/' },
117
- { name: 'Иглмен и др. (2007) – Стандартизированный набор тестов для изучения синестезии', url: 'https://www.sciencedirect.com/science/article/pii/S0010945207000087' },
118
- { name: 'Кандинский В. – О духовном в искусстве (1911)', url: 'https://ru.wikipedia.org/wiki/О_духовном_в_искусстве' },
119
- ],
115
+ bibliography,
120
116
  howTo,
121
117
  schemas: [faqSchema as any, howToSchema as any, appSchema],
122
118
  };