@jjlmoya/utils-science 1.10.0 → 1.12.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 +96 -0
- package/src/category/i18n/id.ts +96 -0
- package/src/category/i18n/it.ts +96 -0
- package/src/category/i18n/ja.ts +96 -0
- package/src/category/i18n/ko.ts +96 -0
- package/src/category/i18n/nl.ts +96 -0
- package/src/category/i18n/pl.ts +96 -0
- package/src/category/i18n/pt.ts +96 -0
- package/src/category/i18n/ru.ts +96 -0
- package/src/category/i18n/sv.ts +96 -0
- package/src/category/i18n/tr.ts +96 -0
- package/src/category/i18n/zh.ts +96 -0
- package/src/category/index.ts +12 -0
- package/src/index.ts +1 -1
- package/src/tests/i18n_coverage.test.ts +36 -0
- package/src/tests/locale_completeness.test.ts +2 -2
- package/src/tests/schemas_fulfillment.test.ts +1 -1
- package/src/tests/slug_language_code_format.test.ts +23 -0
- package/src/tests/slug_uniqueness.test.ts +81 -0
- package/src/tool/asteroid-impact/i18n/de.ts +194 -0
- package/src/tool/asteroid-impact/i18n/en.ts +75 -38
- package/src/tool/asteroid-impact/i18n/es.ts +75 -38
- package/src/tool/asteroid-impact/i18n/fr.ts +75 -38
- package/src/tool/asteroid-impact/i18n/id.ts +194 -0
- package/src/tool/asteroid-impact/i18n/it.ts +194 -0
- package/src/tool/asteroid-impact/i18n/ja.ts +194 -0
- package/src/tool/asteroid-impact/i18n/ko.ts +194 -0
- package/src/tool/asteroid-impact/i18n/nl.ts +194 -0
- package/src/tool/asteroid-impact/i18n/pl.ts +194 -0
- package/src/tool/asteroid-impact/i18n/pt.ts +194 -0
- package/src/tool/asteroid-impact/i18n/ru.ts +194 -0
- package/src/tool/asteroid-impact/i18n/sv.ts +194 -0
- package/src/tool/asteroid-impact/i18n/tr.ts +194 -0
- package/src/tool/asteroid-impact/i18n/zh.ts +194 -0
- package/src/tool/asteroid-impact/index.ts +13 -1
- package/src/tool/cellular-renewal/i18n/de.ts +207 -0
- package/src/tool/cellular-renewal/i18n/en.ts +83 -46
- package/src/tool/cellular-renewal/i18n/es.ts +83 -46
- package/src/tool/cellular-renewal/i18n/fr.ts +83 -46
- package/src/tool/cellular-renewal/i18n/id.ts +207 -0
- package/src/tool/cellular-renewal/i18n/it.ts +207 -0
- package/src/tool/cellular-renewal/i18n/ja.ts +207 -0
- package/src/tool/cellular-renewal/i18n/ko.ts +207 -0
- package/src/tool/cellular-renewal/i18n/nl.ts +207 -0
- package/src/tool/cellular-renewal/i18n/pl.ts +207 -0
- package/src/tool/cellular-renewal/i18n/pt.ts +207 -0
- package/src/tool/cellular-renewal/i18n/ru.ts +207 -0
- package/src/tool/cellular-renewal/i18n/sv.ts +207 -0
- package/src/tool/cellular-renewal/i18n/tr.ts +207 -0
- package/src/tool/cellular-renewal/i18n/zh.ts +207 -0
- package/src/tool/cellular-renewal/index.ts +13 -1
- package/src/tool/colony-counter/i18n/de.ts +185 -0
- package/src/tool/colony-counter/i18n/en.ts +69 -35
- package/src/tool/colony-counter/i18n/es.ts +69 -35
- package/src/tool/colony-counter/i18n/fr.ts +69 -35
- package/src/tool/colony-counter/i18n/id.ts +185 -0
- package/src/tool/colony-counter/i18n/it.ts +185 -0
- package/src/tool/colony-counter/i18n/ja.ts +185 -0
- package/src/tool/colony-counter/i18n/ko.ts +185 -0
- package/src/tool/colony-counter/i18n/nl.ts +185 -0
- package/src/tool/colony-counter/i18n/pl.ts +185 -0
- package/src/tool/colony-counter/i18n/pt.ts +185 -0
- package/src/tool/colony-counter/i18n/ru.ts +185 -0
- package/src/tool/colony-counter/i18n/sv.ts +185 -0
- package/src/tool/colony-counter/i18n/tr.ts +185 -0
- package/src/tool/colony-counter/i18n/zh.ts +185 -0
- package/src/tool/colony-counter/index.ts +12 -0
- package/src/tool/microwave-detector/i18n/de.ts +204 -0
- package/src/tool/microwave-detector/i18n/en.ts +75 -38
- package/src/tool/microwave-detector/i18n/es.ts +75 -38
- package/src/tool/microwave-detector/i18n/fr.ts +75 -38
- package/src/tool/microwave-detector/i18n/id.ts +204 -0
- package/src/tool/microwave-detector/i18n/it.ts +204 -0
- package/src/tool/microwave-detector/i18n/ja.ts +204 -0
- package/src/tool/microwave-detector/i18n/ko.ts +204 -0
- package/src/tool/microwave-detector/i18n/nl.ts +204 -0
- package/src/tool/microwave-detector/i18n/pl.ts +204 -0
- package/src/tool/microwave-detector/i18n/pt.ts +204 -0
- package/src/tool/microwave-detector/i18n/ru.ts +204 -0
- package/src/tool/microwave-detector/i18n/sv.ts +204 -0
- package/src/tool/microwave-detector/i18n/tr.ts +204 -0
- package/src/tool/microwave-detector/i18n/zh.ts +204 -0
- package/src/tool/microwave-detector/index.ts +13 -1
- package/src/tool/simulation-probability/i18n/de.ts +226 -0
- package/src/tool/simulation-probability/i18n/en.ts +79 -42
- package/src/tool/simulation-probability/i18n/es.ts +79 -42
- package/src/tool/simulation-probability/i18n/fr.ts +79 -42
- package/src/tool/simulation-probability/i18n/id.ts +226 -0
- package/src/tool/simulation-probability/i18n/it.ts +226 -0
- package/src/tool/simulation-probability/i18n/ja.ts +226 -0
- package/src/tool/simulation-probability/i18n/ko.ts +226 -0
- package/src/tool/simulation-probability/i18n/nl.ts +226 -0
- package/src/tool/simulation-probability/i18n/pl.ts +226 -0
- package/src/tool/simulation-probability/i18n/pt.ts +226 -0
- package/src/tool/simulation-probability/i18n/ru.ts +226 -0
- package/src/tool/simulation-probability/i18n/sv.ts +226 -0
- package/src/tool/simulation-probability/i18n/tr.ts +226 -0
- package/src/tool/simulation-probability/i18n/zh.ts +227 -0
- package/src/tool/simulation-probability/index.ts +13 -1
- package/src/tools.ts +2 -0
|
@@ -1,9 +1,48 @@
|
|
|
1
|
+
const description = 'Simulez l\'impact d\'astéroïdes avec la physique réelle. Calculez l\'énergie, le cratère, les radiations thermiques et l\'onde de choc. Survivriez-vous à Chicxulub ?';
|
|
2
|
+
const title = 'Simulateur d\'Impact d\'Astéroïde : Calculateur d\'Apocalypse';
|
|
3
|
+
const slug = 'simulateur-impact-asteroide';
|
|
4
|
+
const howTo = [
|
|
5
|
+
{
|
|
6
|
+
name: 'Choisir la taille du projectile',
|
|
7
|
+
text: 'Entrez le diamètre de l\'astéroïde. D\'un petit météore de 10 mètres à un destructeur de planète de 10 kilomètres.',
|
|
8
|
+
},
|
|
9
|
+
{
|
|
10
|
+
name: 'Régler la vitesse et l\'angle',
|
|
11
|
+
text: 'Ajustez la vitesse d\'approche et l\'angle d\'entrée (45° est la valeur statistique la plus probable).',
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
name: 'Définir la nature de l\'astéroïde',
|
|
15
|
+
text: 'Sélectionnez si l\'astéroïde est en roche, en fer ou en glace pour calculer correctement la profondeur du cratère.',
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
name: 'Analyser le verdict de survie',
|
|
19
|
+
text: 'Faites glisser l\'astéroïde sur la carte et indiquez à quelle distance vous vous trouvez pour voir les effets des radiations, du séisme et de l\'onde de choc.',
|
|
20
|
+
},
|
|
21
|
+
];
|
|
22
|
+
const faq = [
|
|
23
|
+
{
|
|
24
|
+
question: 'Comment l\'énergie d\'un impact est-elle calculée ?',
|
|
25
|
+
answer: 'L\'énergie principale est cinétique : (1/2) * masse * vitesse². Nous utilisons des densités réalistes (ex. 3000 kg/m³ pour les astéroïdes rocheux) et des vitesses d\'entrée atmosphérique typiques (11 à 72 km/s). L\'énergie résultante est mesurée en mégatonnes de TNT.',
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
question: 'Qu\'est-ce que l\'onde de choc thermique ?',
|
|
29
|
+
answer: 'En entrant dans l\'atmosphère, l\'astéroïde comprime l\'air si violemment qu\'il crée une boule de feu mille fois plus brillante que le Soleil. Le rayonnement thermique qui en résulte peut causer des brûlures au troisième degré et enflammer des forêts à des kilomètres de l\'impact.',
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
question: 'Pourquoi certains astéroïdes ne créent-ils pas de cratère ?',
|
|
33
|
+
answer: 'Les roches plus petites (<50m) se fragmentent et explosent généralement dans l\'atmosphère à cause de la pression de l\'air (Explosion aérienne), comme à Chelyabinsk. L\'énergie est libérée sous forme d\'une puissante onde de choc, mais elle ne touche pas le sol en un seul corps solide.',
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
question: 'Quelle est la probabilité réelle d\'un impact ?',
|
|
37
|
+
answer: 'Les petits impacts (comme en Russie en 2013) se produisent chaque décennie. Les impacts catastrophiques (type Tunguska) tous les quelques siècles. Un événement d\'extinction mondiale comme Chicxulub se produit environ tous les 100 millions d\'années.',
|
|
38
|
+
},
|
|
39
|
+
];
|
|
1
40
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
41
|
|
|
3
42
|
export const content: ToolLocaleContent = {
|
|
4
|
-
slug
|
|
5
|
-
title
|
|
6
|
-
description
|
|
43
|
+
slug,
|
|
44
|
+
title,
|
|
45
|
+
description,
|
|
7
46
|
faqTitle: 'Questions Fréquemment Posées',
|
|
8
47
|
bibliographyTitle: 'Bibliographie',
|
|
9
48
|
ui: {
|
|
@@ -95,24 +134,7 @@ export const content: ToolLocaleContent = {
|
|
|
95
134
|
],
|
|
96
135
|
},
|
|
97
136
|
],
|
|
98
|
-
faq
|
|
99
|
-
{
|
|
100
|
-
question: 'Comment l\'énergie d\'un impact est-elle calculée ?',
|
|
101
|
-
answer: 'L\'énergie principale est cinétique : (1/2) * masse * vitesse². Nous utilisons des densités réalistes (ex. 3000 kg/m³ pour les astéroïdes rocheux) et des vitesses d\'entrée atmosphérique typiques (11 à 72 km/s). L\'énergie résultante est mesurée en mégatonnes de TNT.',
|
|
102
|
-
},
|
|
103
|
-
{
|
|
104
|
-
question: 'Qu\'est-ce que l\'onde de choc thermique ?',
|
|
105
|
-
answer: 'En entrant dans l\'atmosphère, l\'astéroïde comprime l\'air si violemment qu\'il crée une boule de feu mille fois plus brillante que le Soleil. Le rayonnement thermique qui en résulte peut causer des brûlures au troisième degré et enflammer des forêts à des kilomètres de l\'impact.',
|
|
106
|
-
},
|
|
107
|
-
{
|
|
108
|
-
question: 'Pourquoi certains astéroïdes ne créent-ils pas de cratère ?',
|
|
109
|
-
answer: 'Les roches plus petites (<50m) se fragmentent et explosent généralement dans l\'atmosphère à cause de la pression de l\'air (Explosion aérienne), comme à Chelyabinsk. L\'énergie est libérée sous forme d\'une puissante onde de choc, mais elle ne touche pas le sol en un seul corps solide.',
|
|
110
|
-
},
|
|
111
|
-
{
|
|
112
|
-
question: 'Quelle est la probabilité réelle d\'un impact ?',
|
|
113
|
-
answer: 'Les petits impacts (comme en Russie en 2013) se produisent chaque décennie. Les impacts catastrophiques (type Tunguska) tous les quelques siècles. Un événement d\'extinction mondiale comme Chicxulub se produit environ tous les 100 millions d\'années.',
|
|
114
|
-
},
|
|
115
|
-
],
|
|
137
|
+
faq,
|
|
116
138
|
bibliography: [
|
|
117
139
|
{
|
|
118
140
|
name: 'Collins, G. S., et al. (2005). Earth Impact Effects Program: A Web-based computer program for calculating the regional environmental consequences of a meteoroid impact on Earth.',
|
|
@@ -135,23 +157,38 @@ export const content: ToolLocaleContent = {
|
|
|
135
157
|
url: 'https://www.nature.com/articles/nature12741',
|
|
136
158
|
},
|
|
137
159
|
],
|
|
138
|
-
howTo
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
name:
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
160
|
+
howTo,
|
|
161
|
+
|
|
162
|
+
schemas: [
|
|
163
|
+
{
|
|
164
|
+
'@context': 'https://schema.org',
|
|
165
|
+
'@type': 'SoftwareApplication',
|
|
166
|
+
name: title,
|
|
167
|
+
description: description,
|
|
168
|
+
applicationCategory: 'ScientificApplication',
|
|
169
|
+
operatingSystem: 'Any',
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
'@context': 'https://schema.org',
|
|
173
|
+
'@type': 'FAQPage',
|
|
174
|
+
mainEntity: faq.map((item) => ({
|
|
175
|
+
'@type': 'Question',
|
|
176
|
+
name: item.question,
|
|
177
|
+
acceptedAnswer: {
|
|
178
|
+
'@type': 'Answer',
|
|
179
|
+
text: item.answer,
|
|
180
|
+
},
|
|
181
|
+
})),
|
|
182
|
+
},
|
|
183
|
+
{
|
|
184
|
+
'@context': 'https://schema.org',
|
|
185
|
+
'@type': 'HowTo',
|
|
186
|
+
name: title,
|
|
187
|
+
step: howTo.map((step) => ({
|
|
188
|
+
'@type': 'HowToStep',
|
|
189
|
+
name: step.name,
|
|
190
|
+
text: step.text,
|
|
191
|
+
})),
|
|
154
192
|
},
|
|
155
193
|
],
|
|
156
|
-
schemas: [],
|
|
157
194
|
};
|
|
@@ -0,0 +1,194 @@
|
|
|
1
|
+
const slug = 'simulator-dampak-asteroid';
|
|
2
|
+
const description = 'Simulasikan dampak asteroid dengan fisika nyata. Hitung energi, kawah, radiasi termal, dan gelombang kejut. Apakah Anda akan selamat dari Chicxulub?';
|
|
3
|
+
const title = 'Simulator Dampak Asteroid: Kalkulator Kiamat';
|
|
4
|
+
const howTo = [
|
|
5
|
+
{
|
|
6
|
+
name: 'Pilih ukuran proyektil',
|
|
7
|
+
text: 'Masukkan diameter asteroid, dari meteorit kecil berukuran 10 meter hingga pembunuh planet berukuran 10 kilometer.',
|
|
8
|
+
},
|
|
9
|
+
{
|
|
10
|
+
name: 'Konfigurasikan kecepatan dan sudut',
|
|
11
|
+
text: 'Sesuaikan kecepatan pendekatan dan sudut masuk (45° adalah nilai yang paling mungkin secara statistik).',
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
name: 'Tentukan sifat asteroid',
|
|
15
|
+
text: 'Pilih apakah asteroid terbuat dari batu, besi, atau es untuk menghitung kedalaman kawah dengan benar.',
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
name: 'Analisis vonis kelangsungan hidup',
|
|
19
|
+
text: 'Seret asteroid ke peta dan tunjukkan seberapa jauh Anda berada untuk melihat efek radiasi, gempa bumi, dan gelombang kejut.',
|
|
20
|
+
},
|
|
21
|
+
];
|
|
22
|
+
const faq = [
|
|
23
|
+
{
|
|
24
|
+
question: 'Bagaimana energi dampak dihitung?',
|
|
25
|
+
answer: 'Energi utama adalah kinetik: (1/2) * massa * kecepatan². Kami menggunakan densitas yang realistis (misalnya 3000 kg/m³ untuk asteroid berbatu) dan kecepatan masuk atmosfer yang khas (11 hingga 72 km/detik). Energi yang dihasilkan diukur dalam Megaton TNT.',
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
question: 'Apa itu gelombang kejut termal?',
|
|
29
|
+
answer: 'Saat memasuki atmosfer, asteroid menekan udara dengan sangat kuat sehingga menciptakan bola api yang ribuan kali lebih terang dari Matahari. Radiasi termal yang dihasilkan dapat menyebabkan luka bakar tingkat tiga dan membakar hutan bermil-mil dari titik dampak.',
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
question: 'Mengapa beberapa asteroid tidak menciptakan kawah?',
|
|
33
|
+
answer: 'Batuan yang lebih kecil (<50m) biasanya hancur dan meledak di atmosfer karena tekanan udara (Airburst), seperti yang terjadi di Chelyabinsk. Energinya dilepaskan sebagai gelombang tekanan yang kuat, tetapi tidak menghantam tanah sebagai benda padat.',
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
question: 'Berapa probabilitas nyata dari sebuah dampak?',
|
|
37
|
+
answer: 'Dampak kecil (seperti Rusia pada 2013) terjadi setiap dekade. Dampak bencana (gaya Tunguska) terjadi setiap beberapa abad. Peristiwa kepunahan global seperti Chicxulub terjadi sekitar setiap 100 juta tahun.',
|
|
38
|
+
},
|
|
39
|
+
];
|
|
40
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
41
|
+
|
|
42
|
+
export const content: ToolLocaleContent = {
|
|
43
|
+
slug,
|
|
44
|
+
title,
|
|
45
|
+
description,
|
|
46
|
+
faqTitle: 'Pertanyaan yang Sering Diajukan',
|
|
47
|
+
bibliographyTitle: 'Bibliografi',
|
|
48
|
+
ui: {
|
|
49
|
+
copied: 'Disalin',
|
|
50
|
+
noHistory: 'Tidak ada riwayat',
|
|
51
|
+
load: 'Muat',
|
|
52
|
+
delete: 'Hapus',
|
|
53
|
+
activateGPS: 'Aktifkan GPS',
|
|
54
|
+
analysisLabel: 'Analisis',
|
|
55
|
+
dragToMap: 'SERET KE PETA',
|
|
56
|
+
diameterLabel: 'Diameter',
|
|
57
|
+
velocityLabel: 'Kecepatan',
|
|
58
|
+
typeLabel: 'Jenis',
|
|
59
|
+
historicalData: 'Data Historis',
|
|
60
|
+
composition: 'Komposisi',
|
|
61
|
+
rock: 'Batu',
|
|
62
|
+
iron: 'Besi',
|
|
63
|
+
ice: 'Es',
|
|
64
|
+
clearAll: 'Hapus semua',
|
|
65
|
+
searching: 'Mencari...',
|
|
66
|
+
gpsActive: 'GPS Aktif',
|
|
67
|
+
gpsError: 'Kesalahan GPS',
|
|
68
|
+
verdictSafe: 'ZONA AMAN',
|
|
69
|
+
verdictSafeSub: 'Tidak ada ancaman',
|
|
70
|
+
verdictShock: 'GELOMBANG KEJUT',
|
|
71
|
+
verdictShockSub: 'Kerusakan struktural',
|
|
72
|
+
verdictBurned: 'RADIASI TERMAL',
|
|
73
|
+
verdictBurnedSub: 'Bahaya ekstrem',
|
|
74
|
+
verdictVaporized: 'TITIK NOL',
|
|
75
|
+
verdictVaporizedSub: 'Dampak langsung',
|
|
76
|
+
presetAerial: 'Udara',
|
|
77
|
+
presetForest: 'Hutan',
|
|
78
|
+
presetComet: 'Komet',
|
|
79
|
+
presetELE: 'E.L.E.',
|
|
80
|
+
},
|
|
81
|
+
seo: [
|
|
82
|
+
{
|
|
83
|
+
type: 'title',
|
|
84
|
+
text: 'Ketika Langit Runtuh: Fisika dari Kiamat Kosmik',
|
|
85
|
+
level: 2,
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
type: 'paragraph',
|
|
89
|
+
html: 'Asteroid bukan sekadar batu ruang angkasa. Mereka adalah peluru kosmik yang melaju dengan kecepatan 20 km/detik, mampu melepaskan lebih banyak energi daripada seluruh senjata nuklir di planet ini jika digabungkan. Simulator ini menerjemahkan fisika abstrak menjadi konsekuensi manusia yang nyata.',
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
type: 'title',
|
|
93
|
+
text: 'Persamaan Hari Kiamat',
|
|
94
|
+
level: 3,
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
type: 'paragraph',
|
|
98
|
+
html: 'Semuanya dimulai dengan energi kinetik: <strong>E = ½mv²</strong>. Sebuah asteroid berukuran 100 meter yang melaju dengan kecepatan 20 km/detik melepaskan sekitar 0,5 megaton TNT. Sebagai perbandingan, bom Hiroshima adalah 0,015 megaton.',
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
type: 'paragraph',
|
|
102
|
+
html: 'Namun ukurannya meningkat secara eksponensial. Sebuah objek yang 10 kali lebih besar memiliki volume (dan massa) 1.000 kali lebih besar, melepaskan energi yang setara dengan <strong>500 megaton</strong>. Chicxulub, pembunuh dinosaurus, melepaskan energi yang setara dengan <strong>100 juta megaton</strong>.',
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
type: 'paragraph',
|
|
106
|
+
html: 'Asteroid berukuran 1 km yang menghantam Bumi akan melepaskan lebih banyak energi daripada seluruh senjata nuklir di planet ini yang diledakkan secara bersamaan.',
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
type: 'title',
|
|
110
|
+
text: 'Anatomi Kehancuran: Lapisan Konsentris Kiamat',
|
|
111
|
+
level: 3,
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
type: 'list',
|
|
115
|
+
items: [
|
|
116
|
+
'<strong>Kawah (Titik Nol):</strong> Diameter kawah berskala dengan E^0.3. Dampak 1 megaton menciptakan kawah ~1 km. Segala sesuatu di dalamnya akan menguap seketika.',
|
|
117
|
+
'<strong>Radiasi Termal (Kilatan):</strong> Bola api memancarkan radiasi inframerah yang intens. Pada jarak E^0.41 km, pakaian akan terbakar dan kulit mengalami luka bakar tingkat tiga.',
|
|
118
|
+
'<strong>Gelombang Kejut (Palu):</strong> Gelombang tekanan berlebih merambat dengan kecepatan supersonik. Pada 1 psi, kaca pecah. Pada 5 psi, bangunan runtuh.',
|
|
119
|
+
'<strong>Gempa Bumi (Gema Seismik):</strong> Dampak tersebut menghasilkan gelombang seismik global. Chicxulub menyebabkan gempa berkekuatan 11 magnitudo, melampaui skala Richter.',
|
|
120
|
+
],
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
type: 'title',
|
|
124
|
+
text: 'Dampak Historis: Pelajaran dari Masa Lalu',
|
|
125
|
+
level: 3,
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
type: 'table',
|
|
129
|
+
headers: ['Lokasi & Tahun', 'Ukuran', 'Energi', 'Efek'],
|
|
130
|
+
rows: [
|
|
131
|
+
['Chelyabinsk, Rusia (2013)', '20 meter', '500 kiloton', 'Gelombang kejut pada 100 km, 1.500 orang terluka, jendela pecah'],
|
|
132
|
+
['Tunguska, Siberia (1908)', '50-60 meter', '10-15 megaton', 'Meratakan 2.000 km² hutan, 80 juta pohon tumbang'],
|
|
133
|
+
['Chicxulub, Teluk Meksiko (66 juta tahun)', '10 km', '100 juta megaton', 'Kepunahan 75% kehidupan di Bumi'],
|
|
134
|
+
],
|
|
135
|
+
},
|
|
136
|
+
],
|
|
137
|
+
faq,
|
|
138
|
+
bibliography: [
|
|
139
|
+
{
|
|
140
|
+
name: 'Collins, G. S., dkk. (2005). Program Efek Dampak Bumi: Sebuah program komputer berbasis web untuk menghitung konsekuensi lingkungan regional dari dampak meteoroid di Bumi.',
|
|
141
|
+
url: 'https://impact.ese.ic.ac.uk/ImpactEarth/',
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
name: 'Toon, O. B., dkk. (1997). Gangguan lingkungan yang disebabkan oleh dampak asteroid dan komet. Reviews of Geophysics.',
|
|
145
|
+
url: 'https://agupubs.onlinelibrary.wiley.com/doi/abs/10.1029/96RG03038',
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
name: 'Chapman, C. R., & Morrison, D. (1994). Dampak pada Bumi oleh asteroid dan komet: menilai bahayanya. Nature.',
|
|
149
|
+
url: 'https://www.nature.com/articles/367033a0',
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
name: 'Schulte, P., dkk. (2010). Dampak Asteroid Chicxulub dan Kepunahan Massal di Batas Kapas-Paleogen. Science.',
|
|
153
|
+
url: 'https://www.science.org/doi/10.1126/science.1177265',
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
name: 'Brown, P., dkk. (2013). Ledakan udara 500 kiloton di atas Chelyabinsk dan peningkatan bahaya dari penabrak kecil. Nature.',
|
|
157
|
+
url: 'https://www.nature.com/articles/nature12741',
|
|
158
|
+
},
|
|
159
|
+
],
|
|
160
|
+
howTo,
|
|
161
|
+
|
|
162
|
+
schemas: [
|
|
163
|
+
{
|
|
164
|
+
'@context': 'https://schema.org',
|
|
165
|
+
'@type': 'SoftwareApplication',
|
|
166
|
+
name: title,
|
|
167
|
+
description: description,
|
|
168
|
+
applicationCategory: 'ScientificApplication',
|
|
169
|
+
operatingSystem: 'Any',
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
'@context': 'https://schema.org',
|
|
173
|
+
'@type': 'FAQPage',
|
|
174
|
+
mainEntity: faq.map((item) => ({
|
|
175
|
+
'@type': 'Question',
|
|
176
|
+
name: item.question,
|
|
177
|
+
acceptedAnswer: {
|
|
178
|
+
'@type': 'Answer',
|
|
179
|
+
text: item.answer,
|
|
180
|
+
},
|
|
181
|
+
})),
|
|
182
|
+
},
|
|
183
|
+
{
|
|
184
|
+
'@context': 'https://schema.org',
|
|
185
|
+
'@type': 'HowTo',
|
|
186
|
+
name: title,
|
|
187
|
+
step: howTo.map((step) => ({
|
|
188
|
+
'@type': 'HowToStep',
|
|
189
|
+
name: step.name,
|
|
190
|
+
text: step.text,
|
|
191
|
+
})),
|
|
192
|
+
},
|
|
193
|
+
],
|
|
194
|
+
};
|
|
@@ -0,0 +1,194 @@
|
|
|
1
|
+
const description = 'Simula gli impatti di asteroidi con fisica reale. Calcola energia, cratere, radiazione termica e onda d\'urto. Sopravviveresti a Chicxulub?';
|
|
2
|
+
const title = 'Simulatore di Impatto di Asteroidi: Calcolatore dell\'Apocalisse';
|
|
3
|
+
const slug = 'simulatore-impatto-asteroide';
|
|
4
|
+
const howTo = [
|
|
5
|
+
{
|
|
6
|
+
name: 'Scegli la dimensione del proiettile',
|
|
7
|
+
text: 'Inserisci il diametro dell\'asteroide, da un piccolo meteorite di 10 metri a un killer di pianeti di 10 chilometri.',
|
|
8
|
+
},
|
|
9
|
+
{
|
|
10
|
+
name: 'Configura velocità e angolo',
|
|
11
|
+
text: 'Regola la velocità di avvicinamento e l\'angolo di ingresso (45° è il valore statisticamente più probabile).',
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
name: 'Definisci la natura dell\'asteroide',
|
|
15
|
+
text: 'Seleziona se l\'asteroide è fatto di roccia, ferro o ghiaccio per calcolare correttamente la profondità del cratere.',
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
name: 'Analizza il verdetto di sopravvivenza',
|
|
19
|
+
text: 'Trascina l\'asteroide sulla mappa e indica a che distanza ti trovi per vedere gli effetti di radiazione, terremoto e onda d\'urto.',
|
|
20
|
+
},
|
|
21
|
+
];
|
|
22
|
+
const faq = [
|
|
23
|
+
{
|
|
24
|
+
question: 'Come viene calcolata l\'energia dell\'impatto?',
|
|
25
|
+
answer: 'L\'energia primaria è cinetica: (1/2) * massa * velocità². Utilizziamo densità realistiche (es. 3000 kg/m³ per gli asteroidi rocciosi) e velocità tipiche di ingresso nell\'atmosfera (da 11 a 72 km/s). L\'energia risultante è misurata in megatoni di tritolo.',
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
question: 'Cos\'è un\'onda d\'urto termica?',
|
|
29
|
+
answer: 'Entrando nell\'atmosfera, l\'asteroide comprime l\'aria così violentemente da creare una palla di fuoco mille volte più luminosa del Sole. La radiazione termica risultante può causare ustioni di terzo grado e incendiare foreste a chilometri di distanza dall\'impatto.',
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
question: 'Perché alcuni asteroidi non creano crateri?',
|
|
33
|
+
answer: 'Le rocce più piccole (<50m) solitamente si frammentano ed esplodono nell\'atmosfera a causa della pressione dell\'aria (Airburst), come è successo a Chelyabinsk. L\'energia viene rilasciata come una potente onda d\'urto di pressione, ma non colpisce il suolo come un corpo solido.',
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
question: 'Qual è la reale probabilità di un impatto?',
|
|
37
|
+
answer: 'Piccoli impatti (come quello in Russia nel 2013) accadono ogni decennio. Impatti catastrofici (stile Tunguska) ogni pochi secoli. Un evento di estinzione globale come Chicxulub accade approssimativamente ogni 100 milioni di anni.',
|
|
38
|
+
},
|
|
39
|
+
];
|
|
40
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
41
|
+
|
|
42
|
+
export const content: ToolLocaleContent = {
|
|
43
|
+
slug,
|
|
44
|
+
title,
|
|
45
|
+
description,
|
|
46
|
+
faqTitle: 'Domande Frequenti',
|
|
47
|
+
bibliographyTitle: 'Bibliografia',
|
|
48
|
+
ui: {
|
|
49
|
+
copied: 'Copiato',
|
|
50
|
+
noHistory: 'Nessuna cronologia',
|
|
51
|
+
load: 'Carica',
|
|
52
|
+
delete: 'Elimina',
|
|
53
|
+
activateGPS: 'Attiva GPS',
|
|
54
|
+
analysisLabel: 'Analisi',
|
|
55
|
+
dragToMap: 'TRASCINA SULLA MAPPA',
|
|
56
|
+
diameterLabel: 'Diametro',
|
|
57
|
+
velocityLabel: 'Velocità',
|
|
58
|
+
typeLabel: 'Tipo',
|
|
59
|
+
historicalData: 'Dati Storici',
|
|
60
|
+
composition: 'Composizione',
|
|
61
|
+
rock: 'Roccia',
|
|
62
|
+
iron: 'Ferro',
|
|
63
|
+
ice: 'Ghiaccio',
|
|
64
|
+
clearAll: 'Cancella tutto',
|
|
65
|
+
searching: 'Ricerca in corso...',
|
|
66
|
+
gpsActive: 'GPS Attivo',
|
|
67
|
+
gpsError: 'Errore GPS',
|
|
68
|
+
verdictSafe: 'ZONA SICURA',
|
|
69
|
+
verdictSafeSub: 'Nessuna minaccia',
|
|
70
|
+
verdictShock: 'ONDA D\'URTO',
|
|
71
|
+
verdictShockSub: 'Danni strutturali',
|
|
72
|
+
verdictBurned: 'RADIAZIONE TERMICA',
|
|
73
|
+
verdictBurnedSub: 'Pericolo estremo',
|
|
74
|
+
verdictVaporized: 'GROUND ZERO',
|
|
75
|
+
verdictVaporizedSub: 'Impatto diretto',
|
|
76
|
+
presetAerial: 'Aereo',
|
|
77
|
+
presetForest: 'Foresta',
|
|
78
|
+
presetComet: 'Cometa',
|
|
79
|
+
presetELE: 'E.L.E.',
|
|
80
|
+
},
|
|
81
|
+
seo: [
|
|
82
|
+
{
|
|
83
|
+
type: 'title',
|
|
84
|
+
text: 'Quando il Cielo Cade: La Fisica dell\'Apocalisse Cosmica',
|
|
85
|
+
level: 2,
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
type: 'paragraph',
|
|
89
|
+
html: 'Gli asteroidi non sono solo rocce spaziali. Sono proiettili cosmici che viaggiano a 20 km/s, capaci di rilasciare più energia di tutte le armi nucleari del pianeta messe insieme. Questo simulatore traduce la fisica astratta in conseguenze umane tangibili.',
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
type: 'title',
|
|
93
|
+
text: 'L\'Equazione del Giorno del Giudizio',
|
|
94
|
+
level: 3,
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
type: 'paragraph',
|
|
98
|
+
html: 'Tutto inizia con l\'energia cinetica: <strong>E = ½mv²</strong>. Un asteroide di 100 metri che viaggia a 20 km/s rilascia circa 0,5 megatoni di tritolo. Per contestualizzare, la bomba di Hiroshima era di 0,015 megatoni.',
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
type: 'paragraph',
|
|
102
|
+
html: 'Ma la dimensione scala in modo esponenziale. Un oggetto 10 volte più grande ha un volume (e una massa) 1.000 volte superiore, rilasciando l\'energia equivalente a <strong>500 megatoni</strong>. Chicxulub, il killer dei dinosauri, ha rilasciato l\'equivalente di <strong>100 milioni di megatoni</strong>.',
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
type: 'paragraph',
|
|
106
|
+
html: 'Un asteroide di 1 km che colpisse la Terra rilascerebbe più energia di tutte le armi nucleari del pianeta fatte esplodere simultaneamente.',
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
type: 'title',
|
|
110
|
+
text: 'Anatomia della Distruzione: Livelli Concentrici di Apocalisse',
|
|
111
|
+
level: 3,
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
type: 'list',
|
|
115
|
+
items: [
|
|
116
|
+
'<strong>Il Cratere (Ground Zero):</strong> Il diametro del cratere scala con E^0,3. Un impatto da 1 megatone crea un cratere di circa 1 km. Tutto ciò che si trova all\'interno viene istantaneamente vaporizzato.',
|
|
117
|
+
'<strong>Radiazione Termica (Il Flash):</strong> La palla di fuoco emette intense radiazioni infrarosse. A distanze di E^0,41 km, gli indumenti prendono fuoco e la pelle subisce ustioni di terzo grado.',
|
|
118
|
+
'<strong>Onda d\'Urto (Il Martello):</strong> L\'onda di sovrapressione viaggia a velocità supersonica. A 1 psi, il vetro si frantuma. A 5 psi, gli edifici crollano.',
|
|
119
|
+
'<strong>Terremoto (L\'Eco Sismica):</strong> L\'impatto genera onde sismiche globali. Chicxulub causò un terremoto di magnitudo 11, rompendo la scala Richter.',
|
|
120
|
+
],
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
type: 'title',
|
|
124
|
+
text: 'Impatti Storici: Lezioni dal Passato',
|
|
125
|
+
level: 3,
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
type: 'table',
|
|
129
|
+
headers: ['Luogo e Anno', 'Dimensione', 'Energia', 'Effetti'],
|
|
130
|
+
rows: [
|
|
131
|
+
['Chelyabinsk, Russia (2013)', '20 metri', '500 kilotoni', 'Onda d\'urto a 100 km, 1.500 feriti, finestre rotte'],
|
|
132
|
+
['Tunguska, Siberia (1908)', '50-60 metri', '10-15 megatoni', '2.000 km² di foresta rasa al suolo, 80 milioni di alberi abbattuti'],
|
|
133
|
+
['Chicxulub, Golfo del Messico (66 M di anni fa)', '10 km', '100 milioni di megatoni', 'Estinzione del 75% della vita sulla Terra'],
|
|
134
|
+
],
|
|
135
|
+
},
|
|
136
|
+
],
|
|
137
|
+
faq,
|
|
138
|
+
bibliography: [
|
|
139
|
+
{
|
|
140
|
+
name: 'Collins, G. S., et al. (2005). Earth Impact Effects Program: Un programma computerizzato via web per il calcolo delle conseguenze ambientali regionali dell\'impatto di un meteoroide sulla Terra.',
|
|
141
|
+
url: 'https://impact.ese.ic.ac.uk/ImpactEarth/',
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
name: 'Toon, O. B., et al. (1997). Environmental perturbations caused by the impacts of asteroids and comets. Reviews of Geophysics.',
|
|
145
|
+
url: 'https://agupubs.onlinelibrary.wiley.com/doi/abs/10.1029/96RG03038',
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
name: 'Chapman, C. R., & Morrison, D. (1994). Impacts on the Earth by asteroids and comets: assessing the hazard. Nature.',
|
|
149
|
+
url: 'https://www.nature.com/articles/367033a0',
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
name: 'Schulte, P., et al. (2010). The Chicxulub Asteroid Impact and Mass Extinction at the Cretaceous-Paleogene Boundary. Science.',
|
|
153
|
+
url: 'https://www.science.org/doi/10.1126/science.1177265',
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
name: 'Brown, P., et al. (2013). A 500-kiloton airburst over Chelyabinsk and an enhanced hazard from small impactors. Nature.',
|
|
157
|
+
url: 'https://www.nature.com/articles/nature12741',
|
|
158
|
+
},
|
|
159
|
+
],
|
|
160
|
+
howTo,
|
|
161
|
+
|
|
162
|
+
schemas: [
|
|
163
|
+
{
|
|
164
|
+
'@context': 'https://schema.org',
|
|
165
|
+
'@type': 'SoftwareApplication',
|
|
166
|
+
name: title,
|
|
167
|
+
description: description,
|
|
168
|
+
applicationCategory: 'ScientificApplication',
|
|
169
|
+
operatingSystem: 'Any',
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
'@context': 'https://schema.org',
|
|
173
|
+
'@type': 'FAQPage',
|
|
174
|
+
mainEntity: faq.map((item) => ({
|
|
175
|
+
'@type': 'Question',
|
|
176
|
+
name: item.question,
|
|
177
|
+
acceptedAnswer: {
|
|
178
|
+
'@type': 'Answer',
|
|
179
|
+
text: item.answer,
|
|
180
|
+
},
|
|
181
|
+
})),
|
|
182
|
+
},
|
|
183
|
+
{
|
|
184
|
+
'@context': 'https://schema.org',
|
|
185
|
+
'@type': 'HowTo',
|
|
186
|
+
name: title,
|
|
187
|
+
step: howTo.map((step) => ({
|
|
188
|
+
'@type': 'HowToStep',
|
|
189
|
+
name: step.name,
|
|
190
|
+
text: step.text,
|
|
191
|
+
})),
|
|
192
|
+
},
|
|
193
|
+
],
|
|
194
|
+
};
|