@jjlmoya/utils-tools 1.2.0 → 1.3.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 +2 -1
- package/src/category/i18n/de.ts +172 -0
- package/src/category/i18n/id.ts +172 -0
- package/src/category/i18n/it.ts +172 -0
- package/src/category/i18n/ja.ts +172 -0
- package/src/category/i18n/ko.ts +172 -0
- package/src/category/i18n/nl.ts +172 -0
- package/src/category/i18n/pl.ts +172 -0
- package/src/category/i18n/pt.ts +172 -0
- package/src/category/i18n/ru.ts +172 -0
- package/src/category/i18n/sv.ts +172 -0
- package/src/category/i18n/tr.ts +172 -0
- package/src/category/i18n/zh.ts +172 -0
- package/src/category/index.ts +13 -1
- package/src/tests/i18n_coverage.test.ts +36 -0
- package/src/tests/locale_completeness.test.ts +1 -1
- package/src/tests/slug_uniqueness.test.ts +81 -0
- package/src/tests/title_quality.test.ts +0 -1
- package/src/tool/date-diff-calculator/i18n/de.ts +132 -0
- package/src/tool/date-diff-calculator/i18n/fr.ts +1 -1
- package/src/tool/date-diff-calculator/i18n/id.ts +132 -0
- package/src/tool/date-diff-calculator/i18n/it.ts +132 -0
- package/src/tool/date-diff-calculator/i18n/ja.ts +132 -0
- package/src/tool/date-diff-calculator/i18n/ko.ts +132 -0
- package/src/tool/date-diff-calculator/i18n/nl.ts +132 -0
- package/src/tool/date-diff-calculator/i18n/pl.ts +132 -0
- package/src/tool/date-diff-calculator/i18n/pt.ts +132 -0
- package/src/tool/date-diff-calculator/i18n/ru.ts +132 -0
- package/src/tool/date-diff-calculator/i18n/sv.ts +132 -0
- package/src/tool/date-diff-calculator/i18n/tr.ts +132 -0
- package/src/tool/date-diff-calculator/i18n/zh.ts +132 -0
- package/src/tool/date-diff-calculator/index.ts +12 -0
- package/src/tool/drive-direct-link/i18n/de.ts +118 -0
- package/src/tool/drive-direct-link/i18n/id.ts +118 -0
- package/src/tool/drive-direct-link/i18n/it.ts +118 -0
- package/src/tool/drive-direct-link/i18n/ja.ts +118 -0
- package/src/tool/drive-direct-link/i18n/ko.ts +118 -0
- package/src/tool/drive-direct-link/i18n/nl.ts +118 -0
- package/src/tool/drive-direct-link/i18n/pl.ts +118 -0
- package/src/tool/drive-direct-link/i18n/pt.ts +118 -0
- package/src/tool/drive-direct-link/i18n/ru.ts +118 -0
- package/src/tool/drive-direct-link/i18n/sv.ts +118 -0
- package/src/tool/drive-direct-link/i18n/tr.ts +118 -0
- package/src/tool/drive-direct-link/i18n/zh.ts +118 -0
- package/src/tool/drive-direct-link/index.ts +12 -0
- package/src/tool/email-list-cleaner/i18n/de.ts +140 -0
- package/src/tool/email-list-cleaner/i18n/es.ts +1 -1
- package/src/tool/email-list-cleaner/i18n/fr.ts +1 -1
- package/src/tool/email-list-cleaner/i18n/id.ts +140 -0
- package/src/tool/email-list-cleaner/i18n/it.ts +140 -0
- package/src/tool/email-list-cleaner/i18n/ja.ts +140 -0
- package/src/tool/email-list-cleaner/i18n/ko.ts +140 -0
- package/src/tool/email-list-cleaner/i18n/nl.ts +140 -0
- package/src/tool/email-list-cleaner/i18n/pl.ts +140 -0
- package/src/tool/email-list-cleaner/i18n/pt.ts +140 -0
- package/src/tool/email-list-cleaner/i18n/ru.ts +140 -0
- package/src/tool/email-list-cleaner/i18n/sv.ts +140 -0
- package/src/tool/email-list-cleaner/i18n/tr.ts +140 -0
- package/src/tool/email-list-cleaner/i18n/zh.ts +140 -0
- package/src/tool/email-list-cleaner/index.ts +12 -0
- package/src/tool/env-badge-spain/i18n/de.ts +153 -0
- package/src/tool/env-badge-spain/i18n/es.ts +1 -1
- package/src/tool/env-badge-spain/i18n/fr.ts +1 -1
- package/src/tool/env-badge-spain/i18n/id.ts +153 -0
- package/src/tool/env-badge-spain/i18n/it.ts +153 -0
- package/src/tool/env-badge-spain/i18n/ja.ts +153 -0
- package/src/tool/env-badge-spain/i18n/ko.ts +153 -0
- package/src/tool/env-badge-spain/i18n/nl.ts +153 -0
- package/src/tool/env-badge-spain/i18n/pl.ts +153 -0
- package/src/tool/env-badge-spain/i18n/pt.ts +153 -0
- package/src/tool/env-badge-spain/i18n/ru.ts +153 -0
- package/src/tool/env-badge-spain/i18n/sv.ts +153 -0
- package/src/tool/env-badge-spain/i18n/tr.ts +153 -0
- package/src/tool/env-badge-spain/i18n/zh.ts +153 -0
- package/src/tool/env-badge-spain/index.ts +12 -0
- package/src/tool/morse-beacon/i18n/de.ts +157 -0
- package/src/tool/morse-beacon/i18n/es.ts +1 -1
- package/src/tool/morse-beacon/i18n/id.ts +157 -0
- package/src/tool/morse-beacon/i18n/it.ts +157 -0
- package/src/tool/morse-beacon/i18n/ja.ts +157 -0
- package/src/tool/morse-beacon/i18n/ko.ts +157 -0
- package/src/tool/morse-beacon/i18n/nl.ts +157 -0
- package/src/tool/morse-beacon/i18n/pl.ts +157 -0
- package/src/tool/morse-beacon/i18n/pt.ts +157 -0
- package/src/tool/morse-beacon/i18n/ru.ts +157 -0
- package/src/tool/morse-beacon/i18n/sv.ts +157 -0
- package/src/tool/morse-beacon/i18n/tr.ts +157 -0
- package/src/tool/morse-beacon/i18n/zh.ts +157 -0
- package/src/tool/morse-beacon/index.ts +13 -1
- package/src/tool/password-generator/i18n/de.ts +166 -0
- package/src/tool/password-generator/i18n/fr.ts +1 -1
- package/src/tool/password-generator/i18n/id.ts +166 -0
- package/src/tool/password-generator/i18n/it.ts +166 -0
- package/src/tool/password-generator/i18n/ja.ts +166 -0
- package/src/tool/password-generator/i18n/ko.ts +166 -0
- package/src/tool/password-generator/i18n/nl.ts +166 -0
- package/src/tool/password-generator/i18n/pl.ts +166 -0
- package/src/tool/password-generator/i18n/pt.ts +166 -0
- package/src/tool/password-generator/i18n/ru.ts +166 -0
- package/src/tool/password-generator/i18n/sv.ts +166 -0
- package/src/tool/password-generator/i18n/tr.ts +166 -0
- package/src/tool/password-generator/i18n/zh.ts +166 -0
- package/src/tool/password-generator/index.ts +13 -1
- package/src/tool/routes/i18n/de.ts +157 -0
- package/src/tool/routes/i18n/id.ts +157 -0
- package/src/tool/routes/i18n/it.ts +157 -0
- package/src/tool/routes/i18n/ja.ts +157 -0
- package/src/tool/routes/i18n/ko.ts +157 -0
- package/src/tool/routes/i18n/nl.ts +157 -0
- package/src/tool/routes/i18n/pl.ts +157 -0
- package/src/tool/routes/i18n/pt.ts +157 -0
- package/src/tool/routes/i18n/ru.ts +157 -0
- package/src/tool/routes/i18n/sv.ts +157 -0
- package/src/tool/routes/i18n/tr.ts +157 -0
- package/src/tool/routes/i18n/zh.ts +157 -0
- package/src/tool/routes/index.ts +13 -1
- package/src/tool/rule-of-three/i18n/de.ts +171 -0
- package/src/tool/rule-of-three/i18n/en.ts +1 -1
- package/src/tool/rule-of-three/i18n/id.ts +171 -0
- package/src/tool/rule-of-three/i18n/it.ts +171 -0
- package/src/tool/rule-of-three/i18n/ja.ts +171 -0
- package/src/tool/rule-of-three/i18n/ko.ts +171 -0
- package/src/tool/rule-of-three/i18n/nl.ts +171 -0
- package/src/tool/rule-of-three/i18n/pl.ts +171 -0
- package/src/tool/rule-of-three/i18n/pt.ts +171 -0
- package/src/tool/rule-of-three/i18n/ru.ts +171 -0
- package/src/tool/rule-of-three/i18n/sv.ts +171 -0
- package/src/tool/rule-of-three/i18n/tr.ts +171 -0
- package/src/tool/rule-of-three/i18n/zh.ts +171 -0
- package/src/tool/rule-of-three/index.ts +13 -1
- package/src/tool/seo-content-optimizer/i18n/de.ts +136 -0
- package/src/tool/seo-content-optimizer/i18n/id.ts +136 -0
- package/src/tool/seo-content-optimizer/i18n/it.ts +136 -0
- package/src/tool/seo-content-optimizer/i18n/ja.ts +136 -0
- package/src/tool/seo-content-optimizer/i18n/ko.ts +136 -0
- package/src/tool/seo-content-optimizer/i18n/nl.ts +136 -0
- package/src/tool/seo-content-optimizer/i18n/pl.ts +136 -0
- package/src/tool/seo-content-optimizer/i18n/pt.ts +136 -0
- package/src/tool/seo-content-optimizer/i18n/ru.ts +136 -0
- package/src/tool/seo-content-optimizer/i18n/sv.ts +136 -0
- package/src/tool/seo-content-optimizer/i18n/tr.ts +136 -0
- package/src/tool/seo-content-optimizer/i18n/zh.ts +136 -0
- package/src/tool/seo-content-optimizer/index.ts +12 -0
- package/src/tool/speed-reader/i18n/de.ts +152 -0
- package/src/tool/speed-reader/i18n/es.ts +1 -1
- package/src/tool/speed-reader/i18n/id.ts +152 -0
- package/src/tool/speed-reader/i18n/it.ts +152 -0
- package/src/tool/speed-reader/i18n/ja.ts +152 -0
- package/src/tool/speed-reader/i18n/ko.ts +152 -0
- package/src/tool/speed-reader/i18n/nl.ts +152 -0
- package/src/tool/speed-reader/i18n/pl.ts +152 -0
- package/src/tool/speed-reader/i18n/pt.ts +152 -0
- package/src/tool/speed-reader/i18n/ru.ts +152 -0
- package/src/tool/speed-reader/i18n/sv.ts +152 -0
- package/src/tool/speed-reader/i18n/tr.ts +152 -0
- package/src/tool/speed-reader/i18n/zh.ts +152 -0
- package/src/tool/speed-reader/index.ts +12 -0
- package/src/tool/text-pixel-calculator/i18n/de.ts +133 -0
- package/src/tool/text-pixel-calculator/i18n/id.ts +133 -0
- package/src/tool/text-pixel-calculator/i18n/it.ts +133 -0
- package/src/tool/text-pixel-calculator/i18n/ja.ts +133 -0
- package/src/tool/text-pixel-calculator/i18n/ko.ts +133 -0
- package/src/tool/text-pixel-calculator/i18n/nl.ts +133 -0
- package/src/tool/text-pixel-calculator/i18n/pl.ts +133 -0
- package/src/tool/text-pixel-calculator/i18n/pt.ts +133 -0
- package/src/tool/text-pixel-calculator/i18n/ru.ts +133 -0
- package/src/tool/text-pixel-calculator/i18n/sv.ts +133 -0
- package/src/tool/text-pixel-calculator/i18n/tr.ts +133 -0
- package/src/tool/text-pixel-calculator/i18n/zh.ts +133 -0
- package/src/tool/text-pixel-calculator/index.ts +12 -0
- package/src/tool/whatsapp-link/i18n/de.ts +128 -0
- package/src/tool/whatsapp-link/i18n/es.ts +1 -1
- package/src/tool/whatsapp-link/i18n/id.ts +128 -0
- package/src/tool/whatsapp-link/i18n/it.ts +128 -0
- package/src/tool/whatsapp-link/i18n/ja.ts +128 -0
- package/src/tool/whatsapp-link/i18n/ko.ts +128 -0
- package/src/tool/whatsapp-link/i18n/nl.ts +128 -0
- package/src/tool/whatsapp-link/i18n/pl.ts +128 -0
- package/src/tool/whatsapp-link/i18n/pt.ts +128 -0
- package/src/tool/whatsapp-link/i18n/ru.ts +128 -0
- package/src/tool/whatsapp-link/i18n/sv.ts +128 -0
- package/src/tool/whatsapp-link/i18n/tr.ts +128 -0
- package/src/tool/whatsapp-link/i18n/zh.ts +128 -0
- package/src/tool/whatsapp-link/index.ts +12 -0
|
@@ -0,0 +1,152 @@
|
|
|
1
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
2
|
+
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
3
|
+
import type { SpeedReaderUI } from '../ui';
|
|
4
|
+
|
|
5
|
+
const faqData = [
|
|
6
|
+
{
|
|
7
|
+
question: 'Cos\'è la tecnologia RSVP?',
|
|
8
|
+
answer: 'RSVP sta per Rapid Serial Visual Presentation. Le parole appaiono una alla volta nello stesso punto focale, eliminando la necessità di muovere gli occhi da sinistra a destra. Ciò consente di leggere a velocità molto più elevate senza sacrificare la comprensione, se ci si allena.',
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
question: 'Leggere più velocemente riduce la comprensione?',
|
|
12
|
+
answer: 'Dipende dall\'allenamento. A velocità moderate (350-500 WPM), molti utenti riferiscono una maggiore concentrazione eliminando la subvocalizzazione (la voce interiore). A velocità estreme (800+ WPM), la ritenzione può diminuire senza una pratica precedente.',
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
question: 'Qual è la velocità di lettura media?',
|
|
16
|
+
answer: 'Un adulto medio legge tra 200 e 250 parole al minuto. Con il lettore RSVP e un po\' di pratica, è comune raddoppiare tale velocità (400-500 WPM) mantenendo un\'eccellente comprensione.',
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
question: 'L\'RSVP causa affaticamento degli occhi?',
|
|
20
|
+
answer: 'Eliminando lo sforzo muscolare del movimento degli occhi, molti utenti scoprono di poter leggere con meno fatica rispetto ai metodi tradizionali. All\'inizio può sembrare intenso, ma il cervello si adatta rapidamente.',
|
|
21
|
+
},
|
|
22
|
+
];
|
|
23
|
+
|
|
24
|
+
const howToData = [
|
|
25
|
+
{ name: 'Inserisci il tuo testo', text: 'Incolla l\'articolo, il libro o il documento che desideri leggere nell\'area di testo.' },
|
|
26
|
+
{ name: 'Configura le WPM', text: 'Regola le Parole Al Minuto (WPM). Se sei un principiante, inizia a 300 WPM e aumenta gradualmente.' },
|
|
27
|
+
{ name: 'Fissa lo sguardo', text: 'Mantieni gli occhi sulla lettera rossa (punto focale ORP). Non cercare di seguire le parole con il movimento degli occhi.' },
|
|
28
|
+
{ name: 'Inizia l\'allenamento', text: 'Premi il pulsante play e lascia scorrere le informazioni. Puoi mettere in pausa in qualsiasi momento.' },
|
|
29
|
+
];
|
|
30
|
+
|
|
31
|
+
const faqSchema: WithContext<FAQPage> = {
|
|
32
|
+
'@context': 'https://schema.org',
|
|
33
|
+
'@type': 'FAQPage',
|
|
34
|
+
mainEntity: faqData.map((item) => ({
|
|
35
|
+
'@type': 'Question',
|
|
36
|
+
name: item.question,
|
|
37
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
38
|
+
})),
|
|
39
|
+
};
|
|
40
|
+
|
|
41
|
+
const howToSchema: WithContext<HowTo> = {
|
|
42
|
+
'@context': 'https://schema.org',
|
|
43
|
+
'@type': 'HowTo',
|
|
44
|
+
name: 'Come usare il lettore veloce RSVP',
|
|
45
|
+
step: howToData.map((s) => ({ '@type': 'HowToStep', name: s.name, text: s.text })),
|
|
46
|
+
};
|
|
47
|
+
|
|
48
|
+
const appSchema: WithContext<SoftwareApplication> = {
|
|
49
|
+
'@context': 'https://schema.org',
|
|
50
|
+
'@type': 'SoftwareApplication',
|
|
51
|
+
name: 'RSVP Speed Reader',
|
|
52
|
+
applicationCategory: 'UtilitiesApplication',
|
|
53
|
+
operatingSystem: 'Web',
|
|
54
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
|
|
55
|
+
description: 'Allena la tua velocità di lettura fino a 1000 parole al minuto con la tecnologia RSVP e l\'allineamento del punto di riconoscimento ottimale.',
|
|
56
|
+
};
|
|
57
|
+
|
|
58
|
+
const ui: SpeedReaderUI = {
|
|
59
|
+
progressLabel: 'Progresso di lettura',
|
|
60
|
+
speedLabel: 'Velocità',
|
|
61
|
+
slowLabel: 'LENTO',
|
|
62
|
+
fastLabel: 'DIO',
|
|
63
|
+
speedHint: 'Inizia a 300 WPM e aumenta gradualmente per superare i tuoi limiti.',
|
|
64
|
+
textLabel: 'Testo da elaborare',
|
|
65
|
+
textPlaceholder: 'Incolla qui il tuo articolo, libro o testo...',
|
|
66
|
+
clearLabel: 'PULISCI',
|
|
67
|
+
words: 'parole',
|
|
68
|
+
defaultText: 'Benvenuto in RSVP Speed Reader. Incolla il tuo testo qui sotto per iniziare. Questa tecnologia ti aiuterà a leggere fino a tre volte più velocemente eliminando i movimenti oculari non necessari.',
|
|
69
|
+
play: 'Riproduci',
|
|
70
|
+
pause: 'Pausa',
|
|
71
|
+
};
|
|
72
|
+
|
|
73
|
+
export const content: ToolLocaleContent<SpeedReaderUI> = {
|
|
74
|
+
slug: 'lettore-veloce',
|
|
75
|
+
title: 'RSVP Speed Reader',
|
|
76
|
+
description: 'Allena la tua velocità di lettura fino a 1000 parole al minuto. Tecnologia RSVP con allineamento ottimale del punto focale. Raddoppia la tua produttività intellettuale.',
|
|
77
|
+
ui,
|
|
78
|
+
faqTitle: 'Domande Frequenti',
|
|
79
|
+
faq: faqData,
|
|
80
|
+
howTo: howToData,
|
|
81
|
+
bibliographyTitle: 'Riferimenti',
|
|
82
|
+
bibliography: [
|
|
83
|
+
{ name: 'Rayner, K., et al. (2016). So much to read, so little time. Psychological Science in the Public Interest.', url: 'https://journals.sagepub.com/doi/full/10.1177/1529100615623267' },
|
|
84
|
+
{ name: 'Forster, K. I. (1970). Visual perception of rapidly presented word sequences. Perception & Psychophysics.', url: 'https://link.springer.com/article/10.3758/BF03212522' },
|
|
85
|
+
{ name: 'Öquist, G., & Goldstein, M. (2003). Towards an improved readability on mobile devices. Mobile HCI.', url: 'https://www.researchgate.net/publication/221063852_Towards_an_improved_readability_on_mobile_devices' },
|
|
86
|
+
{ name: 'Juola, J. F., et al. (1982). Visual search and reading of rapid serial visual presentations. Perception & Psychophysics.', url: 'https://link.springer.com/article/10.3758/BF03202598' },
|
|
87
|
+
{ name: 'Masson, M. E. J. (1983). Conceptual processing of text during rapid serial visual presentation. Journal of Educational Psychology.', url: 'https://psycnet.apa.org/record/1984-08638-001' },
|
|
88
|
+
{ name: 'Saldana, D., & Greene, R. (2022). Reading effectiveness with RSVP apps. Reading Psychology.', url: 'https://www.tandfonline.com/doi/abs/10.1080/02702711.2022.2030000' },
|
|
89
|
+
],
|
|
90
|
+
schemas: [faqSchema, howToSchema, appSchema],
|
|
91
|
+
seo: [
|
|
92
|
+
{ type: 'title', level: 2, text: 'La Formula 1 della Lettura: Sblocca la tua Larghezza di Banda Mentale' },
|
|
93
|
+
{
|
|
94
|
+
type: 'paragraph',
|
|
95
|
+
html: 'E se leggere fosse, biomeccanicamente, una perdita di tempo? Il tuo cervello è un supercomputer frenato da una connessione analogica: i tuoi occhi. Il <strong>Lettore RSVP</strong> rompe quel collo di bottiglia presentando le parole nel punto focale esatto in cui la tua mente le elabora più velocemente.',
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
type: 'paragraph',
|
|
99
|
+
html: 'La lettura tradizionale è un processo inefficiente. I tuoi occhi non funzionano come uno scanner; funzionano come una macchina fotografica in modalità raffica: stop, messa a fuoco, salto. Questo salto, chiamato <strong>saccade</strong>, significa che passi gran parte del tempo di lettura semplicemente muovendo gli occhi invece di assorbire informazioni.',
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
type: 'tip',
|
|
103
|
+
html: '"La lettura RSVP non è solo leggere più velocemente. È eliminare l\'attrito meccanico tra il testo e il tuo cervello."',
|
|
104
|
+
},
|
|
105
|
+
{ type: 'title', level: 3, text: 'La Scienza dietro l\'Iniezione di Dati' },
|
|
106
|
+
{
|
|
107
|
+
type: 'comparative',
|
|
108
|
+
columns: 3,
|
|
109
|
+
items: [
|
|
110
|
+
{
|
|
111
|
+
icon: 'mdi:bullseye-arrow',
|
|
112
|
+
title: 'Punto di Riconoscimento Ottimale (ORP)',
|
|
113
|
+
description: 'Ogni parola ha un punto in cui il tuo cervello la riconosce più velocemente. L\'algoritmo calcola quella lettera esatta (quella rossa) e la centra perfettamente. I tuoi occhi non si muovono di un solo millimetro.',
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
icon: 'mdi:speedometer-slow',
|
|
117
|
+
title: 'Silenzio Cognitivo',
|
|
118
|
+
highlight: true,
|
|
119
|
+
description: 'Sopra le 400-500 WPM, la tua voce interiore tace — non riesce a tenere il passo. Smetti di "sentire" ciò che leggi e inizi a "vedere" puri significati e concetti. Questo è lo stato di flow definitivo.',
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
icon: 'mdi:brain',
|
|
123
|
+
title: 'Neuroplasticità Visiva',
|
|
124
|
+
description: 'Come andare in palestra: 300 WPM sembreranno veloci all\'inizio. Dopo una settimana, 500 WPM sembreranno una passeggiata. Stai ri-allenando i percorsi neurali che collegano la tua corteccia visiva all\'elaborazione del linguaggio.',
|
|
125
|
+
},
|
|
126
|
+
],
|
|
127
|
+
},
|
|
128
|
+
{ type: 'title', level: 3, text: 'Protocollo di Allenamento: Da Principiante a Neo' },
|
|
129
|
+
{
|
|
130
|
+
type: 'comparative',
|
|
131
|
+
columns: 3,
|
|
132
|
+
items: [
|
|
133
|
+
{
|
|
134
|
+
title: 'Livello 1: Il Risveglio (da 200 a 300 WPM)',
|
|
135
|
+
description: 'La tua velocità di lettura normale. Abituati all\'interfaccia. Rilassa il viso e lascia che le parole vengano a te. Non cercare di "afferrarle".',
|
|
136
|
+
points: ['Ideale per principianti', 'Familiarizzazione ORP', 'Nessun affaticamento degli occhi'],
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
title: 'Livello 2: Barriera del Suono (da 400 a 500 WPM)',
|
|
140
|
+
highlight: true,
|
|
141
|
+
description: 'Qui è dove accade la magia. Sentirai del disagio. Non rallentare quando perdi una parola — il tuo cervello imparerà a colmare le lacune dal contesto.',
|
|
142
|
+
points: ['La subvocalizzazione scompare', 'Stato di flow mentale', 'Raddoppia la tua velocità di base'],
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
title: 'Livello 3: Velocità di Fuga (600+ WPM)',
|
|
146
|
+
description: 'Territorio avanzato. Ideale per ripassare materiale di studio, leggere notizie o consumare documentazione tecnica dove cerchi concetti chiave.',
|
|
147
|
+
points: ['Romanzo medio in 2 ore', 'Massima efficienza di lettura', 'Richiede pratica precedente'],
|
|
148
|
+
},
|
|
149
|
+
],
|
|
150
|
+
},
|
|
151
|
+
],
|
|
152
|
+
};
|
|
@@ -0,0 +1,152 @@
|
|
|
1
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
2
|
+
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
3
|
+
import type { SpeedReaderUI } from '../ui';
|
|
4
|
+
|
|
5
|
+
const faqData = [
|
|
6
|
+
{
|
|
7
|
+
question: 'RSVP技術とは何ですか?',
|
|
8
|
+
answer: 'RSVPはRapid Serial Visual Presentation(急速逐次視覚提示)の略です。単語を同じ焦点に1つずつ表示することで、目を左右に動かす必要をなくします。練習すれば、理解度を落とさずに、はるかに高速で読書することが可能になります。',
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
question: '速く読むと理解度が下がりますか?',
|
|
12
|
+
answer: 'トレーニング次第です。中程度の速度(350〜500 WPM)では、頭の中での音読(黙読時の内言)を排除することで、多くのユーザーがより高い集中力を実感しています。極端な速度(800 WPM以上)では、事前の練習がないと記憶定着率が下がることがあります。',
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
question: '平均的な読書速度はどれくらいですか?',
|
|
16
|
+
answer: '一般的な成人の読書速度は、分速200〜250語程度です。RSVPリーダーと少しの練習で、優れた理解度を維持したまま、その速度を2倍(400〜500 WPM)にすることは一般的です。',
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
question: 'RSVPは目が疲れますか?',
|
|
20
|
+
answer: '目を動かす筋肉の動きを排除することで、従来の読書方法よりも疲れを感じずに読めると感じるユーザーが多いです。最初は強烈に感じるかもしれませんが、脳はすぐに適応します。',
|
|
21
|
+
},
|
|
22
|
+
];
|
|
23
|
+
|
|
24
|
+
const howToData = [
|
|
25
|
+
{ name: 'テキストを入力', text: '読みたい記事、本、またはドキュメントをテキストエリアに貼り付けます。' },
|
|
26
|
+
{ name: 'WPMを設定', text: 'WPM(分速単語数)を調整します。初心者の場合は300 WPMから始めて、徐々に上げていきましょう。' },
|
|
27
|
+
{ name: '視線を固定', text: '赤い文字(ORP焦点)に目を向けたままにします。目の動きで単語を追いかけないようにしてください。' },
|
|
28
|
+
{ name: 'トレーニング開始', text: '再生ボタンを押して、情報を流し込みます。いつでも一時停止できます。' },
|
|
29
|
+
];
|
|
30
|
+
|
|
31
|
+
const faqSchema: WithContext<FAQPage> = {
|
|
32
|
+
'@context': 'https://schema.org',
|
|
33
|
+
'@type': 'FAQPage',
|
|
34
|
+
mainEntity: faqData.map((item) => ({
|
|
35
|
+
'@type': 'Question',
|
|
36
|
+
name: item.question,
|
|
37
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
38
|
+
})),
|
|
39
|
+
};
|
|
40
|
+
|
|
41
|
+
const howToSchema: WithContext<HowTo> = {
|
|
42
|
+
'@context': 'https://schema.org',
|
|
43
|
+
'@type': 'HowTo',
|
|
44
|
+
name: 'RSVP速読リーダーの使い方',
|
|
45
|
+
step: howToData.map((s) => ({ '@type': 'HowToStep', name: s.name, text: s.text })),
|
|
46
|
+
};
|
|
47
|
+
|
|
48
|
+
const appSchema: WithContext<SoftwareApplication> = {
|
|
49
|
+
'@context': 'https://schema.org',
|
|
50
|
+
'@type': 'SoftwareApplication',
|
|
51
|
+
name: 'RSVP Speed Reader',
|
|
52
|
+
applicationCategory: 'UtilitiesApplication',
|
|
53
|
+
operatingSystem: 'Web',
|
|
54
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
|
|
55
|
+
description: 'RSVP技術と最適な認識ポイント調整により、分速最大1000語までの読書速度をトレーニングします。',
|
|
56
|
+
};
|
|
57
|
+
|
|
58
|
+
const ui: SpeedReaderUI = {
|
|
59
|
+
progressLabel: '読書進捗',
|
|
60
|
+
speedLabel: '速度',
|
|
61
|
+
slowLabel: '遅い',
|
|
62
|
+
fastLabel: '神速',
|
|
63
|
+
speedHint: '制限に挑戦するために、300 WPMから始めて徐々に上げていきましょう。',
|
|
64
|
+
textLabel: '処理するテキスト',
|
|
65
|
+
textPlaceholder: '記事、本、またはテキストをここに貼り付けてください...',
|
|
66
|
+
clearLabel: 'クリア',
|
|
67
|
+
words: '単語',
|
|
68
|
+
defaultText: 'RSVP Speed Readerへようこそ。下にテキストを貼り付けて始めてください。この技術は、不必要な目の動きをなくすことで、最大3倍速く読むのを助けます。',
|
|
69
|
+
play: '再生',
|
|
70
|
+
pause: '一時停止',
|
|
71
|
+
};
|
|
72
|
+
|
|
73
|
+
export const content: ToolLocaleContent<SpeedReaderUI> = {
|
|
74
|
+
slug: 'speed-reader',
|
|
75
|
+
title: 'RSVP Speed Reader',
|
|
76
|
+
description: '読書速度を分速最大1000語までトレーニング。最適な焦点調整を備えたRSVP技術。知的生産性を2倍にしましょう。',
|
|
77
|
+
ui,
|
|
78
|
+
faqTitle: 'よくある質問',
|
|
79
|
+
faq: faqData,
|
|
80
|
+
howTo: howToData,
|
|
81
|
+
bibliographyTitle: '参考文献',
|
|
82
|
+
bibliography: [
|
|
83
|
+
{ name: 'Rayner, K., et al. (2016). So much to read, so little time. Psychological Science in the Public Interest.', url: 'https://journals.sagepub.com/doi/full/10.1177/1529100615623267' },
|
|
84
|
+
{ name: 'Forster, K. I. (1970). Visual perception of rapidly presented word sequences. Perception & Psychophysics.', url: 'https://link.springer.com/article/10.3758/BF03212522' },
|
|
85
|
+
{ name: 'Öquist, G., & Goldstein, M. (2003). Towards an improved readability on mobile devices. Mobile HCI.', url: 'https://www.researchgate.net/publication/221063852_Towards_an_improved_readability_on_mobile_devices' },
|
|
86
|
+
{ name: 'Juola, J. F., et al. (1982). Visual search and reading of rapid serial visual presentations. Perception & Psychophysics.', url: 'https://link.springer.com/article/10.3758/BF03202598' },
|
|
87
|
+
{ name: 'Masson, M. E. J. (1983). Conceptual processing of text during rapid serial visual presentation. Journal of Educational Psychology.', url: 'https://psycnet.apa.org/record/1984-08638-001' },
|
|
88
|
+
{ name: 'Saldana, D., & Greene, R. (2022). Reading effectiveness with RSVP apps. Reading Psychology.', url: 'https://www.tandfonline.com/doi/abs/10.1080/02702711.2022.2030000' },
|
|
89
|
+
],
|
|
90
|
+
schemas: [faqSchema, howToSchema, appSchema],
|
|
91
|
+
seo: [
|
|
92
|
+
{ type: 'title', level: 2, text: '読書のF1:脳の帯域幅を解放する' },
|
|
93
|
+
{
|
|
94
|
+
type: 'paragraph',
|
|
95
|
+
html: '生体力学的に見て、読書という行為が時間の無駄だとしたらどうでしょうか? あなたの脳は、目というアナログな接続によって制限されたスーパーコンピュータです。<strong>RSVPリーダー</strong>は、心が最も速く処理できる正確な焦点に単語を提示することで、そのボトルネックを打破します。',
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
type: 'paragraph',
|
|
99
|
+
html: '従来の読書は非効率的なプロセスです。目はスキャナーのようには機能しません。バーストモードのカメラのように機能します:停止、焦点合わせ、ジャンプ。この「<strong>サッカード</strong>(躍度運動)」と呼ばれるジャンプにより、読書時間のかなりの部分を、情報を吸収するのではなく、単に目を動かすことに費やしていることになります。',
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
type: 'tip',
|
|
103
|
+
html: '「RSVP読書は単に速く読むことではありません。テキストと脳の間の機械的な摩擦をなくすことなのです」',
|
|
104
|
+
},
|
|
105
|
+
{ type: 'title', level: 3, text: 'データ注入の背後にある科学' },
|
|
106
|
+
{
|
|
107
|
+
type: 'comparative',
|
|
108
|
+
columns: 3,
|
|
109
|
+
items: [
|
|
110
|
+
{
|
|
111
|
+
icon: 'mdi:bullseye-arrow',
|
|
112
|
+
title: '最適認識ポイント(ORP)',
|
|
113
|
+
description: 'すべての単語には、脳が最も速く認識できるポイントがあります。アルゴリズムはその正確な文字(赤い文字)を計算し、完璧に中心に配置します。目は1ミリも動きません。',
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
icon: 'mdi:speedometer-slow',
|
|
117
|
+
title: '認知的沈黙',
|
|
118
|
+
highlight: true,
|
|
119
|
+
description: '400〜500 WPMを超えると、内なる声が追いつけなくなり、静かになります。読んでいるものを「聞く」のをやめ、純粋な意味や概念を「見る」ようになります。これが究極のフロー状態です。',
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
icon: 'mdi:brain',
|
|
123
|
+
title: '視覚的神経可塑性',
|
|
124
|
+
description: 'ジムに行くようなものです。最初は300 WPMでも速く感じます。1週間後には、500 WPMが散歩のように感じられるでしょう。視覚皮質と言語処理をつなぐ神経経路を再トレーニングしているのです。',
|
|
125
|
+
},
|
|
126
|
+
],
|
|
127
|
+
},
|
|
128
|
+
{ type: 'title', level: 3, text: 'トレーニングプロトコル:初心者からプロへ' },
|
|
129
|
+
{
|
|
130
|
+
type: 'comparative',
|
|
131
|
+
columns: 3,
|
|
132
|
+
items: [
|
|
133
|
+
{
|
|
134
|
+
title: 'レベル1:覚醒(200〜300 WPM)',
|
|
135
|
+
description: '通常の読書速度です。インターフェースに慣れましょう。顔の力を抜き、単語が向こうからやってくるのを待ちます。単語を「掴もう」としないでください。',
|
|
136
|
+
points: ['初心者に最適', 'ORPへの習熟', '目が疲れない'],
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
title: 'レベル2:音速の壁(400〜500 WPM)',
|
|
140
|
+
highlight: true,
|
|
141
|
+
description: 'ここからが本番です。違和感を感じるでしょう。単語を聞き逃しても速度を落とさないでください。脳は文脈からギャップを埋めることを学習します。',
|
|
142
|
+
points: ['内言(頭の中での音読)が消える', '精神的なフロー状態', '基本速度の2倍'],
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
title: 'レベル3:脱出速度(600+ WPM)',
|
|
146
|
+
description: '上級者の領域です。学習教材の復習、ニュースの購読、または重要な概念を探しているテクニカルドキュメントの閲覧に最適です。',
|
|
147
|
+
points: ['一般的な小説を2時間で読破', '読書効率の最大化', '事前の練習が必要'],
|
|
148
|
+
},
|
|
149
|
+
],
|
|
150
|
+
},
|
|
151
|
+
],
|
|
152
|
+
};
|
|
@@ -0,0 +1,152 @@
|
|
|
1
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
2
|
+
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
3
|
+
import type { SpeedReaderUI } from '../ui';
|
|
4
|
+
|
|
5
|
+
const faqData = [
|
|
6
|
+
{
|
|
7
|
+
question: 'RSVP 기술이란 무엇인가요?',
|
|
8
|
+
answer: 'RSVP는 Rapid Serial Visual Presentation(급속 순차 시각 제시)의 약자입니다. 단어가 동일한 초점에 하나씩 나타나 눈을 왼쪽에서 오른쪽으로 움직일 필요가 없습니다. 이를 통해 연습하면 이해력을 떨어뜨리지 않으면서 훨씬 높은 속도로 책을 읽을 수 있습니다.',
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
question: '빨리 읽으면 이해력이 떨어지나요?',
|
|
12
|
+
answer: '훈련에 달려 있습니다. 중간 속도(350-500 WPM)에서는 속발음(머릿속 음독)을 제거함으로써 많은 사용자가 더 높은 집중력을 보고합니다. 극한의 속도(800+ WPM)에서는 사전 연습 없이는 기억력이 저하될 수 있습니다.',
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
question: '평균 독서 속도는 얼마인가요?',
|
|
16
|
+
answer: '일반 성인은 분당 200~250단어 사이를 읽습니다. RSVP 리더와 약간의 연습을 통해 뛰어난 이해력을 유지하면서 그 속도를 두 배(400-500 WPM)로 높이는 것은 흔한 일입니다.',
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
question: 'RSVP는 눈의 피로를 유발하나요?',
|
|
20
|
+
answer: '눈을 움직이는 근육의 노력을 제거함으로써 많은 사용자가 전통적인 방법보다 덜 피곤하게 읽을 수 있다는 것을 발견합니다. 처음에는 강렬하게 느껴질 수 있지만 뇌는 빠르게 적응합니다.',
|
|
21
|
+
},
|
|
22
|
+
];
|
|
23
|
+
|
|
24
|
+
const howToData = [
|
|
25
|
+
{ name: '텍스트 입력', text: '읽고 싶은 기사, 책 또는 문서를 텍스트 영역에 붙여넣으세요.' },
|
|
26
|
+
{ name: 'WPM 설정', text: '분당 단어 수(WPM)를 조정하세요. 초보자라면 300 WPM에서 시작하여 점진적으로 높이세요.' },
|
|
27
|
+
{ name: '시선 고정', text: '빨간색 글자(ORP 초점)에 시선을 고정하세요. 눈 움직임으로 단어를 따라가려고 하지 마세요.' },
|
|
28
|
+
{ name: '훈련 시작', text: '재생 버튼을 누르고 정보가 흐르게 하세요. 언제든지 일시 중지할 수 있습니다.' },
|
|
29
|
+
];
|
|
30
|
+
|
|
31
|
+
const faqSchema: WithContext<FAQPage> = {
|
|
32
|
+
'@context': 'https://schema.org',
|
|
33
|
+
'@type': 'FAQPage',
|
|
34
|
+
mainEntity: faqData.map((item) => ({
|
|
35
|
+
'@type': 'Question',
|
|
36
|
+
name: item.question,
|
|
37
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
38
|
+
})),
|
|
39
|
+
};
|
|
40
|
+
|
|
41
|
+
const howToSchema: WithContext<HowTo> = {
|
|
42
|
+
'@context': 'https://schema.org',
|
|
43
|
+
'@type': 'HowTo',
|
|
44
|
+
name: 'RSVP 속독기 사용 방법',
|
|
45
|
+
step: howToData.map((s) => ({ '@type': 'HowToStep', name: s.name, text: s.text })),
|
|
46
|
+
};
|
|
47
|
+
|
|
48
|
+
const appSchema: WithContext<SoftwareApplication> = {
|
|
49
|
+
'@context': 'https://schema.org',
|
|
50
|
+
'@type': 'SoftwareApplication',
|
|
51
|
+
name: 'RSVP Speed Reader',
|
|
52
|
+
applicationCategory: 'UtilitiesApplication',
|
|
53
|
+
operatingSystem: 'Web',
|
|
54
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
|
|
55
|
+
description: 'RSVP 기술과 최적 인식 포인트 조정을 통해 분당 최대 1000단어까지 독서 속도를 훈련하세요.',
|
|
56
|
+
};
|
|
57
|
+
|
|
58
|
+
const ui: SpeedReaderUI = {
|
|
59
|
+
progressLabel: '독서 진도',
|
|
60
|
+
speedLabel: '속도',
|
|
61
|
+
slowLabel: '느림',
|
|
62
|
+
fastLabel: '신급',
|
|
63
|
+
speedHint: '한계에 도전하려면 300 WPM에서 시작하여 점진적으로 높이세요.',
|
|
64
|
+
textLabel: '처리할 텍스트',
|
|
65
|
+
textPlaceholder: '기사, 책 또는 텍스트를 여기에 붙여넣으세요...',
|
|
66
|
+
clearLabel: '지우기',
|
|
67
|
+
words: '단어',
|
|
68
|
+
defaultText: 'RSVP Speed Reader에 오신 것을 환영합니다. 아래에 텍스트를 붙여넣어 시작하세요. 이 기술은 불필요한 눈 움직임을 제거하여 최대 3배 더 빨리 읽을 수 있도록 도와줍니다.',
|
|
69
|
+
play: '재생',
|
|
70
|
+
pause: '일시 중지',
|
|
71
|
+
};
|
|
72
|
+
|
|
73
|
+
export const content: ToolLocaleContent<SpeedReaderUI> = {
|
|
74
|
+
slug: 'speed-reader',
|
|
75
|
+
title: 'RSVP Speed Reader',
|
|
76
|
+
description: '독서 속도를 분당 최대 1000단어까지 훈련하세요. 최적의 초점 조정 기능이 포함된 RSVP 기술. 지적 생산성을 두 배로 높이세요.',
|
|
77
|
+
ui,
|
|
78
|
+
faqTitle: '자주 묻는 질문',
|
|
79
|
+
faq: faqData,
|
|
80
|
+
howTo: howToData,
|
|
81
|
+
bibliographyTitle: '참고 문헌',
|
|
82
|
+
bibliography: [
|
|
83
|
+
{ name: 'Rayner, K., et al. (2016). So much to read, so little time. Psychological Science in the Public Interest.', url: 'https://journals.sagepub.com/doi/full/10.1177/1529100615623267' },
|
|
84
|
+
{ name: 'Forster, K. I. (1970). Visual perception of rapidly presented word sequences. Perception & Psychophysics.', url: 'https://link.springer.com/article/10.3758/BF03212522' },
|
|
85
|
+
{ name: 'Öquist, G., & Goldstein, M. (2003). Towards an improved readability on mobile devices. Mobile HCI.', url: 'https://www.researchgate.net/publication/221063852_Towards_an_improved_readability_on_mobile_devices' },
|
|
86
|
+
{ name: 'Juola, J. F., et al. (1982). Visual search and reading of rapid serial visual presentations. Perception & Psychophysics.', url: 'https://link.springer.com/article/10.3758/BF03202598' },
|
|
87
|
+
{ name: 'Masson, M. E. J. (1983). Conceptual processing of text during rapid serial visual presentation. Journal of Educational Psychology.', url: 'https://psycnet.apa.org/record/1984-08638-001' },
|
|
88
|
+
{ name: 'Saldana, D., & Greene, R. (2022). Reading effectiveness with RSVP apps. Reading Psychology.', url: 'https://www.tandfonline.com/doi/abs/10.1080/02702711.2022.2030000' },
|
|
89
|
+
],
|
|
90
|
+
schemas: [faqSchema, howToSchema, appSchema],
|
|
91
|
+
seo: [
|
|
92
|
+
{ type: 'title', level: 2, text: '독서의 F1: 정신적 대역폭을 해제하세요' },
|
|
93
|
+
{
|
|
94
|
+
type: 'paragraph',
|
|
95
|
+
html: '독서가 생체 역학적으로 시간 낭비라면 어떨까요? 당신의 뇌는 눈이라는 아날로그 연결로 인해 제한을 받는 슈퍼컴퓨터입니다. <strong>RSVP 리더</strong>는 당신의 정신이 단어를 가장 빨리 처리하는 정확한 초점에 단어를 제시함으로써 그 병목 현상을 해소합니다.',
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
type: 'paragraph',
|
|
99
|
+
html: '전통적인 독서는 비효율적인 과정입니다. 당신의 눈은 스캐너처럼 작동하지 않고 고속 연사 모드 카메라처럼 작동합니다. 멈추고, 초점 잡고, 점프하고. <strong>새케이드(saccade, 단성 운동)</strong>라고 불리는 이 점프는 정보를 흡수하는 대신 단순히 눈을 움직이는 데 독서 시간의 상당 부분을 소비한다는 것을 의미합니다.',
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
type: 'tip',
|
|
103
|
+
html: '"RSVP 독서는 단순히 더 빨리 읽는 것이 아닙니다. 텍스트와 뇌 사이의 기계적 마찰을 없애는 것입니다."',
|
|
104
|
+
},
|
|
105
|
+
{ type: 'title', level: 3, text: '데이터 주입 뒤에 숨겨진 과학' },
|
|
106
|
+
{
|
|
107
|
+
type: 'comparative',
|
|
108
|
+
columns: 3,
|
|
109
|
+
items: [
|
|
110
|
+
{
|
|
111
|
+
icon: 'mdi:bullseye-arrow',
|
|
112
|
+
title: '최적 인식 포인트 (ORP)',
|
|
113
|
+
description: '모든 단어에는 뇌가 가장 빨리 인식하는 지점이 있습니다. 알고리즘은 그 정확한 글자(빨간색 글자)를 계산하고 완벽하게 중앙에 배치합니다. 당신의 눈은 단 1mm도 움직이지 않습니다.',
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
icon: 'mdi:speedometer-slow',
|
|
117
|
+
title: '인지적 침묵',
|
|
118
|
+
highlight: true,
|
|
119
|
+
description: '400~500 WPM 이상에서는 내면의 목소리가 조용해집니다. 따라갈 수 없기 때문입니다. 당신은 읽는 것을 "듣는" 것을 멈추고 순수한 의미와 개념을 "보기" 시작합니다. 이것이 궁극의 몰입(flow) 상태입니다.',
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
icon: 'mdi:brain',
|
|
123
|
+
title: '시각적 신경가소성',
|
|
124
|
+
description: '체육관에 가는 것과 같습니다. 처음에는 300 WPM도 빠르게 느껴질 것입니다. 일주일 후에는 500 WPM이 산책처럼 느껴질 것입니다. 당신은 시각 피질과 언어 처리를 연결하는 신경 경로를 재훈련하고 있는 것입니다.',
|
|
125
|
+
},
|
|
126
|
+
],
|
|
127
|
+
},
|
|
128
|
+
{ type: 'title', level: 3, text: '훈련 프로토콜: 초보자부터 네오까지' },
|
|
129
|
+
{
|
|
130
|
+
type: 'comparative',
|
|
131
|
+
columns: 3,
|
|
132
|
+
items: [
|
|
133
|
+
{
|
|
134
|
+
title: '레벨 1: 각성 (200~300 WPM)',
|
|
135
|
+
description: '당신의 일반적인 독서 속도입니다. 인터페이스에 익숙해지세요. 얼굴의 힘을 빼고 단어가 오게 하세요. 단어를 "잡으려고" 하지 마세요.',
|
|
136
|
+
points: ['초보자에게 이상적', 'ORP 친숙화', '눈의 피로 없음'],
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
title: '레벨 2: 소리의 장벽 (400~500 WPM)',
|
|
140
|
+
highlight: true,
|
|
141
|
+
description: '여기서 마법이 일어납니다. 불편함이 느껴질 것입니다. 단어를 놓쳤다고 해서 속도를 늦추지 마세요. 뇌는 문맥에 따라 빈틈을 채우는 법을 배울 것입니다.',
|
|
142
|
+
points: ['속발음 사라짐', '정신적 몰입 상태', '기본 속도의 두 배'],
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
title: '레벨 3: 탈출 속도 (600+ WPM)',
|
|
146
|
+
description: '상급자 영역입니다. 학습 자료 검토, 뉴스 읽기 또는 핵심 개념을 찾는 기술 문서 읽기에 이상적입니다.',
|
|
147
|
+
points: ['일반 소설을 2시간 만에 독파', '독서 효율의 극대화', '사전 연습 필요'],
|
|
148
|
+
},
|
|
149
|
+
],
|
|
150
|
+
},
|
|
151
|
+
],
|
|
152
|
+
};
|
|
@@ -0,0 +1,152 @@
|
|
|
1
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
2
|
+
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
3
|
+
import type { SpeedReaderUI } from '../ui';
|
|
4
|
+
|
|
5
|
+
const faqData = [
|
|
6
|
+
{
|
|
7
|
+
question: 'Wat is RSVP-technologie?',
|
|
8
|
+
answer: 'RSVP staat voor Rapid Serial Visual Presentation. Woorden verschijnen een voor een op hetzelfde brandpunt, waardoor u uw ogen niet meer van links naar rechts hoeft te bewegen. Dit maakt het mogelijk om met veel hogere snelheden te lezen zonder dat dit ten koste gaat van het begrip, mits u oefent.',
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
question: 'Vermindert sneller lezen het begrip?',
|
|
12
|
+
answer: 'Dat hangt af van de training. Bij matige snelheden (350-500 WPM) melden veel gebruikers een hogere concentratie door het elimineren van subvocalisatie (de innerlijke stem). Bij extreme snelheden (800+ WPM) kan de retentie afnemen zonder voorafgaande oefening.',
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
question: 'Wat is de gemiddelde leessnelheid?',
|
|
16
|
+
answer: 'De gemiddelde volwassene leest tussen de 200 en 250 woorden per minuut. Met de RSVP-lezer en wat oefening is het gebruikelijk om die snelheid te verdubbelen (400-500 WPM) terwijl u een uitstekend begrip behoudt.',
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
question: 'Veroorzaakt RSVP vermoeide ogen?',
|
|
20
|
+
answer: 'Door de spierinspanning van het bewegen van uw ogen te elimineren, merken veel gebruikers dat ze met minder vermoeidheid kunnen lezen dan met traditionele methoden. Het kan in het begin intens aanvoelen, maar de hersenen passen zich snel aan.',
|
|
21
|
+
},
|
|
22
|
+
];
|
|
23
|
+
|
|
24
|
+
const howToData = [
|
|
25
|
+
{ name: 'Voer uw tekst in', text: 'Plak het artikel, boek of document dat u wilt lezen in het tekstveld.' },
|
|
26
|
+
{ name: 'Stel WPM in', text: 'Pas de woorden per minuut (WPM) aan. Als u een beginner bent, begin dan bij 300 WPM en verhoog dit geleidelijk.' },
|
|
27
|
+
{ name: 'Fixeer uw blik', text: 'Houd uw ogen op de rode letter gericht (ORP-brandpunt). Probeer de woorden niet te volgen met oogbewegingen.' },
|
|
28
|
+
{ name: 'Start de training', text: 'Druk op de afspeelknop en laat de informatie stromen. U kunt op elk moment pauzeren.' },
|
|
29
|
+
];
|
|
30
|
+
|
|
31
|
+
const faqSchema: WithContext<FAQPage> = {
|
|
32
|
+
'@context': 'https://schema.org',
|
|
33
|
+
'@type': 'FAQPage',
|
|
34
|
+
mainEntity: faqData.map((item) => ({
|
|
35
|
+
'@type': 'Question',
|
|
36
|
+
name: item.question,
|
|
37
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
38
|
+
})),
|
|
39
|
+
};
|
|
40
|
+
|
|
41
|
+
const howToSchema: WithContext<HowTo> = {
|
|
42
|
+
'@context': 'https://schema.org',
|
|
43
|
+
'@type': 'HowTo',
|
|
44
|
+
name: 'Hoe de RSVP-snelheidslezer te gebruiken',
|
|
45
|
+
step: howToData.map((s) => ({ '@type': 'HowToStep', name: s.name, text: s.text })),
|
|
46
|
+
};
|
|
47
|
+
|
|
48
|
+
const appSchema: WithContext<SoftwareApplication> = {
|
|
49
|
+
'@context': 'https://schema.org',
|
|
50
|
+
'@type': 'SoftwareApplication',
|
|
51
|
+
name: 'RSVP Speed Reader',
|
|
52
|
+
applicationCategory: 'UtilitiesApplication',
|
|
53
|
+
operatingSystem: 'Web',
|
|
54
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
|
|
55
|
+
description: 'Train uw leessnelheid tot 1000 woorden per minuut met RSVP-technologie en een optimale uitlijning van het herkenningspunt.',
|
|
56
|
+
};
|
|
57
|
+
|
|
58
|
+
const ui: SpeedReaderUI = {
|
|
59
|
+
progressLabel: 'Leesvoortgang',
|
|
60
|
+
speedLabel: 'Snelheid',
|
|
61
|
+
slowLabel: 'LANGZAAM',
|
|
62
|
+
fastLabel: 'GODMODUS',
|
|
63
|
+
speedHint: 'Begin bij 300 WPM en verhoog dit geleidelijk om uw grenzen te verleggen.',
|
|
64
|
+
textLabel: 'Te verwerken tekst',
|
|
65
|
+
textPlaceholder: 'Plak hier uw artikel, boek of tekst...',
|
|
66
|
+
clearLabel: 'WISSEN',
|
|
67
|
+
words: 'woorden',
|
|
68
|
+
defaultText: 'Welkom bij de RSVP Speed Reader. Plak hieronder uw tekst om te beginnen. Deze technologie helpt u om tot drie keer sneller te lezen door onnodige oogbewegingen te elimineren.',
|
|
69
|
+
play: 'Afspelen',
|
|
70
|
+
pause: 'Pauze',
|
|
71
|
+
};
|
|
72
|
+
|
|
73
|
+
export const content: ToolLocaleContent<SpeedReaderUI> = {
|
|
74
|
+
slug: 'snellezer',
|
|
75
|
+
title: 'RSVP Speed Reader',
|
|
76
|
+
description: 'Train uw leessnelheid tot 1000 woorden per minuut. RSVP-technologie met optimale brandpuntuitlijning. Verdubbel uw intellectuele productiviteit.',
|
|
77
|
+
ui,
|
|
78
|
+
faqTitle: 'Veelgestelde Vragen',
|
|
79
|
+
faq: faqData,
|
|
80
|
+
howTo: howToData,
|
|
81
|
+
bibliographyTitle: 'Referenties',
|
|
82
|
+
bibliography: [
|
|
83
|
+
{ name: 'Rayner, K., et al. (2016). So much to read, so little time. Psychological Science in the Public Interest.', url: 'https://journals.sagepub.com/doi/full/10.1177/1529100615623267' },
|
|
84
|
+
{ name: 'Forster, K. I. (1970). Visual perception of rapidly presented word sequences. Perception & Psychophysics.', url: 'https://link.springer.com/article/10.3758/BF03212522' },
|
|
85
|
+
{ name: 'Öquist, G., & Goldstein, M. (2003). Towards an improved readability on mobile devices. Mobile HCI.', url: 'https://www.researchgate.net/publication/221063852_Towards_an_improved_readability_on_mobile_devices' },
|
|
86
|
+
{ name: 'Juola, J. F., et al. (1982). Visual search and reading of rapid serial visual presentations. Perception & Psychophysics.', url: 'https://link.springer.com/article/10.3758/BF03202598' },
|
|
87
|
+
{ name: 'Masson, M. E. J. (1983). Conceptual processing of text during rapid serial visual presentation. Journal of Educational Psychology.', url: 'https://psycnet.apa.org/record/1984-08638-001' },
|
|
88
|
+
{ name: 'Saldana, D., & Greene, R. (2022). Reading effectiveness with RSVP apps. Reading Psychology.', url: 'https://www.tandfonline.com/doi/abs/10.1080/02702711.2022.2030000' },
|
|
89
|
+
],
|
|
90
|
+
schemas: [faqSchema, howToSchema, appSchema],
|
|
91
|
+
seo: [
|
|
92
|
+
{ type: 'title', level: 2, text: 'De Formule 1 van het lezen: Ontgrendel uw mentale bandbreedte' },
|
|
93
|
+
{
|
|
94
|
+
type: 'paragraph',
|
|
95
|
+
html: 'Wat als lezen, biomechanisch gezien, tijdverspilling zou zijn? Uw hersenen zijn een supercomputer die wordt afgeremd door een analoge verbinding: uw ogen. De <strong>RSVP-lezer</strong> doorbreekt dat knelpunt door woorden te presenteren op precies het brandpunt waar uw geest ze het snelst verwerkt.',
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
type: 'paragraph',
|
|
99
|
+
html: 'Traditioneel lezen is een inefficiënt proces. Uw ogen werken niet als een scanner; ze werken als een camera in burst-modus: stop, focus, sprong. Deze sprong, een <strong>saccade</strong> genoemd, betekent dat u een groot deel van de leestijd besteedt aan het simpelweg bewegen van uw ogen in plaats van het opnemen van informatie.',
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
type: 'tip',
|
|
103
|
+
html: '"RSVP-lezen is niet alleen sneller lezen. Het is het elimineren van de mechanische wrijving tussen tekst en uw hersenen."',
|
|
104
|
+
},
|
|
105
|
+
{ type: 'title', level: 3, text: 'De wetenschap achter data-injectie' },
|
|
106
|
+
{
|
|
107
|
+
type: 'comparative',
|
|
108
|
+
columns: 3,
|
|
109
|
+
items: [
|
|
110
|
+
{
|
|
111
|
+
icon: 'mdi:bullseye-arrow',
|
|
112
|
+
title: 'Optimaal herkenningspunt (ORP)',
|
|
113
|
+
description: 'Elk woord heeft een punt waar uw hersenen het het snelst herkennen. Het algoritme berekent die exacte letter (de rode) en centreert deze perfect. Uw ogen bewegen geen enkele millimeter.',
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
icon: 'mdi:speedometer-slow',
|
|
117
|
+
title: 'Cognitieve stilte',
|
|
118
|
+
highlight: true,
|
|
119
|
+
description: 'Boven de 400-500 WPM wordt uw innerlijke stem stil — hij kan het niet bijhouden. U stopt met het "horen" van wat u leest en begint pure betekenissen en concepten te "zien". Dit is de ultieme flow-staat.',
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
icon: 'mdi:brain',
|
|
123
|
+
title: 'Visuele neuroplasticiteit',
|
|
124
|
+
description: 'Net als naar de sportschool gaan: 300 WPM zal in het begin snel aanvoelen. Na een week zal 500 WPM als een wandeling voelen. U traint de neurale paden opnieuw die uw visuele cortex verbinden met taalverwerking.',
|
|
125
|
+
},
|
|
126
|
+
],
|
|
127
|
+
},
|
|
128
|
+
{ type: 'title', level: 3, text: 'Trainingsprotocol: van beginner tot Neo' },
|
|
129
|
+
{
|
|
130
|
+
type: 'comparative',
|
|
131
|
+
columns: 3,
|
|
132
|
+
items: [
|
|
133
|
+
{
|
|
134
|
+
title: 'Niveau 1: Het ontwaken (200 tot 300 WPM)',
|
|
135
|
+
description: 'Uw normale leessnelheid. Wen aan de interface. Ontspan uw gezicht en laat de woorden naar u toe komen. Probeer ze niet te "grijpen".',
|
|
136
|
+
points: ['Ideaal voor beginners', 'ORP-kennismaking', 'Geen vermoeide ogen'],
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
title: 'Niveau 2: Geluidsbarrière (400 tot 500 WPM)',
|
|
140
|
+
highlight: true,
|
|
141
|
+
description: 'Dit is waar de magie gebeurt. U zult ongemak voelen. Rem niet af wanneer u een woord mist — uw hersenen zullen leren om gaten op te vullen vanuit de context.',
|
|
142
|
+
points: ['Subvocalisatie verdwijnt', 'Mentale flow-staat', 'Verdubbel uw basissnelheid'],
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
title: 'Niveau 3: Ontsnappingssnelheid (600+ WPM)',
|
|
146
|
+
description: 'Geavanceerd gebied. Ideaal voor het doornemen van studiemateriaal, het lezen van nieuws of het consumeren von technische documentatie waarbij u op zoek bent naar kernconcepten.',
|
|
147
|
+
points: ['Gemiddelde roman in 2 uur', 'Maximale leesefficiëntie', 'Vereist voorafgaande oefening'],
|
|
148
|
+
},
|
|
149
|
+
],
|
|
150
|
+
},
|
|
151
|
+
],
|
|
152
|
+
};
|