@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,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
|
+
};
|
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
const slug = 'lorenzattractor';
|
|
2
|
+
const title = 'Lorenz attractor Chaos Simulator Het Vlindereffect in 3D';
|
|
3
|
+
const description = 'Verken chaostheorie met deze interactieve 3D Lorenz-attractor simulatie. Visualiseer het vlindereffect.';
|
|
4
|
+
|
|
5
|
+
const howTo = [
|
|
6
|
+
{
|
|
7
|
+
"name": "Draai het canvas",
|
|
8
|
+
"text": "Klik en sleep in de 3D-viewport om de attractor te roteren."
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
"name": "Pas de sliders aan",
|
|
12
|
+
"text": "Wijzig de Sigma, Rho en Beta parameters om de chaos te beinvloeden."
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"name": "Observeer de divergentie",
|
|
16
|
+
"text": "Zie hoe de afstand tussen de twee banen exponentieel groeit."
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"name": "Pauzeer en reset",
|
|
20
|
+
"text": "Gebruik de knoppen om de simulatie te pauzeren of te resetten."
|
|
21
|
+
}
|
|
22
|
+
];
|
|
23
|
+
|
|
24
|
+
const faq = [
|
|
25
|
+
{
|
|
26
|
+
"question": "Wat is de Lorenz-attractor?",
|
|
27
|
+
"answer": "De Lorenz-attractor is een verzameling chaotische oplossingen van het Lorenz-systeem."
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"question": "Wat is het Vlindereffect?",
|
|
31
|
+
"answer": "De gevoelige afhankelijkheid van beginvoorwaarden in niet-lineaire systemen."
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"question": "Wat betekenen de parameters?",
|
|
35
|
+
"answer": "Sigma is het Prandtl-getal, Rho het Rayleigh-getal en Beta de geometrische verhouding."
|
|
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": "Kopieert",
|
|
48
|
+
"noHistory": "Geen geschiedenis",
|
|
49
|
+
"load": "Laden",
|
|
50
|
+
"delete": "Verwijderen",
|
|
51
|
+
"title": "Lorenz-attractor",
|
|
52
|
+
"subTitle": "Deterministische Chaos",
|
|
53
|
+
"parameterControls": "Systeemparameters",
|
|
54
|
+
"simulationSpeed": "Snelheid (dt)",
|
|
55
|
+
"initialPerturbation": "Initiele Verstoring (dx)",
|
|
56
|
+
"trajectories": "Banen",
|
|
57
|
+
"distance": "Divergentie-afstand",
|
|
58
|
+
"exponentialGrowth": "Exponentiele Divergentie",
|
|
59
|
+
"resetDefault": "Reset",
|
|
60
|
+
"clearPath": "Clear",
|
|
61
|
+
"play": "Resume",
|
|
62
|
+
"pause": "Pause",
|
|
63
|
+
"coords": "Coordinaten",
|
|
64
|
+
"divergenceExplanation": "De divergentiegrafiek toont de Euclidische afstand tussen de twee banen over de tijd."
|
|
65
|
+
},
|
|
66
|
+
seo: [
|
|
67
|
+
{
|
|
68
|
+
"type": "title",
|
|
69
|
+
"text": "Deterministische Chaos: De Lorenz-vergelijkingen Begrijpen",
|
|
70
|
+
"level": 2
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"type": "paragraph",
|
|
74
|
+
"html": "Het Lorenz-systeem is een klassieke formulering in niet-lineaire dynamica."
|
|
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-lorenza';
|
|
2
|
+
const title = 'Symulator Chaosu Atraktora Lorenza: Efekt Motyla w 3D';
|
|
3
|
+
const description = 'Badaj teorie chaosu z interaktywna symulacja 3D atraktora Lorenza. Zobacz efekt motyla.';
|
|
4
|
+
|
|
5
|
+
const howTo = [
|
|
6
|
+
{
|
|
7
|
+
"name": "Obracaj widok",
|
|
8
|
+
"text": "Kliknij i przeciagnij na obszarze 3D, aby obrocic atraktor."
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
"name": "Dostosuj suwaki",
|
|
12
|
+
"text": "Zmieniaj parametry Sigma, Rho i Beta, aby wplynac na zachowanie ukladu."
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"name": "Obserwuj dywergencje",
|
|
16
|
+
"text": "Zobacz, jak odleglosc miedzy dwiema trajektoriami rosnie wykladniczo."
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"name": "Pauza i reset",
|
|
20
|
+
"text": "Uzyj przyciskow kontrolnych, aby zatrzymac lub zresetowac symulacje."
|
|
21
|
+
}
|
|
22
|
+
];
|
|
23
|
+
|
|
24
|
+
const faq = [
|
|
25
|
+
{
|
|
26
|
+
"question": "Co to jest Atraktor Lorenza?",
|
|
27
|
+
"answer": "Atraktor Lorenza to zbior chaotycznych rozwiazan ukladu rownan Lorenza."
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"question": "Co to jest Efekt Motyla?",
|
|
31
|
+
"answer": "Wrażliwa zaleznosc ukladu od warunkow poczatkowych."
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"question": "Co oznaczaja parametry?",
|
|
35
|
+
"answer": "Sigma to liczba Prandtla, Rho to liczba Rayleigha, a Beta to stosunek geometryczny."
|
|
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": "Skopiowano",
|
|
48
|
+
"noHistory": "Brak historii",
|
|
49
|
+
"load": "Wczytaj",
|
|
50
|
+
"delete": "Usun",
|
|
51
|
+
"title": "Atraktor Lorenza",
|
|
52
|
+
"subTitle": "Chaos Deterministyczny",
|
|
53
|
+
"parameterControls": "Parametry Ukladu",
|
|
54
|
+
"simulationSpeed": "Predkosc (dt)",
|
|
55
|
+
"initialPerturbation": "Zaburzenie Poczatkowe (dx)",
|
|
56
|
+
"trajectories": "Trajektorie",
|
|
57
|
+
"distance": "Odleglosc Dywergencji",
|
|
58
|
+
"exponentialGrowth": "Dywergencja Wykladnicza",
|
|
59
|
+
"resetDefault": "Reset",
|
|
60
|
+
"clearPath": "Clear",
|
|
61
|
+
"play": "Resume",
|
|
62
|
+
"pause": "Pause",
|
|
63
|
+
"coords": "Wspolrzedne",
|
|
64
|
+
"divergenceExplanation": "Wykres dywergencji pokazuje odleglosc euklidesowa miedzy dwiema trajektoriami w czasie."
|
|
65
|
+
},
|
|
66
|
+
seo: [
|
|
67
|
+
{
|
|
68
|
+
"type": "title",
|
|
69
|
+
"text": "Chaos Deterministyczny: Zrozumiec Rownania Lorenza",
|
|
70
|
+
"level": 2
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"type": "paragraph",
|
|
74
|
+
"html": "Uklad Lorenza to historyczne sformulowanie w dziedzinie dynamiki nieliniowej."
|
|
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 = 'atrator-de-lorenz';
|
|
2
|
+
const title = 'Simulador de Caos do Atractor de Lorenz: O Efeito Borboleta em 3D';
|
|
3
|
+
const description = 'Explore a teoria do caos com esta simulacao interativa 3D do atractor de Lorenz. Visualize o efeito borboleta.';
|
|
4
|
+
|
|
5
|
+
const howTo = [
|
|
6
|
+
{
|
|
7
|
+
"name": "Rodar a tela",
|
|
8
|
+
"text": "Clique e arraste no visor 3D para rotacionar o atractor."
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
"name": "Ajustar os sliders",
|
|
12
|
+
"text": "Modifique os parametros Sigma, Rho e Beta para ver a mudanca para o caos."
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"name": "Observar a divergencia",
|
|
16
|
+
"text": "Veja como a distancia entre as duas trajectorias cresce exponencialmente."
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"name": "Pausar e reiniciar",
|
|
20
|
+
"text": "Use os botoes para pausar a simulacao ou restaurar as configuracoes."
|
|
21
|
+
}
|
|
22
|
+
];
|
|
23
|
+
|
|
24
|
+
const faq = [
|
|
25
|
+
{
|
|
26
|
+
"question": "O que e o Atractor de Lorenz?",
|
|
27
|
+
"answer": "O atractor de Lorenz e um conjunto de solucoes caoticas do sistema de Lorenz."
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"question": "O que e o Efeito Borboleta?",
|
|
31
|
+
"answer": "A sensibilidade extrema as condicoes iniciais em sistemas deterministas nao lineares."
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"question": "O que significam os parametros?",
|
|
35
|
+
"answer": "Sigma representa o numero de Prandtl, Rho o numero de Rayleigh e Beta a relacao geometrica."
|
|
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": "Sem historico",
|
|
49
|
+
"load": "Carregar",
|
|
50
|
+
"delete": "Eliminar",
|
|
51
|
+
"title": "Atractor de Lorenz",
|
|
52
|
+
"subTitle": "Caos Deterministico",
|
|
53
|
+
"parameterControls": "Parametros do Sistema",
|
|
54
|
+
"simulationSpeed": "Velocidade (dt)",
|
|
55
|
+
"initialPerturbation": "Perturbacao Inicial (dx)",
|
|
56
|
+
"trajectories": "Trajectorias",
|
|
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": "O grafico de divergencia mostra a distancia euclidiana entre as duas trajectorias ao longo do tempo."
|
|
65
|
+
},
|
|
66
|
+
seo: [
|
|
67
|
+
{
|
|
68
|
+
"type": "title",
|
|
69
|
+
"text": "Caos Deterministico: Compreender as Equacoes de Lorenz",
|
|
70
|
+
"level": 2
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"type": "paragraph",
|
|
74
|
+
"html": "O sistema de Lorenz e uma formulacao fundamental na teoria do caos."
|
|
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 = 'attraktor-lorenca';
|
|
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": "Следите за экспоненциальным ростом расстояния между траекториями."
|
|
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": "График расхождения показывает евклидово расстояние между двумя траекториями во времени."
|
|
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
|
+
};
|