@jjlmoya/utils-science 1.48.0 → 1.49.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (97) hide show
  1. package/package.json +2 -2
  2. package/src/tests/seo_parity.test.ts +60 -0
  3. package/src/tests/translation_copy.test.ts +122 -0
  4. package/src/tool/black-hole-event-horizon-simulator/i18n/de.ts +79 -4
  5. package/src/tool/black-hole-event-horizon-simulator/i18n/fr.ts +86 -11
  6. package/src/tool/black-hole-event-horizon-simulator/i18n/it.ts +86 -11
  7. package/src/tool/black-hole-event-horizon-simulator/i18n/ja.ts +85 -10
  8. package/src/tool/black-hole-event-horizon-simulator/i18n/nl.ts +87 -12
  9. package/src/tool/black-hole-event-horizon-simulator/i18n/pt.ts +85 -10
  10. package/src/tool/black-hole-event-horizon-simulator/i18n/sv.ts +85 -10
  11. package/src/tool/black-hole-event-horizon-simulator/i18n/tr.ts +85 -11
  12. package/src/tool/black-hole-event-horizon-simulator/i18n/zh.ts +87 -12
  13. package/src/tool/conway-life-rule-lab/i18n/de.ts +46 -6
  14. package/src/tool/conway-life-rule-lab/i18n/es.ts +46 -6
  15. package/src/tool/conway-life-rule-lab/i18n/fr.ts +46 -6
  16. package/src/tool/conway-life-rule-lab/i18n/id.ts +46 -6
  17. package/src/tool/conway-life-rule-lab/i18n/it.ts +46 -6
  18. package/src/tool/conway-life-rule-lab/i18n/ja.ts +46 -6
  19. package/src/tool/conway-life-rule-lab/i18n/ko.ts +46 -6
  20. package/src/tool/conway-life-rule-lab/i18n/nl.ts +46 -6
  21. package/src/tool/conway-life-rule-lab/i18n/pl.ts +46 -6
  22. package/src/tool/conway-life-rule-lab/i18n/pt.ts +46 -6
  23. package/src/tool/conway-life-rule-lab/i18n/ru.ts +49 -9
  24. package/src/tool/conway-life-rule-lab/i18n/sv.ts +46 -6
  25. package/src/tool/conway-life-rule-lab/i18n/tr.ts +46 -6
  26. package/src/tool/conway-life-rule-lab/i18n/zh.ts +46 -6
  27. package/src/tool/cosmic-inflation/i18n/ru.ts +30 -4
  28. package/src/tool/double-slit-decoherence/i18n/fr.ts +48 -4
  29. package/src/tool/double-slit-decoherence/i18n/it.ts +52 -8
  30. package/src/tool/double-slit-decoherence/i18n/pt.ts +53 -9
  31. package/src/tool/double-slit-decoherence/i18n/sv.ts +56 -8
  32. package/src/tool/dyson-sphere-energy-capture/i18n/de.ts +119 -38
  33. package/src/tool/dyson-sphere-energy-capture/i18n/fr.ts +116 -48
  34. package/src/tool/dyson-sphere-energy-capture/i18n/it.ts +96 -19
  35. package/src/tool/dyson-sphere-energy-capture/i18n/ja.ts +124 -24
  36. package/src/tool/dyson-sphere-energy-capture/i18n/ko.ts +122 -22
  37. package/src/tool/dyson-sphere-energy-capture/i18n/pl.ts +68 -14
  38. package/src/tool/dyson-sphere-energy-capture/i18n/pt.ts +126 -45
  39. package/src/tool/dyson-sphere-energy-capture/i18n/ru.ts +46 -9
  40. package/src/tool/dyson-sphere-energy-capture/i18n/sv.ts +134 -53
  41. package/src/tool/dyson-sphere-energy-capture/i18n/tr.ts +68 -14
  42. package/src/tool/dyson-sphere-energy-capture/i18n/zh.ts +124 -24
  43. package/src/tool/global-albedo-snowball-simulator/i18n/ru.ts +20 -7
  44. package/src/tool/lorenz-attractor/i18n/de.ts +35 -5
  45. package/src/tool/lorenz-attractor/i18n/fr.ts +35 -5
  46. package/src/tool/lorenz-attractor/i18n/id.ts +10 -0
  47. package/src/tool/lorenz-attractor/i18n/it.ts +9 -0
  48. package/src/tool/lorenz-attractor/i18n/ja.ts +10 -0
  49. package/src/tool/lorenz-attractor/i18n/ko.ts +10 -0
  50. package/src/tool/lorenz-attractor/i18n/nl.ts +10 -0
  51. package/src/tool/lorenz-attractor/i18n/pl.ts +10 -0
  52. package/src/tool/lorenz-attractor/i18n/pt.ts +35 -5
  53. package/src/tool/lorenz-attractor/i18n/ru.ts +10 -0
  54. package/src/tool/lorenz-attractor/i18n/sv.ts +10 -0
  55. package/src/tool/lorenz-attractor/i18n/tr.ts +10 -0
  56. package/src/tool/lorenz-attractor/i18n/zh.ts +10 -0
  57. package/src/tool/mandelbrot-fractal/i18n/de.ts +27 -0
  58. package/src/tool/mandelbrot-fractal/i18n/fr.ts +18 -0
  59. package/src/tool/mandelbrot-fractal/i18n/it.ts +26 -8
  60. package/src/tool/mandelbrot-fractal/i18n/pl.ts +27 -9
  61. package/src/tool/mandelbrot-fractal/i18n/ru.ts +22 -4
  62. package/src/tool/mandelbrot-fractal/i18n/sv.ts +35 -8
  63. package/src/tool/natural-selection-drift/i18n/de.ts +125 -22
  64. package/src/tool/natural-selection-drift/i18n/id.ts +113 -5
  65. package/src/tool/natural-selection-drift/i18n/it.ts +74 -2
  66. package/src/tool/natural-selection-drift/i18n/ja.ts +113 -5
  67. package/src/tool/natural-selection-drift/i18n/ko.ts +113 -5
  68. package/src/tool/natural-selection-drift/i18n/nl.ts +121 -6
  69. package/src/tool/natural-selection-drift/i18n/pl.ts +136 -16
  70. package/src/tool/natural-selection-drift/i18n/pt.ts +110 -15
  71. package/src/tool/natural-selection-drift/i18n/ru.ts +142 -7
  72. package/src/tool/natural-selection-drift/i18n/sv.ts +110 -5
  73. package/src/tool/natural-selection-drift/i18n/tr.ts +160 -22
  74. package/src/tool/natural-selection-drift/i18n/zh.ts +113 -5
  75. package/src/tool/phase-diagram-critical-points/i18n/de.ts +44 -6
  76. package/src/tool/phase-diagram-critical-points/i18n/fr.ts +46 -8
  77. package/src/tool/planet-atmosphere-survival/i18n/ru.ts +118 -2
  78. package/src/tool/radioactive-decay/i18n/de.ts +112 -5
  79. package/src/tool/radioactive-decay/i18n/fr.ts +16 -0
  80. package/src/tool/radioactive-decay/i18n/id.ts +112 -8
  81. package/src/tool/radioactive-decay/i18n/it.ts +16 -0
  82. package/src/tool/radioactive-decay/i18n/ja.ts +112 -8
  83. package/src/tool/radioactive-decay/i18n/ko.ts +112 -8
  84. package/src/tool/radioactive-decay/i18n/nl.ts +112 -14
  85. package/src/tool/radioactive-decay/i18n/pl.ts +112 -7
  86. package/src/tool/radioactive-decay/i18n/pt.ts +112 -21
  87. package/src/tool/radioactive-decay/i18n/ru.ts +112 -8
  88. package/src/tool/radioactive-decay/i18n/sv.ts +112 -8
  89. package/src/tool/radioactive-decay/i18n/tr.ts +112 -8
  90. package/src/tool/radioactive-decay/i18n/zh.ts +112 -8
  91. package/src/tool/roche-limit-satellite-disruption/i18n/pl.ts +76 -0
  92. package/src/tool/temperature-timeline/i18n/de.ts +22 -2
  93. package/src/tool/temperature-timeline/i18n/fr.ts +41 -1
  94. package/src/tool/temperature-timeline/i18n/it.ts +30 -1
  95. package/src/tool/temperature-timeline/i18n/pt.ts +34 -1
  96. package/src/tool/temperature-timeline/i18n/ru.ts +29 -0
  97. package/src/tool/twin-paradox-visualizer/i18n/pt.ts +41 -1
@@ -84,22 +84,60 @@ export const content: ToolLocaleContent = {
84
84
  },
85
85
  {
86
86
  type: 'paragraph',
87
- html: 'Dieser Phasendiagramm-Visualisierer verwandelt ein abstraktes Druck-Temperatur-Diagramm in eine interaktive Karte. Wählen Sie eine Substanz, ändern Sie Temperatur und Druck, und sehen Sie, ob die Probe als Feststoff, Flüssigkeit, Gas oder überkritische Flüssigkeit vorhergesagt wird.',
87
+ html: 'Dieser Phasendiagramm-Visualisierer verwandelt ein abstraktes Druck-Temperatur-Diagramm in eine interaktive Karte. Wählen Sie eine Substanz, ändern Sie Temperatur und Druck, und sehen Sie, ob die Probe als Feststoff, Flüssigkeit, Gas oder überkritische Flüssigkeit vorliegt. Das Ziel ist es, Phasenübergänge räumlich greifbar zu machen.',
88
+ },
89
+ {
90
+ type: 'paragraph',
91
+ html: 'Das Werkzeug richtet sich an Studierende, Lehrkräfte und Wissenschaftsbegeisterte, die eine klare Erklärung für Phasendiagramme suchen. Es betont die wichtigsten Phänomene der Thermodynamik: den Tripelpunkt, die Siedekurve, die Schmelzlinie und den kritischen Punkt.',
88
92
  },
89
93
  {
90
94
  type: 'title',
91
95
  text: 'Wie man das Druck-Temperatur-Diagramm liest',
92
96
  level: 3,
93
97
  },
98
+ {
99
+ type: 'paragraph',
100
+ html: 'Ein Phasendiagramm trägt die Temperatur auf der horizontalen Achse und den Druck auf der vertikalen Achse auf. Jedes Feld kennzeichnet den unter diesen Bedingungen stabilen Aggregatzustand.',
101
+ },
94
102
  {
95
103
  type: 'table',
96
- headers: ['Diagrammmerkmal', 'Bedeutung', 'Was im Werkzeug zu beachten ist'],
104
+ headers: ['Diagrammmerkmal', 'Bedeutung', 'Was im Werkzeug zu beobachten ist'],
97
105
  rows: [
98
- ['Tripelpunkt', 'Fest, flüssig und gasförmig koexistieren', 'Der Tieftemperatur-Knotenpunkt.'],
106
+ ['Tripelpunkt', 'Fest, flüssig und gasförmig koexistieren', 'Der Tieftemperatur-Knotenpunkt, an dem die Phasenlinien zusammentreffen.'],
99
107
  ['Dampf-Flüssig-Grenze', 'Siede- oder Kondensationsgleichgewicht', 'Die Kurve vom Tripelpunkt zum kritischen Punkt.'],
100
- ['Fest-Flüssig-Grenze', 'Schmelz- oder Gefriergleichgewicht', 'Die Trennlinie zwischen Festkörper und Flüssigkeit.'],
101
- ['Kritischer Punkt', 'Ende der Dampf-Flüssig-Grenze', 'Der Endpunkt, an dem die latente Wärme verschwindet.'],
102
- ['Überkritischer Bereich', 'Keine scharfe Flüssig-Gas-Trennung', 'Der Hochtemperatur- und Hochdruckbereich.'],
108
+ ['Fest-Flüssig-Grenze', 'Schmelz- oder Gefriergleichgewicht', 'Steile Trennlinie zwischen festem und flüssigem Bereich.'],
109
+ ['Kritischer Punkt', 'Ende der Dampf-Flüssig-Grenze', 'Der hervorgehobene Endpunkt, an dem die Phasengrenze verschwindet.'],
110
+ ['Überkritischer Bereich', 'Keine scharfe Flüssig-Gas-Trennung', 'Der Hochtemperatur- und Hochdruckbereich jenseits des kritischen Punkts.'],
111
+ ],
112
+ },
113
+ {
114
+ type: 'title',
115
+ text: 'Warum der kritische Punkt entscheidend ist',
116
+ level: 3,
117
+ },
118
+ {
119
+ type: 'paragraph',
120
+ html: 'Unterhalb des kritischen Punkts verläuft das Sieden als Phasenübergang mit latenter Wärme. Am kritischen Punkt endet diese Phasengrenze.',
121
+ },
122
+ {
123
+ type: 'paragraph',
124
+ html: 'Überkritische Flüssigkeiten finden breite Anwendung in der chemischen Verfahrenstechnik, etwa bei der schonenden Extraktion von Koffein mit überkritischem Kohlendioxid.',
125
+ },
126
+ {
127
+ type: 'title',
128
+ text: 'Vereinfachungen des Modells',
129
+ level: 3,
130
+ },
131
+ {
132
+ type: 'paragraph',
133
+ html: 'Reale Phasendiagramme enthalten oft Polymorphe oder komplexe Feststoffphasen. Dieses Lernwerkzeug nutzt geglättete Modellkurven zur anschaulichen Vermittlung der Grundkonzepte.',
134
+ },
135
+ {
136
+ type: 'list',
137
+ items: [
138
+ '<strong>Für Intuition nutzen:</strong> erklärt Anschaulich Phänomene wie Schnellkochtöpfe, Trockeneis und überkritische Fluide.',
139
+ '<strong>Nicht für die technische Auslegung nutzen:</strong> Reale Laboranwendungen erfordern hochpräzise Zustandsgleichungen.',
140
+ '<strong>Trends beobachten:</strong> Bei Annäherung an den kritischen Punkt schwindet der Dichteunterschied zwischen Flüssigkeit und Dampf.',
103
141
  ],
104
142
  },
105
143
  ],
@@ -79,27 +79,65 @@ export const content: ToolLocaleContent = {
79
79
  seo: [
80
80
  {
81
81
  type: 'title',
82
- text: 'Visualiseur interactif de diagramme de phases pour points triples, courbes d\'ébullition et points critiques',
82
+ text: 'Visualiseur interactif de diagramme de phase pour points triples et points critiques',
83
83
  level: 2,
84
84
  },
85
85
  {
86
86
  type: 'paragraph',
87
- html: 'Ce visualiseur de diagramme de phases transforme un graphique abstrait pression-température en une carte interactive. Choisissez une substance, déplacez la température et la pression, et voyez si l\'échantillon est prédit pour se comporter comme un solide, un liquide, un gaz ou un fluide supercritique.',
87
+ html: 'Ce visualiseur de diagramme de phase transforme un graphique pression-température abstrait en une carte interactive. Choisissez une substance, faites varier la température et la pression, et observez si l\'échantillon adopte un état solide, liquide, gazeux ou fluide supercritique.',
88
+ },
89
+ {
90
+ type: 'paragraph',
91
+ html: 'L\'outil est conçu pour les étudiants et enseignants recherchant une explication claire des diagrammes de phase. Il met l\'accent sur le point triple, la courbe d\'ébullition, la ligne de fusion et le point critique.',
88
92
  },
89
93
  {
90
94
  type: 'title',
91
95
  text: 'Comment lire le diagramme pression-température',
92
96
  level: 3,
93
97
  },
98
+ {
99
+ type: 'paragraph',
100
+ html: 'Un diagramme de phase présente la température sur l\'axe horizontal et la pression sur l\'axe vertical. Chaque zone indique la phase stable sous ces conditions.',
101
+ },
94
102
  {
95
103
  type: 'table',
96
- headers: ['Caractéristique', 'Signification', 'Observation'],
104
+ headers: ['Élément du diagramme', 'Signification', 'Ce qu\'il faut observer'],
97
105
  rows: [
98
- ['Point triple', 'Solide, liquide et gaz coexistent', 'La jonction à basse température.'],
99
- ['Courbe vapeur-liquide', 'Équilibre d\'ébullition', 'La ligne reliant le point triple au point critique.'],
100
- ['Limite solide-liquide', 'Équilibre de fusion', 'La limite séparant solide et liquide.'],
101
- ['Point critique', 'Fin de la limite vapeur-liquide', 'Extrémité où la chaleur latente s\'estompe.'],
102
- ['Région supercritique', 'Fluide dense unique', 'Zone haute température/pression.'],
106
+ ['Point triple', 'Coexistence des phases solide, liquide et gazeuse', 'Le point de jonction à basse température où les limites se rejoignent.'],
107
+ ['Courbe liquide-vapeur', 'Équilibre d\'ébullition ou de condensation', 'La ligne courbe reliant le point triple au point critique.'],
108
+ ['Ligne solide-liquide', 'Équilibre de fusion ou de congélation', 'La ligne verticale séparant les domaines solide et liquide.'],
109
+ ['Point critique', 'Fin de la limite liquide-vapeur', 'Le point ultime où la chaleur latente s\'annule.'],
110
+ ['Domaine supercritique', 'Absence de distinction nette entre liquide et gaz', 'La région à haute pression et haute température au-delà du point critique.'],
111
+ ],
112
+ },
113
+ {
114
+ type: 'title',
115
+ text: 'Pourquoi le point critique est essentiel',
116
+ level: 3,
117
+ },
118
+ {
119
+ type: 'paragraph',
120
+ html: 'Sous le point critique, l\'ébullition est une transition de phase avec absorption de chaleur latente. Au-delà du point critique, la masse volumique varie continûment.',
121
+ },
122
+ {
123
+ type: 'paragraph',
124
+ html: 'Les fluides supercritiques sont largement utilisés dans l\'industrie, par exemple pour la décaféination du café par le CO2 supercritique.',
125
+ },
126
+ {
127
+ type: 'title',
128
+ text: 'Simplifications du modèle',
129
+ level: 3,
130
+ },
131
+ {
132
+ type: 'paragraph',
133
+ html: 'Les vrais diagrammes de phase comportent souvent des polymorphes solides complexes. Ce modèle pédagogique utilise des courbes lissées pour faciliter la compréhension.',
134
+ },
135
+ {
136
+ type: 'list',
137
+ items: [
138
+ '<strong>Utilisez-le pour l\'intuition :</strong> il explique pourquoi les autocuiseurs, la glace sèche et les fluides supercritiques se comportent ainsi.',
139
+ '<strong>Ne l\'utilisez pas pour l\'ingénierie :</strong> les calculs industriels exigent des équations d\'état expérimentales très précises.',
140
+ '<strong>Observez la tendance :</strong> à mesure qu\'on s\'approche du point critique, la différence entre liquide et gaz s\'estompe.',
103
141
  ],
104
142
  },
105
143
  ],
@@ -49,6 +49,10 @@ const faq = [
49
49
  question: 'Каковы главные причины смерти в космосе без защиты?',
50
50
  answer: 'Ключевые факторы: потеря давления (эбуллизм и гипоксия), экстремальная температура, воздействие токсичных газов и конвективная теплопотеря, вызванная ветрами.',
51
51
  },
52
+ {
53
+ question: 'Подходит ли этот инструмент для планирования реальных космических миссий?',
54
+ answer: 'Нет. Это образовательная модель, использующая упрощенные биологические пороги. Реальный анализ декомпрессии и гипоксии требует экспертной оценки.',
55
+ },
52
56
  ];
53
57
 
54
58
  export const content: ToolLocaleContent = {
@@ -98,8 +102,120 @@ export const content: ToolLocaleContent = {
98
102
  verdictExtended: 'Риск длительного воздействия',
99
103
  },
100
104
  seo: [
101
- { type: 'title', text: 'Калькулятор выживания в атмосфере планеты: Марс, Венера, Титан или Юпитер?', level: 2 },
102
- { type: 'paragraph', html: 'Моделирование выживания человека в экстремальных инопланетных средах. Узнайте, как давление, гипоксия и температура влияют на организм на разных небесных телах.' },
105
+ {
106
+ type: 'title',
107
+ text: 'Калькулятор выживания в атмосфере планеты: Марс, Венера, Титан или Юпитер?',
108
+ level: 2,
109
+ },
110
+ {
111
+ type: 'paragraph',
112
+ html: 'Сколько вы проживете без скафандра на других планетах? Этот калькулятор оценивает время выживания человека без защиты на Марсе, Венере, Титане, Юпитере и Эвересте, моделируя шесть основных угроз: давление, кислород, температуру, CO2, токсичность и ветер.',
113
+ },
114
+ {
115
+ type: 'paragraph',
116
+ html: 'Результаты представляют собой обучающую оценку. Инструмент помогает понять, почему разные миры опасны по-разному. Марс губит вакуумом за секунды, Венера сочетает раздавливающее давление и жару, а Титан замораживает в отсутствие кислорода.',
117
+ },
118
+ {
119
+ type: 'title',
120
+ text: 'Какая планета обладает наиболее благоприятной атмосферой?',
121
+ level: 3,
122
+ },
123
+ {
124
+ type: 'paragraph',
125
+ html: 'Среди всех небесных тел вершина Эвереста наиболее переносима. Из других планет Титан имеет самое комфортное давление, но губит от отсутствия кислорода и криогенного холода.',
126
+ },
127
+ {
128
+ type: 'title',
129
+ text: 'Как каждая угроза влияет на организм',
130
+ level: 3,
131
+ },
132
+ {
133
+ type: 'list',
134
+ items: [
135
+ '<strong>Низкое давление:</strong> ниже предела Армстронга (6,3 кПа) жидкости организма закипают. Это главный фактор на Марсе.',
136
+ '<strong>Высокое давление:</strong> сжимает дыхательные газы и повреждает легкие.',
137
+ '<strong>Парциальное давление кислорода:</strong> гипоксия наступает даже при 21% O2, если общее давление слишком низкое.',
138
+ '<strong>Высокая температура:</strong> вызывает мгновенный тепловой шок и разрушение белков (Венера).',
139
+ '<strong>Низкая температура:</strong> криогенный холод Титана (-180°C) вызывает мгновенное обморожение.',
140
+ '<strong>Токсичность CO2:</strong> высокое содержание углекислого газа приводит к удушью.',
141
+ '<strong>Токсическая химия:</strong> соединения серы, аммиак и метан разъедают ткани.',
142
+ '<strong>Ветер:</strong> ураганные ветры ускоряют потерю тепла.',
143
+ ],
144
+ },
145
+ {
146
+ type: 'title',
147
+ text: 'Марс: почему низкое давление убивает первым',
148
+ level: 3,
149
+ },
150
+ {
151
+ type: 'paragraph',
152
+ html: 'Давление на Марсе (0,6 кПа) намного ниже предела Армстронга. Потеря сознания наступает менее чем за 15 секунд из-за эбуллизма и острой гипоксии.',
153
+ },
154
+ {
155
+ type: 'title',
156
+ text: 'Венера: сочетание экстремального давления и жары',
157
+ level: 3,
158
+ },
159
+ {
160
+ type: 'paragraph',
161
+ html: 'Давление в 92 атмосферы и температура 462°C действуют одновременно, делая выживание невозможным буквально за секунды.',
162
+ },
163
+ {
164
+ type: 'title',
165
+ text: 'Титан: самое комфортное давление в Солнечной системе за пределами Земли',
166
+ level: 3,
167
+ },
168
+ {
169
+ type: 'paragraph',
170
+ html: 'Давление на Титане (147 кПа) вполне переносимо человеком, однако отсутствие кислорода и холод в -180°C быстро приводят к гибели.',
171
+ },
172
+ {
173
+ type: 'title',
174
+ text: 'Как интерпретировать таймер выживания и карту рисков',
175
+ level: 3,
176
+ },
177
+ {
178
+ type: 'paragraph',
179
+ html: 'Таймер показывает расчетное время до настуления летального исхода, а диаграмма наглядно демонстрирует вклад каждого опасного фактора.',
180
+ },
181
+ {
182
+ type: 'table',
183
+ headers: ['Планета', 'Опасные факторы', 'Главная угроза', 'Что должен компенсировать скафандр'],
184
+ rows: [
185
+ ['Марс', 'Вакуум, гипоксия, холод', 'Давление < предела Армстронга', 'Герметичный скафандр, кислород, термозащита'],
186
+ ['Венера', 'Давление 92 атм, жара 462°C', 'Давление и температура', 'Бронированный скафандр с охлаждением'],
187
+ ['Титан', 'Нет кислорода, холод -179°C', 'Гипоксия и холод', 'Кислородная маска, мощный обогрев'],
188
+ ['Юпитер', 'Нет кислорода, ураганный ветер', 'Гипоксия', 'Автономная система дыхания'],
189
+ ['Эверест', 'Гипоксия, холод', 'Низкое давление кислорода', 'Кислородный баллон, теплая одежда'],
190
+ ],
191
+ },
192
+ {
193
+ type: 'title',
194
+ text: 'Что нужно для выживания без скафандра?',
195
+ level: 3,
196
+ },
197
+ {
198
+ type: 'paragraph',
199
+ html: 'Ни одна планета в Солнечной системе не позволяет человеку выжить без специального оборудования.',
200
+ },
201
+ {
202
+ type: 'list',
203
+ items: [
204
+ '<strong>Используйте для обучения:</strong> наглядно сравнивайте условия различных планет.',
205
+ '<strong>Используйте для сравнения:</strong> оцените разницу между Титаном и Венерой.',
206
+ '<strong>Используйте для дискуссий:</strong> обсудите требования к терраформированию.',
207
+ '<strong>Не используйте для реальных расчетов:</strong> это концептуальная научная модель.',
208
+ ],
209
+ },
210
+ {
211
+ type: 'title',
212
+ text: 'Важные ограничения и образовательная цель',
213
+ level: 3,
214
+ },
215
+ {
216
+ type: 'paragraph',
217
+ html: 'Реальное выживание зависит от множества факторов здоровье, одежду, уровень физической нагрузки и индивидуальные особенности организма. Этот инструмент использует упрощенные биологические пороги.',
218
+ },
103
219
  ],
104
220
  faq,
105
221
  bibliography,
@@ -45,11 +45,118 @@ export const content: ToolLocaleContent = {
45
45
  resetSeed: 'Neues Atommuster',
46
46
  },
47
47
  seo: [
48
- { type: 'title', text: 'Halbwertszeit-Rechner: verbleibende Atome, Aktivität und Isotop-Beispiele', level: 2 },
49
- { type: 'paragraph', html: 'Mit diesem Rechner für radioaktiven Zerfall schätzen Sie, wie viel eines instabilen Isotops nach einer bestimmten Zeit noch vorhanden ist. Er deckt die wichtigsten Suchabsichten ab: die Halbwertszeit-Formel finden, sie auf reale Isotope anwenden, verbleibende Mutterkerne mit zerfallenen Kernen vergleichen und verstehen, warum Aktivität mit der Zeit abnimmt.' },
50
- { type: 'title', text: 'Verwendete Formel für radioaktiven Zerfall', level: 3 },
51
- { type: 'paragraph', html: 'Die Formel lautet <strong>N(t) = N0 x (1/2)^(t / T1/2)</strong>. <strong>N0</strong> ist die Anfangszahl der Mutterkerne, <strong>N(t)</strong> die erwartete Restzahl nach der Zeit <strong>t</strong>, und <strong>T1/2</strong> die Halbwertszeit. Der Exponent <strong>t / T1/2</strong> zählt die vergangenen Halbwertszeiten.' },
52
- { type: 'table', headers: ['Verstrichene Zeit', 'Formelfaktor', 'Verbleibende Mutterkerne', 'Relative Aktivität'], rows: [['0 Halbwertszeiten', '(1/2)^0', '100%', '100%'], ['1 Halbwertszeit', '(1/2)^1', '50%', '50%'], ['2 Halbwertszeiten', '(1/2)^2', '25%', '25%'], ['3 Halbwertszeiten', '(1/2)^3', '12,5%', '12,5%'], ['5 Halbwertszeiten', '(1/2)^5', '3,125%', '3,125%'], ['10 Halbwertszeiten', '(1/2)^10', '0,098%', '0,098%']] },
48
+ {
49
+ type: 'title',
50
+ text: 'Halbwertszeit-Rechner: verbleibende Atome, Aktivität und Isotop-Beispiele',
51
+ level: 2,
52
+ },
53
+ {
54
+ type: 'paragraph',
55
+ html: 'Mit diesem Rechner für radioaktiven Zerfall schätzen Sie, wie viel eines instabilen Isotops nach einer bestimmten Zeit noch vorhanden ist. Er deckt die wichtigsten Suchabsichten ab: die Halbwertszeit-Formel finden, sie auf reale Isotope anwenden, verbleibende Mutterkerne mit zerfallenen Kernen vergleichen und verstehen, warum Aktivität mit der Zeit abnimmt.',
56
+ },
57
+ {
58
+ type: 'paragraph',
59
+ html: 'Das Werkzeug kombiniert zwei komplementäre Modelle. Die numerischen Ergebnisse nutzen die Standard-Zerfallsgleichung, während das Atomfeld einzelne Kerne mit stochastischen Schwellen simuliert.',
60
+ },
61
+ {
62
+ type: 'title',
63
+ text: 'Verwendete Formel für radioaktiven Zerfall',
64
+ level: 3,
65
+ },
66
+ {
67
+ type: 'paragraph',
68
+ html: 'Die Formel lautet <strong>N(t) = N0 x (1/2)^(t / T1/2)</strong>. <strong>N0</strong> ist die Anfangszahl der Mutterkerne, <strong>N(t)</strong> die erwartete Restzahl nach der Zeit <strong>t</strong>, und <strong>T1/2</strong> die Halbwertszeit. Der Exponent <strong>t / T1/2</strong> zählt die vergangenen Halbwertszeiten.',
69
+ },
70
+ {
71
+ type: 'paragraph',
72
+ html: 'Wenn beispielsweise eine Probe mit 1.000 Mutterkernen beginnt und zwei Halbwertszeiten verstreichen, beträgt die erwartete Restmenge 1.000 x (1/2)^2 = 250 Kerne. Die zerfallene Menge ist die Differenz: 750 Kerne.',
73
+ },
74
+ {
75
+ type: 'table',
76
+ headers: ['Verstrichene Zeit', 'Formelfaktor', 'Verbleibende Mutterkerne', 'Relative Aktivität'],
77
+ rows: [
78
+ ['0 Halbwertszeiten', '(1/2)^0', '100%', '100%'],
79
+ ['1 Halbwertszeit', '(1/2)^1', '50%', '50%'],
80
+ ['2 Halbwertszeiten', '(1/2)^2', '25%', '25%'],
81
+ ['3 Halbwertszeiten', '(1/2)^3', '12,5%', '12,5%'],
82
+ ['5 Halbwertszeiten', '(1/2)^5', '3,125%', '3,125%'],
83
+ ['10 Halbwertszeiten', '(1/2)^10', '0,098%', '0,098%'],
84
+ ],
85
+ },
86
+ {
87
+ type: 'title',
88
+ text: 'Berechnung der Restaktivität nach einer Halbwertszeit',
89
+ level: 3,
90
+ },
91
+ {
92
+ type: 'paragraph',
93
+ html: 'Für ein einzelnes Mutterisotop ist die Aktivität proportional zur Anzahl der nicht zerfallenen Kerne. Verbleiben 25% des Mutterisotops, beträgt die Aktivität ebenfalls ca. 25% des Anfangswerts.',
94
+ },
95
+ {
96
+ type: 'paragraph',
97
+ html: 'Diese Beziehung ist in der Nuklearmedizin und im Strahlenschutz von zentraler Bedeutung.',
98
+ },
99
+ {
100
+ type: 'title',
101
+ text: 'Beispiele: Kohlenstoff-14, Iod-131, Technetium-99m, Uran-238 und Radon-222',
102
+ level: 3,
103
+ },
104
+ {
105
+ type: 'table',
106
+ headers: ['Isotop', 'Ungefähre Halbwertszeit', 'Typische Anwendung', 'Bedeutung des Ergebnisses'],
107
+ rows: [
108
+ ['Kohlenstoff-14', '5.730 Jahre', 'Radiokarbondatierung', 'Verbleibende C-14-Aktivität in organischem Material.'],
109
+ ['Iod-131', '8,02 Tage', 'Medizinische Therapie', 'Abfall der Aktivität über Tage nach Behandlung.'],
110
+ ['Technetium-99m', '6,01 Stunden', 'Diagnostische Bildgebung', 'Warum medizinische Aktivität innerhalb eines Tages abnimmt.'],
111
+ ['Uran-238', '4,47 Milliarden Jahre', 'Geologische Datierung', 'Warum langlebige Isotope über Erdzeitalter messbar bleiben.'],
112
+ ['Radon-222', '3,82 Tage', 'Innenraumstrahlung', 'Veränderung einer Gasquelle über Tage.'],
113
+ ],
114
+ },
115
+ {
116
+ type: 'paragraph',
117
+ html: 'Diese Beispiele decken verschiedene Zeitskalen und wissenschaftliche Fragestellungen ab.',
118
+ },
119
+ {
120
+ type: 'title',
121
+ text: 'Lesen der stochastischen Atom-Simulation',
122
+ level: 3,
123
+ },
124
+ {
125
+ type: 'paragraph',
126
+ html: 'Das animierte Atomfeld ist stochastisch modelliert. Bei kleinen Proben schwanken die Ergebnisse natürlich um den theoretischen Wert.',
127
+ },
128
+ {
129
+ type: 'paragraph',
130
+ html: 'Die glatte Kurve entsteht erst bei der Auswertung vieler unabhängiger Zufallsereignisse.',
131
+ },
132
+ {
133
+ type: 'title',
134
+ text: 'Anwendungsbereiche des Halbwertszeit-Rechners',
135
+ level: 3,
136
+ },
137
+ {
138
+ type: 'list',
139
+ items: [
140
+ '<strong>Physikunterricht:</strong> Berechnung verbleibender Kerne und Verknüpfung mit einem visuellen Modell.',
141
+ '<strong>Chemie und Kernphysik:</strong> Vergleich von Isotopenstabilität und Zerfallsgeschwindigkeiten.',
142
+ '<strong>Radiokarbondatierung:</strong> Verständnis für den Zerfall organischer Proben.',
143
+ '<strong>Nuklearmedizin:</strong> Planung von Bildgebungsverfahren mit kurzlebigen Isotopen.',
144
+ '<strong>Strahlenschutz:</strong> Abschätzung des Aktivitätsabfalls über die Zeit.',
145
+ ],
146
+ },
147
+ {
148
+ type: 'title',
149
+ text: 'Wichtige Einschränkungen',
150
+ level: 3,
151
+ },
152
+ {
153
+ type: 'paragraph',
154
+ html: 'Dieser Rechner modelliert das Mutterisotop mit einer einzelnen Halbwertszeit.',
155
+ },
156
+ {
157
+ type: 'paragraph',
158
+ html: 'Nutzen Sie die Ergebnisse als didaktisches Modell und wissenschaftliche Orientierung.',
159
+ },
53
160
  ],
54
161
  faq,
55
162
  bibliography,
@@ -47,9 +47,25 @@ export const content: ToolLocaleContent = {
47
47
  seo: [
48
48
  { type: 'title', text: 'Calculateur de demi-vie radioactive: atomes restants, activité et exemples d\'isotopes', level: 2 },
49
49
  { type: 'paragraph', html: 'Utilisez ce calculateur de désintégration radioactive pour estimer la part restante d\'un isotope instable après une durée donnée. Il répond aux intentions de recherche les plus courantes: trouver la formule de demi-vie, l\'appliquer à des isotopes réels, comparer les noyaux parents restants aux noyaux désintégrés et comprendre pourquoi l\'activité baisse avec l\'âge de l\'échantillon.' },
50
+ { type: 'paragraph', html: 'L\'outil combine deux modèles complémentaires. Les résultats numériques utilisent l\'équation exponentielle standard, tandis que le champ atomique simule des noyaux individuels avec des seuils stochastiques.' },
50
51
  { type: 'title', text: 'Formule de désintégration radioactive utilisée', level: 3 },
51
52
  { type: 'paragraph', html: 'La formule est <strong>N(t) = N0 x (1/2)^(t / T1/2)</strong>. <strong>N0</strong> est le nombre initial de noyaux parents, <strong>N(t)</strong> le nombre attendu après le temps <strong>t</strong>, et <strong>T1/2</strong> la demi-vie. Le rapport <strong>t / T1/2</strong> indique combien de demi-vies se sont écoulées.' },
53
+ { type: 'paragraph', html: 'Par exemple, si un échantillon commence avec 1 000 noyaux parents et que deux demi-vies s\'écoulent, la quantité restante attendue est 1 000 x (1/2)^2 = 250 noyaux. La quantité désintégrée est de 750 noyaux.' },
52
54
  { type: 'table', headers: ['Temps écoulé', 'Facteur', 'Noyaux parents restants', 'Activité relative'], rows: [['0 demi-vie', '(1/2)^0', '100%', '100%'], ['1 demi-vie', '(1/2)^1', '50%', '50%'], ['2 demi-vies', '(1/2)^2', '25%', '25%'], ['3 demi-vies', '(1/2)^3', '12,5%', '12,5%'], ['5 demi-vies', '(1/2)^5', '3,125%', '3,125%'], ['10 demi-vies', '(1/2)^10', '0,098%', '0,098%']] },
55
+ { type: 'title', text: 'Comment calculer l\'activité restante après une demi-vie', level: 3 },
56
+ { type: 'paragraph', html: 'Pour un isotope parent unique, l\'activité est proportionnelle au nombre de noyaux non désintégrés. S\'il reste 25 % de l\'isotope parent, l\'activité est d\'environ 25 % de l\'activité initiale.' },
57
+ { type: 'paragraph', html: 'Cette relation est essentielle en médecine nucléaire et en radioprotection.' },
58
+ { type: 'title', text: 'Exemples: Carbone 14, Iode 131, Technétium 99m, Uranium 238 et Radon 222', level: 3 },
59
+ { type: 'table', headers: ['Isotope', 'Demi-vie approximative', 'Usage courant', 'Signification du résultat'], rows: [['Carbone 14', '5 730 ans', 'Datation au radiocarbone', 'Activité C-14 restante dans la matière organique.'], ['Iode 131', '8,02 jours', 'Thérapie médicale', 'Baisse de l\'activité sur quelques jours après traitement.'], ['Technétium 99m', '6,01 heures', 'Imagerie diagnostique', 'Pourquoi l\'activité utile diminue rapidement dans une journée clinique.'], ['Uranium 238', '4,47 milliards d\'années', 'Datation géologique', 'Pourquoi les isotopes très stables restent mesurables à l\'échelle géologique.'], ['Radon 222', '3,82 jours', 'Exposition intérieure', 'Évolution d\'une source gazeuse sur plusieurs jours.']] },
60
+ { type: 'paragraph', html: 'Ces exemples couvrent différentes échelles de temps et applications scientifiques.' },
61
+ { type: 'title', text: 'Comment lire la simulation atomique stochastique', level: 3 },
62
+ { type: 'paragraph', html: 'Le champ atomique est modélisé de façon stochastique. Pour les petits échantillons, les résultats fluctuent autour de la courbe théorique.' },
63
+ { type: 'paragraph', html: 'La courbe lisse n\'apparaît que lorsqu\'on additionne un grand nombre d\'événements aléatoires indépendants.' },
64
+ { type: 'title', text: 'Cas d\'usage du calculateur de demi-vie', level: 3 },
65
+ { type: 'list', items: ['<strong>Cours de physique:</strong> calcul des noyaux restants et lien avec un modèle visuel.', '<strong>Chimie nucléaire:</strong> comparaison de la stabilité des isotopes.', '<strong>Datation au radiocarbone:</strong> compréhension de la décroissance radioactive.', '<strong>Planning médical:</strong> gestion des isotopes à demi-vie courte.', '<strong>Éducation en radioprotection:</strong> suivi de la baisse d\'activité au fil du temps.'] },
66
+ { type: 'title', text: 'Limites importantes', level: 3 },
67
+ { type: 'paragraph', html: 'Ce calculateur modélise l\'isotope parent avec une seule demi-vie.' },
68
+ { type: 'paragraph', html: 'Utilisez les résultats comme un modèle pédagogique et une estimation scientifique.' },
53
69
  ],
54
70
  faq,
55
71
  bibliography,
@@ -45,14 +45,118 @@ export const content: ToolLocaleContent = {
45
45
  resetSeed: 'Pola atom baru',
46
46
  },
47
47
  seo: [
48
- { type: 'title', text: 'Kalkulator waktu paruh radioaktif: atom tersisa, aktivitas, dan contoh isotop', level: 2 },
49
- { type: 'paragraph', html: 'Gunakan kalkulator peluruhan radioaktif ini untuk memperkirakan berapa banyak isotop tidak stabil yang tersisa setelah waktu tertentu. Kontennya cocok untuk pencarian tentang rumus waktu paruh, contoh isotop nyata, inti induk tersisa, inti meluruh, dan penurunan aktivitas.' },
50
- { type: 'paragraph', html: 'Rumus yang digunakan adalah <strong>N(t) = N0 x (1/2)^(t / T1/2)</strong>. <strong>N0</strong> adalah jumlah inti induk awal, <strong>N(t)</strong> jumlah harapan setelah waktu <strong>t</strong>, dan <strong>T1/2</strong> waktu paruh.' },
51
- { type: 'table', headers: ['Waktu berlalu', 'Faktor', 'Inti induk tersisa', 'Aktivitas relatif'], rows: [['0 waktu paruh', '(1/2)^0', '100%', '100%'], ['1 waktu paruh', '(1/2)^1', '50%', '50%'], ['2 waktu paruh', '(1/2)^2', '25%', '25%'], ['3 waktu paruh', '(1/2)^3', '12,5%', '12,5%'], ['5 waktu paruh', '(1/2)^5', '3,125%', '3,125%'], ['10 waktu paruh', '(1/2)^10', '0,098%', '0,098%']] },
52
- { type: 'title', text: 'Contoh isotop dan cara membaca hasil', level: 3 },
53
- { type: 'table', headers: ['Isotop', 'Waktu paruh perkiraan', 'Kegunaan umum', 'Makna hasil'], rows: [['Karbon-14', '5.730 tahun', 'Penanggalan radiokarbon', 'Aktivitas Carbon-14 yang tersisa pada materi yang pernah hidup.'], ['Iodin-131', '8,02 hari', 'Terapi medis dan kejadian nuklir', 'Seberapa cepat aktivitas turun dalam hitungan hari.'], ['Teknesium-99m', '6,01 jam', 'Pencitraan diagnostik', 'Mengapa aktivitas medis berguna memudar dalam satu hari klinis.'], ['Uranium-238', '4,47 miliar tahun', 'Penanggalan geologi', 'Mengapa isotop berumur sangat panjang tetap terukur.'], ['Radon-222', '3,82 hari', 'Radiasi dalam ruang', 'Bagaimana sumber gas paparan berubah.']] },
54
- { type: 'paragraph', html: 'Medan atom sengaja stokastik: setiap inti meluruh secara acak, sementara sampel besar mendekati kurva halus. Model ini berguna untuk pendidikan fisika, kimia nuklir, radiokarbon, isotop medis, dan keselamatan radiasi.' },
55
- { type: 'paragraph', html: 'Kalkulator ini memakai satu waktu paruh untuk isotop induk. Pengukuran nyata dapat membutuhkan koreksi efisiensi detektor, radiasi latar, rasio percabangan, produk anak, eliminasi biologis, bentuk kimia, perisai, dan kurva kalibrasi. Jangan gunakan sebagai pengganti instruksi medis, dosimetri, atau analisis laboratorium.' },
48
+ {
49
+ type: 'title',
50
+ text: 'Kalkulator waktu paruh radioaktif: atom tersisa, aktivitas, dan contoh isotop',
51
+ level: 2,
52
+ },
53
+ {
54
+ type: 'paragraph',
55
+ html: 'Gunakan kalkulator peluruhan radioaktif ini untuk memperkirakan berapa banyak isotop tidak stabil yang tersisa setelah waktu tertentu. Kontennya cocok untuk pencarian tentang rumus waktu paruh, contoh isotop nyata, inti induk tersisa, inti meluruh, dan penurunan aktivitas.',
56
+ },
57
+ {
58
+ type: 'paragraph',
59
+ html: 'Alat ini menggabungkan dua model yang saling melengkapi. Hasil numerik menggunakan persamaan peluruhan eksponensial standar, sedangkan medan atom mensimulasikan inti individual dengan ambang stokastik.',
60
+ },
61
+ {
62
+ type: 'title',
63
+ text: 'Rumus peluruhan radioaktif yang digunakan kalkulator',
64
+ level: 3,
65
+ },
66
+ {
67
+ type: 'paragraph',
68
+ html: 'Rumus yang digunakan adalah <strong>N(t) = N0 x (1/2)^(t / T1/2)</strong>. <strong>N0</strong> adalah jumlah inti induk awal, <strong>N(t)</strong> jumlah harapan setelah waktu <strong>t</strong>, dan <strong>T1/2</strong> waktu paruh.',
69
+ },
70
+ {
71
+ type: 'paragraph',
72
+ html: 'Sebagai contoh, jika sampel dimulai dengan 1.000 inti induk dan melewati dua waktu paruh, jumlah tersisa yang diharapkan adalah 1.000 x (1/2)^2 = 250 inti. Jumlah yang meluruh adalah 750 inti.',
73
+ },
74
+ {
75
+ type: 'table',
76
+ headers: ['Waktu berlalu', 'Faktor', 'Inti induk tersisa', 'Aktivitas relatif'],
77
+ rows: [
78
+ ['0 waktu paruh', '(1/2)^0', '100%', '100%'],
79
+ ['1 waktu paruh', '(1/2)^1', '50%', '50%'],
80
+ ['2 waktu paruh', '(1/2)^2', '25%', '25%'],
81
+ ['3 waktu paruh', '(1/2)^3', '12,5%', '12,5%'],
82
+ ['5 waktu paruh', '(1/2)^5', '3,125%', '3,125%'],
83
+ ['10 waktu paruh', '(1/2)^10', '0,098%', '0,098%'],
84
+ ],
85
+ },
86
+ {
87
+ type: 'title',
88
+ text: 'Cara menghitung sisa aktivitas setelah waktu paruh',
89
+ level: 3,
90
+ },
91
+ {
92
+ type: 'paragraph',
93
+ html: 'Untuk satu isotop induk, aktivitas sebanding dengan jumlah inti yang belum meluruh. Jika 25% dari isotop induk tersisa, aktivitasnya juga sekitar 25% dari aktivitas awal.',
94
+ },
95
+ {
96
+ type: 'paragraph',
97
+ html: 'Hubungan ini sangat penting dalam kedokteran nuklir dan keselamatan radiasi.',
98
+ },
99
+ {
100
+ type: 'title',
101
+ text: 'Contoh: Karbon-14, Iodin-131, Teknesium-99m, Uranium-238, dan Radon-222',
102
+ level: 3,
103
+ },
104
+ {
105
+ type: 'table',
106
+ headers: ['Isotop', 'Waktu paruh perkiraan', 'Kegunaan umum', 'Makna hasil'],
107
+ rows: [
108
+ ['Karbon-14', '5.730 tahun', 'Penanggalan radiokarbon', 'Aktivitas Carbon-14 tersisa pada materi yang pernah hidup.'],
109
+ ['Iodin-131', '8,02 hari', 'Terapi medis', 'Seberapa cepat aktivitas turun dalam hitungan hari.'],
110
+ ['Teknesium-99m', '6,01 jam', 'Pencitraan diagnostik', 'Mengapa aktivitas medis berguna memudar dalam satu hari klinis.'],
111
+ ['Uranium-238', '4,47 miliar tahun', 'Penanggalan geologi', 'Mengapa isotop berumur sangat panjang tetap terukur.'],
112
+ ['Radon-222', '3,82 hari', 'Radiasi dalam ruang', 'Bagaimana sumber gas paparan berubah.'],
113
+ ],
114
+ },
115
+ {
116
+ type: 'paragraph',
117
+ html: 'Contoh-contoh ini mencakup berbagai skala waktu dan aplikasi ilmiah.',
118
+ },
119
+ {
120
+ type: 'title',
121
+ text: 'Cara membaca simulasi atom stokastik',
122
+ level: 3,
123
+ },
124
+ {
125
+ type: 'paragraph',
126
+ html: 'Medan atom animasi sengaja bersifat stokastik. Untuk sampel kecil, hasilnya berfluktuasi di sekitar nilai teori.',
127
+ },
128
+ {
129
+ type: 'paragraph',
130
+ html: 'Kurva mulus hanya muncul ketika banyak peristiwa acak independen dihitung bersama.',
131
+ },
132
+ {
133
+ type: 'title',
134
+ text: 'Studi kasus penggunaan kalkulator waktu paruh',
135
+ level: 3,
136
+ },
137
+ {
138
+ type: 'list',
139
+ items: [
140
+ '<strong>Pelajaran fisika:</strong> menghitung inti tersisa dan menghubungkannya dengan model visual.',
141
+ '<strong>Kimia nuklir:</strong> membandingkan stabilitas dan laju peluruhan isotop.',
142
+ '<strong>Penanggalan radiokarbon:</strong> memahami peluruhan sampel organik.',
143
+ '<strong>Perencanaan isotop medis:</strong> melihat mengapa waktu paruh pendek berguna untuk pencitraan.',
144
+ '<strong>Edukasi keselamatan radiasi:</strong> memperkirakan penurunan aktivitas dari waktu ke waktu.',
145
+ ],
146
+ },
147
+ {
148
+ type: 'title',
149
+ text: 'Batasan penting',
150
+ level: 3,
151
+ },
152
+ {
153
+ type: 'paragraph',
154
+ html: 'Kalkulator ini memodelkan isotop induk dengan satu waktu paruh.',
155
+ },
156
+ {
157
+ type: 'paragraph',
158
+ html: 'Gunakan hasil sebagai model pembelajaran dan perkiraan ilmiah yang jelas.',
159
+ },
56
160
  ],
57
161
  faq,
58
162
  bibliography,
@@ -47,9 +47,25 @@ export const content: ToolLocaleContent = {
47
47
  seo: [
48
48
  { type: 'title', text: 'Calcolatore di emivita radioattiva: atomi residui, attività ed esempi di isotopi', level: 2 },
49
49
  { type: 'paragraph', html: 'Usa questo calcolatore di decadimento radioattivo per stimare quanto resta di un isotopo instabile dopo un certo tempo. Risponde alle ricerche più comuni sull\'emivita: trovare la formula, applicarla a isotopi reali, confrontare nuclei padre residui e decaduti e capire perché l\'attività diminuisce con l\'età del campione.' },
50
+ { type: 'paragraph', html: 'Lo strumento combina due modelli complementari: il risultato numerico deterministico usa la formula esponenziale, mentre il campo atomico simula la natura stocastica del decadimento.' },
50
51
  { type: 'title', text: 'Formula del decadimento radioattivo utilizzata', level: 3 },
51
52
  { type: 'paragraph', html: 'La formula è <strong>N(t) = N0 x (1/2)^(t / T1/2)</strong>. <strong>N0</strong> è il numero iniziale di nuclei padre, <strong>N(t)</strong> è il numero atteso dopo il tempo <strong>t</strong>, e <strong>T1/2</strong> è l\'emivita. L\'esponente <strong>t / T1/2</strong> indica quante emivite sono trascorse.' },
53
+ { type: 'paragraph', html: 'Ad esempio, se un campione parte con 1.000 nuclei padre e trascorrono due emivite, la quantità residua attesa è 1.000 x (1/2)^2 = 250 nuclei. La quantità decaduta è pari a 750 nuclei.' },
52
54
  { type: 'table', headers: ['Tempo trascorso', 'Fattore', 'Nuclei padre residui', 'Attività relativa'], rows: [['0 emivite', '(1/2)^0', '100%', '100%'], ['1 emivita', '(1/2)^1', '50%', '50%'], ['2 emivite', '(1/2)^2', '25%', '25%'], ['3 emivite', '(1/2)^3', '12,5%', '12,5%'], ['5 emivite', '(1/2)^5', '3,125%', '3,125%'], ['10 emivite', '(1/2)^10', '0,098%', '0,098%']] },
55
+ { type: 'title', text: 'Come calcolare l\'attività residua dopo un\'emivita', level: 3 },
56
+ { type: 'paragraph', html: 'Per un singolo isotopo padre, l\'attività è proporzionale al numero di nuclei non decaduti. Se rimane il 25% dell\'isotopo padre, l\'attività è circa il 25% di quella iniziale.' },
57
+ { type: 'paragraph', html: 'Questa relazione è fondamentale in medicina nucleare e nella radioprotezione.' },
58
+ { type: 'title', text: 'Esempi: Carbonio-14, Iodio-131, Tecnezio-99m, Uranio-238 e Radon-222', level: 3 },
59
+ { type: 'table', headers: ['Isotopo', 'Emivita approssimativa', 'Uso comune', 'Significato del risultato'], rows: [['Carbonio-14', '5.730 anni', 'Datazione al radiocarbonio', 'Attività C-14 residua in materiale organico.'], ['Iodio-131', '8,02 giorni', 'Terapia medica', 'Calo dell\'attività in pochi giorni dopo il trattamento.'], ['Tecnezio-99m', '6,01 ore', 'Diagnostica per immagini', 'Perché l\'attività utile si riduce nell\'arco di una giornata clinica.'], ['Uranio-238', '4,47 miliardi di anni', 'Datazione geologica', 'Perché gli isotopi a vita lunghissima restano misurabili su scale geologiche.'], ['Radon-222', '3,82 giorni', 'Esposizione indoor', 'Evoluzione di una sorgente gassosa in pochi giorni.']] },
60
+ { type: 'paragraph', html: 'Questi esempi coprono diverse scale temporali e applicazioni scientifiche.' },
61
+ { type: 'title', text: 'Come leggere la simulazione atomica stocastica', level: 3 },
62
+ { type: 'paragraph', html: 'Il campo atomico è modellato in modo stocastico. Per campioni piccoli, i risultati oscillano attorno al valore teorico.' },
63
+ { type: 'paragraph', html: 'La curva regolare emerge solo quando si conta un numero elevato di eventi casuali indipendenti.' },
64
+ { type: 'title', text: 'Casi d\'uso del calcolatore di emivita', level: 3 },
65
+ { type: 'list', items: ['<strong>Didattica della fisica:</strong> calcolo dei nuclei residui e collegamento a un modello visivo.', '<strong>Chimica nucleare:</strong> confronto della stabilità degli isotopi.', '<strong>Datazione al radiocarbonio:</strong> comprensione del decadimento nei reperti.', '<strong>Pianificazione medica:</strong> gestione degli isotopi per diagnostica.', '<strong>Radioprotezione:</strong> stima della riduzione dell\'attività nel tempo.'] },
66
+ { type: 'title', text: 'Limitazioni importanti', level: 3 },
67
+ { type: 'paragraph', html: 'Questo calcolatore modella l\'isotopo padre con una singola emivita.' },
68
+ { type: 'paragraph', html: 'Usa i risultati come modello didattico e stima scientifica.' },
53
69
  ],
54
70
  faq,
55
71
  bibliography,