@jjlmoya/utils-science 1.47.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.
- package/package.json +2 -2
- package/src/category/index.ts +27 -27
- package/src/tests/seo_parity.test.ts +60 -0
- package/src/tests/translation_copy.test.ts +122 -0
- package/src/tool/black-hole-event-horizon-simulator/i18n/de.ts +79 -4
- package/src/tool/black-hole-event-horizon-simulator/i18n/fr.ts +86 -11
- package/src/tool/black-hole-event-horizon-simulator/i18n/it.ts +86 -11
- package/src/tool/black-hole-event-horizon-simulator/i18n/ja.ts +85 -10
- package/src/tool/black-hole-event-horizon-simulator/i18n/nl.ts +87 -12
- package/src/tool/black-hole-event-horizon-simulator/i18n/pt.ts +85 -10
- package/src/tool/black-hole-event-horizon-simulator/i18n/sv.ts +85 -10
- package/src/tool/black-hole-event-horizon-simulator/i18n/tr.ts +85 -11
- package/src/tool/black-hole-event-horizon-simulator/i18n/zh.ts +87 -12
- package/src/tool/conway-life-rule-lab/i18n/de.ts +46 -6
- package/src/tool/conway-life-rule-lab/i18n/es.ts +46 -6
- package/src/tool/conway-life-rule-lab/i18n/fr.ts +46 -6
- package/src/tool/conway-life-rule-lab/i18n/id.ts +46 -6
- package/src/tool/conway-life-rule-lab/i18n/it.ts +46 -6
- package/src/tool/conway-life-rule-lab/i18n/ja.ts +46 -6
- package/src/tool/conway-life-rule-lab/i18n/ko.ts +46 -6
- package/src/tool/conway-life-rule-lab/i18n/nl.ts +46 -6
- package/src/tool/conway-life-rule-lab/i18n/pl.ts +46 -6
- package/src/tool/conway-life-rule-lab/i18n/pt.ts +46 -6
- package/src/tool/conway-life-rule-lab/i18n/ru.ts +49 -9
- package/src/tool/conway-life-rule-lab/i18n/sv.ts +46 -6
- package/src/tool/conway-life-rule-lab/i18n/tr.ts +46 -6
- package/src/tool/conway-life-rule-lab/i18n/zh.ts +46 -6
- package/src/tool/cosmic-inflation/i18n/ru.ts +30 -4
- package/src/tool/double-slit-decoherence/i18n/fr.ts +48 -4
- package/src/tool/double-slit-decoherence/i18n/it.ts +52 -8
- package/src/tool/double-slit-decoherence/i18n/pt.ts +53 -9
- package/src/tool/double-slit-decoherence/i18n/sv.ts +56 -8
- package/src/tool/dyson-sphere-energy-capture/i18n/de.ts +119 -38
- package/src/tool/dyson-sphere-energy-capture/i18n/fr.ts +116 -48
- package/src/tool/dyson-sphere-energy-capture/i18n/it.ts +96 -19
- package/src/tool/dyson-sphere-energy-capture/i18n/ja.ts +124 -24
- package/src/tool/dyson-sphere-energy-capture/i18n/ko.ts +122 -22
- package/src/tool/dyson-sphere-energy-capture/i18n/pl.ts +68 -14
- package/src/tool/dyson-sphere-energy-capture/i18n/pt.ts +126 -45
- package/src/tool/dyson-sphere-energy-capture/i18n/ru.ts +46 -9
- package/src/tool/dyson-sphere-energy-capture/i18n/sv.ts +134 -53
- package/src/tool/dyson-sphere-energy-capture/i18n/tr.ts +68 -14
- package/src/tool/dyson-sphere-energy-capture/i18n/zh.ts +124 -24
- package/src/tool/global-albedo-snowball-simulator/i18n/ru.ts +20 -7
- package/src/tool/lorenz-attractor/i18n/de.ts +35 -5
- package/src/tool/lorenz-attractor/i18n/fr.ts +35 -5
- package/src/tool/lorenz-attractor/i18n/id.ts +10 -0
- package/src/tool/lorenz-attractor/i18n/it.ts +9 -0
- package/src/tool/lorenz-attractor/i18n/ja.ts +10 -0
- package/src/tool/lorenz-attractor/i18n/ko.ts +10 -0
- package/src/tool/lorenz-attractor/i18n/nl.ts +10 -0
- package/src/tool/lorenz-attractor/i18n/pl.ts +10 -0
- package/src/tool/lorenz-attractor/i18n/pt.ts +35 -5
- package/src/tool/lorenz-attractor/i18n/ru.ts +10 -0
- package/src/tool/lorenz-attractor/i18n/sv.ts +10 -0
- package/src/tool/lorenz-attractor/i18n/tr.ts +10 -0
- package/src/tool/lorenz-attractor/i18n/zh.ts +10 -0
- package/src/tool/mandelbrot-fractal/i18n/de.ts +27 -0
- package/src/tool/mandelbrot-fractal/i18n/fr.ts +18 -0
- package/src/tool/mandelbrot-fractal/i18n/it.ts +26 -8
- package/src/tool/mandelbrot-fractal/i18n/pl.ts +27 -9
- package/src/tool/mandelbrot-fractal/i18n/ru.ts +22 -4
- package/src/tool/mandelbrot-fractal/i18n/sv.ts +35 -8
- package/src/tool/natural-selection-drift/i18n/de.ts +125 -22
- package/src/tool/natural-selection-drift/i18n/id.ts +113 -5
- package/src/tool/natural-selection-drift/i18n/it.ts +74 -2
- package/src/tool/natural-selection-drift/i18n/ja.ts +113 -5
- package/src/tool/natural-selection-drift/i18n/ko.ts +113 -5
- package/src/tool/natural-selection-drift/i18n/nl.ts +121 -6
- package/src/tool/natural-selection-drift/i18n/pl.ts +136 -16
- package/src/tool/natural-selection-drift/i18n/pt.ts +110 -15
- package/src/tool/natural-selection-drift/i18n/ru.ts +142 -7
- package/src/tool/natural-selection-drift/i18n/sv.ts +110 -5
- package/src/tool/natural-selection-drift/i18n/tr.ts +160 -22
- package/src/tool/natural-selection-drift/i18n/zh.ts +113 -5
- package/src/tool/phase-diagram-critical-points/i18n/de.ts +44 -6
- package/src/tool/phase-diagram-critical-points/i18n/fr.ts +46 -8
- package/src/tool/planet-atmosphere-survival/i18n/ru.ts +118 -2
- package/src/tool/radioactive-decay/i18n/de.ts +112 -5
- package/src/tool/radioactive-decay/i18n/fr.ts +16 -0
- package/src/tool/radioactive-decay/i18n/id.ts +112 -8
- package/src/tool/radioactive-decay/i18n/it.ts +16 -0
- package/src/tool/radioactive-decay/i18n/ja.ts +112 -8
- package/src/tool/radioactive-decay/i18n/ko.ts +112 -8
- package/src/tool/radioactive-decay/i18n/nl.ts +112 -14
- package/src/tool/radioactive-decay/i18n/pl.ts +112 -7
- package/src/tool/radioactive-decay/i18n/pt.ts +112 -21
- package/src/tool/radioactive-decay/i18n/ru.ts +112 -8
- package/src/tool/radioactive-decay/i18n/sv.ts +112 -8
- package/src/tool/radioactive-decay/i18n/tr.ts +112 -8
- package/src/tool/radioactive-decay/i18n/zh.ts +112 -8
- package/src/tool/roche-limit-satellite-disruption/i18n/pl.ts +76 -0
- package/src/tool/temperature-timeline/i18n/de.ts +22 -2
- package/src/tool/temperature-timeline/i18n/fr.ts +41 -1
- package/src/tool/temperature-timeline/i18n/it.ts +30 -1
- package/src/tool/temperature-timeline/i18n/pt.ts +34 -1
- package/src/tool/temperature-timeline/i18n/ru.ts +29 -0
- package/src/tool/twin-paradox-visualizer/i18n/pt.ts +41 -1
|
@@ -45,14 +45,118 @@ export const content: ToolLocaleContent = {
|
|
|
45
45
|
resetSeed: '新しい原子パターン',
|
|
46
46
|
},
|
|
47
47
|
seo: [
|
|
48
|
-
{
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
{
|
|
54
|
-
|
|
55
|
-
|
|
48
|
+
{
|
|
49
|
+
type: 'title',
|
|
50
|
+
text: '放射性半減期計算機: 残存原子、放射能、同位体の例',
|
|
51
|
+
level: 2,
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
type: 'paragraph',
|
|
55
|
+
html: 'この放射性崩壊計算機では、不安定な同位体が一定時間後にどれだけ残るかを推定できます。半減期の式、実在の同位体への適用、残存する親核種、崩壊済み原子核、放射能の低下を調べる検索意図に対応します。',
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
type: 'paragraph',
|
|
59
|
+
html: 'このツールは2つのモデルを組み合わせています。数値計算には標準的な指数崩壊方程式を用い、原子フィールドは個別原子核の確率的崩壊をシミュレートします。',
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
type: 'title',
|
|
63
|
+
text: '使用する放射性崩壊の計算式',
|
|
64
|
+
level: 3,
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
type: 'paragraph',
|
|
68
|
+
html: '使用する式は <strong>N(t) = N0 x (1/2)^(t / T1/2)</strong> です。<strong>N0</strong> は初期の親原子核数、<strong>N(t)</strong> は時間 <strong>t</strong> 後の期待残存数、<strong>T1/2</strong> は半減期です。',
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
type: 'paragraph',
|
|
72
|
+
html: '例えば1,000個の親原子核で始まり2半減期が経過した場合、期待される残存数は 1,000 x (1/2)^2 = 250個となります。崩壊した数量は750個です。',
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
type: 'table',
|
|
76
|
+
headers: ['経過時間', '係数', '残存する親核種', '相対放射能'],
|
|
77
|
+
rows: [
|
|
78
|
+
['0半減期', '(1/2)^0', '100%', '100%'],
|
|
79
|
+
['1半減期', '(1/2)^1', '50%', '50%'],
|
|
80
|
+
['2半減期', '(1/2)^2', '25%', '25%'],
|
|
81
|
+
['3半減期', '(1/2)^3', '12.5%', '12.5%'],
|
|
82
|
+
['5半減期', '(1/2)^5', '3.125%', '3.125%'],
|
|
83
|
+
['10半減期', '(1/2)^10', '0.098%', '0.098%'],
|
|
84
|
+
],
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
type: 'title',
|
|
88
|
+
text: '半減期後の残存放射能の計算方法',
|
|
89
|
+
level: 3,
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
type: 'paragraph',
|
|
93
|
+
html: '単一の親同位体では、放射能は未崩壊の原子核数に比例します。親同位体が25%残っている場合、放射能も初期値の約25%になります。',
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
type: 'paragraph',
|
|
97
|
+
html: 'この関係は核医学や放射線防護において重要です。',
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
type: 'title',
|
|
101
|
+
text: '例: 炭素14、ヨウ素131、テクネチウム99m、ウラン238、ラドン222',
|
|
102
|
+
level: 3,
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
type: 'table',
|
|
106
|
+
headers: ['同位体', 'およその半減期', '主な用途', '結果が示すこと'],
|
|
107
|
+
rows: [
|
|
108
|
+
['炭素14', '5,730年', '放射性炭素年代測定', '有機物に残る炭素14の放射能。'],
|
|
109
|
+
['ヨウ素131', '8.02日', '医療治療', '治療後数日で放射能が下がる速度。'],
|
|
110
|
+
['テクネチウム99m', '6.01時間', '診断画像', '診療日の中で有用な放射能が減衰する理由。'],
|
|
111
|
+
['ウラン238', '44.7億年', '地質年代測定', '長寿命同位体が地球史スケールで測定できる理由。'],
|
|
112
|
+
['ラドン222', '3.82日', '屋内被ばく', '気体被ばく源の変化。'],
|
|
113
|
+
],
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
type: 'paragraph',
|
|
117
|
+
html: 'これらの例は様々な時間スケールと用途を網羅しています。',
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
type: 'title',
|
|
121
|
+
text: '確率的原子シミュレーションの読み方',
|
|
122
|
+
level: 3,
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
type: 'paragraph',
|
|
126
|
+
html: '原子フィールドは確率的にモデル化されています。小試料では統計的揺らぎが生じます。',
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
type: 'paragraph',
|
|
130
|
+
html: '滑らかな曲線は多数の独立した確率的イベントを集計したときに現れます。',
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
type: 'title',
|
|
134
|
+
text: '半減期計算機の活用事例',
|
|
135
|
+
level: 3,
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
type: 'list',
|
|
139
|
+
items: [
|
|
140
|
+
'<strong>物理教育:</strong> 残存核種の計算と視覚モデルの連結。',
|
|
141
|
+
'<strong>核化学:</strong> 同位体の安定性と崩壊速度の比較。',
|
|
142
|
+
'<strong>年代測定の直感:</strong> 有機試料の崩壊原理の理解。',
|
|
143
|
+
'<strong>医療同位体計画:</strong> 短半減期同位体の画像診断での活用。',
|
|
144
|
+
'<strong>放射線防護:</strong> 時間経過に伴う減衰の推定。',
|
|
145
|
+
],
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
type: 'title',
|
|
149
|
+
text: '重要な制限事項',
|
|
150
|
+
level: 3,
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
type: 'paragraph',
|
|
154
|
+
html: 'この計算機は親同位体を単一の半減期でモデル化します。',
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
type: 'paragraph',
|
|
158
|
+
html: '結果は教育的モデルおよび科学的見積もりとしてご利用ください。',
|
|
159
|
+
},
|
|
56
160
|
],
|
|
57
161
|
faq,
|
|
58
162
|
bibliography,
|
|
@@ -45,14 +45,118 @@ export const content: ToolLocaleContent = {
|
|
|
45
45
|
resetSeed: '새 원자 패턴',
|
|
46
46
|
},
|
|
47
47
|
seo: [
|
|
48
|
-
{
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
{
|
|
54
|
-
|
|
55
|
-
|
|
48
|
+
{
|
|
49
|
+
type: 'title',
|
|
50
|
+
text: '방사성 반감기 계산기: 남은 원자, 방사능, 동위원소 예시',
|
|
51
|
+
level: 2,
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
type: 'paragraph',
|
|
55
|
+
html: '이 방사성 붕괴 계산기는 불안정한 동위원소가 일정 시간이 지난 뒤 얼마나 남는지 추정합니다. 반감기 공식, 실제 동위원소 계산, 남은 부모핵, 붕괴한 핵, 방사능 감소를 찾는 검색 의도에 맞춰 구성되어 있습니다.',
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
type: 'paragraph',
|
|
59
|
+
html: '이 도구는 두 가지 보완 모델을 결합합니다. 수치 결과는 표준 지수 붕괴 방정식을 사용하고, 원자 필드는 확률적 임계값으로 개별 원자핵을 시뮬레이션합니다.',
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
type: 'title',
|
|
63
|
+
text: '계산기에서 사용하는 방사성 붕괴 공식',
|
|
64
|
+
level: 3,
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
type: 'paragraph',
|
|
68
|
+
html: '사용 공식은 <strong>N(t) = N0 x (1/2)^(t / T1/2)</strong>입니다. <strong>N0</strong>는 초기 부모핵 수, <strong>N(t)</strong>는 시간 <strong>t</strong> 뒤의 기대 잔량, <strong>T1/2</strong>는 반감기입니다.',
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
type: 'paragraph',
|
|
72
|
+
html: '예를 들어 시료가 1,000개의 부모핵으로 시작해 2 반감기가 지나면 예상 남은 양은 1,000 x (1/2)^2 = 250개입니다. 붕괴한 양은 750개입니다.',
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
type: 'table',
|
|
76
|
+
headers: ['경과 시간', '계수', '남은 부모핵', '상대 방사능'],
|
|
77
|
+
rows: [
|
|
78
|
+
['0 반감기', '(1/2)^0', '100%', '100%'],
|
|
79
|
+
['1 반감기', '(1/2)^1', '50%', '50%'],
|
|
80
|
+
['2 반감기', '(1/2)^2', '25%', '25%'],
|
|
81
|
+
['3 반감기', '(1/2)^3', '12.5%', '12.5%'],
|
|
82
|
+
['5 반감기', '(1/2)^5', '3.125%', '3.125%'],
|
|
83
|
+
['10 반감기', '(1/2)^10', '0.098%', '0.098%'],
|
|
84
|
+
],
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
type: 'title',
|
|
88
|
+
text: '반감기 후 남은 방사능 계산 방법',
|
|
89
|
+
level: 3,
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
type: 'paragraph',
|
|
93
|
+
html: '하나의 부모 동위원소에서는 방사능이 붕괴하지 않은 핵의 수에 비례합니다. 부모 동위원소의 25%가 남으면 방사능도 초기 방사능의 약 25%가 됩니다.',
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
type: 'paragraph',
|
|
97
|
+
html: '이 관계는 핵의학과 방사선 방호에서 중요합니다.',
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
type: 'title',
|
|
101
|
+
text: '예시: 탄소-14, 요오드-131, 테크네튬-99m, 우라늄-238, 라돈-222',
|
|
102
|
+
level: 3,
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
type: 'table',
|
|
106
|
+
headers: ['동위원소', '대략적인 반감기', '주요 용도', '결과의 의미'],
|
|
107
|
+
rows: [
|
|
108
|
+
['탄소-14', '5,730년', '방사성 탄소 연대 측정', '유기물에 남은 탄소-14 방사능.'],
|
|
109
|
+
['요오드-131', '8.02일', '의학 치료', '치료 후 며칠 동안 방사능 감소 속도.'],
|
|
110
|
+
['테크네튬-99m', '6.01시간', '진단 영상', '임상 하루 동안 유용한 방사능이 감소하는 이유.'],
|
|
111
|
+
['우라늄-238', '44.7억 년', '지질 연대 측정', '장수명 동위원소가 지구 역사 규모에서 측정 가능한 이유.'],
|
|
112
|
+
['라돈-222', '3.82일', '실내 방사선', '기체 노출원의 변화.'],
|
|
113
|
+
],
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
type: 'paragraph',
|
|
117
|
+
html: '이 예시들은 다양한 시간 규모와 응용 분야를 다룹니다.',
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
type: 'title',
|
|
121
|
+
text: '확률적 원자 시뮬레이션 읽는 법',
|
|
122
|
+
level: 3,
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
type: 'paragraph',
|
|
126
|
+
html: '원자 필드는 확률적으로 모델링됩니다. 작은 시료에서는 통계적 변동이 일어납니다.',
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
type: 'paragraph',
|
|
130
|
+
html: '매끄러운 곡선은 수많은 무작위 사건을 합산할 때 나타납니다.',
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
type: 'title',
|
|
134
|
+
text: '반감기 계산기 활용 사례',
|
|
135
|
+
level: 3,
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
type: 'list',
|
|
139
|
+
items: [
|
|
140
|
+
'<strong>물리 교육:</strong> 남은 핵 수 계산과 시각적 모델 연결.',
|
|
141
|
+
'<strong>핵화학:</strong> 동위원소 안정성과 붕괴 속도 비교.',
|
|
142
|
+
'<strong>연대 측정:</strong> 유기물 시료의 붕괴 원리 이해.',
|
|
143
|
+
'<strong>의학 동위원소:</strong> 진단 영상에서 단반감기 활용 이유.',
|
|
144
|
+
'<strong>방사선 방호:</strong> 시간에 따른 방사능 감소 추정.',
|
|
145
|
+
],
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
type: 'title',
|
|
149
|
+
text: '중요한 한계 사항',
|
|
150
|
+
level: 3,
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
type: 'paragraph',
|
|
154
|
+
html: '이 계산기는 부모 동위원소를 하나의 반감기로 모델링합니다.',
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
type: 'paragraph',
|
|
158
|
+
html: '결과는 교육용 모델 및 과학적 추정치로 참고해 주세요.',
|
|
159
|
+
},
|
|
56
160
|
],
|
|
57
161
|
faq,
|
|
58
162
|
bibliography,
|
|
@@ -45,20 +45,118 @@ export const content: ToolLocaleContent = {
|
|
|
45
45
|
resetSeed: 'Nieuw atoompatroon',
|
|
46
46
|
},
|
|
47
47
|
seo: [
|
|
48
|
-
{
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
{
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
{
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
{
|
|
48
|
+
{
|
|
49
|
+
type: 'title',
|
|
50
|
+
text: 'Halfwaardetijdcalculator: resterende atomen, activiteit en voorbeelden van isotopen',
|
|
51
|
+
level: 2,
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
type: 'paragraph',
|
|
55
|
+
html: 'Gebruik deze calculator voor radioactief verval om te schatten hoeveel van een instabiele isotoop overblijft na een gekozen tijd. De pagina sluit aan op veelvoorkomende zoekvragen: de formule vinden, die toepassen op echte isotopen, resterende moederkernen vergelijken met vervallen kernen en begrijpen waarom activiteit afneemt.',
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
type: 'paragraph',
|
|
59
|
+
html: 'De tool combineert twee complementaire modellen. De numerieke resultaten gebruiken de standaard exponentiële vervalvergelijking, terwijl het atoomveld individuele kernen met stochastische drempels simuleert.',
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
type: 'title',
|
|
63
|
+
text: 'Formule voor radioactief verval gebruikt door de calculator',
|
|
64
|
+
level: 3,
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
type: 'paragraph',
|
|
68
|
+
html: 'De formule is <strong>N(t) = N0 x (1/2)^(t / T1/2)</strong>. <strong>N0</strong> is het startaantal moederkernen, <strong>N(t)</strong> het verwachte aantal na tijd <strong>t</strong>, en <strong>T1/2</strong> de halfwaardetijd. De verhouding <strong>t / T1/2</strong> telt hoeveel halfwaardetijden zijn verstreken.',
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
type: 'paragraph',
|
|
72
|
+
html: 'Begint een monster bijvoorbeeld met 1.000 moederkernen en verstrijken twee halfwaardetijden, dan blijft verwacht 1.000 x (1/2)^2 = 250 kernen over. Het vervallen aantal is 750 kernen.',
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
type: 'table',
|
|
76
|
+
headers: ['Verstreken tijd', 'Formulefactor', 'Moederkernen over', 'Relatieve activiteit'],
|
|
77
|
+
rows: [
|
|
78
|
+
['0 halfwaardetijden', '(1/2)^0', '100%', '100%'],
|
|
79
|
+
['1 halfwaardetijd', '(1/2)^1', '50%', '50%'],
|
|
80
|
+
['2 halfwaardetijden', '(1/2)^2', '25%', '25%'],
|
|
81
|
+
['3 halfwaardetijden', '(1/2)^3', '12,5%', '12,5%'],
|
|
82
|
+
['5 halfwaardetijden', '(1/2)^5', '3,125%', '3,125%'],
|
|
83
|
+
['10 halfwaardetijden', '(1/2)^10', '0,098%', '0,098%'],
|
|
84
|
+
],
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
type: 'title',
|
|
88
|
+
text: 'Resterende activiteit berekenen na een halfwaardetijd',
|
|
89
|
+
level: 3,
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
type: 'paragraph',
|
|
93
|
+
html: 'Voor een enkele moederisotoop is activiteit evenredig met het aantal niet-vervallen kernen. Als 25% van de moederisotoop overblijft, is de activiteit ook ongeveer 25% van de beginactiviteit.',
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
type: 'paragraph',
|
|
97
|
+
html: 'Deze verhouding is van groot belang in de nucleaire geneeskunde en stralingsbescherming.',
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
type: 'title',
|
|
101
|
+
text: 'Voorbeelden: Koolstof-14, Jodium-131, Technetium-99m, Uranium-238 en Radon-222',
|
|
102
|
+
level: 3,
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
type: 'table',
|
|
106
|
+
headers: ['Isotoop', 'Geschatte halfwaardetijd', 'Typisch gebruik', 'Wat het resultaat laat zien'],
|
|
107
|
+
rows: [
|
|
108
|
+
['Koolstof-14', '5.730 jaar', 'Radiokoolstofdatering', 'Resterende Koolstof-14-activiteit in organisch materiaal.'],
|
|
109
|
+
['Jodium-131', '8,02 dagen', 'Medische therapie', 'Snelheid waarmee activiteit in dagen daalt.'],
|
|
110
|
+
['Technetium-99m', '6,01 uur', 'Diagnostische beeldvorming', 'Waarom medische activiteit binnen een werkdag daalt.'],
|
|
111
|
+
['Uranium-238', '4,47 miljard jaar', 'Geologische datering', 'Waarom langlevende isotopen meetbaar blijven op geologische schaal.'],
|
|
112
|
+
['Radon-222', '3,82 dagen', 'Binnenstraling', 'Verandering van een gasvormige bron over dagen.'],
|
|
113
|
+
],
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
type: 'paragraph',
|
|
117
|
+
html: 'Deze voorbeelden dekken verschillende tijdsschalen en toepassingen af.',
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
type: 'title',
|
|
121
|
+
text: 'De stochastische atoomsimulatie lezen',
|
|
122
|
+
level: 3,
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
type: 'paragraph',
|
|
126
|
+
html: 'Het atoomveld is stochastisch gemodelleerd. Bij kleine monsters schommelen de resultaten rond de theoretische waarde.',
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
type: 'paragraph',
|
|
130
|
+
html: 'De gladde curve verschijnt pas wanneer vele onafhankelijke toevallige gebeurtenissen samen worden geteld.',
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
type: 'title',
|
|
134
|
+
text: 'Toepassingen van de halfwaardetijdcalculator',
|
|
135
|
+
level: 3,
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
type: 'list',
|
|
139
|
+
items: [
|
|
140
|
+
'<strong>Natuurkundeonderwijs:</strong> berekening van resterende kernen en koppeling aan visueel model.',
|
|
141
|
+
'<strong>Kernchemie:</strong> vergelijking van isotoopstabiliteit en vervalsnelheid.',
|
|
142
|
+
'<strong>Radiokoolstofdatering:</strong> begrip van verval in organische monsters.',
|
|
143
|
+
'<strong>Medische isotopen:</strong> planning van diagnostische beeldvorming.',
|
|
144
|
+
'<strong>Stralingsbescherming:</strong> schatting van activiteitsafname in de tijd.',
|
|
145
|
+
],
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
type: 'title',
|
|
149
|
+
text: 'Belangrijke beperkingen',
|
|
150
|
+
level: 3,
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
type: 'paragraph',
|
|
154
|
+
html: 'Deze calculator modelleert de moederisotoop met een enkele halfwaardetijd.',
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
type: 'paragraph',
|
|
158
|
+
html: 'Gebruik de resultaten als een didactisch model en wetenschappelijke schatting.',
|
|
159
|
+
},
|
|
62
160
|
],
|
|
63
161
|
faq,
|
|
64
162
|
bibliography,
|
|
@@ -45,13 +45,118 @@ export const content: ToolLocaleContent = {
|
|
|
45
45
|
resetSeed: 'Nowy wzor atomow',
|
|
46
46
|
},
|
|
47
47
|
seo: [
|
|
48
|
-
{
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
{
|
|
54
|
-
|
|
48
|
+
{
|
|
49
|
+
type: 'title',
|
|
50
|
+
text: 'Kalkulator okresu półtrwania: pozostałe atomy, aktywność i przykłady izotopów',
|
|
51
|
+
level: 2,
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
type: 'paragraph',
|
|
55
|
+
html: 'Ten kalkulator rozpadu promieniotwórczego pomaga oszacować, ile niestabilnego izotopu zostaje po zadanym czasie. Odpowiada na najczęstsze intencje wyszukiwania: wzór okresu półtrwania, obliczenia dla realnych izotopów, jądra macierzyste pozostałe, jądra rozpadłe i spadek aktywności.',
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
type: 'paragraph',
|
|
59
|
+
html: 'Narzędzie łączy dwa komplementarne modele. Wyniki numeryczne wykorzystują standardowe równanie wykładnicze, podczas gdy pole atomowe symuluje pojedyncze jądra za pomocą progów stochastycznych.',
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
type: 'title',
|
|
63
|
+
text: 'Wzór rozpadu promieniotwórczego używany przez kalkulator',
|
|
64
|
+
level: 3,
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
type: 'paragraph',
|
|
68
|
+
html: 'Wzór to <strong>N(t) = N0 x (1/2)^(t / T1/2)</strong>. <strong>N0</strong> to początkowa liczba jąder macierzystych, <strong>N(t)</strong> to oczekiwana liczba pozostała po czasie <strong>t</strong>, a <strong>T1/2</strong> to okres półtrwania.',
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
type: 'paragraph',
|
|
72
|
+
html: 'Na przykład, jeśli próbka rozpoczyna się od 1000 jąder macierzystych i upływają dwa okresy półtrwania, oczekiwana pozostała ilość wynosi 1000 x (1/2)^2 = 250 jąder. Ilość rozpadła wynosi 750 jąder.',
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
type: 'table',
|
|
76
|
+
headers: ['Czas', 'Czynnik', 'Jądra macierzyste', 'Aktywność względna'],
|
|
77
|
+
rows: [
|
|
78
|
+
['0 okresów', '(1/2)^0', '100%', '100%'],
|
|
79
|
+
['1 okres', '(1/2)^1', '50%', '50%'],
|
|
80
|
+
['2 okresy', '(1/2)^2', '25%', '25%'],
|
|
81
|
+
['3 okresy', '(1/2)^3', '12,5%', '12,5%'],
|
|
82
|
+
['5 okresów', '(1/2)^5', '3,125%', '3,125%'],
|
|
83
|
+
['10 okresów', '(1/2)^10', '0,098%', '0,098%'],
|
|
84
|
+
],
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
type: 'title',
|
|
88
|
+
text: 'Jak obliczyć pozostałą aktywność po okresie półtrwania',
|
|
89
|
+
level: 3,
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
type: 'paragraph',
|
|
93
|
+
html: 'Dla pojedynczego izotopu macierzystego aktywność jest proporcjonalna do liczby nierozpadłych jąder. Jeśli pozostaje 25% izotopu macierzystego, aktywność wynosi również około 25% aktywności początkowej.',
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
type: 'paragraph',
|
|
97
|
+
html: 'Zależność ta ma kluczowe znaczenie w medycynie nuklearnej i ochronie radiologicznej.',
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
type: 'title',
|
|
101
|
+
text: 'Przykłady: Węgiel-14, Jod-131, Technet-99m, Uran-238 i Radon-222',
|
|
102
|
+
level: 3,
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
type: 'table',
|
|
106
|
+
headers: ['Izotop', 'Przybliżony okres półtrwania', 'Typowe zastosowanie', 'Znaczenie wyniku'],
|
|
107
|
+
rows: [
|
|
108
|
+
['Węgiel-14', '5 730 lat', 'Datowanie radiowęglowe', 'Pozostała aktywność węgla-14 w materiale organicznym.'],
|
|
109
|
+
['Jod-131', '8,02 dnia', 'Terapia medyczna', 'Szybkość spadku aktywności w ciągu dni.'],
|
|
110
|
+
['Technet-99m', '6,01 godziny', 'Diagnostyka obrazowa', 'Dlaczego użyteczna aktywność spada w trakcie dnia klinicznego.'],
|
|
111
|
+
['Uran-238', '4,47 mld lat', 'Datowanie geologiczne', 'Dlaczego długożyciowe izotopy są mierzalne w skali geologicznej.'],
|
|
112
|
+
['Radon-222', '3,82 dnia', 'Promieniowanie w budynkach', 'Zmiana gazowego źródła ekspozycji.'],
|
|
113
|
+
],
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
type: 'paragraph',
|
|
117
|
+
html: 'Te przykłady obejmują różne skale czasowe i zastosowania naukowe.',
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
type: 'title',
|
|
121
|
+
text: 'Jak odczytywać stochastyczną symulację atomową',
|
|
122
|
+
level: 3,
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
type: 'paragraph',
|
|
126
|
+
html: 'Pole atomowe jest wymodelowane stochastycznie. Dla małych próbek wyniki wahać się będą wokół wartości teoretycznej.',
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
type: 'paragraph',
|
|
130
|
+
html: 'Gładka krzywa pojawia się dopiero przy uśrednieniu wielu niezależnych zdarzeń losowych.',
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
type: 'title',
|
|
134
|
+
text: 'Zastosowania kalkulatora okresu półtrwania',
|
|
135
|
+
level: 3,
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
type: 'list',
|
|
139
|
+
items: [
|
|
140
|
+
'<strong>Edukacja fizyczna:</strong> obliczanie pozostałych jąder i łączenie z modelem wizualnym.',
|
|
141
|
+
'<strong>Chemia jądrowa:</strong> porównywanie stabilności i szybkości rozpadu izotopów.',
|
|
142
|
+
'<strong>Datowanie radiowęglowe:</strong> zrozumienie rozpadu próbek organicznych.',
|
|
143
|
+
'<strong>Medycyna nuklearna:</strong> planowanie diagnostyki z użyciem krótkożyciowych izotopów.',
|
|
144
|
+
'<strong>Ochrona radiologiczna:</strong> szacowanie spadku aktywności w czasie.',
|
|
145
|
+
],
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
type: 'title',
|
|
149
|
+
text: 'Ważne ograniczenia',
|
|
150
|
+
level: 3,
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
type: 'paragraph',
|
|
154
|
+
html: 'Ten kalkulator modeluje izotop macierzysty za pomocą pojedynczego okresu półtrwania.',
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
type: 'paragraph',
|
|
158
|
+
html: 'Używaj wyników jako modelu dydaktycznego i szacunku naukowego.',
|
|
159
|
+
},
|
|
55
160
|
],
|
|
56
161
|
faq,
|
|
57
162
|
bibliography,
|