@jjlmoya/utils-science 1.20.0 → 1.22.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -1
- package/src/category/i18n/de.ts +1 -1
- package/src/category/i18n/fr.ts +6 -6
- package/src/category/i18n/ru.ts +1 -1
- package/src/category/index.ts +4 -1
- package/src/category/seo.astro +2 -2
- package/src/entries.ts +7 -1
- package/src/index.ts +3 -0
- package/src/pages/[locale]/[slug].astro +5 -4
- package/src/tests/locale_completeness.test.ts +2 -2
- package/src/tests/no_en_dash.test.ts +70 -0
- package/src/tests/seo_length.test.ts +5 -3
- package/src/tests/title_quality.test.ts +1 -1
- package/src/tests/tool_validation.test.ts +2 -2
- package/src/tool/asteroid-impact/bibliography.astro +2 -2
- package/src/tool/asteroid-impact/component.astro +16 -9
- package/src/tool/asteroid-impact/i18n/fr.ts +6 -6
- package/src/tool/asteroid-impact/i18n/ru.ts +4 -4
- package/src/tool/asteroid-impact/index.ts +1 -0
- package/src/tool/asteroid-impact/script.ts +13 -7
- package/src/tool/cellular-renewal/bibliography.astro +2 -2
- package/src/tool/cellular-renewal/i18n/fr.ts +13 -13
- package/src/tool/cellular-renewal/i18n/ru.ts +17 -17
- package/src/tool/cellular-renewal/i18n/zh.ts +9 -9
- package/src/tool/cellular-renewal/index.ts +1 -0
- package/src/tool/colony-counter/bibliography.astro +2 -2
- package/src/tool/colony-counter/i18n/ru.ts +5 -5
- package/src/tool/colony-counter/i18n/zh.ts +2 -2
- package/src/tool/colony-counter/index.ts +1 -0
- package/src/tool/cosmic-inflation/bibliography.astro +14 -0
- package/src/tool/cosmic-inflation/bibliography.ts +12 -0
- package/src/tool/cosmic-inflation/component.astro +270 -0
- package/src/tool/cosmic-inflation/cosmic-inflation-calculator.css +277 -0
- package/src/tool/cosmic-inflation/entry.ts +26 -0
- package/src/tool/cosmic-inflation/i18n/de.ts +188 -0
- package/src/tool/cosmic-inflation/i18n/en.ts +188 -0
- package/src/tool/cosmic-inflation/i18n/es.ts +168 -0
- package/src/tool/cosmic-inflation/i18n/fr.ts +188 -0
- package/src/tool/cosmic-inflation/i18n/id.ts +188 -0
- package/src/tool/cosmic-inflation/i18n/it.ts +188 -0
- package/src/tool/cosmic-inflation/i18n/ja.ts +188 -0
- package/src/tool/cosmic-inflation/i18n/ko.ts +188 -0
- package/src/tool/cosmic-inflation/i18n/nl.ts +188 -0
- package/src/tool/cosmic-inflation/i18n/pl.ts +188 -0
- package/src/tool/cosmic-inflation/i18n/pt.ts +188 -0
- package/src/tool/cosmic-inflation/i18n/ru.ts +188 -0
- package/src/tool/cosmic-inflation/i18n/sv.ts +188 -0
- package/src/tool/cosmic-inflation/i18n/tr.ts +188 -0
- package/src/tool/cosmic-inflation/i18n/zh.ts +188 -0
- package/src/tool/cosmic-inflation/index.ts +11 -0
- package/src/tool/cosmic-inflation/logic/CosmicInflationEngine.ts +21 -0
- package/src/tool/cosmic-inflation/seo.astro +15 -0
- package/src/tool/lorenz-attractor/bibliography.astro +14 -0
- package/src/tool/lorenz-attractor/bibliography.ts +12 -0
- package/src/tool/lorenz-attractor/component.astro +146 -0
- package/src/tool/lorenz-attractor/entry.ts +27 -0
- package/src/tool/lorenz-attractor/i18n/de.ts +113 -0
- package/src/tool/lorenz-attractor/i18n/en.ts +185 -0
- package/src/tool/lorenz-attractor/i18n/es.ts +113 -0
- package/src/tool/lorenz-attractor/i18n/fr.ts +113 -0
- package/src/tool/lorenz-attractor/i18n/id.ts +113 -0
- package/src/tool/lorenz-attractor/i18n/it.ts +113 -0
- package/src/tool/lorenz-attractor/i18n/ja.ts +113 -0
- package/src/tool/lorenz-attractor/i18n/ko.ts +113 -0
- package/src/tool/lorenz-attractor/i18n/nl.ts +113 -0
- package/src/tool/lorenz-attractor/i18n/pl.ts +113 -0
- package/src/tool/lorenz-attractor/i18n/pt.ts +113 -0
- package/src/tool/lorenz-attractor/i18n/ru.ts +113 -0
- package/src/tool/lorenz-attractor/i18n/sv.ts +113 -0
- package/src/tool/lorenz-attractor/i18n/tr.ts +113 -0
- package/src/tool/lorenz-attractor/i18n/zh.ts +113 -0
- package/src/tool/lorenz-attractor/index.ts +9 -0
- package/src/tool/lorenz-attractor/logic/LorenzEngine.ts +32 -0
- package/src/tool/lorenz-attractor/lorenz-attractor.css +335 -0
- package/src/tool/lorenz-attractor/renderer.ts +136 -0
- package/src/tool/lorenz-attractor/script.ts +282 -0
- package/src/tool/lorenz-attractor/seo.astro +15 -0
- package/src/tool/microwave-detector/bibliography.astro +2 -2
- package/src/tool/microwave-detector/component.astro +9 -7
- package/src/tool/microwave-detector/i18n/fr.ts +4 -4
- package/src/tool/microwave-detector/i18n/ru.ts +18 -18
- package/src/tool/microwave-detector/i18n/zh.ts +10 -10
- package/src/tool/microwave-detector/index.ts +1 -0
- package/src/tool/microwave-detector/logic/MicrowaveEngine.ts +5 -1
- package/src/tool/simulation-probability/bibliography.astro +2 -2
- package/src/tool/simulation-probability/i18n/fr.ts +5 -5
- package/src/tool/simulation-probability/i18n/ru.ts +7 -7
- package/src/tool/simulation-probability/i18n/zh.ts +4 -4
- package/src/tool/simulation-probability/index.ts +1 -0
- package/src/tool/temperature-timeline/bibliography.astro +14 -0
- package/src/tool/temperature-timeline/bibliography.ts +12 -0
- package/src/tool/temperature-timeline/component.astro +289 -0
- package/src/tool/temperature-timeline/entry.ts +26 -0
- package/src/tool/temperature-timeline/i18n/de.ts +213 -0
- package/src/tool/temperature-timeline/i18n/en.ts +213 -0
- package/src/tool/temperature-timeline/i18n/es.ts +178 -0
- package/src/tool/temperature-timeline/i18n/fr.ts +213 -0
- package/src/tool/temperature-timeline/i18n/id.ts +213 -0
- package/src/tool/temperature-timeline/i18n/it.ts +213 -0
- package/src/tool/temperature-timeline/i18n/ja.ts +213 -0
- package/src/tool/temperature-timeline/i18n/ko.ts +213 -0
- package/src/tool/temperature-timeline/i18n/nl.ts +213 -0
- package/src/tool/temperature-timeline/i18n/pl.ts +213 -0
- package/src/tool/temperature-timeline/i18n/pt.ts +213 -0
- package/src/tool/temperature-timeline/i18n/ru.ts +213 -0
- package/src/tool/temperature-timeline/i18n/sv.ts +213 -0
- package/src/tool/temperature-timeline/i18n/tr.ts +213 -0
- package/src/tool/temperature-timeline/i18n/zh.ts +213 -0
- package/src/tool/temperature-timeline/index.ts +11 -0
- package/src/tool/temperature-timeline/logic/TemperatureTimelineEngine.ts +58 -0
- package/src/tool/temperature-timeline/planet-temperature-timeline.css +158 -0
- package/src/tool/temperature-timeline/seo.astro +15 -0
- package/src/tools.ts +6 -0
- package/src/types.ts +1 -1
|
@@ -0,0 +1,185 @@
|
|
|
1
|
+
const slug = 'lorenz-attractor';
|
|
2
|
+
const title = 'Lorenz Attractor Chaos Simulator: The Butterfly Effect in 3D';
|
|
3
|
+
const description = 'Explore chaos theory with this interactive 3D Lorenz attractor simulation. Visualize the butterfly effect by running two nearly identical trajectories side-by-side.';
|
|
4
|
+
|
|
5
|
+
const howTo = [
|
|
6
|
+
{
|
|
7
|
+
name: 'Rotate the canvas',
|
|
8
|
+
text: 'Click and drag on the 3D viewport (or swipe on mobile) to rotate the attractor and view it from different angles.',
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
name: 'Adjust the sliders',
|
|
12
|
+
text: 'Modify the Sigma, Rho, and Beta parameters. Observe how changing Rho transitions the system from stable orbits to chaotic behavior.',
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
name: 'Observe the divergence',
|
|
16
|
+
text: 'Adjust the initial perturbation slider. Watch the live chart showing the separation distance between the two trajectories grow exponentially.',
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
name: 'Pause and reset',
|
|
20
|
+
text: 'Use the controls to pause the simulation, clear the drawing paths, or reset parameters to the standard chaotic defaults.',
|
|
21
|
+
},
|
|
22
|
+
];
|
|
23
|
+
|
|
24
|
+
const faq = [
|
|
25
|
+
{
|
|
26
|
+
question: 'What is the Lorenz Attractor?',
|
|
27
|
+
answer: 'The Lorenz attractor is a set of chaotic solutions to the Lorenz system, a system of three ordinary differential equations first formulated by Edward Lorenz in 1963. It was originally derived from a simplified mathematical model of atmospheric convection.',
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
question: 'What is the Butterfly Effect?',
|
|
31
|
+
answer: 'The butterfly effect is the sensitive dependence on initial conditions, where a small change in one state of a deterministic nonlinear system can result in large differences in a later state. In this simulator, a tiny starting perturbation of 0.0001 causes the two paths to diverge completely after a short time.',
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
question: 'What do the parameters Sigma, Rho, and Beta represent?',
|
|
35
|
+
answer: 'Sigma represents the Prandtl number (related to fluid viscosity and thermal conductivity), Rho represents the Rayleigh number (related to thermal convection strength), and Beta is a geometric parameter related to the physical dimensions of the convective layer.',
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
question: 'Why does the attractor shape look like a butterfly?',
|
|
39
|
+
answer: 'The iconic double-winged butterfly shape arises because the system has two unstable equilibrium points. The trajectory orbits around one wing, then unpredictably transitions to orbit the other, creating the distinctive structure in 3D phase space.',
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
question: 'Is the Lorenz Attractor truly random?',
|
|
43
|
+
answer: 'No. The Lorenz system is entirely deterministic, meaning its future state is fully defined by its current state and equations. However, because it is chaotic, it is completely unpredictable in the long term without infinite precision of the initial conditions.',
|
|
44
|
+
},
|
|
45
|
+
];
|
|
46
|
+
|
|
47
|
+
import { bibliography } from '../bibliography';
|
|
48
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
49
|
+
|
|
50
|
+
export const content: ToolLocaleContent = {
|
|
51
|
+
slug,
|
|
52
|
+
title,
|
|
53
|
+
description,
|
|
54
|
+
ui: {
|
|
55
|
+
copied: 'Copied',
|
|
56
|
+
noHistory: 'No history',
|
|
57
|
+
load: 'Load',
|
|
58
|
+
delete: 'Delete',
|
|
59
|
+
title: 'Lorenz Attractor',
|
|
60
|
+
subTitle: 'Deterministic Chaos and Sensitive Dependence',
|
|
61
|
+
parameterControls: 'System Parameters',
|
|
62
|
+
simulationSpeed: 'Simulation Speed (dt)',
|
|
63
|
+
initialPerturbation: 'Initial Perturbation (dx)',
|
|
64
|
+
trajectories: 'Trajectories',
|
|
65
|
+
distance: 'Divergence Distance',
|
|
66
|
+
exponentialGrowth: 'Exponential Divergence',
|
|
67
|
+
resetDefault: 'Reset',
|
|
68
|
+
clearPath: 'Clear',
|
|
69
|
+
play: 'Resume',
|
|
70
|
+
pause: 'Pause',
|
|
71
|
+
coords: 'Coordinates',
|
|
72
|
+
divergenceExplanation: 'The divergence chart shows the Euclidean distance between the two trajectories over time. Notice how it remains near zero before spiking rapidly, illustrating the butterfly effect.',
|
|
73
|
+
},
|
|
74
|
+
seo: [
|
|
75
|
+
{
|
|
76
|
+
type: 'title',
|
|
77
|
+
text: 'Deterministic Chaos: Understanding the Lorenz Equations',
|
|
78
|
+
level: 2,
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
type: 'paragraph',
|
|
82
|
+
html: 'The Lorenz system is a landmark formulation in nonlinear dynamics and chaos theory. Originally derived in 1963 by the meteorologist and mathematician <strong>Edward Lorenz</strong>, the model was born out of a simplified representation of atmospheric convection. Lorenz simplified the complex fluid dynamics equations of atmospheric flow into three coupled, ordinary differential equations. His discovery that these simple, deterministic equations could produce highly complex, non-periodic, and chaotic behavior changed our understanding of physical systems.',
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
type: 'paragraph',
|
|
86
|
+
html: 'The system is defined by three coupled differential equations that track a coordinate in a three-dimensional phase space over time:',
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
type: 'list',
|
|
90
|
+
items: [
|
|
91
|
+
'<strong>dx/dt = σ * (y - x):</strong> Describes the rate of convective motion. The parameter σ (Prandtl number) represents the ratio of fluid viscosity to thermal conductivity.',
|
|
92
|
+
'<strong>dy/dt = x * (ρ - z) - y:</strong> Represents the temperature difference between ascending and descending convective currents. The parameter ρ (Rayleigh number) represents the convective heating intensity.',
|
|
93
|
+
'<strong>dz/dt = x * y - β * z:</strong> Tracks the distortion of the vertical temperature profile from a linear gradient. The parameter β is a geometric aspect ratio of the convective physical cell.',
|
|
94
|
+
],
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
type: 'title',
|
|
98
|
+
text: 'The Butterfly Effect: Sensitive Dependence on Initial Conditions',
|
|
99
|
+
level: 3,
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
type: 'paragraph',
|
|
103
|
+
html: 'The defining feature of chaotic systems is their <strong>sensitive dependence on initial conditions</strong>, popularly known as the <strong>Butterfly Effect</strong>. In a non-chaotic system, a minor difference in the initial state leads to a proportionally minor difference in the final state. In a chaotic system, however, the distance between two trajectories starting arbitrarily close to each other grows exponentially over time.',
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
type: 'paragraph',
|
|
107
|
+
html: 'This sensitivity is demonstrated in this simulator by running two trajectories (T1 in Cyan and T2 in Pink) that start with a tiny separation (defined by the Perturbation slider). Initially, they travel along virtually the same path, rendering a blended purple line. After a short period of time, the minor starting difference is amplified by the system\'s nonlinear terms, and the paths diverge completely, orbiting different wings of the attractor.',
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
type: 'table',
|
|
111
|
+
headers: ['Parameter', 'Standard Value', 'Physical Setting', 'System Behavior on Change'],
|
|
112
|
+
rows: [
|
|
113
|
+
['σ (Sigma)', '10.0', 'Prandtl Number', 'Determines the fluid\'s internal friction. Higher values speed up the reaction of velocity changes relative to temperature gradients.'],
|
|
114
|
+
['ρ (Rho)', '28.0', 'Rayleigh Number', 'Main driver of chaos. Below ρ = 1, the origin is the only stable point. At ρ = 28, the system is fully chaotic.'],
|
|
115
|
+
['β (Beta)', '8/3 (2.667)', 'Geometric Aspect Ratio', 'Controls the physical width-to-height ratio of the convection cells. Modifies the scale and rotation speed of the orbits.'],
|
|
116
|
+
],
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
type: 'title',
|
|
120
|
+
text: 'Phase Space, Strange Attractors, and Fractals',
|
|
121
|
+
level: 3,
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
type: 'paragraph',
|
|
125
|
+
html: 'In classical physics, trajectories eventually settle into steady points (sinks) or repeat the same path indefinitely (limit cycles). The Lorenz system does neither. The path loops in three dimensions infinitely without ever crossing itself, since the system is deterministic and unique at every coordinate. This infinite, non-repeating structure is bounded within a finite volume of phase space, forming a <strong>strange attractor</strong>.',
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
type: 'paragraph',
|
|
129
|
+
html: 'The geometry of this attractor is fractal, with a Hausdorff dimension of approximately 2.06. This means the attractor is more than a two-dimensional surface but less than a solid three-dimensional volume, showcasing a complex topological structure where paths fold over each other without intersecting.',
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
type: 'title',
|
|
133
|
+
text: 'Applications of Chaos Theory in Science',
|
|
134
|
+
level: 3,
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
type: 'paragraph',
|
|
138
|
+
html: 'The lessons learned from the Lorenz attractor extend far beyond weather forecasting. Chaos theory has influenced many modern fields of study:',
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
type: 'list',
|
|
142
|
+
items: [
|
|
143
|
+
'<strong>Meteorology:</strong> Established the fundamental limits of weather predictability, leading to ensemble forecasting methods.',
|
|
144
|
+
'<strong>Cryptography:</strong> The deterministic yet unpredictable nature of chaotic orbits is used to generate secure pseudo-random keys and encrypt sensitive data streams.',
|
|
145
|
+
'<strong>Cardiology:</strong> Used to model cardiac rhythms, where healthy hearts exhibit chaotic characteristics, while periodic rhythms can indicate pathology.',
|
|
146
|
+
'<strong>Engineering:</strong> Helps design stable structures by analyzing and avoiding chaotic resonance in suspension bridges and mechanical systems.',
|
|
147
|
+
],
|
|
148
|
+
},
|
|
149
|
+
],
|
|
150
|
+
faq,
|
|
151
|
+
bibliography,
|
|
152
|
+
howTo,
|
|
153
|
+
schemas: [
|
|
154
|
+
{
|
|
155
|
+
'@context': 'https://schema.org',
|
|
156
|
+
'@type': 'SoftwareApplication',
|
|
157
|
+
name: title,
|
|
158
|
+
description: description,
|
|
159
|
+
applicationCategory: 'ScientificApplication',
|
|
160
|
+
operatingSystem: 'Any',
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
'@context': 'https://schema.org',
|
|
164
|
+
'@type': 'FAQPage',
|
|
165
|
+
mainEntity: faq.map((item) => ({
|
|
166
|
+
'@type': 'Question',
|
|
167
|
+
name: item.question,
|
|
168
|
+
acceptedAnswer: {
|
|
169
|
+
'@type': 'Answer',
|
|
170
|
+
text: item.answer,
|
|
171
|
+
},
|
|
172
|
+
})),
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
'@context': 'https://schema.org',
|
|
176
|
+
'@type': 'HowTo',
|
|
177
|
+
name: title,
|
|
178
|
+
step: howTo.map((step) => ({
|
|
179
|
+
'@type': 'HowToStep',
|
|
180
|
+
name: step.name,
|
|
181
|
+
text: step.text,
|
|
182
|
+
})),
|
|
183
|
+
},
|
|
184
|
+
],
|
|
185
|
+
};
|
|
@@ -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
|
+
};
|