@jjlmoya/utils-creative 1.6.0 → 1.8.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.
- package/package.json +63 -62
- package/src/category/i18n/de.ts +9 -0
- package/src/category/i18n/id.ts +9 -0
- package/src/category/i18n/it.ts +9 -0
- package/src/category/i18n/ja.ts +9 -0
- package/src/category/i18n/ko.ts +9 -0
- package/src/category/i18n/nl.ts +9 -0
- package/src/category/i18n/pl.ts +9 -0
- package/src/category/i18n/pt.ts +9 -0
- package/src/category/i18n/ru.ts +9 -0
- package/src/category/i18n/sv.ts +9 -0
- package/src/category/i18n/tr.ts +9 -0
- package/src/category/i18n/zh.ts +9 -0
- package/src/category/index.ts +12 -0
- package/src/tests/faq_count.test.ts +1 -1
- package/src/tests/i18n_coverage.test.ts +36 -0
- package/src/tests/locale_completeness.test.ts +2 -2
- package/src/tests/schemas_fulfillment.test.ts +23 -0
- package/src/tests/title_quality.test.ts +55 -0
- package/src/tests/tool_validation.test.ts +2 -2
- package/src/tool/bead-pattern-generator/i18n/de.ts +115 -0
- package/src/tool/bead-pattern-generator/i18n/en.ts +59 -17
- package/src/tool/bead-pattern-generator/i18n/es.ts +59 -17
- package/src/tool/bead-pattern-generator/i18n/fr.ts +59 -17
- package/src/tool/bead-pattern-generator/i18n/id.ts +115 -0
- package/src/tool/bead-pattern-generator/i18n/it.ts +115 -0
- package/src/tool/bead-pattern-generator/i18n/ja.ts +115 -0
- package/src/tool/bead-pattern-generator/i18n/ko.ts +115 -0
- package/src/tool/bead-pattern-generator/i18n/nl.ts +115 -0
- package/src/tool/bead-pattern-generator/i18n/pl.ts +115 -0
- package/src/tool/bead-pattern-generator/i18n/pt.ts +115 -0
- package/src/tool/bead-pattern-generator/i18n/ru.ts +115 -0
- package/src/tool/bead-pattern-generator/i18n/sv.ts +115 -0
- package/src/tool/bead-pattern-generator/i18n/tr.ts +115 -0
- package/src/tool/bead-pattern-generator/i18n/zh.ts +115 -0
- package/src/tool/bead-pattern-generator/index.ts +12 -0
- package/src/tool/dice-roller/i18n/de.ts +138 -0
- package/src/tool/dice-roller/i18n/en.ts +74 -32
- package/src/tool/dice-roller/i18n/es.ts +74 -32
- package/src/tool/dice-roller/i18n/fr.ts +74 -32
- package/src/tool/dice-roller/i18n/id.ts +138 -0
- package/src/tool/dice-roller/i18n/it.ts +138 -0
- package/src/tool/dice-roller/i18n/ja.ts +138 -0
- package/src/tool/dice-roller/i18n/ko.ts +138 -0
- package/src/tool/dice-roller/i18n/nl.ts +138 -0
- package/src/tool/dice-roller/i18n/pl.ts +138 -0
- package/src/tool/dice-roller/i18n/pt.ts +138 -0
- package/src/tool/dice-roller/i18n/ru.ts +138 -0
- package/src/tool/dice-roller/i18n/sv.ts +138 -0
- package/src/tool/dice-roller/i18n/tr.ts +138 -0
- package/src/tool/dice-roller/i18n/zh.ts +138 -0
- package/src/tool/dice-roller/index.ts +12 -0
- package/src/tool/excuse-generator/i18n/de.ts +122 -0
- package/src/tool/excuse-generator/i18n/en.ts +60 -18
- package/src/tool/excuse-generator/i18n/es.ts +60 -18
- package/src/tool/excuse-generator/i18n/fr.ts +60 -18
- package/src/tool/excuse-generator/i18n/id.ts +122 -0
- package/src/tool/excuse-generator/i18n/it.ts +122 -0
- package/src/tool/excuse-generator/i18n/ja.ts +122 -0
- package/src/tool/excuse-generator/i18n/ko.ts +122 -0
- package/src/tool/excuse-generator/i18n/nl.ts +122 -0
- package/src/tool/excuse-generator/i18n/pl.ts +122 -0
- package/src/tool/excuse-generator/i18n/pt.ts +122 -0
- package/src/tool/excuse-generator/i18n/ru.ts +122 -0
- package/src/tool/excuse-generator/i18n/sv.ts +122 -0
- package/src/tool/excuse-generator/i18n/tr.ts +122 -0
- package/src/tool/excuse-generator/i18n/zh.ts +122 -0
- package/src/tool/excuse-generator/index.ts +12 -0
- package/src/tool/fortune-cookie/i18n/de.ts +127 -0
- package/src/tool/fortune-cookie/i18n/en.ts +60 -18
- package/src/tool/fortune-cookie/i18n/es.ts +60 -18
- package/src/tool/fortune-cookie/i18n/fr.ts +60 -18
- package/src/tool/fortune-cookie/i18n/id.ts +127 -0
- package/src/tool/fortune-cookie/i18n/it.ts +127 -0
- package/src/tool/fortune-cookie/i18n/ja.ts +127 -0
- package/src/tool/fortune-cookie/i18n/ko.ts +127 -0
- package/src/tool/fortune-cookie/i18n/nl.ts +127 -0
- package/src/tool/fortune-cookie/i18n/pl.ts +127 -0
- package/src/tool/fortune-cookie/i18n/pt.ts +127 -0
- package/src/tool/fortune-cookie/i18n/ru.ts +127 -0
- package/src/tool/fortune-cookie/i18n/sv.ts +127 -0
- package/src/tool/fortune-cookie/i18n/tr.ts +127 -0
- package/src/tool/fortune-cookie/i18n/zh.ts +127 -0
- package/src/tool/fortune-cookie/index.ts +12 -0
- package/src/tool/synesthesia-painter/i18n/de.ts +122 -0
- package/src/tool/synesthesia-painter/i18n/en.ts +74 -32
- package/src/tool/synesthesia-painter/i18n/es.ts +74 -32
- package/src/tool/synesthesia-painter/i18n/fr.ts +75 -33
- package/src/tool/synesthesia-painter/i18n/id.ts +122 -0
- package/src/tool/synesthesia-painter/i18n/it.ts +122 -0
- package/src/tool/synesthesia-painter/i18n/ja.ts +122 -0
- package/src/tool/synesthesia-painter/i18n/ko.ts +122 -0
- package/src/tool/synesthesia-painter/i18n/nl.ts +122 -0
- package/src/tool/synesthesia-painter/i18n/pl.ts +122 -0
- package/src/tool/synesthesia-painter/i18n/pt.ts +122 -0
- package/src/tool/synesthesia-painter/i18n/ru.ts +122 -0
- package/src/tool/synesthesia-painter/i18n/sv.ts +122 -0
- package/src/tool/synesthesia-painter/i18n/tr.ts +122 -0
- package/src/tool/synesthesia-painter/i18n/zh.ts +122 -0
- package/src/tool/synesthesia-painter/index.ts +12 -0
- package/src/tool/zalgo-generator/i18n/de.ts +113 -0
- package/src/tool/zalgo-generator/i18n/en.ts +58 -16
- package/src/tool/zalgo-generator/i18n/es.ts +58 -16
- package/src/tool/zalgo-generator/i18n/fr.ts +58 -16
- package/src/tool/zalgo-generator/i18n/id.ts +113 -0
- package/src/tool/zalgo-generator/i18n/it.ts +113 -0
- package/src/tool/zalgo-generator/i18n/ja.ts +113 -0
- package/src/tool/zalgo-generator/i18n/ko.ts +113 -0
- package/src/tool/zalgo-generator/i18n/nl.ts +113 -0
- package/src/tool/zalgo-generator/i18n/pl.ts +113 -0
- package/src/tool/zalgo-generator/i18n/pt.ts +113 -0
- package/src/tool/zalgo-generator/i18n/ru.ts +113 -0
- package/src/tool/zalgo-generator/i18n/sv.ts +113 -0
- package/src/tool/zalgo-generator/i18n/tr.ts +113 -0
- package/src/tool/zalgo-generator/i18n/zh.ts +113 -0
- package/src/tool/zalgo-generator/index.ts +12 -0
- package/src/tools.ts +14 -1
|
@@ -1,9 +1,77 @@
|
|
|
1
|
+
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
1
2
|
import type { SynesthesiaPainterLocaleContent } from '../index';
|
|
2
3
|
|
|
4
|
+
const slug = 'synesthesia-painter';
|
|
5
|
+
const title = 'Synesthesia Painter';
|
|
6
|
+
const description = 'Visualize the color of words according to grapheme-color synesthesia. Each letter has its own color, turning text into chromatic art.';
|
|
7
|
+
|
|
8
|
+
const faq: SynesthesiaPainterLocaleContent['faq'] = [
|
|
9
|
+
{
|
|
10
|
+
question: 'Do all synesthetes see the same colors for each letter?',
|
|
11
|
+
answer: 'No. Synesthetic colors are unique to each person. Statistical tendencies exist (A tends to be red for many), but no two synesthetes have exactly the same palette. This tool uses the colors most frequently reported in population studies, not the "correct" ones.',
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
question: 'Can I develop synesthesia by using this tool continuously?',
|
|
15
|
+
answer: 'Not in the strict neurological sense. Genuine synesthesia is a characteristic of the nervous system, not a learned skill. However, repeated use of color-letter associations can create strong associative memories. Some studies suggest that practicing these associations can improve text memory.',
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
question: 'What is the "Aura" mode for?',
|
|
19
|
+
answer: 'Aura mode simulates how some synesthetes describe seeing colors "floating" or "glowing" around letters rather than integrated into them. It creates a more atmospheric and immersive visual experience, especially on a dark background.',
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
question: 'Does the "Dots" mode have any scientific basis?',
|
|
23
|
+
answer: 'It is an artistic abstraction. It reduces the text to its "chromatic essence" by eliminating the recognizable shape of the letters. The result resembles chromatic data visualizations or pointillist paintings, and allows you to see the "color signature" of a text without meaning interfering.',
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
question: 'Why are some letters like I and O white or black?',
|
|
27
|
+
answer: 'In synesthesia studies, the vowels I and O, and the letter W, are frequently described as white, transparent, or black. This tool adapts those colors to the active background: white on dark background, black on light background, to always guarantee visibility.',
|
|
28
|
+
},
|
|
29
|
+
];
|
|
30
|
+
|
|
31
|
+
const howTo: SynesthesiaPainterLocaleContent['howTo'] = [
|
|
32
|
+
{ name: 'Write text', text: 'Click the writing area and start typing. Each letter will appear colored according to its statistical synesthetic association.' },
|
|
33
|
+
{ name: 'Change visualization mode', text: 'Use the buttons in the top right corner to switch between Letters (colored text), Dots (color circles), and Aura (luminous letters with chromatic halos).' },
|
|
34
|
+
{ name: 'Explore different texts', text: 'Write names, words in different languages, or sentences to discover their unique chromatic palette. Long words create fascinating visual gradients.' },
|
|
35
|
+
{ name: 'Clear and start again', text: 'Use the "Clear" button in the bottom bar to wipe the canvas and explore a new text.' },
|
|
36
|
+
];
|
|
37
|
+
|
|
38
|
+
const faqSchema: WithContext<FAQPage> = {
|
|
39
|
+
'@context': 'https://schema.org',
|
|
40
|
+
'@type': 'FAQPage',
|
|
41
|
+
mainEntity: faq.map((item) => ({
|
|
42
|
+
'@type': 'Question',
|
|
43
|
+
name: item.question,
|
|
44
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
45
|
+
})),
|
|
46
|
+
};
|
|
47
|
+
|
|
48
|
+
const howToSchema: WithContext<HowTo> = {
|
|
49
|
+
'@context': 'https://schema.org',
|
|
50
|
+
'@type': 'HowTo',
|
|
51
|
+
name: title,
|
|
52
|
+
description,
|
|
53
|
+
step: howTo.map((step) => ({
|
|
54
|
+
'@type': 'HowToStep',
|
|
55
|
+
name: step.name,
|
|
56
|
+
text: step.text,
|
|
57
|
+
})),
|
|
58
|
+
};
|
|
59
|
+
|
|
60
|
+
const appSchema: WithContext<SoftwareApplication> = {
|
|
61
|
+
'@context': 'https://schema.org',
|
|
62
|
+
'@type': 'SoftwareApplication',
|
|
63
|
+
name: title,
|
|
64
|
+
description,
|
|
65
|
+
applicationCategory: 'UtilitiesApplication',
|
|
66
|
+
operatingSystem: 'Web',
|
|
67
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
|
|
68
|
+
inLanguage: 'en',
|
|
69
|
+
};
|
|
70
|
+
|
|
3
71
|
export const content: SynesthesiaPainterLocaleContent = {
|
|
4
|
-
slug
|
|
5
|
-
title
|
|
6
|
-
description
|
|
72
|
+
slug,
|
|
73
|
+
title,
|
|
74
|
+
description,
|
|
7
75
|
faqTitle: 'Frequently Asked Questions',
|
|
8
76
|
bibliographyTitle: 'Mind Bibliography',
|
|
9
77
|
ui: {
|
|
@@ -43,38 +111,12 @@ export const content: SynesthesiaPainterLocaleContent = {
|
|
|
43
111
|
{ type: 'paragraph', html: '<strong>Wassily Kandinsky</strong>, founder of abstract expressionism, experienced both grapheme-color and music-color synesthesia: he heard instruments in colors (yellow was a trumpet, deep blue a cello) and used these perceptions to create his theory of abstract art. In music, <strong>Alexander Scriabin</strong> composed <em>Prometheus: The Poem of Fire</em> with a part for "tastiera per luce" (light keyboard), designed to project colors corresponding to each note.' },
|
|
44
112
|
{ type: 'tip', title: 'Color Palette of This Tool', html: 'The color assignments are inspired by the most common statistical data in scientific literature. <strong>A → red</strong>, <strong>E → green</strong>, <strong>I → white/black depending on background</strong>, <strong>O → black/white</strong>, <strong>U → amber</strong>. Consonants follow less uniform patterns, but contrast with the background is always prioritized to guarantee readability.' },
|
|
45
113
|
],
|
|
46
|
-
faq
|
|
47
|
-
{
|
|
48
|
-
question: 'Do all synesthetes see the same colors for each letter?',
|
|
49
|
-
answer: 'No. Synesthetic colors are unique to each person. Statistical tendencies exist (A tends to be red for many), but no two synesthetes have exactly the same palette. This tool uses the colors most frequently reported in population studies, not the "correct" ones.',
|
|
50
|
-
},
|
|
51
|
-
{
|
|
52
|
-
question: 'Can I develop synesthesia by using this tool continuously?',
|
|
53
|
-
answer: 'Not in the strict neurological sense. Genuine synesthesia is a characteristic of the nervous system, not a learned skill. However, repeated use of color-letter associations can create strong associative memories. Some studies suggest that practicing these associations can improve text memory.',
|
|
54
|
-
},
|
|
55
|
-
{
|
|
56
|
-
question: 'What is the "Aura" mode for?',
|
|
57
|
-
answer: 'Aura mode simulates how some synesthetes describe seeing colors "floating" or "glowing" around letters rather than integrated into them. It creates a more atmospheric and immersive visual experience, especially on a dark background.',
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
question: 'Does the "Dots" mode have any scientific basis?',
|
|
61
|
-
answer: 'It is an artistic abstraction. It reduces the text to its "chromatic essence" by eliminating the recognizable shape of the letters. The result resembles chromatic data visualizations or pointillist paintings, and allows you to see the "color signature" of a text without meaning interfering.',
|
|
62
|
-
},
|
|
63
|
-
{
|
|
64
|
-
question: 'Why are some letters like I and O white or black?',
|
|
65
|
-
answer: 'In synesthesia studies, the vowels I and O, and the letter W, are frequently described as white, transparent, or black. This tool adapts those colors to the active background: white on dark background, black on light background, to always guarantee visibility.',
|
|
66
|
-
},
|
|
67
|
-
],
|
|
114
|
+
faq,
|
|
68
115
|
bibliography: [
|
|
69
116
|
{ name: 'Simner et al. (2006) – Synaesthesia: The prevalence of atypical cross-modal experiences', url: 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC1626536/' },
|
|
70
117
|
{ name: 'Eagleman et al. (2007) – A standardized test battery for the study of synesthesia', url: 'https://www.sciencedirect.com/science/article/pii/S0010945207000087' },
|
|
71
118
|
{ name: 'Kandinsky, W. – Concerning the Spiritual in Art (1911)', url: 'https://en.wikipedia.org/wiki/Concerning_the_Spiritual_in_Art' },
|
|
72
119
|
],
|
|
73
|
-
howTo
|
|
74
|
-
|
|
75
|
-
{ name: 'Change visualization mode', text: 'Use the buttons in the top right corner to switch between Letters (colored text), Dots (color circles), and Aura (luminous letters with chromatic halos).' },
|
|
76
|
-
{ name: 'Explore different texts', text: 'Write names, words in different languages, or sentences to discover their unique chromatic palette. Long words create fascinating visual gradients.' },
|
|
77
|
-
{ name: 'Clear and start again', text: 'Use the "Clear" button in the bottom bar to wipe the canvas and explore a new text.' },
|
|
78
|
-
],
|
|
79
|
-
schemas: []
|
|
120
|
+
howTo,
|
|
121
|
+
schemas: [faqSchema as any, howToSchema as any, appSchema],
|
|
80
122
|
};
|
|
@@ -1,9 +1,77 @@
|
|
|
1
|
+
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
1
2
|
import type { SynesthesiaPainterLocaleContent } from '../index';
|
|
2
3
|
|
|
4
|
+
const slug = 'pintor-sinestesia';
|
|
5
|
+
const title = 'Pintor de Sinestesia';
|
|
6
|
+
const description = 'Visualiza tus palabras en color según la sinestesia grafema-color. Cada letra tiene su propio color, convirtiendo el texto en arte cromático.';
|
|
7
|
+
|
|
8
|
+
const faq: SynesthesiaPainterLocaleContent['faq'] = [
|
|
9
|
+
{
|
|
10
|
+
question: '¿Todos los sinestésicos ven los mismos colores para cada letra?',
|
|
11
|
+
answer: 'No. Los colores sinestésicos son únicos para cada persona. Existen tendencias estadísticas (la A tiende a ser roja para muchos), pero no hay dos sinestésicos con exactamente la misma paleta. Esta herramienta usa los colores más frecuentemente reportados en estudios de población, no los "correctos".',
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
question: '¿Puedo desarrollar sinestesia con el uso continuado de esta herramienta?',
|
|
15
|
+
answer: 'No en el sentido neurológico estricto. La sinestesia genuina es una característica del sistema nervioso, no una habilidad aprendida. Sin embargo, el uso repetido de asociaciones color-letra sí puede crear memorias asociativas fuertes. Algunos estudios sugieren que practicar con estas asociaciones puede mejorar la memoria de textos.',
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
question: '¿Para qué sirve el modo "Aura"?',
|
|
19
|
+
answer: 'El modo Aura simula cómo algunos sinestésicos describen ver colores "flotando" o "brillando" alrededor de las letras en lugar de estar integrados en ellas. Crea una experiencia visual más atmosférica e inmersiva, especialmente sobre fondo oscuro.',
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
question: '¿El modo "Puntos" tiene alguna base científica?',
|
|
23
|
+
answer: 'Es una abstracción artística. Reduce el texto a su "esencia cromática" eliminando la forma reconocible de las letras. El resultado se parece a visualizaciones de datos cromáticos o a pinturas puntillistas, y permite ver la "firma de color" de un texto sin que el significado interfiera.',
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
question: '¿Por qué algunas letras como la I y la O son blancas o negras?',
|
|
27
|
+
answer: 'En los estudios de sinestesia, las vocales I y O, y la letra W, son frecuentemente descritas como blancas, transparentes o negras. Esta herramienta adapta esos colores al fondo activo: blanco sobre fondo oscuro, negro sobre fondo claro, para garantizar siempre visibilidad.',
|
|
28
|
+
},
|
|
29
|
+
];
|
|
30
|
+
|
|
31
|
+
const howTo: SynesthesiaPainterLocaleContent['howTo'] = [
|
|
32
|
+
{ name: 'Escribir el texto', text: 'Haz clic en el área de escritura y empieza a escribir. Cada letra aparecerá coloreada según su asociación sinestésica estadística.' },
|
|
33
|
+
{ name: 'Cambiar el modo de visualización', text: 'Usa los botones de la esquina superior derecha para cambiar entre Letras (texto coloreado), Puntos (círculos de color) y Aura (letras luminosas con halo cromático).' },
|
|
34
|
+
{ name: 'Explorar diferentes textos', text: 'Escribe nombres, palabras en distintos idiomas o frases para descubrir su paleta cromática única. Las palabras largas crean gradientes visuales fascinantes.' },
|
|
35
|
+
{ name: 'Borrar y empezar de nuevo', text: 'Usa el botón "Borrar" en la barra inferior para limpiar el lienzo y explorar un nuevo texto.' },
|
|
36
|
+
];
|
|
37
|
+
|
|
38
|
+
const faqSchema: WithContext<FAQPage> = {
|
|
39
|
+
'@context': 'https://schema.org',
|
|
40
|
+
'@type': 'FAQPage',
|
|
41
|
+
mainEntity: faq.map((item) => ({
|
|
42
|
+
'@type': 'Question',
|
|
43
|
+
name: item.question,
|
|
44
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
45
|
+
})),
|
|
46
|
+
};
|
|
47
|
+
|
|
48
|
+
const howToSchema: WithContext<HowTo> = {
|
|
49
|
+
'@context': 'https://schema.org',
|
|
50
|
+
'@type': 'HowTo',
|
|
51
|
+
name: title,
|
|
52
|
+
description,
|
|
53
|
+
step: howTo.map((step) => ({
|
|
54
|
+
'@type': 'HowToStep',
|
|
55
|
+
name: step.name,
|
|
56
|
+
text: step.text,
|
|
57
|
+
})),
|
|
58
|
+
};
|
|
59
|
+
|
|
60
|
+
const appSchema: WithContext<SoftwareApplication> = {
|
|
61
|
+
'@context': 'https://schema.org',
|
|
62
|
+
'@type': 'SoftwareApplication',
|
|
63
|
+
name: title,
|
|
64
|
+
description,
|
|
65
|
+
applicationCategory: 'UtilitiesApplication',
|
|
66
|
+
operatingSystem: 'Web',
|
|
67
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
|
|
68
|
+
inLanguage: 'es',
|
|
69
|
+
};
|
|
70
|
+
|
|
3
71
|
export const content: SynesthesiaPainterLocaleContent = {
|
|
4
|
-
slug
|
|
5
|
-
title
|
|
6
|
-
description
|
|
72
|
+
slug,
|
|
73
|
+
title,
|
|
74
|
+
description,
|
|
7
75
|
faqTitle: 'Preguntas Frecuentes',
|
|
8
76
|
bibliographyTitle: 'Bibliografía de la Mente',
|
|
9
77
|
ui: {
|
|
@@ -45,38 +113,12 @@ export const content: SynesthesiaPainterLocaleContent = {
|
|
|
45
113
|
{ value: '26+10', label: 'Letras y dígitos coloreados', icon: 'mdi:alphabetical' },
|
|
46
114
|
], columns: 4 },
|
|
47
115
|
],
|
|
48
|
-
faq
|
|
49
|
-
{
|
|
50
|
-
question: '¿Todos los sinestésicos ven los mismos colores para cada letra?',
|
|
51
|
-
answer: 'No. Los colores sinestésicos son únicos para cada persona. Existen tendencias estadísticas (la A tiende a ser roja para muchos), pero no hay dos sinestésicos con exactamente la misma paleta. Esta herramienta usa los colores más frecuentemente reportados en estudios de población, no los "correctos".',
|
|
52
|
-
},
|
|
53
|
-
{
|
|
54
|
-
question: '¿Puedo desarrollar sinestesia con el uso continuado de esta herramienta?',
|
|
55
|
-
answer: 'No en el sentido neurológico estricto. La sinestesia genuina es una característica del sistema nervioso, no una habilidad aprendida. Sin embargo, el uso repetido de asociaciones color-letra sí puede crear memorias asociativas fuertes. Algunos estudios sugieren que practicar con estas asociaciones puede mejorar la memoria de textos.',
|
|
56
|
-
},
|
|
57
|
-
{
|
|
58
|
-
question: '¿Para qué sirve el modo "Aura"?',
|
|
59
|
-
answer: 'El modo Aura simula cómo algunos sinestésicos describen ver colores "flotando" o "brillando" alrededor de las letras en lugar de estar integrados en ellas. Crea una experiencia visual más atmosférica e inmersiva, especialmente sobre fondo oscuro.',
|
|
60
|
-
},
|
|
61
|
-
{
|
|
62
|
-
question: '¿El modo "Puntos" tiene alguna base científica?',
|
|
63
|
-
answer: 'Es una abstracción artística. Reduce el texto a su "esencia cromática" eliminando la forma reconocible de las letras. El resultado se parece a visualizaciones de datos cromáticos o a pinturas puntillistas, y permite ver la "firma de color" de un texto sin que el significado interfiera.',
|
|
64
|
-
},
|
|
65
|
-
{
|
|
66
|
-
question: '¿Por qué algunas letras como la I y la O son blancas o negras?',
|
|
67
|
-
answer: 'En los estudios de sinestesia, las vocales I y O, y la letra W, son frecuentemente descritas como blancas, transparentes o negras. Esta herramienta adapta esos colores al fondo activo: blanco sobre fondo oscuro, negro sobre fondo claro, para garantizar siempre visibilidad.',
|
|
68
|
-
},
|
|
69
|
-
],
|
|
116
|
+
faq,
|
|
70
117
|
bibliography: [
|
|
71
118
|
{ name: 'Simner et al. (2006) – Synaesthesia: The prevalence of atypical cross-modal experiences', url: 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC1626536/' },
|
|
72
119
|
{ name: 'Eagleman et al. (2007) – A standardized test battery for the study of synesthesia', url: 'https://www.sciencedirect.com/science/article/pii/S0010945207000087' },
|
|
73
120
|
{ name: 'Kandinsky, W. – De lo espiritual en el arte (1911)', url: 'https://es.wikipedia.org/wiki/De_lo_espiritual_en_el_arte' },
|
|
74
121
|
],
|
|
75
|
-
howTo
|
|
76
|
-
|
|
77
|
-
{ name: 'Cambiar el modo de visualización', text: 'Usa los botones de la esquina superior derecha para cambiar entre Letras (texto coloreado), Puntos (círculos de color) y Aura (letras luminosas con halo cromático).' },
|
|
78
|
-
{ name: 'Explorar diferentes textos', text: 'Escribe nombres, palabras en distintos idiomas o frases para descubrir su paleta cromática única. Las palabras largas crean gradientes visuales fascinantes.' },
|
|
79
|
-
{ name: 'Borrar y empezar de nuevo', text: 'Usa el botón "Borrar" en la barra inferior para limpiar el lienzo y explorar un nuevo texto.' },
|
|
80
|
-
],
|
|
81
|
-
schemas: []
|
|
122
|
+
howTo,
|
|
123
|
+
schemas: [faqSchema as any, howToSchema as any, appSchema],
|
|
82
124
|
};
|
|
@@ -1,9 +1,77 @@
|
|
|
1
|
+
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
1
2
|
import type { SynesthesiaPainterLocaleContent } from '../index';
|
|
2
3
|
|
|
4
|
+
const slug = 'peintre-de-synesthesie';
|
|
5
|
+
const title = 'Peintre de Synesthésie';
|
|
6
|
+
const description = 'Visualisez la couleur des mots selon la synesthésie graphème couleur. Chaque lettre possède sa propre couleur, transformant le texte en art chromatique.';
|
|
7
|
+
|
|
8
|
+
const faq: SynesthesiaPainterLocaleContent['faq'] = [
|
|
9
|
+
{
|
|
10
|
+
question: 'Tous les synesthètes voient-ils les mêmes couleurs pour chaque lettre ?',
|
|
11
|
+
answer: 'Non. Les couleurs synesthésiques sont uniques à chaque personne. Il existe des tendances statistiques (le A a tendance à être rouge pour beaucoup), mais aucun couple de synesthètes n\'a exactement la même palette. Cet outil utilise les couleurs les plus fréquemment rapportées dans les études de population, et non les "bonnes" couleurs.',
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
question: 'Puis-je développer la synesthésie en utilisant cet outil de manière continue ?',
|
|
15
|
+
answer: 'Pas au sens neurologique strict. La véritable synesthésie est une caractéristique du système nerveux, pas une compétence acquise. Cependant, l\'utilisation répétée d\'associations couleur-lettre peut créer de forts souvenirs associatifs. Certaines études suggèrent que pratiquer ces associations peut améliorer la mémoire textuelle.',
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
question: 'À quoi sert le mode "Aura" ?',
|
|
19
|
+
answer: 'Le mode Aura simule la façon dont certains synesthètes décrivent voir les couleurs "flotter" ou "rayonner" autour des lettres plutôt qu\'intégrées à celles-ci. Cela crée une expérience visuelle plus atmosphérique et immersive, particulièrement sur un fond sombre.',
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
question: 'Le mode "Points" a-t-il une base scientifique ?',
|
|
23
|
+
answer: 'C\'est une abstraction artistique. Il réduit le texte à son "essence chromatique" en éliminant la forme reconnaissable des lettres. Le résultat ressemble à des visualisations de données chromatiques ou à des peintures pointillistes, et permet de voir la "signature colorée" d\'un texte sans que le sens n\'interfère.',
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
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
|
+
},
|
|
29
|
+
];
|
|
30
|
+
|
|
31
|
+
const howTo: SynesthesiaPainterLocaleContent['howTo'] = [
|
|
32
|
+
{ name: 'Écrire du texte', text: 'Cliquez sur la zone d\'écriture et commencez à taper. Chaque lettre apparaîtra colorée selon son association synesthésique statistique.' },
|
|
33
|
+
{ name: 'Changer le mode de visualisation', text: 'Utilisez les boutons en haut à droite pour basculer entre Lettres (texte coloré), Points (cercles de couleur) et Aura (lettres lumineuses avec halos chromatiques).' },
|
|
34
|
+
{ name: 'Explorer différents textes', text: 'Écrivez des noms, des mots dans différentes langues ou des phrases pour découvrir leur palette chromatique unique. Les mots longs créent des dégradés visuels fascinants.' },
|
|
35
|
+
{ name: 'Effacer et recommencer', text: 'Utilisez le bouton "Effacer" dans la barre inférieure pour vider le canevas et explorer un nouveau texte.' },
|
|
36
|
+
];
|
|
37
|
+
|
|
38
|
+
const faqSchema: WithContext<FAQPage> = {
|
|
39
|
+
'@context': 'https://schema.org',
|
|
40
|
+
'@type': 'FAQPage',
|
|
41
|
+
mainEntity: faq.map((item) => ({
|
|
42
|
+
'@type': 'Question',
|
|
43
|
+
name: item.question,
|
|
44
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
45
|
+
})),
|
|
46
|
+
};
|
|
47
|
+
|
|
48
|
+
const howToSchema: WithContext<HowTo> = {
|
|
49
|
+
'@context': 'https://schema.org',
|
|
50
|
+
'@type': 'HowTo',
|
|
51
|
+
name: title,
|
|
52
|
+
description,
|
|
53
|
+
step: howTo.map((step) => ({
|
|
54
|
+
'@type': 'HowToStep',
|
|
55
|
+
name: step.name,
|
|
56
|
+
text: step.text,
|
|
57
|
+
})),
|
|
58
|
+
};
|
|
59
|
+
|
|
60
|
+
const appSchema: WithContext<SoftwareApplication> = {
|
|
61
|
+
'@context': 'https://schema.org',
|
|
62
|
+
'@type': 'SoftwareApplication',
|
|
63
|
+
name: title,
|
|
64
|
+
description,
|
|
65
|
+
applicationCategory: 'UtilitiesApplication',
|
|
66
|
+
operatingSystem: 'Web',
|
|
67
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
|
|
68
|
+
inLanguage: 'fr',
|
|
69
|
+
};
|
|
70
|
+
|
|
3
71
|
export const content: SynesthesiaPainterLocaleContent = {
|
|
4
|
-
slug
|
|
5
|
-
title
|
|
6
|
-
description
|
|
72
|
+
slug,
|
|
73
|
+
title,
|
|
74
|
+
description,
|
|
7
75
|
faqTitle: 'Questions Fréquemment Posées',
|
|
8
76
|
bibliographyTitle: 'Bibliographie de l\'Esprit',
|
|
9
77
|
ui: {
|
|
@@ -19,7 +87,7 @@ export const content: SynesthesiaPainterLocaleContent = {
|
|
|
19
87
|
bibliographyTitle: 'Références'
|
|
20
88
|
},
|
|
21
89
|
seo: [
|
|
22
|
-
{ type: 'title', text: 'Qu\'est-ce que la Synesthésie Graphème
|
|
90
|
+
{ type: 'title', text: 'Qu\'est-ce que la Synesthésie Graphème Couleur ?', level: 2 },
|
|
23
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.' },
|
|
24
92
|
{ type: 'title', text: 'Neurosciences : La Théorie de l\'Activation Croisée', level: 3 },
|
|
25
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.' },
|
|
@@ -43,38 +111,12 @@ export const content: SynesthesiaPainterLocaleContent = {
|
|
|
43
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.' },
|
|
44
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é.' },
|
|
45
113
|
],
|
|
46
|
-
faq
|
|
47
|
-
{
|
|
48
|
-
question: 'Tous les synesthètes voient-ils les mêmes couleurs pour chaque lettre ?',
|
|
49
|
-
answer: 'Non. Les couleurs synesthésiques sont uniques à chaque personne. Il existe des tendances statistiques (le A a tendance à être rouge pour beaucoup), mais aucun couple de synesthètes n\'a exactement la même palette. Cet outil utilise les couleurs les plus fréquemment rapportées dans les études de population, et non les "bonnes" couleurs.',
|
|
50
|
-
},
|
|
51
|
-
{
|
|
52
|
-
question: 'Puis-je développer la synesthésie en utilisant cet outil de manière continue ?',
|
|
53
|
-
answer: 'Pas au sens neurologique strict. La véritable synesthésie est une caractéristique du système nerveux, pas une compétence acquise. Cependant, l\'utilisation répétée d\'associations couleur-lettre peut créer de forts souvenirs associatifs. Certaines études suggèrent que pratiquer ces associations peut améliorer la mémoire textuelle.',
|
|
54
|
-
},
|
|
55
|
-
{
|
|
56
|
-
question: 'À quoi sert le mode "Aura" ?',
|
|
57
|
-
answer: 'Le mode Aura simule la façon dont certains synesthètes décrivent voir les couleurs "flotter" ou "rayonner" autour des lettres plutôt qu\'intégrées à celles-ci. Cela crée une expérience visuelle plus atmosphérique et immersive, particulièrement sur un fond sombre.',
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
question: 'Le mode "Points" a-t-il une base scientifique ?',
|
|
61
|
-
answer: 'C\'est une abstraction artistique. Il réduit le texte à son "essence chromatique" en éliminant la forme reconnaissable des lettres. Le résultat ressemble à des visualisations de données chromatiques ou à des peintures pointillistes, et permet de voir la "signature colorée" d\'un texte sans que le sens n\'interfère.',
|
|
62
|
-
},
|
|
63
|
-
{
|
|
64
|
-
question: 'Pourquoi certaines lettres comme I et O sont-elles blanches ou noires ?',
|
|
65
|
-
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é.',
|
|
66
|
-
},
|
|
67
|
-
],
|
|
114
|
+
faq,
|
|
68
115
|
bibliography: [
|
|
69
116
|
{ name: 'Simner et al. (2006) – Synaesthesia: The prevalence of atypical cross-modal experiences', url: 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC1626536/' },
|
|
70
117
|
{ name: 'Eagleman et al. (2007) – A standardized test battery for the study of synesthesia', url: 'https://www.sciencedirect.com/science/article/pii/S0010945207000087' },
|
|
71
118
|
{ name: 'Kandinsky, W. – Du Spirituel dans l\'Art (1911)', url: 'https://fr.wikipedia.org/wiki/Du_spirituel_dans_l\'art' },
|
|
72
119
|
],
|
|
73
|
-
howTo
|
|
74
|
-
|
|
75
|
-
{ name: 'Changer le mode de visualisation', text: 'Utilisez les boutons en haut à droite pour basculer entre Lettres (texte coloré), Points (cercles de couleur) et Aura (lettres lumineuses avec halos chromatiques).' },
|
|
76
|
-
{ name: 'Explorer différents textes', text: 'Écrivez des noms, des mots dans différentes langues ou des phrases pour découvrir leur palette chromatique unique. Les mots longs créent des dégradés visuels fascinants.' },
|
|
77
|
-
{ name: 'Effacer et recommencer', text: 'Utilisez le bouton "Effacer" dans la barre inférieure pour vider le canevas et explorer un nouveau texte.' },
|
|
78
|
-
],
|
|
79
|
-
schemas: []
|
|
120
|
+
howTo,
|
|
121
|
+
schemas: [faqSchema as any, howToSchema as any, appSchema],
|
|
80
122
|
};
|
|
@@ -0,0 +1,122 @@
|
|
|
1
|
+
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
|
+
import type { SynesthesiaPainterLocaleContent } from '../index';
|
|
3
|
+
|
|
4
|
+
const slug = 'pelukis-sinestesia';
|
|
5
|
+
const title = 'Pelukis Sinestesia';
|
|
6
|
+
const description = 'Visualisasikan warna kata-kata menurut sinestesia grafem-warna. Setiap huruf memiliki warnanya sendiri, mengubah teks menjadi seni kromatik.';
|
|
7
|
+
|
|
8
|
+
const faq: SynesthesiaPainterLocaleContent['faq'] = [
|
|
9
|
+
{
|
|
10
|
+
question: 'Apakah semua orang dengan sinestesia melihat warna yang sama untuk setiap huruf?',
|
|
11
|
+
answer: 'Tidak. Warna sinestesia unik bagi setiap orang. Meskipun ada kecenderungan statistik (A cenderung merah bagi banyak orang), tidak ada dua orang sinestetik yang memiliki palet yang sama persis. Alat ini menggunakan warna yang paling sering dilaporkan dalam studi populasi, bukan warna yang "benar".',
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
question: 'Bisakah saya mengembangkan sinestesia dengan menggunakan alat ini secara terus-menerus?',
|
|
15
|
+
answer: 'Tidak dalam arti neurologis yang ketat. Sinestesia sejati adalah karakteristik sistem saraf, bukan keterampilan yang dipelajari. Namun, penggunaan asosiasi warna-huruf secara berulang dapat menciptakan memori asosiatif yang kuat. Beberapa studi menunjukkan bahwa melatih asosiasi ini dapat meningkatkan daya ingat teks.',
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
question: 'Untuk apa mode "Aura"?',
|
|
19
|
+
answer: 'Mode Aura mensimulasikan bagaimana beberapa orang sinestetik menggambarkan melihat warna "melayang" atau "bercahaya" di sekitar huruf daripada menyatu di dalamnya. Ini menciptakan pengalaman visual yang lebih atmosferik dan imersif, terutama pada latar belakang gelap.',
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
question: 'Apakah mode "Titik" memiliki dasar ilmiah?',
|
|
23
|
+
answer: 'Ini adalah abstraksi artistik. Mode ini mereduksi teks menjadi "esensi kromatiknya" dengan menghilangkan bentuk huruf yang dapat dikenali. Hasilnya menyerupai visualisasi data kromatik atau lukisan pointillis, dan memungkinkan Anda melihat "tanda tangan warna" sebuah teks tanpa gangguan makna.',
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
question: 'Mengapa beberapa huruf seperti I dan O berwarna putih atau hitam?',
|
|
27
|
+
answer: 'Dalam studi sinestesia, huruf vokal I dan O, serta huruf W, sering digambarkan sebagai putih, transparan, atau hitam. Alat ini menyesuaikan warna-warna tersebut dengan latar belakang yang aktif: putih pada latar belakang gelap, hitam pada latar belakang terang, untuk selalu menjamin visibilitas.',
|
|
28
|
+
},
|
|
29
|
+
];
|
|
30
|
+
|
|
31
|
+
const howTo: SynesthesiaPainterLocaleContent['howTo'] = [
|
|
32
|
+
{ name: 'Tulis teks', text: 'Klik area penulisan dan mulailah mengetik. Setiap huruf akan muncul berwarna sesuai dengan asosiasi sinestetik statistiknya.' },
|
|
33
|
+
{ name: 'Ubah mode visualisasi', text: 'Gunakan tombol di sudut kanan atas untuk beralih antara Huruf (teks berwarna), Titik (lingkaran warna), dan Aura (huruf bercahaya dengan halo kromatik).' },
|
|
34
|
+
{ name: 'Jelajahi berbagai teks', text: 'Tulis nama, kata-kata dalam berbagai bahasa, atau kalimat untuk menemukan palet kromatik unik mereka. Kata-kata panjang menciptakan gradien visual yang menarik.' },
|
|
35
|
+
{ name: 'Hapus dan mulai lagi', text: 'Gunakan tombol "Hapus" di bilah bawah untuk mengosongkan kanvas dan menjelajahi teks baru.' },
|
|
36
|
+
];
|
|
37
|
+
|
|
38
|
+
const faqSchema: WithContext<FAQPage> = {
|
|
39
|
+
'@context': 'https://schema.org',
|
|
40
|
+
'@type': 'FAQPage',
|
|
41
|
+
mainEntity: faq.map((item) => ({
|
|
42
|
+
'@type': 'Question',
|
|
43
|
+
name: item.question,
|
|
44
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
45
|
+
})),
|
|
46
|
+
};
|
|
47
|
+
|
|
48
|
+
const howToSchema: WithContext<HowTo> = {
|
|
49
|
+
'@context': 'https://schema.org',
|
|
50
|
+
'@type': 'HowTo',
|
|
51
|
+
name: title,
|
|
52
|
+
description,
|
|
53
|
+
step: howTo.map((step) => ({
|
|
54
|
+
'@type': 'HowToStep',
|
|
55
|
+
name: step.name,
|
|
56
|
+
text: step.text,
|
|
57
|
+
})),
|
|
58
|
+
};
|
|
59
|
+
|
|
60
|
+
const appSchema: WithContext<SoftwareApplication> = {
|
|
61
|
+
'@context': 'https://schema.org',
|
|
62
|
+
'@type': 'SoftwareApplication',
|
|
63
|
+
name: title,
|
|
64
|
+
description,
|
|
65
|
+
applicationCategory: 'UtilitiesApplication',
|
|
66
|
+
operatingSystem: 'Web',
|
|
67
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
|
|
68
|
+
inLanguage: 'id',
|
|
69
|
+
};
|
|
70
|
+
|
|
71
|
+
export const content: SynesthesiaPainterLocaleContent = {
|
|
72
|
+
slug,
|
|
73
|
+
title,
|
|
74
|
+
description,
|
|
75
|
+
faqTitle: 'Pertanyaan yang Sering Diajukan',
|
|
76
|
+
bibliographyTitle: 'Bibliografi Pikiran',
|
|
77
|
+
ui: {
|
|
78
|
+
title: 'Pelukis Sinestesia',
|
|
79
|
+
description: 'Ubah kata-kata Anda menjadi seni kromatik.',
|
|
80
|
+
modeLetters: 'Huruf',
|
|
81
|
+
modeDots: 'Titik',
|
|
82
|
+
modeAura: 'Aura',
|
|
83
|
+
placeholder: 'Ketik di sini...',
|
|
84
|
+
footerText: 'Ketik untuk menemukan palet warna pribadi Anda',
|
|
85
|
+
clearBtn: 'Hapus',
|
|
86
|
+
faqTitle: 'FAQ',
|
|
87
|
+
bibliographyTitle: 'Referensi'
|
|
88
|
+
},
|
|
89
|
+
seo: [
|
|
90
|
+
{ type: 'title', text: 'Apa Itu Sinestesia Grafem Warna?', level: 2 },
|
|
91
|
+
{ type: 'paragraph', html: '<strong>Sinestesia</strong> adalah kondisi neurologis di mana stimulasi satu indra secara otomatis memicu respons pada indra lainnya. Varian yang paling banyak dipelajari dan lazim adalah <strong>sinestesia grafem-warna</strong>: mereka yang memilikinya merasakan setiap huruf atau angka dengan warna intrinsik, konstan, dan hidup. Ini bukan imajinasi atau metafora; bagi seorang sinestetik, huruf "A" berwarna merah dengan cara yang sama seperti api itu panas. Alat ini menerapkan <em>palet statistik</em> berdasarkan warna yang paling sering dilaporkan untuk setiap grafem dalam studi populasi.' },
|
|
92
|
+
{ type: 'title', text: 'Ilmu Saraf: Teori Aktivasi Silang', level: 3 },
|
|
93
|
+
{ type: 'paragraph', html: 'Model neurologis yang paling banyak diterima untuk sinestesia grafem-warna adalah <strong>aktivasi silang</strong>. Area korteks temporal yang terlibat dalam mengenali bentuk huruf (fusiform gyrus) secara anatomis berdekatan dengan wilayah yang memproses warna (area V4). Pada orang dengan sinestesia, terdapat konektivitas struktural atau fungsional yang lebih besar antara wilayah-wilayah ini, sehingga mengenali huruf juga mengaktifkan neuron warna. Penelitian neuroimaging fungsional (fMRI) telah mengonfirmasi bahwa penderita sinestesia menunjukkan aktivasi nyata di V4 saat membaca teks, bahkan ketika teks tersebut monokromatik.' },
|
|
94
|
+
{ type: 'tip', title: 'Tiga Mode Visualisasi', html: '<strong>Huruf:</strong> Teks asli yang diwarnai berdasarkan grafem. Ideal untuk melihat "melodi kromatik" dari teks lengkap. <strong>Titik:</strong> Setiap karakter menjadi lingkaran dengan warnanya; teks menghilang dan hanya musik warna yang tersisa. <strong>Aura:</strong> Huruf memancarkan halo dari warnanya, seolah-olah teks bersinar dengan energinya sendiri.' },
|
|
95
|
+
{ type: 'title', text: 'Statistik dan Warna Universal', level: 3 },
|
|
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
|
+
{ 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 6–8% jika bentuk subklinis disertakan.',
|
|
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
|
+
'<strong>Heritabilitas:</strong> Ini memiliki komponen genetik yang jelas: cenderung menurun dalam keluarga, meskipun tidak selalu dengan jenis sinestesia yang sama.',
|
|
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
|
+
'<strong>Penderita sinestesia terkenal:</strong> Vladimir Nabokov, Wassily Kandinsky, Nikola Tesla, dan Billy Joel secara terbuka menggambarkan pengalaman sinestetik yang memengaruhi karya mereka.',
|
|
103
|
+
]},
|
|
104
|
+
{ type: 'stats', items: [
|
|
105
|
+
{ value: '4–8%', label: 'Populasi dengan sinestesia', icon: 'mdi:brain' },
|
|
106
|
+
{ value: '90%+', label: 'Konsistensi warna selama 10 tahun', icon: 'mdi:check-circle' },
|
|
107
|
+
{ value: '3–6×', label: 'Lebih umum pada wanita', icon: 'mdi:gender-female' },
|
|
108
|
+
{ value: '26+10', label: 'Huruf & digit berwarna', icon: 'mdi:alphabetical' },
|
|
109
|
+
], columns: 4 },
|
|
110
|
+
{ type: 'title', text: 'Seni dan Sinestesia: Saat Indra Menyatu', level: 3 },
|
|
111
|
+
{ type: 'paragraph', html: '<strong>Wassily Kandinsky</strong>, pendiri ekspresionisme abstrak, mengalami sinestesia grafem-warna dan musik-warna: ia mendengar instrumen dalam warna (kuning adalah trompet, biru tua adalah selo) dan menggunakan persepsi ini untuk menciptakan teori seni abstraknya. Dalam musik, <strong>Alexander Scriabin</strong> menggubah <em>Prometheus: The Poem of Fire</em> dengan bagian untuk "tastiera per luce" (papan ketik cahaya), yang dirancang untuk memproyeksikan warna yang sesuai dengan setiap nada.' },
|
|
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
|
+
],
|
|
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
|
+
],
|
|
120
|
+
howTo,
|
|
121
|
+
schemas: [faqSchema as any, howToSchema as any, appSchema],
|
|
122
|
+
};
|