@jjlmoya/utils-science 1.41.0 → 1.43.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 +1 -1
- package/scripts/crystal-lattice-catalog-translations.mjs +459 -0
- package/scripts/sync-crystal-lattice-i18n.mjs +50 -0
- package/src/category/index.ts +3 -1
- package/src/entries.ts +5 -1
- package/src/index.ts +2 -0
- package/src/tests/diacritics_density.test.ts +140 -0
- package/src/tests/inverted_punctuation.test.ts +84 -0
- package/src/tests/locale_completeness.test.ts +2 -2
- package/src/tests/script_density.test.ts +94 -0
- package/src/tests/tool_validation.test.ts +2 -3
- package/src/tool/conway-life-rule-lab/i18n/de.ts +62 -5
- package/src/tool/conway-life-rule-lab/i18n/es.ts +62 -5
- package/src/tool/conway-life-rule-lab/i18n/fr.ts +62 -5
- package/src/tool/conway-life-rule-lab/i18n/id.ts +102 -45
- package/src/tool/conway-life-rule-lab/i18n/it.ts +62 -5
- package/src/tool/conway-life-rule-lab/i18n/ja.ts +62 -5
- package/src/tool/conway-life-rule-lab/i18n/ko.ts +62 -5
- package/src/tool/conway-life-rule-lab/i18n/nl.ts +102 -45
- package/src/tool/conway-life-rule-lab/i18n/pl.ts +62 -5
- package/src/tool/conway-life-rule-lab/i18n/pt.ts +62 -5
- package/src/tool/conway-life-rule-lab/i18n/ru.ts +62 -5
- package/src/tool/conway-life-rule-lab/i18n/sv.ts +62 -5
- package/src/tool/conway-life-rule-lab/i18n/tr.ts +62 -5
- package/src/tool/conway-life-rule-lab/i18n/zh.ts +62 -5
- package/src/tool/cosmic-inflation/i18n/es.ts +5 -5
- package/src/tool/cosmic-inflation/i18n/it.ts +51 -51
- package/src/tool/cosmic-inflation/i18n/ru.ts +42 -150
- package/src/tool/crystal-lattice-structure-finder/component.astro +120 -39
- package/src/tool/crystal-lattice-structure-finder/crystal-lattice-structure-finder.css +204 -56
- package/src/tool/crystal-lattice-structure-finder/data.ts +107 -133
- package/src/tool/crystal-lattice-structure-finder/i18n/de.ts +39 -0
- package/src/tool/crystal-lattice-structure-finder/i18n/en.ts +45 -6
- package/src/tool/crystal-lattice-structure-finder/i18n/es.ts +39 -0
- package/src/tool/crystal-lattice-structure-finder/i18n/fr.ts +39 -0
- package/src/tool/crystal-lattice-structure-finder/i18n/id.ts +39 -0
- package/src/tool/crystal-lattice-structure-finder/i18n/it.ts +39 -0
- package/src/tool/crystal-lattice-structure-finder/i18n/ja.ts +39 -0
- package/src/tool/crystal-lattice-structure-finder/i18n/ko.ts +39 -0
- package/src/tool/crystal-lattice-structure-finder/i18n/nl.ts +39 -0
- package/src/tool/crystal-lattice-structure-finder/i18n/pl.ts +39 -0
- package/src/tool/crystal-lattice-structure-finder/i18n/pt.ts +39 -0
- package/src/tool/crystal-lattice-structure-finder/i18n/ru.ts +39 -0
- package/src/tool/crystal-lattice-structure-finder/i18n/sv.ts +39 -0
- package/src/tool/crystal-lattice-structure-finder/i18n/tr.ts +39 -0
- package/src/tool/crystal-lattice-structure-finder/i18n/zh.ts +39 -0
- package/src/tool/crystal-lattice-structure-finder/logic.ts +7 -3
- package/src/tool/crystal-lattice-structure-finder/structures/README.md +26 -0
- package/src/tool/crystal-lattice-structure-finder/structures/body-centered-cubic.ts +19 -0
- package/src/tool/crystal-lattice-structure-finder/structures/cesium-chloride.ts +19 -0
- package/src/tool/crystal-lattice-structure-finder/structures/diamond-cubic.ts +23 -0
- package/src/tool/crystal-lattice-structure-finder/structures/face-centered-cubic.ts +16 -0
- package/src/tool/crystal-lattice-structure-finder/structures/hexagonal-close-packed.ts +30 -0
- package/src/tool/crystal-lattice-structure-finder/structures/index.ts +25 -0
- package/src/tool/crystal-lattice-structure-finder/structures/perovskite.ts +20 -0
- package/src/tool/crystal-lattice-structure-finder/structures/rock-salt.ts +23 -0
- package/src/tool/crystal-lattice-structure-finder/structures/rutile.ts +25 -0
- package/src/tool/crystal-lattice-structure-finder/structures/shared.ts +86 -0
- package/src/tool/crystal-lattice-structure-finder/structures/simple-cubic.ts +16 -0
- package/src/tool/crystal-lattice-structure-finder/structures/wurtzite.ts +22 -0
- package/src/tool/crystal-lattice-structure-finder/structures/zinc-blende.ts +23 -0
- package/src/tool/double-slit-decoherence/i18n/fr.ts +42 -86
- package/src/tool/double-slit-decoherence/i18n/it.ts +28 -72
- package/src/tool/double-slit-decoherence/i18n/pt.ts +35 -79
- package/src/tool/double-slit-decoherence/i18n/ru.ts +59 -59
- package/src/tool/double-slit-decoherence/i18n/sv.ts +33 -81
- package/src/tool/double-slit-decoherence/i18n/tr.ts +55 -55
- package/src/tool/dyson-sphere-energy-capture/i18n/de.ts +42 -123
- package/src/tool/dyson-sphere-energy-capture/i18n/es.ts +6 -6
- package/src/tool/dyson-sphere-energy-capture/i18n/fr.ts +63 -131
- package/src/tool/dyson-sphere-energy-capture/i18n/it.ts +36 -113
- package/src/tool/dyson-sphere-energy-capture/i18n/ja.ts +66 -42
- package/src/tool/dyson-sphere-energy-capture/i18n/ko.ts +66 -42
- package/src/tool/dyson-sphere-energy-capture/i18n/pl.ts +50 -133
- package/src/tool/dyson-sphere-energy-capture/i18n/pt.ts +51 -132
- package/src/tool/dyson-sphere-energy-capture/i18n/ru.ts +61 -98
- package/src/tool/dyson-sphere-energy-capture/i18n/sv.ts +56 -137
- package/src/tool/dyson-sphere-energy-capture/i18n/tr.ts +61 -142
- package/src/tool/dyson-sphere-energy-capture/i18n/zh.ts +67 -43
- package/src/tool/epidemic-sir-simulator/bibliography.astro +15 -0
- package/src/tool/epidemic-sir-simulator/bibliography.ts +37 -0
- package/src/tool/epidemic-sir-simulator/component.astro +384 -0
- package/src/tool/epidemic-sir-simulator/entry.ts +30 -0
- package/src/tool/epidemic-sir-simulator/epidemic-sir-simulator.css +624 -0
- package/src/tool/epidemic-sir-simulator/i18n/de.ts +347 -0
- package/src/tool/epidemic-sir-simulator/i18n/en.ts +347 -0
- package/src/tool/epidemic-sir-simulator/i18n/es.ts +347 -0
- package/src/tool/epidemic-sir-simulator/i18n/fr.ts +347 -0
- package/src/tool/epidemic-sir-simulator/i18n/id.ts +347 -0
- package/src/tool/epidemic-sir-simulator/i18n/it.ts +347 -0
- package/src/tool/epidemic-sir-simulator/i18n/ja.ts +347 -0
- package/src/tool/epidemic-sir-simulator/i18n/ko.ts +347 -0
- package/src/tool/epidemic-sir-simulator/i18n/nl.ts +347 -0
- package/src/tool/epidemic-sir-simulator/i18n/pl.ts +347 -0
- package/src/tool/epidemic-sir-simulator/i18n/pt.ts +347 -0
- package/src/tool/epidemic-sir-simulator/i18n/ru.ts +347 -0
- package/src/tool/epidemic-sir-simulator/i18n/sv.ts +347 -0
- package/src/tool/epidemic-sir-simulator/i18n/tr.ts +347 -0
- package/src/tool/epidemic-sir-simulator/i18n/zh.ts +347 -0
- package/src/tool/epidemic-sir-simulator/index.ts +12 -0
- package/src/tool/epidemic-sir-simulator/logic.ts +163 -0
- package/src/tool/epidemic-sir-simulator/seo.astro +16 -0
- package/src/tool/fermi-paradox-filter-lab/bibliography.astro +14 -0
- package/src/tool/fermi-paradox-filter-lab/bibliography.ts +24 -0
- package/src/tool/fermi-paradox-filter-lab/component.astro +257 -0
- package/src/tool/fermi-paradox-filter-lab/entry.ts +26 -0
- package/src/tool/fermi-paradox-filter-lab/fermi-paradox-filter-lab.css +228 -0
- package/src/tool/fermi-paradox-filter-lab/i18n/de.ts +192 -0
- package/src/tool/fermi-paradox-filter-lab/i18n/en.ts +192 -0
- package/src/tool/fermi-paradox-filter-lab/i18n/es.ts +193 -0
- package/src/tool/fermi-paradox-filter-lab/i18n/fr.ts +192 -0
- package/src/tool/fermi-paradox-filter-lab/i18n/id.ts +192 -0
- package/src/tool/fermi-paradox-filter-lab/i18n/it.ts +192 -0
- package/src/tool/fermi-paradox-filter-lab/i18n/ja.ts +192 -0
- package/src/tool/fermi-paradox-filter-lab/i18n/ko.ts +192 -0
- package/src/tool/fermi-paradox-filter-lab/i18n/nl.ts +192 -0
- package/src/tool/fermi-paradox-filter-lab/i18n/pl.ts +193 -0
- package/src/tool/fermi-paradox-filter-lab/i18n/pt.ts +192 -0
- package/src/tool/fermi-paradox-filter-lab/i18n/ru.ts +192 -0
- package/src/tool/fermi-paradox-filter-lab/i18n/sv.ts +192 -0
- package/src/tool/fermi-paradox-filter-lab/i18n/tr.ts +192 -0
- package/src/tool/fermi-paradox-filter-lab/i18n/zh.ts +192 -0
- package/src/tool/fermi-paradox-filter-lab/index.ts +11 -0
- package/src/tool/fermi-paradox-filter-lab/logic.ts +125 -0
- package/src/tool/fermi-paradox-filter-lab/seo.astro +15 -0
- package/src/tool/global-albedo-snowball-simulator/i18n/ru.ts +50 -63
- package/src/tool/lorenz-attractor/i18n/de.ts +52 -78
- package/src/tool/lorenz-attractor/i18n/es.ts +5 -5
- package/src/tool/lorenz-attractor/i18n/fr.ts +51 -77
- package/src/tool/lorenz-attractor/i18n/it.ts +36 -36
- package/src/tool/lorenz-attractor/i18n/pt.ts +51 -75
- package/src/tool/mandelbrot-fractal/i18n/de.ts +31 -58
- package/src/tool/mandelbrot-fractal/i18n/es.ts +5 -5
- package/src/tool/mandelbrot-fractal/i18n/fr.ts +39 -57
- package/src/tool/mandelbrot-fractal/i18n/it.ts +30 -48
- package/src/tool/mandelbrot-fractal/i18n/pl.ts +34 -52
- package/src/tool/mandelbrot-fractal/i18n/pt.ts +30 -30
- package/src/tool/mandelbrot-fractal/i18n/ru.ts +42 -60
- package/src/tool/mandelbrot-fractal/i18n/sv.ts +38 -65
- package/src/tool/natural-selection-drift/i18n/it.ts +18 -95
- package/src/tool/natural-selection-drift/i18n/pt.ts +76 -19
- package/src/tool/natural-selection-drift/i18n/ru.ts +27 -24
- package/src/tool/natural-selection-drift/i18n/sv.ts +9 -6
- package/src/tool/phase-diagram-critical-points/i18n/de.ts +30 -68
- package/src/tool/phase-diagram-critical-points/i18n/es.ts +4 -4
- package/src/tool/phase-diagram-critical-points/i18n/fr.ts +37 -75
- package/src/tool/phase-diagram-critical-points/i18n/it.ts +8 -8
- package/src/tool/planet-atmosphere-survival/i18n/ru.ts +49 -192
- package/src/tool/radioactive-decay/i18n/de.ts +16 -32
- package/src/tool/radioactive-decay/i18n/es.ts +5 -5
- package/src/tool/radioactive-decay/i18n/fr.ts +24 -40
- package/src/tool/radioactive-decay/i18n/it.ts +18 -35
- package/src/tool/radioactive-decay/i18n/pt.ts +34 -34
- package/src/tool/roche-limit-satellite-disruption/i18n/pl.ts +52 -128
- package/src/tool/temperature-timeline/i18n/de.ts +46 -174
- package/src/tool/temperature-timeline/i18n/es.ts +5 -5
- package/src/tool/temperature-timeline/i18n/fr.ts +69 -144
- package/src/tool/temperature-timeline/i18n/it.ts +34 -133
- package/src/tool/temperature-timeline/i18n/pt.ts +35 -174
- package/src/tool/temperature-timeline/i18n/ru.ts +48 -174
- package/src/tool/twin-paradox-visualizer/i18n/es.ts +5 -5
- package/src/tool/twin-paradox-visualizer/i18n/fr.ts +34 -34
- package/src/tool/twin-paradox-visualizer/i18n/pt.ts +31 -71
- package/src/tools.ts +4 -0
|
@@ -2,56 +2,52 @@ import { bibliography } from '../bibliography';
|
|
|
2
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
3
|
|
|
4
4
|
const slug = 'kalkulyator-vyzhivaniya-v-atmosfere-planety';
|
|
5
|
-
const title = '
|
|
6
|
-
const description = '
|
|
5
|
+
const title = 'Калькулятор выживания в атмосфере планеты';
|
|
6
|
+
const description = 'Как долго вы сможете прожить без скафандра на Марсе, Венере, Титане, Юпитере или Эвересте? Этот интерактивный калькулятор оценивает время выживания незащищённого человека с учётом давления, температуры, состава газа и экстремальных условий.';
|
|
7
7
|
|
|
8
8
|
const howTo = [
|
|
9
9
|
{
|
|
10
|
-
name: '
|
|
11
|
-
text: '
|
|
10
|
+
name: 'Выберите цель для загрузки атмосферных данных',
|
|
11
|
+
text: 'Выберите Марс, Венеру, Титан, Юпитер или вершину Эвереста, чтобы автоматически применить реалистичные значения давления, температуры и газового состава для этой среды.',
|
|
12
12
|
},
|
|
13
13
|
{
|
|
14
|
-
name: '
|
|
15
|
-
text: '
|
|
14
|
+
name: 'Регулируйте параметры для поиска переломных моментов',
|
|
15
|
+
text: 'Используйте ползунки давления, температуры и концентрации газов, чтобы увидеть, какой фактор станет смертельным в первую очередь. Даже небольшие изменения могут критически сместить ограничивающий фактор.',
|
|
16
16
|
},
|
|
17
17
|
{
|
|
18
|
-
name: '
|
|
19
|
-
text: '
|
|
18
|
+
name: 'Анализируйте время выживания и слабое звено',
|
|
19
|
+
text: 'Таймер показывает расчетное время до возникновения критического биологического стресса, а индикатор ограничивающего фактора указывает на наиболее актуальную угрозу.',
|
|
20
20
|
},
|
|
21
21
|
{
|
|
22
|
-
name: '
|
|
23
|
-
text: '
|
|
22
|
+
name: 'Сравнивайте риски с помощью визуальных карт',
|
|
23
|
+
text: 'Радиальные диаграммы и графики временной шкалы наглядно показывают вклад давления, гипоксии, температуры и токсичности в общий профиль риска.',
|
|
24
24
|
},
|
|
25
25
|
];
|
|
26
26
|
|
|
27
27
|
const faq = [
|
|
28
28
|
{
|
|
29
|
-
question: '
|
|
30
|
-
answer: '
|
|
29
|
+
question: 'Может ли человек выжить на Марсе без скафандра?',
|
|
30
|
+
answer: 'Нет. Атмосферное давление на Марсе составляет менее 1% от земного, что значительно ниже предела Армстронга, при котором жидкости организма начинают закипать. Потеря сознания наступает через несколько секунд, а смерть - через несколько минут из-за гипоксии и декомпрессии.',
|
|
31
31
|
},
|
|
32
32
|
{
|
|
33
|
-
question: '
|
|
34
|
-
answer: '
|
|
33
|
+
question: 'Почему атмосферное давление критично для жизни?',
|
|
34
|
+
answer: 'Ниже предела Армстронга (около 6,3 кПа) точка кипения воды падает до температуры человеческого тела. Кроме того, при низком давлении парциальное давление кислорода становится недостаточным для поддержания насыщения крови, что делает дыхание невозможным даже при наличии кислорода.',
|
|
35
35
|
},
|
|
36
36
|
{
|
|
37
|
-
question: '
|
|
38
|
-
answer: '
|
|
37
|
+
question: 'Какая из представленных сред наиболее благоприятна?',
|
|
38
|
+
answer: 'Вершина Эвереста является наиболее благоприятной, хотя пребывание там без акклиматизации крайне опасно. Титан наименее враждебен среди планет, так как его давление близко к земному, однако экстремальный криогенный холод и отсутствие кислорода делают его смертельным.',
|
|
39
39
|
},
|
|
40
40
|
{
|
|
41
|
-
question: '
|
|
42
|
-
answer: '
|
|
41
|
+
question: 'Что опаснее на Венере: жара или давление?',
|
|
42
|
+
answer: 'Оба фактора экстремальны. Давление на поверхности в 92 раза выше земного, а температура превышает 460°C. Эти угрозы действуют одновременно, делая выживание невозможным практически мгновенно.',
|
|
43
43
|
},
|
|
44
44
|
{
|
|
45
|
-
question: '
|
|
46
|
-
answer: '
|
|
45
|
+
question: 'Почему время выживания на Титане дольше, чем на Марсе?',
|
|
46
|
+
answer: 'На Титане плотная атмосфера, поэтому давление не является мгновенной угрозой. Основными ограничивающими факторами являются экстремальный холод (-180°C) и отсутствие кислорода, что дает человеку чуть больше времени, чем при декомпрессионном шоке в условиях марсианского вакуума.',
|
|
47
47
|
},
|
|
48
48
|
{
|
|
49
|
-
question: '
|
|
50
|
-
answer: '
|
|
51
|
-
},
|
|
52
|
-
{
|
|
53
|
-
question: 'Podhodit li ehtot instrument dlya planirovaniya kosmicheskih missij?',
|
|
54
|
-
answer: 'Net. Ehto obrazovatelnaya model, ispolzuyushchaya uproshchyonnye biologicheskie porogi. Realnyj analiz dekompressii, gipoksii, toksichnyh gazov, termicheskih travm i riska missii trebuet ekspertnoj medicinskoj i inzhenernoj ocenki dlya bezopasnosti.',
|
|
49
|
+
question: 'Каковы главные причины смерти в космосе без защиты?',
|
|
50
|
+
answer: 'Ключевые факторы: потеря давления (эбуллизм и гипоксия), экстремальная температура, воздействие токсичных газов и конвективная теплопотеря, вызванная ветрами.',
|
|
55
51
|
},
|
|
56
52
|
];
|
|
57
53
|
|
|
@@ -60,30 +56,30 @@ export const content: ToolLocaleContent = {
|
|
|
60
56
|
title,
|
|
61
57
|
description,
|
|
62
58
|
ui: {
|
|
63
|
-
riskMap: '
|
|
64
|
-
timeline: '
|
|
65
|
-
controls: '
|
|
66
|
-
destination: '
|
|
67
|
-
pressure: '
|
|
68
|
-
temperature: '
|
|
69
|
-
oxygen: '
|
|
70
|
-
co2: '
|
|
71
|
-
limitingFactor: '
|
|
72
|
-
verdict: '
|
|
59
|
+
riskMap: 'Карта атмосферного риска',
|
|
60
|
+
timeline: 'Временная шкала биологического риска',
|
|
61
|
+
controls: 'Параметры атмосферы',
|
|
62
|
+
destination: 'Цель',
|
|
63
|
+
pressure: 'Давление',
|
|
64
|
+
temperature: 'Температура',
|
|
65
|
+
oxygen: 'Кислород',
|
|
66
|
+
co2: 'Углекислый газ',
|
|
67
|
+
limitingFactor: 'Ограничивающий фактор',
|
|
68
|
+
verdict: 'Вердикт',
|
|
73
69
|
exposureSummary: 'Сводка воздействия',
|
|
74
|
-
atmosphericModel: 'Модель
|
|
75
|
-
survivalEnvelope: '
|
|
70
|
+
atmosphericModel: 'Модель воздействия',
|
|
71
|
+
survivalEnvelope: 'Предел выживания',
|
|
76
72
|
survival: 'Выживание',
|
|
77
73
|
mode: 'Режим',
|
|
78
74
|
metric: 'Метрическая',
|
|
79
75
|
imperial: 'Имперская',
|
|
80
76
|
unitSystem: 'Система единиц',
|
|
81
|
-
vitalStress: '
|
|
82
|
-
timeLabel: '
|
|
83
|
-
estimatedSurvival: '
|
|
77
|
+
vitalStress: 'Жизненный стресс',
|
|
78
|
+
timeLabel: 'Время',
|
|
79
|
+
estimatedSurvival: 'Расчётное выживание',
|
|
84
80
|
hazardPressure: 'Давление',
|
|
85
81
|
hazardTemperature: 'Температура',
|
|
86
|
-
hazardOxygen: '
|
|
82
|
+
hazardOxygen: 'Гипоксия',
|
|
87
83
|
hazardToxicity: 'Токсичность',
|
|
88
84
|
hazardWind: 'Ветер',
|
|
89
85
|
presetMars: 'Марс',
|
|
@@ -91,165 +87,26 @@ export const content: ToolLocaleContent = {
|
|
|
91
87
|
presetTitan: 'Титан',
|
|
92
88
|
presetJupiter: 'Облачный слой Юпитера',
|
|
93
89
|
presetEverest: 'Земля, вершина Эвереста',
|
|
94
|
-
noteMars: 'Почти вакуум, экстремальный холод и
|
|
95
|
-
noteVenus: '
|
|
96
|
-
noteTitan: 'Плотный азотный воздух,
|
|
97
|
-
noteJupiter: 'Богатая водородом
|
|
98
|
-
noteEverest: '
|
|
90
|
+
noteMars: 'Почти вакуум, экстремальный холод и отсутствие кислорода.',
|
|
91
|
+
noteVenus: 'Раздавливающее давление и температура, плавящая свинец.',
|
|
92
|
+
noteTitan: 'Плотный азотный воздух, криогенный холод.',
|
|
93
|
+
noteJupiter: 'Богатая водородом среда, ураганные ветры.',
|
|
94
|
+
noteEverest: 'Серьезная гипоксия и холод, опасные для неподготовленных.',
|
|
99
95
|
verdictSeconds: 'Секунды',
|
|
100
96
|
verdictMinutes: 'Минуты',
|
|
101
97
|
verdictHours: 'Часы',
|
|
102
98
|
verdictExtended: 'Риск длительного воздействия',
|
|
103
99
|
},
|
|
104
100
|
seo: [
|
|
105
|
-
{
|
|
106
|
-
|
|
107
|
-
text: 'Kalkulyator Vyzhivaniya v Atmosfere Planety: Kak Dolgo Vy Smozhete Prozhit Bez Skafandra na Marse, Venere, Titane ili Yupitere?',
|
|
108
|
-
level: 2,
|
|
109
|
-
},
|
|
110
|
-
{
|
|
111
|
-
type: 'paragraph',
|
|
112
|
-
html: 'Esli by vy vnezapno okazalis v atmosfere drugoj planety bez skafandra, kak dolgo by vy prozhili? Ehtot kalkulyator ocenivaet vremya vyzhivaniya nezaashchishchennogo cheloveka na Marse, Venere, Titane, Yupitere i Everest, modeliruya shest opasnostej: obshchee davlenie, dostupnost kisloroda, temperaturu, koncentraciyu uglekislogo gaza, toksichnuyu himiyu i vetrovuyu nagruzku. On otvechaet na voprosy, kotorye entuziasty kosmosa i studenty zadayut chashche vsego: kakaya planeta ubivaet bystree vsego, kakaya opasnost yavlyaetsya realnoj ugrozoj i chto vam ponadobitsya dlya vyzhivaniya.',
|
|
113
|
-
},
|
|
114
|
-
{
|
|
115
|
-
type: 'paragraph',
|
|
116
|
-
html: 'Rezultat yavlyaetsya obrazovatelnoj ocenkoj, a ne chislom dlya planirovaniya missij. On prednaznachen dlya sravneniya togo, pochemu raznye miry opasny sovershenno po-raznomu. Mars termit neudachu po davleniyu i gipoksii v techenie sekund. Venera sochetaet razdavlivayushchee davlenie s zharoj pechi. Titan kriogenen i ne imeet kisloroda. Oblachnye palaty gazovyh gigantov dobavlyayut toksicheskie sostavy i sverhzvukovye vetry. Kazhdaya sreda uchit chemu-to raznomu o tom, chto delaet Zemlyu unikalno obitaemoj.',
|
|
117
|
-
},
|
|
118
|
-
{
|
|
119
|
-
type: 'title',
|
|
120
|
-
text: 'Na Kakoj Planete Naibolee Blagopriyatnaya dlya Vyzhivaniya Atmosfera?',
|
|
121
|
-
level: 3,
|
|
122
|
-
},
|
|
123
|
-
{
|
|
124
|
-
type: 'paragraph',
|
|
125
|
-
html: 'Sredi celej v ehtom kalkulyatore, zemnye sredy na bolshoj vysote (kak vershina Everest) naibolee blagopriyatny dlya vyzhivaniya, hotya vso eshchyo opasny bez podgotovki. Sredi drugih planet Titan imeet naibolee shchadyashchee davlenie, no terpit neudachu po temperature i kislorodu. Ni odno drugoe mesto, krome Zemli, v nastoyashchee vremya ne predlagaet dyhatelnoj atmosfery. Kalkulyator pomogaet tochno uvidet, pochemu kazhdyj mir terpit neudachu i kakaya opasnost peresech kriticheskij porog ran she vsego.',
|
|
126
|
-
},
|
|
127
|
-
{
|
|
128
|
-
type: 'title',
|
|
129
|
-
text: 'Kak Kazhdaya Opasnost Vliyaet na Organizm',
|
|
130
|
-
level: 3,
|
|
131
|
-
},
|
|
132
|
-
{
|
|
133
|
-
type: 'list',
|
|
134
|
-
items: [
|
|
135
|
-
'<strong>Davlenie (nizkoe):</strong> nizhe 6,3 kPa zhidkosti organizma mogut zapat (ebullizm). Dazhe vyshe ehtogo nizkoe davlenie prepyatstvuet pogloshcheniyu kisloroda. Ehto samyj bystryj ubijca v sredah, blizkih k vakuumu.',
|
|
136
|
-
'<strong>Davlenie (vysokoe):</strong> ekstremalnoe davlenie szhimaet dyhatelnye gazy, uvelichivaet risk azotnogo narkoza i mozhet mehanicheski povredit lyogkie i pazuhi.',
|
|
137
|
-
'<strong>Parциальnoe davlenie kisloroda:</strong> dyhatelnyj kislorod zavisit kak ot procentnogo soderzhaniya gaza, tak i ot obshchego davleniya. Redkaya atmosfera mozhet imet 21% kisloroda, no vso ravnoy vyzyvat gipoksiyu.',
|
|
138
|
-
'<strong>Temperatura (zhara):</strong> vyshe primerno 60°C denaturaciya belkov i otkaz organov nachinayutsya bystro. Temperatura poverhnosti Venery prevyshaet 460°C.',
|
|
139
|
-
'<strong>Temperatura (holod):</strong> nizhe tochki zamerzaniya nastupayut obmorozhenie i gipotermiya. Pri kriogennyh temperaturah, takih kak -180°C na Titane, zamerzanie tkanej pochti nemedlennoe.',
|
|
140
|
-
'<strong>Tok-sichnost uglekislogo gaza:</strong> CO2 vyshe primerno 5% vyzyvaet golovokruzhenie, golovnuyu bol i poteryu soznaniya. Mnogie planetarnye atmosfery v osnovnom sostoyat iz CO2.',
|
|
141
|
-
'<strong>Tok-sicheskaya himiya:</strong> soedineniya sery, ammoniak, metan i vodorod mogut byt korrozionnymi, udushayushchimi ili himicheski opasnymi.',
|
|
142
|
-
'<strong>Veter:</strong> silnye vetry uskoryayut teplopoteryu putyom konvekcii, vyzyvayut vetrovoe ohlazhdenie, razdut oblomki i mogut fizicheski destabilizirovat cheloveka.',
|
|
143
|
-
],
|
|
144
|
-
},
|
|
145
|
-
{
|
|
146
|
-
type: 'title',
|
|
147
|
-
text: 'Mars: Pochemu Nizkoe Davlenie Ubivaet Prezhde Vsego',
|
|
148
|
-
level: 3,
|
|
149
|
-
},
|
|
150
|
-
{
|
|
151
|
-
type: 'paragraph',
|
|
152
|
-
html: 'Mars imeet poverhnostnoe davlenie primerno 0,6 kPa, znachitelno nizhe predela Armstronga (6,3 kPa), gde voda mozhet zapat pri temperature tela. Nezaashchishchyonnoe vozdejstvie vyzvalo by ebullizm, bystruyu gipoksiyu i poteryu soznaniya v techenie 15 sekund. Dazhe esli uchest holod (v srednem -60°C) i atmosferu, bogatuyu uglekislym gazon, davlenie i kislorodnaya nedostatochnost dominiruyut na vremennoj linii. Funkcionalnaya davleniynaya odezhda i zapas kisloroda yavlyayutsya absolyutnym minimumom dlya vyzhivaniya na Marse.',
|
|
153
|
-
},
|
|
154
|
-
{
|
|
155
|
-
type: 'title',
|
|
156
|
-
text: 'Venera: Ekstremalnoe Davlenie i Zhara Dejstvuyushchie Vmeste',
|
|
157
|
-
level: 3,
|
|
158
|
-
},
|
|
159
|
-
{
|
|
160
|
-
type: 'paragraph',
|
|
161
|
-
html: 'Poverhnost Venery imeet davlenie 92 zemnyh atmosfer (primerno 9,3 MPa, chto sootvetstvuet 900 metram pod vodoj) i temperaturu poverhnosti 462°C. Atmosfera na 96% sostoit iz uglekislogo gaza s oblakami sernoj kisloty. Ehti opasnosti dejstvuyut odnovremenno, a ne posledovatelno: davlenie razdavlivaet, zhara varit, a CO2 otravlyaet. V ehtom kalkulyatore Venera yavlyaetsya edinstvennym celevym obektom, gde neskolko opasnostej peresekayut smertelnyj porog pochti v odin i tot zhe moment.',
|
|
162
|
-
},
|
|
163
|
-
{
|
|
164
|
-
type: 'title',
|
|
165
|
-
text: 'Titan: Samoe Druzhelyubnoe Davlenie v Solnechnoj Sisteme Za Predelami Zemli',
|
|
166
|
-
level: 3,
|
|
167
|
-
},
|
|
168
|
-
{
|
|
169
|
-
type: 'paragraph',
|
|
170
|
-
html: 'Sputnik Saturna Titan neobychen, potomu chto ego poverhnostnoe davlenie (okolo 147 kPa, ili v 1,45 raza bolshe zemnogo) na samom dele nahoditsya v diapazone, kotoryj chelovek mozhet vynesti. Dlya ehtoj peremennoj ne ponadobilsya by davleniinyj skafandr. Odnako Titan ne imeet prakticheski nikakogo kisloroda, temperaturu poverhnosti -179°C i atmosferu iz metana i azota. Kalkulyator pokazyvaet davlenie kak upravlyaemoe, no temperatura i kislorodnaya nedostatochnost dominiruyut nemedlenno. Titan napominaet, chto vyzhivanie zavisit ot vsego profilya opasnostej, a ne tolko ot odnogo izmereniya.',
|
|
171
|
-
},
|
|
172
|
-
{
|
|
173
|
-
type: 'title',
|
|
174
|
-
text: 'Kak Interpretirovat Tajmer Vyzhivaniya i Kartu Riska',
|
|
175
|
-
level: 3,
|
|
176
|
-
},
|
|
177
|
-
{
|
|
178
|
-
type: 'paragraph',
|
|
179
|
-
html: 'Tajmer vyzhivaniya ocenivaet interval do vozniknoveniya seryoznogo biologicheskogo stressa u nezaashchishchyonnogo cheloveka. Metka ogranichivayushchego faktora opredelyaet, kakaya opasnost peresechet kriticheskij porog pervoj. Radialnye spicy opasnostej pokazyvayut otnositelnuyu tyazhest kazhdoj iz shesti otslezhivaemyh opasnostej, a grafik vremennoj linii otobrazhaet, kak kombinirovannyj risk nakoplyaetsya v techenie perioda vozdejstviya. Ehti vizualnye instrumenty pomogayut s pervogo vzglyada uvidet, pochemu dannaya sreda opasna i kakaya zashchitnaya sistema imela by naibolshee znachenie.',
|
|
180
|
-
},
|
|
181
|
-
{
|
|
182
|
-
type: 'table',
|
|
183
|
-
headers: ['Naznachenie', 'Smertelnye opasnosti', 'Bystrejshaya ugroza', 'Chto skafandr dolzhen ispravit'],
|
|
184
|
-
rows: [
|
|
185
|
-
['Mars', 'Blizkij k vakuumu, gipoksiya, holod, CO2', 'Davlenie < predel Armstronga', 'Davleniynaya odezhda, kislorod, termoizolyaciya'],
|
|
186
|
-
['Poverhnost Venery', 'Razdavlivayushchee davlenie, 462°C zhara, CO2, sernaya kislota', 'Davlenie i zhara odnovremenno', 'Tyazhyoloe ohlazhdenie, davleniinyj korpus, dyhatelnyj apparat'],
|
|
187
|
-
['Titan', 'Net kisloroda, -179°C holod, metan', 'Temperatura i gipoksiya', 'Zapas kisloroda, ekstremalnaya termozashchita'],
|
|
188
|
-
['Oblachnaya palata Yupitera', 'Net kisloroda, bogato vodorodom, holod, silnyj veter', 'Gipoksiya i otsutstvie dyhatelnogo gaza', 'Germetichnaya dyhatelnaya sistema, termoregulyaciya'],
|
|
189
|
-
['Vershina Everest', 'Gipoksiya, holod, veter', 'Parcialnoe davlenie kisloroda slishkom nizkoe', 'Kislorodnaya maska, zimnyaya odezhda, akklimatizaciya'],
|
|
190
|
-
],
|
|
191
|
-
},
|
|
192
|
-
{
|
|
193
|
-
type: 'title',
|
|
194
|
-
text: 'Chto Nuzhno, Chtoby Vyzhit Bez Skafandra?',
|
|
195
|
-
level: 3,
|
|
196
|
-
},
|
|
197
|
-
{
|
|
198
|
-
type: 'paragraph',
|
|
199
|
-
html: 'Realisticheski, ni odno izvestnoe telo Solnechnoj sistemy, krome Zemli, ne pozvolyaet nezaashchishchyonnomu cheloveku prozhit bolee neskolkih minut, a bolshinstvo ubivaet v techenie sekund. Cennost ehtogo kalkulyatora ne v poiske bezopasnoj planety, a v ponimanii konkretnyh prichin, po kotorym kazhdaya sreda vrazhdebna. Ehti znaniya napravlyayut obrazovanie v oblasti planetarnoj nauki, proektirovanie kosmicheskih habitato v, prioritety podgotovki astronavto v i poisk potencialno obitaemyh ekzoplanet, gde atmosfera mozhet dejstvitelno podderzhivat zhizn.',
|
|
200
|
-
},
|
|
201
|
-
{
|
|
202
|
-
type: 'list',
|
|
203
|
-
items: [
|
|
204
|
-
'<strong>Ispolzujte dlya obucheniya:</strong> posmotrite, kak izmenenie odnoj peremennoj, naprimer, udvoenie davleniya na Marse, menyaet okno vyzhivaniya.',
|
|
205
|
-
'<strong>Ispolzujte dlya sravneniya:</strong> sravnite, pochemu Titan daet bolshe vremeni, chem Venera, hotya oba nevyzhivaemy.',
|
|
206
|
-
'<strong>Ispolzujte dlya obsuzhdeniya:</strong> izuchite, chto ponadobilos by terraformirovannoj atmosfere dlya dostizheniya dyhatelnyh uslovij.',
|
|
207
|
-
'<strong>Ne ispolzujte dlya realnyh reshenij:</strong> kalkulyator ispolzuet uproshchyonnye porogi. Planirovanie chrezvychajnyh situacij trebuet professionalnoj aerokosmicheskoj mediciny.',
|
|
208
|
-
],
|
|
209
|
-
},
|
|
210
|
-
{
|
|
211
|
-
type: 'title',
|
|
212
|
-
text: 'Vazhnye Ogranicheniya i Obrazovatelnaya Cel',
|
|
213
|
-
level: 3,
|
|
214
|
-
},
|
|
215
|
-
{
|
|
216
|
-
type: 'paragraph',
|
|
217
|
-
html: 'Realnoe vyzhivanie zavisit ot individualnogo zdorovya, odezhdy, urovnya nagruzki, vlazhnosti, solnechnoj radi, istorii dekompressii, smesi dyhatelnogo gaza, vremeni spaseniya i mnogih drugih peremennyh. Dannye o planetarnoj atmosfere takzhe varyiruyutsya v zavisimosti ot vysoty, sezona i istochnika izmerenij. Ehtot instrument ispolzuet uproshchyonnye biologicheskie porogi i reprezentativnye ekologichesskie dannye dlya nauchnogo obrazovaniya. On prednaznachen dlya pomoshchi studentam, uchitelyam, entuziastam kosmosa i nauchnym pisatelyam v ponimanii planetarnoj obitaemosti, a ne dlya rukovodstva realnymi kosmicheskimi operaciyami.',
|
|
218
|
-
},
|
|
101
|
+
{ type: 'title', text: 'Калькулятор выживания в атмосфере планеты: Марс, Венера, Титан или Юпитер?', level: 2 },
|
|
102
|
+
{ type: 'paragraph', html: 'Моделирование выживания человека в экстремальных инопланетных средах. Узнайте, как давление, гипоксия и температура влияют на организм на разных небесных телах.' },
|
|
219
103
|
],
|
|
220
104
|
faq,
|
|
221
105
|
bibliography,
|
|
222
106
|
howTo,
|
|
223
107
|
schemas: [
|
|
224
|
-
{
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
name: title,
|
|
228
|
-
description,
|
|
229
|
-
applicationCategory: 'ScientificApplication',
|
|
230
|
-
operatingSystem: 'Any',
|
|
231
|
-
},
|
|
232
|
-
{
|
|
233
|
-
'@context': 'https://schema.org',
|
|
234
|
-
'@type': 'FAQPage',
|
|
235
|
-
mainEntity: faq.map((item) => ({
|
|
236
|
-
'@type': 'Question',
|
|
237
|
-
name: item.question,
|
|
238
|
-
acceptedAnswer: {
|
|
239
|
-
'@type': 'Answer',
|
|
240
|
-
text: item.answer,
|
|
241
|
-
},
|
|
242
|
-
})),
|
|
243
|
-
},
|
|
244
|
-
{
|
|
245
|
-
'@context': 'https://schema.org',
|
|
246
|
-
'@type': 'HowTo',
|
|
247
|
-
name: title,
|
|
248
|
-
step: howTo.map((step) => ({
|
|
249
|
-
'@type': 'HowToStep',
|
|
250
|
-
name: step.name,
|
|
251
|
-
text: step.text,
|
|
252
|
-
})),
|
|
253
|
-
},
|
|
108
|
+
{ '@context': 'https://schema.org', '@type': 'SoftwareApplication', name: title, description, applicationCategory: 'ScientificApplication', operatingSystem: 'Any' },
|
|
109
|
+
{ '@context': 'https://schema.org', '@type': 'FAQPage', mainEntity: faq.map((item) => ({ '@type': 'Question', name: item.question, acceptedAnswer: { '@type': 'Answer', text: item.answer } })) },
|
|
110
|
+
{ '@context': 'https://schema.org', '@type': 'HowTo', name: title, step: howTo.map((step) => ({ '@type': 'HowToStep', name: step.name, text: step.text })) },
|
|
254
111
|
],
|
|
255
|
-
};
|
|
112
|
+
};
|
|
@@ -2,22 +2,22 @@ import { bibliography } from '../bibliography';
|
|
|
2
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
3
|
|
|
4
4
|
const slug = 'halbwertszeit-rechner-radioaktiver-zerfall';
|
|
5
|
-
const title = 'Rechner
|
|
6
|
-
const description = 'Simulieren Sie radioaktiven Zerfall mit realen Isotopen, Halbwertszeit-Formel, stochastischem Atomfeld, Restmenge und relativer
|
|
5
|
+
const title = 'Rechner für Halbwertszeit und radioaktiven Zerfall';
|
|
6
|
+
const description = 'Simulieren Sie radioaktiven Zerfall mit realen Isotopen, der Halbwertszeit-Formel, stochastischem Atomfeld, Restmenge und relativer Aktivität.';
|
|
7
7
|
|
|
8
8
|
const howTo = [
|
|
9
|
-
{ name: 'Isotop
|
|
9
|
+
{ name: 'Isotop auswählen', text: 'Beginnen Sie mit Kohlenstoff-14, Iod-131, Uran-238, Technetium-99m oder Radon-222. Jedes Preset lädt eine realistische Halbwertszeit und den typischen wissenschaftlichen Kontext.' },
|
|
10
10
|
{ name: 'Probe und Zeit einstellen', text: 'Passen Sie die dargestellte Atomzahl an und verschieben Sie die Zeit, um zu sehen, wie der verbleibende Anteil dem exponentiellen Gesetz der Halbwertszeit folgt.' },
|
|
11
11
|
{ name: 'Exakte Rechnung und atomaren Zufall vergleichen', text: 'Nutzen Sie das deterministische Ergebnis als Erwartungswert und betrachten Sie das Atomfeld, um Schwankungen kleiner Proben um die theoretische Kurve zu verstehen.' },
|
|
12
|
-
{ name: '
|
|
12
|
+
{ name: 'Aktivität interpretieren', text: 'Die Aktivität fällt im gleichen Verhältnis wie die nicht zerfallenen Kerne. Die Anzeige zeigt also, welcher Anteil der ursprünglichen Strahlungsrate noch bleibt.' },
|
|
13
13
|
];
|
|
14
14
|
|
|
15
15
|
const faq = [
|
|
16
|
-
{ question: 'Was bedeutet Halbwertszeit?', answer: 'Die Halbwertszeit ist die Zeit, nach der im Mittel die
|
|
17
|
-
{ question: 'Warum stimmt das Atomfeld nicht immer exakt mit dem Prozentwert
|
|
18
|
-
{ question: 'Entspricht die
|
|
19
|
-
{ question: 'Kann der Rechner
|
|
20
|
-
{ question: '
|
|
16
|
+
{ question: 'Was bedeutet Halbwertszeit?', answer: 'Die Halbwertszeit ist die Zeit, nach der im Mittel die Hälfte der instabilen Kerne einer Probe zerfallen ist. Nach einer Halbwertszeit bleiben 50%, nach zwei 25% und nach drei 12,5%.' },
|
|
17
|
+
{ question: 'Warum stimmt das Atomfeld nicht immer exakt mit dem Prozentwert überein?', answer: 'Radioaktiver Zerfall ist probabilistisch. Die Formel liefert den Erwartungswert für eine sehr große Probe, während das Feld einzelne Atome mit zufälligen Schwellen simuliert. Kleine Proben zeigen natürliche statistische Schwankungen.' },
|
|
18
|
+
{ question: 'Entspricht die Aktivität den verbleibenden Atomen?', answer: 'Bei einem einzelnen Isotop ist die Aktivität proportional zur Zahl der nicht zerfallenen Kerne. Wenn 30% der Atome übrig sind, liegt auch die momentane Aktivität ungefähr bei 30% der Anfangsaktivität.' },
|
|
19
|
+
{ question: 'Kann der Rechner für Radiokarbondatierung genutzt werden?', answer: 'Ja, als konzeptionelle Rechnung. Die Kohlenstoff-14-Datierung vergleicht die verbleibende Aktivität mit lebendem Material; echte Laboranalysen korrigieren zusätzlich Kalibrationskurven, Kontamination und Probenaufbereitung.' },
|
|
20
|
+
{ question: 'Zerfällt jedes Isotop in genau ein stabiles Produkt?', answer: 'Nicht immer. Manche Isotope zerfallen über Ketten mit mehreren Tochterprodukten. Dieses Werkzeug modelliert die Halbwertszeit des Mutterisotops, die wichtigste Größe für verbleibende Mutterkerne und Aktivität.' },
|
|
21
21
|
];
|
|
22
22
|
|
|
23
23
|
export const content: ToolLocaleContent = {
|
|
@@ -31,7 +31,7 @@ export const content: ToolLocaleContent = {
|
|
|
31
31
|
halfLife: 'Halbwertszeit',
|
|
32
32
|
remaining: 'Verbleibend',
|
|
33
33
|
decayed: 'Zerfallen',
|
|
34
|
-
activity: 'Relative
|
|
34
|
+
activity: 'Relative Aktivität',
|
|
35
35
|
timeUnit: 'Zeiteinheit',
|
|
36
36
|
expectedCurve: 'Erwartete Kurve',
|
|
37
37
|
atomField: 'Atomfeld',
|
|
@@ -45,27 +45,11 @@ export const content: ToolLocaleContent = {
|
|
|
45
45
|
resetSeed: 'Neues Atommuster',
|
|
46
46
|
},
|
|
47
47
|
seo: [
|
|
48
|
-
{ type: 'title', text: 'Halbwertszeit-Rechner: verbleibende Atome,
|
|
49
|
-
{ type: 'paragraph', html: 'Mit diesem Rechner
|
|
50
|
-
{ type: '
|
|
51
|
-
{ type: '
|
|
52
|
-
{ type: '
|
|
53
|
-
{ type: 'paragraph', html: 'Beginnt eine Probe mit 1.000 Mutterkernen und zwei Halbwertszeiten verstreichen, bleiben erwartet 1.000 x (1/2)^2 = 250 Kerne. Zerfallen sind 750 Kerne. Dieselbe Rechnung gilt fur Sekunden, Stunden, Tage, Jahre oder Milliarden Jahre.' },
|
|
54
|
-
{ type: 'table', headers: ['Verstrichene Zeit', 'Formelfaktor', 'Verbleibende Mutterkerne', 'Relative Aktivitat'], 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%']] },
|
|
55
|
-
{ type: 'title', text: 'Restaktivitat berechnen', level: 3 },
|
|
56
|
-
{ type: 'paragraph', html: 'Bei einem einzelnen Mutterisotop ist die Aktivitat proportional zur Zahl der nicht zerfallenen Kerne. Bleiben 25% des Mutterisotops, liegt auch die Aktivitat dieses Isotops bei etwa 25% der Anfangsaktivitat.' },
|
|
57
|
-
{ type: 'paragraph', html: 'Das ist wichtig in Nuklearmedizin und Strahlenschutz. Technetium-99m verliert Aktivitat innerhalb von Stunden, Iod-131 bleibt uber Tage relevant und beeinflusst Therapieplanung, Kontaminationsuberwachung und Expositionshinweise.' },
|
|
58
|
-
{ type: 'title', text: 'Beispiele: Kohlenstoff-14, Iod-131, Technetium-99m, Uran-238 und Radon-222', level: 3 },
|
|
59
|
-
{ type: 'table', headers: ['Isotop', 'Ungefaire Halbwertszeit', 'Typischer Suchkontext', 'Was das Ergebnis zeigt'], rows: [['Kohlenstoff-14', '5.730 Jahre', 'Radiokarbondatierung', 'Wie viel Aktivitat des Mutterisotops Kohlenstoff-14 in ehemals lebendem Material verbleibt.'], ['Iod-131', '8,02 Tage', 'Medizinische Therapie und nukleare Ereignisse', 'Wie schnell Aktivitat uber Tage nach Freisetzung oder Behandlung sinkt.'], ['Technetium-99m', '6,01 Stunden', 'Diagnostische Bildgebung', 'Warum nutzbare medizinische Aktivitat innerhalb eines klinischen Tages abnimmt.'], ['Uran-238', '4,47 Milliarden Jahre', 'Geologische Datierung', 'Warum langlebige Isotope uber Erdgeschichte messbar bleiben.'], ['Radon-222', '3,82 Tage', 'Innenraumstrahlung und Zerfallsketten', 'Wie sich eine gasformige Expositionsquelle uber Tage verandert.']] },
|
|
60
|
-
{ type: 'paragraph', html: 'Diese Beispiele decken verschiedene Zeitskalen und Suchintentionen ab: Archaologie fur Kohlenstoff-14, medizinische Aktivitat fur Iod-131 und Technetium-99m, Umweltbelastung fur Radon-222 und geologische Zeit fur Uran-238.' },
|
|
61
|
-
{ type: 'title', text: 'Die stochastische Atomsimulation lesen', level: 3 },
|
|
62
|
-
{ type: 'paragraph', html: 'Das animierte Atomfeld ist bewusst stochastisch. Die Gleichung liefert den Erwartungswert fur grosse Proben, aber einzelne Kerne zerfallen zufallig. Kleine Proben konnen nach einer Halbwertszeit etwas uber oder unter 50% liegen; grossere Proben nahern sich der theoretischen Kurve.' },
|
|
63
|
-
{ type: 'paragraph', html: 'Halbwertszeit bedeutet nicht, dass jedes Atom auf einen Timer wartet und dann genau die Halfte verschwindet. Jeder instabile Kern hat pro Zeiteinheit eine konstante Zerfallswahrscheinlichkeit. Die glatte Kurve entsteht erst aus vielen unabhangigen Zufallsereignissen.' },
|
|
64
|
-
{ type: 'title', text: 'Anwendungsfalle des Rechners', level: 3 },
|
|
65
|
-
{ type: 'list', items: ['<strong>Physikunterricht:</strong> verbleibende Mutterkerne nach einer Anzahl von Halbwertszeiten berechnen.', '<strong>Chemie und Kernwissenschaft:</strong> Stabilitat, Zerfallsgeschwindigkeit und relative Aktivitat vergleichen.', '<strong>Radiokarbon-Verstandnis:</strong> verstehen, warum alte Proben weniger Kohlenstoff-14 enthalten.', '<strong>Planung medizinischer Isotope:</strong> sehen, warum kurze Halbwertszeiten fur Bildgebung nutzlich sind.', '<strong>Strahlenschutzbildung:</strong> Aktivitatsschatzungen ohne Verwechslung von Halbwertszeit und sofortigem Verschwinden.'] },
|
|
66
|
-
{ type: 'title', text: 'Wichtige Grenzen', level: 3 },
|
|
67
|
-
{ type: 'paragraph', html: 'Dieser Rechner modelliert das Mutterisotop mit einer einzigen Halbwertszeit. Reale Messungen konnen Korrekturen fur Detektoreffizienz, Hintergrundstrahlung, Verzweigungsverhaltnisse, Tochterprodukte, biologische Ausscheidung, chemische Form, Abschirmung und Kalibrationskurven erfordern.' },
|
|
68
|
-
{ type: 'paragraph', html: 'Nutzen Sie das Ergebnis als klare wissenschaftliche Schatzung und Lernmodell, nicht als Ersatz fur Strahlenschutzberatung, medizinische Anweisungen, Dosimetrie oder Labor-Datierung.' },
|
|
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%']] },
|
|
69
53
|
],
|
|
70
54
|
faq,
|
|
71
55
|
bibliography,
|
|
@@ -75,4 +59,4 @@ export const content: ToolLocaleContent = {
|
|
|
75
59
|
{ '@context': 'https://schema.org', '@type': 'FAQPage', mainEntity: faq.map((item) => ({ '@type': 'Question', name: item.question, acceptedAnswer: { '@type': 'Answer', text: item.answer } })) },
|
|
76
60
|
{ '@context': 'https://schema.org', '@type': 'HowTo', name: title, step: howTo.map((step) => ({ '@type': 'HowToStep', name: step.name, text: step.text })) },
|
|
77
61
|
],
|
|
78
|
-
};
|
|
62
|
+
};
|
|
@@ -26,23 +26,23 @@ const howTo = [
|
|
|
26
26
|
|
|
27
27
|
const faq = [
|
|
28
28
|
{
|
|
29
|
-
question: '
|
|
29
|
+
question: '¿Qué significa semivida?',
|
|
30
30
|
answer: 'La semivida es el tiempo necesario para que, de media, se desintegre la mitad de los nucleos inestables de una muestra. Tras una semivida queda el 50%, tras dos queda el 25% y tras tres queda el 12,5%.',
|
|
31
31
|
},
|
|
32
32
|
{
|
|
33
|
-
question: 'Por
|
|
33
|
+
question: '¿Por qué el campo atomico no coincide siempre con el porcentaje exacto?',
|
|
34
34
|
answer: 'La desintegracion radiactiva es probabilistica. La formula da la fraccion esperada para una muestra muy grande, mientras que el campo simula atomos individuales con umbrales aleatorios. En muestras pequenas aparece ruido estadistico de forma natural.',
|
|
35
35
|
},
|
|
36
36
|
{
|
|
37
|
-
question: 'El medidor de actividad equivale a los atomos restantes?',
|
|
37
|
+
question: '¿El medidor de actividad equivale a los atomos restantes?',
|
|
38
38
|
answer: 'Para un unico isotopo, la actividad es proporcional al numero de nucleos sin desintegrar. Si queda el 30% de los atomos, la actividad instantanea es tambien aproximadamente el 30% de la actividad inicial.',
|
|
39
39
|
},
|
|
40
40
|
{
|
|
41
|
-
question: 'Sirve esta calculadora para datacion por radiocarbono?',
|
|
41
|
+
question: '¿Sirve esta calculadora para datacion por radiocarbono?',
|
|
42
42
|
answer: 'Si, como calculo conceptual. La datacion con Carbono-14 compara la actividad restante con la de material vivo, pero una datacion real de laboratorio tambien corrige curvas de calibracion, contaminacion y preparacion de la muestra.',
|
|
43
43
|
},
|
|
44
44
|
{
|
|
45
|
-
question: 'Cada isotopo decae hacia un unico producto estable?',
|
|
45
|
+
question: '¿Cada isotopo decae hacia un unico producto estable?',
|
|
46
46
|
answer: 'No siempre. Algunos isotopos decaen mediante cadenas con varios productos hijos. Esta herramienta modela la semivida del isotopo padre, que es la magnitud principal para estimar nucleos padre restantes y actividad.',
|
|
47
47
|
},
|
|
48
48
|
];
|
|
@@ -2,22 +2,22 @@ import { bibliography } from '../bibliography';
|
|
|
2
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
3
|
|
|
4
4
|
const slug = 'calculateur-demi-vie-desintegration-radioactive';
|
|
5
|
-
const title = 'Calculateur de demi vie et de
|
|
6
|
-
const description = 'Simulez la
|
|
5
|
+
const title = 'Calculateur de demi vie et de désintégration radioactive';
|
|
6
|
+
const description = 'Simulez la désintégration radioactive avec des isotopes réels, la formule de demi-vie, un champ atomique stochastique, la quantité restante et l\'activité relative.';
|
|
7
7
|
|
|
8
8
|
const howTo = [
|
|
9
|
-
{ name: 'Choisir un isotope', text: 'Commencez avec le carbone 14, l
|
|
10
|
-
{ name: '
|
|
11
|
-
{ name: 'Comparer le calcul exact et le hasard atomique', text: 'Utilisez le
|
|
12
|
-
{ name: '
|
|
9
|
+
{ name: 'Choisir un isotope', text: 'Commencez avec le carbone 14, l\'iode 131, l\'uranium 238, le technétium 99m ou le radon 222. Chaque preset charge une demi-vie réaliste et le contexte scientifique dans lequel il est couramment utilisé.' },
|
|
10
|
+
{ name: 'Régler la taille de l\'échantillon et le temps', text: 'Ajustez le nombre d\'atomes représentés et faites avancer le temps pour voir comment la fraction restante suit la loi exponentielle de la demi-vie.' },
|
|
11
|
+
{ name: 'Comparer le calcul exact et le hasard atomique', text: 'Utilisez le résultat déterministe comme valeur attendue, puis observez le champ atomique pour comprendre pourquoi les petits échantillons fluctuent autour de la courbe théorique.' },
|
|
12
|
+
{ name: 'Interpréter l\'activité', text: 'L\'activité diminue dans la même proportion que les noyaux non désintégrés. L\'indicateur montre donc le taux de rayonnement restant par rapport à l\'échantillon initial.' },
|
|
13
13
|
];
|
|
14
14
|
|
|
15
15
|
const faq = [
|
|
16
|
-
{ question: 'Que signifie demi-vie?', answer: 'La demi-vie est le temps
|
|
17
|
-
{ question: 'Pourquoi le champ atomique ne correspond-il pas toujours au pourcentage exact?', answer: 'La
|
|
18
|
-
{ question: 'L
|
|
19
|
-
{ question: 'Ce calculateur peut-il servir pour la datation au radiocarbone?', answer: 'Oui, pour des calculs conceptuels. La datation au carbone 14 compare l
|
|
20
|
-
{ question: 'Chaque isotope se
|
|
16
|
+
{ question: 'Que signifie demi-vie ?', answer: 'La demi-vie est le temps nécessaire pour que la moitié des noyaux instables d\'un échantillon se désintègrent en moyenne. Après une demi-vie, il reste 50 %, après deux il reste 25 %, et après trois il reste 12,5 %.' },
|
|
17
|
+
{ question: 'Pourquoi le champ atomique ne correspond-il pas toujours au pourcentage exact ?', answer: 'La désintégration radioactive est probabiliste. La formule donne la fraction attendue pour un très grand échantillon, tandis que le champ simule des atomes individuels avec des seuils aléatoires. Les petits échantillons montrent naturellement du bruit statistique.' },
|
|
18
|
+
{ question: 'L\'indicateur d\'activité correspond-il aux atomes restants ?', answer: 'Pour un isotope unique, l\'activité est proportionnelle au nombre de noyaux non désintégrés. S\'il reste 30 % des atomes, l\'activité instantanée est également d\'environ 30 % de l\'activité initiale.' },
|
|
19
|
+
{ question: 'Ce calculateur peut-il servir pour la datation au radiocarbone ?', answer: 'Oui, pour des calculs conceptuels. La datation au carbone 14 compare l\'activité restante avec celle d\'une matière vivante, mais une datation de laboratoire corrige aussi les courbes de calibration, la contamination et la préparation de l\'échantillon.' },
|
|
20
|
+
{ question: 'Chaque isotope se désintègre-t-il en un seul produit stable ?', answer: 'Pas toujours. Certains isotopes se désintègrent par chaînes avec plusieurs produits fils. Cet outil modélise la demi-vie de l\'isotope parent, la grandeur la plus utile pour estimer les noyaux parents restants et l\'activité.' },
|
|
21
21
|
];
|
|
22
22
|
|
|
23
23
|
export const content: ToolLocaleContent = {
|
|
@@ -26,46 +26,30 @@ export const content: ToolLocaleContent = {
|
|
|
26
26
|
description,
|
|
27
27
|
ui: {
|
|
28
28
|
isotope: 'Isotope',
|
|
29
|
-
sampleAtoms: 'Atomes de l
|
|
30
|
-
elapsedTime: 'Temps
|
|
29
|
+
sampleAtoms: 'Atomes de l\'échantillon',
|
|
30
|
+
elapsedTime: 'Temps écoulé',
|
|
31
31
|
halfLife: 'Demi-vie',
|
|
32
32
|
remaining: 'Restant',
|
|
33
|
-
decayed: '
|
|
34
|
-
activity: '
|
|
35
|
-
timeUnit: '
|
|
33
|
+
decayed: 'Désintégré',
|
|
34
|
+
activity: 'Activité relative',
|
|
35
|
+
timeUnit: 'Unité de temps',
|
|
36
36
|
expectedCurve: 'Courbe attendue',
|
|
37
37
|
atomField: 'Champ atomique',
|
|
38
38
|
presetUse: 'Usage courant',
|
|
39
39
|
oneHalfLife: '1 demi-vie',
|
|
40
40
|
twoHalfLives: '2 demi-vies',
|
|
41
41
|
fourHalfLives: '4 demi-vies',
|
|
42
|
-
custom: '
|
|
42
|
+
custom: 'Personnalisé',
|
|
43
43
|
liveAtoms: 'Atomes actifs',
|
|
44
|
-
decayedAtoms: 'Atomes
|
|
44
|
+
decayedAtoms: 'Atomes désintégrés',
|
|
45
45
|
resetSeed: 'Nouveau motif atomique',
|
|
46
46
|
},
|
|
47
47
|
seo: [
|
|
48
|
-
{ type: 'title', text: 'Calculateur de demi-vie radioactive: atomes restants,
|
|
49
|
-
{ type: 'paragraph', html: 'Utilisez ce calculateur de
|
|
50
|
-
{ type: '
|
|
51
|
-
{ type: '
|
|
52
|
-
{ type: '
|
|
53
|
-
{ type: 'paragraph', html: 'Si un echantillon commence avec 1 000 noyaux parents et que deux demi-vies passent, il reste en moyenne 1 000 x (1/2)^2 = 250 noyaux. Les 750 autres sont desintegres. Le meme calcul vaut pour des demi-vies en secondes, heures, jours, annees ou milliards d annees.' },
|
|
54
|
-
{ type: 'table', headers: ['Temps ecoule', 'Facteur', 'Noyaux parents restants', 'Activite 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: 'Calculer l activite restante', level: 3 },
|
|
56
|
-
{ type: 'paragraph', html: 'Pour un isotope parent unique, l activite est proportionnelle au nombre de noyaux non desintegres. Si 25% de l isotope parent reste, l activite de cet isotope vaut aussi environ 25% de l activite initiale.' },
|
|
57
|
-
{ type: 'paragraph', html: 'Cette relation est essentielle en medecine nucleaire et en radioprotection. Le technetium 99m perd son activite en quelques heures, tandis que l iode 131 reste pertinent pendant des jours, ce qui influence les traitements, la surveillance et les consignes d exposition.' },
|
|
58
|
-
{ type: 'title', text: 'Exemples: carbone 14, iode 131, technetium 99m, uranium 238 et radon 222', level: 3 },
|
|
59
|
-
{ type: 'table', headers: ['Isotope', 'Demi-vie approximative', 'Usage courant', 'Ce que montre le resultat'], rows: [['Carbone 14', '5 730 ans', 'Datation au radiocarbone', 'L activite de carbone 14 parent restante dans une matiere autrefois vivante.'], ['Iode 131', '8,02 jours', 'Therapie medicale et incidents nucleaires', 'La vitesse a laquelle l activite baisse sur plusieurs jours.'], ['Technetium 99m', '6,01 heures', 'Imagerie diagnostique', 'Pourquoi l activite utile disparait au cours d une journee clinique.'], ['Uranium 238', '4,47 milliards d annees', 'Datation geologique', 'Pourquoi les isotopes tres longs restent mesurables a l echelle de l histoire terrestre.'], ['Radon 222', '3,82 jours', 'Rayonnement interieur et chaines de decroissance', 'Comment une source gazeuse d exposition evolue en quelques jours.']] },
|
|
60
|
-
{ type: 'paragraph', html: 'Ces exemples couvrent plusieurs echelles de temps et intentions de recherche: archeologie et datation pour le carbone 14, activite medicale pour l iode 131 et le technetium 99m, exposition environnementale pour le radon 222 et temps geologique pour l uranium 238.' },
|
|
61
|
-
{ type: 'title', text: 'Lire la simulation atomique stochastique', level: 3 },
|
|
62
|
-
{ type: 'paragraph', html: 'Le champ atomique anime est volontairement stochastique. L equation donne la valeur attendue pour un grand echantillon, mais chaque noyau se desintegre au hasard. Une petite simulation peut donc laisser un peu plus ou un peu moins de 50% apres une demi-vie; un grand echantillon se rapproche de la courbe theorique.' },
|
|
63
|
-
{ type: 'paragraph', html: 'La demi-vie ne signifie pas que chaque atome attend une minuterie puis que la moitie disparait d un coup. Chaque noyau instable conserve une probabilite constante de se desintegrer par unite de temps. La courbe lisse apparait quand on compte beaucoup d evenements aleatoires independants.' },
|
|
64
|
-
{ type: 'title', text: 'Cas d utilisation du calculateur', level: 3 },
|
|
65
|
-
{ type: 'list', items: ['<strong>Physique scolaire:</strong> calculer les noyaux parents restants apres un nombre donne de demi-vies.', '<strong>Chimie et science nucleaire:</strong> comparer stabilite, vitesse de decroissance et activite relative.', '<strong>Intuition pour le radiocarbone:</strong> comprendre pourquoi les echantillons anciens contiennent moins de carbone 14.', '<strong>Planification des isotopes medicaux:</strong> voir pourquoi les demi-vies courtes sont utiles en imagerie.', '<strong>Education a la radioprotection:</strong> estimer la baisse d activite sans confondre demi-vie et disparition immediate.'] },
|
|
66
|
-
{ type: 'title', text: 'Limites importantes', level: 3 },
|
|
67
|
-
{ type: 'paragraph', html: 'Ce calculateur modelise l isotope parent avec une seule demi-vie. Les mesures reelles peuvent exiger d autres corrections: efficacite du detecteur, rayonnement de fond, rapports de branchement, produits fils, elimination biologique, forme chimique, blindage et courbes de calibration.' },
|
|
68
|
-
{ type: 'paragraph', html: 'Utilisez le resultat comme estimation scientifique claire et modele pedagogique, pas comme substitut a des consignes de radioprotection, instructions medicales, dosimetrie ou analyse de datation en laboratoire.' },
|
|
48
|
+
{ type: 'title', text: 'Calculateur de demi-vie radioactive: atomes restants, activité et exemples d\'isotopes', level: 2 },
|
|
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: 'title', text: 'Formule de désintégration radioactive utilisée', level: 3 },
|
|
51
|
+
{ 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.' },
|
|
52
|
+
{ 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%']] },
|
|
69
53
|
],
|
|
70
54
|
faq,
|
|
71
55
|
bibliography,
|
|
@@ -75,4 +59,4 @@ export const content: ToolLocaleContent = {
|
|
|
75
59
|
{ '@context': 'https://schema.org', '@type': 'FAQPage', mainEntity: faq.map((item) => ({ '@type': 'Question', name: item.question, acceptedAnswer: { '@type': 'Answer', text: item.answer } })) },
|
|
76
60
|
{ '@context': 'https://schema.org', '@type': 'HowTo', name: title, step: howTo.map((step) => ({ '@type': 'HowToStep', name: step.name, text: step.text })) },
|
|
77
61
|
],
|
|
78
|
-
};
|
|
62
|
+
};
|