@jjlmoya/utils-science 1.21.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 (32) hide show
  1. package/package.json +1 -1
  2. package/src/category/index.ts +2 -1
  3. package/src/entries.ts +3 -1
  4. package/src/index.ts +1 -0
  5. package/src/tests/locale_completeness.test.ts +2 -2
  6. package/src/tests/tool_validation.test.ts +2 -2
  7. package/src/tool/lorenz-attractor/bibliography.astro +14 -0
  8. package/src/tool/lorenz-attractor/bibliography.ts +12 -0
  9. package/src/tool/lorenz-attractor/component.astro +146 -0
  10. package/src/tool/lorenz-attractor/entry.ts +27 -0
  11. package/src/tool/lorenz-attractor/i18n/de.ts +113 -0
  12. package/src/tool/lorenz-attractor/i18n/en.ts +185 -0
  13. package/src/tool/lorenz-attractor/i18n/es.ts +113 -0
  14. package/src/tool/lorenz-attractor/i18n/fr.ts +113 -0
  15. package/src/tool/lorenz-attractor/i18n/id.ts +113 -0
  16. package/src/tool/lorenz-attractor/i18n/it.ts +113 -0
  17. package/src/tool/lorenz-attractor/i18n/ja.ts +113 -0
  18. package/src/tool/lorenz-attractor/i18n/ko.ts +113 -0
  19. package/src/tool/lorenz-attractor/i18n/nl.ts +113 -0
  20. package/src/tool/lorenz-attractor/i18n/pl.ts +113 -0
  21. package/src/tool/lorenz-attractor/i18n/pt.ts +113 -0
  22. package/src/tool/lorenz-attractor/i18n/ru.ts +113 -0
  23. package/src/tool/lorenz-attractor/i18n/sv.ts +113 -0
  24. package/src/tool/lorenz-attractor/i18n/tr.ts +113 -0
  25. package/src/tool/lorenz-attractor/i18n/zh.ts +113 -0
  26. package/src/tool/lorenz-attractor/index.ts +9 -0
  27. package/src/tool/lorenz-attractor/logic/LorenzEngine.ts +32 -0
  28. package/src/tool/lorenz-attractor/lorenz-attractor.css +335 -0
  29. package/src/tool/lorenz-attractor/renderer.ts +136 -0
  30. package/src/tool/lorenz-attractor/script.ts +282 -0
  31. package/src/tool/lorenz-attractor/seo.astro +15 -0
  32. package/src/tools.ts +2 -0
@@ -0,0 +1,113 @@
1
+ const slug = 'atractor-de-lorenz';
2
+ const title = 'Simulador del Atractor de Lorenz: El Efecto Mariposa en 3D';
3
+ const description = 'Explora la teoria del caos con esta simulacion interactiva en 3D del atractor de Lorenz. Visualiza el efecto mariposa ejecutando dos trayectorias casi de forma simultanea.';
4
+
5
+ const howTo = [
6
+ {
7
+ "name": "Rotar el lienzo",
8
+ "text": "Haz clic y arrastra sobre el visor 3D para rotar el atractor y verlo desde diferentes angulos."
9
+ },
10
+ {
11
+ "name": "Ajustar los deslizadores",
12
+ "text": "Modifica los parametros Sigma, Rho y Beta para ver como el sistema transita hacia el caos."
13
+ },
14
+ {
15
+ "name": "Observar la divergencia",
16
+ "text": "Modifica la perturbacion inicial y observa como la distancia entre trayectorias crece exponencialmente."
17
+ },
18
+ {
19
+ "name": "Pausar y reiniciar",
20
+ "text": "Usa los controles para pausar la simulacion, limpiar los caminos o restaurar los valores por defecto."
21
+ }
22
+ ];
23
+
24
+ const faq = [
25
+ {
26
+ "question": "Que es el Atractor de Lorenz?",
27
+ "answer": "El atractor de Lorenz es un conjunto de soluciones caoticas para el sistema de Lorenz, un sistema de tres ecuaciones diferenciales acopladas de primer orden."
28
+ },
29
+ {
30
+ "question": "Que es el Efecto Mariposa?",
31
+ "answer": "Es la dependencia sensible a las condiciones iniciales en un sistema no lineal, donde una pequena variacion inicial provoca grandes divergencias a largo plazo."
32
+ },
33
+ {
34
+ "question": "Que representan Sigma, Rho y Beta?",
35
+ "answer": "Sigma es el numero de Prandtl, Rho es el numero de Rayleigh y Beta es la relacion de aspecto geometrico del sistema."
36
+ }
37
+ ];
38
+
39
+ import { bibliography } from '../bibliography';
40
+ import type { ToolLocaleContent } from '../../../types';
41
+
42
+ export const content: ToolLocaleContent = {
43
+ slug,
44
+ title,
45
+ description,
46
+ ui: {
47
+ "copied": "Copiado",
48
+ "noHistory": "Sin historial",
49
+ "load": "Cargar",
50
+ "delete": "Eliminar",
51
+ "title": "Atractor de Lorenz",
52
+ "subTitle": "Caos Determinista y Dependencia Sensible",
53
+ "parameterControls": "Parametros del Sistema",
54
+ "simulationSpeed": "Velocidad (dt)",
55
+ "initialPerturbation": "Perturbacion Inicial (dx)",
56
+ "trajectories": "Trayectorias",
57
+ "distance": "Distancia de Divergencia",
58
+ "exponentialGrowth": "Divergencia Exponencial",
59
+ "resetDefault": "Reset",
60
+ "clearPath": "Clear",
61
+ "play": "Resume",
62
+ "pause": "Pause",
63
+ "coords": "Coordenadas",
64
+ "divergenceExplanation": "El grafico de divergencia muestra la distancia euclidiana entre las dos trayectorias a lo largo del tiempo. Observa como aumenta exponencialmente."
65
+ },
66
+ seo: [
67
+ {
68
+ "type": "title",
69
+ "text": "Caos Determinista: Entendiendo las Ecuaciones de Lorenz",
70
+ "level": 2
71
+ },
72
+ {
73
+ "type": "paragraph",
74
+ "html": "El sistema de Lorenz es una formulacion fundamental en la dinamica no lineal y la teoria del caos, que describe el movimiento de una particula en un espacio tridimensional."
75
+ }
76
+ ],
77
+ faq,
78
+ bibliography,
79
+ howTo,
80
+ schemas: [
81
+ {
82
+ '@context': 'https://schema.org',
83
+ '@type': 'SoftwareApplication',
84
+ name: title,
85
+ description: description,
86
+ applicationCategory: 'ScientificApplication',
87
+ operatingSystem: 'Any',
88
+ },
89
+ {
90
+ '@context': 'https://schema.org',
91
+ '@type': 'FAQPage',
92
+ mainEntity: faq.map((item) => ({
93
+ '@type': 'Question',
94
+ name: item.question,
95
+ acceptedAnswer: {
96
+ '@type': 'Answer',
97
+ text: item.answer,
98
+ },
99
+ })),
100
+ },
101
+ {
102
+ '@context': 'https://schema.org',
103
+ '@type': 'HowTo',
104
+ name: title,
105
+ step: howTo.map((step) => ({
106
+ '@type': 'HowToStep',
107
+ name: step.name,
108
+ stepValue: step.name,
109
+ text: step.text,
110
+ })),
111
+ },
112
+ ],
113
+ };
@@ -0,0 +1,113 @@
1
+ const slug = 'attracteur-de-lorenz';
2
+ const title = 'Simulateur de Chaos de l Attracteur de Lorenz: L Effet Papillon en 3D';
3
+ const description = 'Explorez la theorie du chaos avec cette simulation interactive 3D de l attracteur de Lorenz. Visualisez l effet papillon.';
4
+
5
+ const howTo = [
6
+ {
7
+ "name": "Faire pivoter le canevas",
8
+ "text": "Cliquez et faites glisser sur la fenetre 3D pour faire pivoter l attracteur."
9
+ },
10
+ {
11
+ "name": "Ajuster les curseurs",
12
+ "text": "Modifiez les parametres Sigma, Rho et Beta pour observer la transition vers le chaos."
13
+ },
14
+ {
15
+ "name": "Observer la divergence",
16
+ "text": "Observez comment l ecart entre les deux trajectoires augmente de maniere exponentielle."
17
+ },
18
+ {
19
+ "name": "Pause et reinitialisation",
20
+ "text": "Utilisez les commandes pour mettre en pause la simulation ou la reinitialiser."
21
+ }
22
+ ];
23
+
24
+ const faq = [
25
+ {
26
+ "question": "Qu est-ce que l attracteur de Lorenz?",
27
+ "answer": "L attracteur de Lorenz est un ensemble de solutions chaotiques du systeme de Lorenz."
28
+ },
29
+ {
30
+ "question": "Qu est-ce que l effet papillon?",
31
+ "answer": "La sensibilite aux conditions initiales, ou une infime variation produit des effets divergents."
32
+ },
33
+ {
34
+ "question": "Que representent les parametres?",
35
+ "answer": "Sigma est le nombre de Prandtl, Rho le nombre de Rayleigh, et Beta un ratio geometrique."
36
+ }
37
+ ];
38
+
39
+ import { bibliography } from '../bibliography';
40
+ import type { ToolLocaleContent } from '../../../types';
41
+
42
+ export const content: ToolLocaleContent = {
43
+ slug,
44
+ title,
45
+ description,
46
+ ui: {
47
+ "copied": "Copie",
48
+ "noHistory": "Aucun historique",
49
+ "load": "Charger",
50
+ "delete": "Supprimer",
51
+ "title": "Attracteur de Lorenz",
52
+ "subTitle": "Chaos Deterministe",
53
+ "parameterControls": "Parametres du Systeme",
54
+ "simulationSpeed": "Vitesse (dt)",
55
+ "initialPerturbation": "Perturbation Initiale (dx)",
56
+ "trajectories": "Trajectoires",
57
+ "distance": "Distance de Divergence",
58
+ "exponentialGrowth": "Divergence Exponentielle",
59
+ "resetDefault": "Reset",
60
+ "clearPath": "Clear",
61
+ "play": "Resume",
62
+ "pause": "Pause",
63
+ "coords": "Coordonnees",
64
+ "divergenceExplanation": "Le graphique de divergence montre la distance euclidienne entre les deux trajectoires au fil du temps."
65
+ },
66
+ seo: [
67
+ {
68
+ "type": "title",
69
+ "text": "Chaos Deterministe: Comprendre les Equations de Lorenz",
70
+ "level": 2
71
+ },
72
+ {
73
+ "type": "paragraph",
74
+ "html": "Le systeme de Lorenz est une formulation historique dans l etude des systemes dynamiques non lineaires."
75
+ }
76
+ ],
77
+ faq,
78
+ bibliography,
79
+ howTo,
80
+ schemas: [
81
+ {
82
+ '@context': 'https://schema.org',
83
+ '@type': 'SoftwareApplication',
84
+ name: title,
85
+ description: description,
86
+ applicationCategory: 'ScientificApplication',
87
+ operatingSystem: 'Any',
88
+ },
89
+ {
90
+ '@context': 'https://schema.org',
91
+ '@type': 'FAQPage',
92
+ mainEntity: faq.map((item) => ({
93
+ '@type': 'Question',
94
+ name: item.question,
95
+ acceptedAnswer: {
96
+ '@type': 'Answer',
97
+ text: item.answer,
98
+ },
99
+ })),
100
+ },
101
+ {
102
+ '@context': 'https://schema.org',
103
+ '@type': 'HowTo',
104
+ name: title,
105
+ step: howTo.map((step) => ({
106
+ '@type': 'HowToStep',
107
+ name: step.name,
108
+ stepValue: step.name,
109
+ text: step.text,
110
+ })),
111
+ },
112
+ ],
113
+ };
@@ -0,0 +1,113 @@
1
+ const slug = 'atraktor-lorenz';
2
+ const title = 'Simulator Kekacauan Atraktor Lorenz Efek Kupu kupu dalam 3D';
3
+ const description = 'Jelajahi teori kekacauan dengan simulasi atraktor Lorenz 3D interaktif ini. Visualisasikan efek kupu-kupu.';
4
+
5
+ const howTo = [
6
+ {
7
+ "name": "Putar kanvas",
8
+ "text": "Klik dan seret pada viewport 3D untuk memutar atraktor."
9
+ },
10
+ {
11
+ "name": "Sesuaikan slider",
12
+ "text": "Ubah parameter Sigma, Rho, dan Beta untuk mengamati transisi kekacauan."
13
+ },
14
+ {
15
+ "name": "Amati divergensi",
16
+ "text": "Perhatikan bagaimana jarak antara kedua lintasan tumbuh secara eksponensial."
17
+ },
18
+ {
19
+ "name": "Jeda dan atur ulang",
20
+ "text": "Gunakan kontrol untuk menjeda simulasi atau mengatur ulang parameter."
21
+ }
22
+ ];
23
+
24
+ const faq = [
25
+ {
26
+ "question": "Apa itu Atraktor Lorenz?",
27
+ "answer": "Atraktor Lorenz adalah serangkaian solusi kacau dari sistem Lorenz."
28
+ },
29
+ {
30
+ "question": "Apa itu Efek Kupu-kupu?",
31
+ "answer": "Ketergantungan sensitif pada kondisi awal dalam sistem non-linear."
32
+ },
33
+ {
34
+ "question": "Apa arti parameter tersebut?",
35
+ "answer": "Sigma mewakili angka Prandtl, Rho angka Rayleigh, dan Beta rasio aspek geometri."
36
+ }
37
+ ];
38
+
39
+ import { bibliography } from '../bibliography';
40
+ import type { ToolLocaleContent } from '../../../types';
41
+
42
+ export const content: ToolLocaleContent = {
43
+ slug,
44
+ title,
45
+ description,
46
+ ui: {
47
+ "copied": "Disalin",
48
+ "noHistory": "Tidak ada riwayat",
49
+ "load": "Muat",
50
+ "delete": "Hapus",
51
+ "title": "Atraktor Lorenz",
52
+ "subTitle": "Kekacauan Deterministik",
53
+ "parameterControls": "Parameter Sistem",
54
+ "simulationSpeed": "Kecepatan (dt)",
55
+ "initialPerturbation": "Gangguan Awal (dx)",
56
+ "trajectories": "Lintasan",
57
+ "distance": "Jarak Divergensi",
58
+ "exponentialGrowth": "Divergensi Eksponensial",
59
+ "resetDefault": "Reset",
60
+ "clearPath": "Clear",
61
+ "play": "Resume",
62
+ "pause": "Pause",
63
+ "coords": "Koordinat",
64
+ "divergenceExplanation": "Grafik divergensi menunjukkan jarak Euclidean antara kedua lintasan dari waktu ke waktu."
65
+ },
66
+ seo: [
67
+ {
68
+ "type": "title",
69
+ "text": "Kekacauan Deterministik: Memahami Persamaan Lorenz",
70
+ "level": 2
71
+ },
72
+ {
73
+ "type": "paragraph",
74
+ "html": "Sistem Lorenz adalah formulasi penting dalam dinamika non-linear dan teori kekacauan."
75
+ }
76
+ ],
77
+ faq,
78
+ bibliography,
79
+ howTo,
80
+ schemas: [
81
+ {
82
+ '@context': 'https://schema.org',
83
+ '@type': 'SoftwareApplication',
84
+ name: title,
85
+ description: description,
86
+ applicationCategory: 'ScientificApplication',
87
+ operatingSystem: 'Any',
88
+ },
89
+ {
90
+ '@context': 'https://schema.org',
91
+ '@type': 'FAQPage',
92
+ mainEntity: faq.map((item) => ({
93
+ '@type': 'Question',
94
+ name: item.question,
95
+ acceptedAnswer: {
96
+ '@type': 'Answer',
97
+ text: item.answer,
98
+ },
99
+ })),
100
+ },
101
+ {
102
+ '@context': 'https://schema.org',
103
+ '@type': 'HowTo',
104
+ name: title,
105
+ step: howTo.map((step) => ({
106
+ '@type': 'HowToStep',
107
+ name: step.name,
108
+ stepValue: step.name,
109
+ text: step.text,
110
+ })),
111
+ },
112
+ ],
113
+ };
@@ -0,0 +1,113 @@
1
+ const slug = 'attrattore-di-lorenz';
2
+ const title = 'Simulatore di Caos dell Attrattore di Lorenz: L Effetto Farfalla in 3D';
3
+ const description = 'Esplora la teoria del caos con questa simulazione interattiva 3D dell attrattore di Lorenz. Visualizza l effetto farfalla.';
4
+
5
+ const howTo = [
6
+ {
7
+ "name": "Ruota la tela",
8
+ "text": "Clicca e trascina sulla finestra 3D per ruotare l attrattore."
9
+ },
10
+ {
11
+ "name": "Regola i cursori",
12
+ "text": "Modifica i parametri Sigma, Rho e Beta per osservare il comportamento caotico."
13
+ },
14
+ {
15
+ "name": "Osserva la divergenza",
16
+ "text": "Osserva come la distanza tra le due traiettorie cresce in modo esponenziale."
17
+ },
18
+ {
19
+ "name": "Pausa e ripristino",
20
+ "text": "Usa i controlli per mettere in pausa la simulazione o ripristinare i valori predefiniti."
21
+ }
22
+ ];
23
+
24
+ const faq = [
25
+ {
26
+ "question": "Cos e l attrattore di Lorenz?",
27
+ "answer": "L attrattore di Lorenz e un insieme di soluzioni caotiche del sistema di Lorenz."
28
+ },
29
+ {
30
+ "question": "Cos e l effetto farfalla?",
31
+ "answer": "La dipendenza sensibile dalle condizioni iniziali in un sistema deterministico non lineare."
32
+ },
33
+ {
34
+ "question": "Cosa rappresentano i parametri?",
35
+ "answer": "Sigma e il numero di Prandtl, Rho il numero di Rayleigh e Beta un parametro geometrico."
36
+ }
37
+ ];
38
+
39
+ import { bibliography } from '../bibliography';
40
+ import type { ToolLocaleContent } from '../../../types';
41
+
42
+ export const content: ToolLocaleContent = {
43
+ slug,
44
+ title,
45
+ description,
46
+ ui: {
47
+ "copied": "Copiato",
48
+ "noHistory": "Nessuna cronologia",
49
+ "load": "Carica",
50
+ "delete": "Elimina",
51
+ "title": "Attrattore di Lorenz",
52
+ "subTitle": "Caos Deterministico",
53
+ "parameterControls": "Parametri del Sistema",
54
+ "simulationSpeed": "Velocita (dt)",
55
+ "initialPerturbation": "Perturbazione Iniziale (dx)",
56
+ "trajectories": "Traiettorie",
57
+ "distance": "Distanza di Divergenza",
58
+ "exponentialGrowth": "Divergenza Esponenziale",
59
+ "resetDefault": "Reset",
60
+ "clearPath": "Clear",
61
+ "play": "Resume",
62
+ "pause": "Pause",
63
+ "coords": "Coordinate",
64
+ "divergenceExplanation": "Il grafico di divergenza mostra la distanza euclidea tra le due traiettorie nel tempo."
65
+ },
66
+ seo: [
67
+ {
68
+ "type": "title",
69
+ "text": "Caos Deterministico: Comprendere le Equazioni di Lorenz",
70
+ "level": 2
71
+ },
72
+ {
73
+ "type": "paragraph",
74
+ "html": "Il sistema di Lorenz e una formulazione fondamentale nello studio della dinamica non lineare."
75
+ }
76
+ ],
77
+ faq,
78
+ bibliography,
79
+ howTo,
80
+ schemas: [
81
+ {
82
+ '@context': 'https://schema.org',
83
+ '@type': 'SoftwareApplication',
84
+ name: title,
85
+ description: description,
86
+ applicationCategory: 'ScientificApplication',
87
+ operatingSystem: 'Any',
88
+ },
89
+ {
90
+ '@context': 'https://schema.org',
91
+ '@type': 'FAQPage',
92
+ mainEntity: faq.map((item) => ({
93
+ '@type': 'Question',
94
+ name: item.question,
95
+ acceptedAnswer: {
96
+ '@type': 'Answer',
97
+ text: item.answer,
98
+ },
99
+ })),
100
+ },
101
+ {
102
+ '@context': 'https://schema.org',
103
+ '@type': 'HowTo',
104
+ name: title,
105
+ step: howTo.map((step) => ({
106
+ '@type': 'HowToStep',
107
+ name: step.name,
108
+ stepValue: step.name,
109
+ text: step.text,
110
+ })),
111
+ },
112
+ ],
113
+ };
@@ -0,0 +1,113 @@
1
+ const slug = 'lorenz-attractor';
2
+ const title = 'ローレンツ・アトラクター・カオス・シミュレーター:3Dバタフライ・エフェクト';
3
+ const description = 'このインタラクティブな3Dローレンツ・アトラクター・シミュレーションでカオス理論を探索してください。';
4
+
5
+ const howTo = [
6
+ {
7
+ "name": "キャンバスを回転する",
8
+ "text": "3Dビューポート上をドラッグして、アトラクターを回転させます。"
9
+ },
10
+ {
11
+ "name": "スライダーを調整する",
12
+ "text": "Sigma、Rho、Betaパラメーターを調整してカオスを観察します。"
13
+ },
14
+ {
15
+ "name": "発散を観察する",
16
+ "text": "2つの軌道間の距離が指数関数的に増大する様子を観察します。"
17
+ },
18
+ {
19
+ "name": "一時停止とリセット",
20
+ "text": "コントロールボタンを使用して、シミュレーションの停止や初期化を行います。"
21
+ }
22
+ ];
23
+
24
+ const faq = [
25
+ {
26
+ "question": "ローレンツ・アトラクターとは何ですか?",
27
+ "answer": "ローレンツ・アトラクターは、ローレンツ方程式系のカオス的な解の集合です。"
28
+ },
29
+ {
30
+ "question": "バタフライ・エフェクトとは何ですか?",
31
+ "answer": "初期条件に対する鋭敏な依存性のことで、わずかな差が将来的に決定的な違いを生みます。"
32
+ },
33
+ {
34
+ "question": "各パラメーターは何を意味しますか?",
35
+ "answer": "Sigmaはプラントル数、Rhoはレイリー数、Betaはアスペクト比に関連します。"
36
+ }
37
+ ];
38
+
39
+ import { bibliography } from '../bibliography';
40
+ import type { ToolLocaleContent } from '../../../types';
41
+
42
+ export const content: ToolLocaleContent = {
43
+ slug,
44
+ title,
45
+ description,
46
+ ui: {
47
+ "copied": "コピーされました",
48
+ "noHistory": "履歴なし",
49
+ "load": "読み込み",
50
+ "delete": "削除",
51
+ "title": "ローレンツ・アトラクター",
52
+ "subTitle": "決定論的カオス",
53
+ "parameterControls": "システムパラメーター",
54
+ "simulationSpeed": "速度 (dt)",
55
+ "initialPerturbation": "初期微小差 (dx)",
56
+ "trajectories": "軌道",
57
+ "distance": "発散距離",
58
+ "exponentialGrowth": "指数関数的発散",
59
+ "resetDefault": "Reset",
60
+ "clearPath": "Clear",
61
+ "play": "Resume",
62
+ "pause": "Pause",
63
+ "coords": "座標",
64
+ "divergenceExplanation": "発散グラフは、2つの軌道間のユークリッド距離の経時変化を示しています。"
65
+ },
66
+ seo: [
67
+ {
68
+ "type": "title",
69
+ "text": "決定論的カオス:ローレンツ方程式の理解",
70
+ "level": 2
71
+ },
72
+ {
73
+ "type": "paragraph",
74
+ "html": "ローレンツ方程式系は、非線形力学とカオス理論における歴史的な金字塔です。"
75
+ }
76
+ ],
77
+ faq,
78
+ bibliography,
79
+ howTo,
80
+ schemas: [
81
+ {
82
+ '@context': 'https://schema.org',
83
+ '@type': 'SoftwareApplication',
84
+ name: title,
85
+ description: description,
86
+ applicationCategory: 'ScientificApplication',
87
+ operatingSystem: 'Any',
88
+ },
89
+ {
90
+ '@context': 'https://schema.org',
91
+ '@type': 'FAQPage',
92
+ mainEntity: faq.map((item) => ({
93
+ '@type': 'Question',
94
+ name: item.question,
95
+ acceptedAnswer: {
96
+ '@type': 'Answer',
97
+ text: item.answer,
98
+ },
99
+ })),
100
+ },
101
+ {
102
+ '@context': 'https://schema.org',
103
+ '@type': 'HowTo',
104
+ name: title,
105
+ step: howTo.map((step) => ({
106
+ '@type': 'HowToStep',
107
+ name: step.name,
108
+ stepValue: step.name,
109
+ text: step.text,
110
+ })),
111
+ },
112
+ ],
113
+ };
@@ -0,0 +1,113 @@
1
+ const slug = 'lorenz-attractor';
2
+ const title = '로렌츠 아틀랙터 카오스 시뮬레이터: 3D 나비 효과';
3
+ const description = '인터랙티브 3D 로렌츠 아틀랙터 시뮬레이션으로 카오스 이론을 탐구하고 나비 효과를 시각화하세요.';
4
+
5
+ const howTo = [
6
+ {
7
+ "name": "화면 회전",
8
+ "text": "3D 뷰포트를 클릭하고 드래그하여 아틀랙터를 다양한 각도에서 관찰하세요."
9
+ },
10
+ {
11
+ "name": "슬라이더 조정",
12
+ "text": "시그마, 로, 베타 매개변수를 수정하여 카오스로 진입하는 상태를 관찰하세요."
13
+ },
14
+ {
15
+ "name": "발산 관찰",
16
+ "text": "두 궤적 사이의 거리가 지수함수적으로 증가하는 과정을 확인하세요."
17
+ },
18
+ {
19
+ "name": "일시정지 및 리셋",
20
+ "text": "컨트롤을 사용해 시뮬레이션을 일시정지하거나 기본값으로 초기화하세요."
21
+ }
22
+ ];
23
+
24
+ const faq = [
25
+ {
26
+ "question": "로렌츠 아틀랙터란 무엇인가요?",
27
+ "answer": "로렌츠 아틀랙터는 로렌츠 방정식계에서 나타나는 카오스적 해의 집합입니다."
28
+ },
29
+ {
30
+ "question": "나비 효과란 무엇인가요?",
31
+ "answer": "비선형 시스템에서 초기 조건의 미세한 변화가 시간이 지나며 거대한 차이를 만들어내는 현상입니다."
32
+ },
33
+ {
34
+ "question": "매개변수들은 무엇을 나타내나요?",
35
+ "answer": "시그마는 프란틀 수, 로는 레일리 수, 베타는 기하학적 종횡비를 의미합니다."
36
+ }
37
+ ];
38
+
39
+ import { bibliography } from '../bibliography';
40
+ import type { ToolLocaleContent } from '../../../types';
41
+
42
+ export const content: ToolLocaleContent = {
43
+ slug,
44
+ title,
45
+ description,
46
+ ui: {
47
+ "copied": "복사됨",
48
+ "noHistory": "기록 없음",
49
+ "load": "불러오기",
50
+ "delete": "삭제",
51
+ "title": "로렌츠 아틀랙터",
52
+ "subTitle": "결정론적 카오스",
53
+ "parameterControls": "시스템 매개변수",
54
+ "simulationSpeed": "속도 (dt)",
55
+ "initialPerturbation": "초기 미세 차이 (dx)",
56
+ "trajectories": "궤적",
57
+ "distance": "발산 거리",
58
+ "exponentialGrowth": "지수 발산",
59
+ "resetDefault": "Reset",
60
+ "clearPath": "Clear",
61
+ "play": "Resume",
62
+ "pause": "Pause",
63
+ "coords": "좌표",
64
+ "divergenceExplanation": "발산 그래프는 두 궤적 간의 유클리드 거리 변화를 실시간으로 나타냅니다."
65
+ },
66
+ seo: [
67
+ {
68
+ "type": "title",
69
+ "text": "결정론적 카오스: 로렌츠 방정식의 이해",
70
+ "level": 2
71
+ },
72
+ {
73
+ "type": "paragraph",
74
+ "html": "로렌츠 방정식은 비선형 역학 및 카오스 이론 연구에서 가장 중요한 이정표 중 하나입니다."
75
+ }
76
+ ],
77
+ faq,
78
+ bibliography,
79
+ howTo,
80
+ schemas: [
81
+ {
82
+ '@context': 'https://schema.org',
83
+ '@type': 'SoftwareApplication',
84
+ name: title,
85
+ description: description,
86
+ applicationCategory: 'ScientificApplication',
87
+ operatingSystem: 'Any',
88
+ },
89
+ {
90
+ '@context': 'https://schema.org',
91
+ '@type': 'FAQPage',
92
+ mainEntity: faq.map((item) => ({
93
+ '@type': 'Question',
94
+ name: item.question,
95
+ acceptedAnswer: {
96
+ '@type': 'Answer',
97
+ text: item.answer,
98
+ },
99
+ })),
100
+ },
101
+ {
102
+ '@context': 'https://schema.org',
103
+ '@type': 'HowTo',
104
+ name: title,
105
+ step: howTo.map((step) => ({
106
+ '@type': 'HowToStep',
107
+ name: step.name,
108
+ stepValue: step.name,
109
+ text: step.text,
110
+ })),
111
+ },
112
+ ],
113
+ };