@jjlmoya/utils-science 1.24.0 → 1.26.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 (60) hide show
  1. package/package.json +1 -1
  2. package/src/category/index.ts +3 -1
  3. package/src/entries.ts +5 -1
  4. package/src/index.ts +2 -1
  5. package/src/tests/locale_completeness.test.ts +2 -3
  6. package/src/tests/tool_validation.test.ts +2 -2
  7. package/src/tool/lorenz-attractor/i18n/es.ts +12 -4
  8. package/src/tool/lorenz-attractor/lorenz-attractor.css +56 -25
  9. package/src/tool/radioactive-decay/bibliography.astro +15 -0
  10. package/src/tool/radioactive-decay/bibliography.ts +17 -0
  11. package/src/tool/radioactive-decay/component.astro +346 -0
  12. package/src/tool/radioactive-decay/entry.ts +26 -0
  13. package/src/tool/radioactive-decay/i18n/de.ts +78 -0
  14. package/src/tool/radioactive-decay/i18n/en.ts +223 -0
  15. package/src/tool/radioactive-decay/i18n/es.ts +106 -0
  16. package/src/tool/radioactive-decay/i18n/fr.ts +78 -0
  17. package/src/tool/radioactive-decay/i18n/id.ts +66 -0
  18. package/src/tool/radioactive-decay/i18n/it.ts +79 -0
  19. package/src/tool/radioactive-decay/i18n/ja.ts +65 -0
  20. package/src/tool/radioactive-decay/i18n/ko.ts +65 -0
  21. package/src/tool/radioactive-decay/i18n/nl.ts +72 -0
  22. package/src/tool/radioactive-decay/i18n/pl.ts +65 -0
  23. package/src/tool/radioactive-decay/i18n/pt.ts +78 -0
  24. package/src/tool/radioactive-decay/i18n/ru.ts +66 -0
  25. package/src/tool/radioactive-decay/i18n/sv.ts +66 -0
  26. package/src/tool/radioactive-decay/i18n/tr.ts +66 -0
  27. package/src/tool/radioactive-decay/i18n/zh.ts +65 -0
  28. package/src/tool/radioactive-decay/index.ts +12 -0
  29. package/src/tool/radioactive-decay/logic.test.ts +20 -0
  30. package/src/tool/radioactive-decay/logic.ts +120 -0
  31. package/src/tool/radioactive-decay/radioactive-decay-half-life-calculator.css +435 -0
  32. package/src/tool/radioactive-decay/seo.astro +16 -0
  33. package/src/tool/stellar-habitability-zone/bibliography.astro +14 -0
  34. package/src/tool/stellar-habitability-zone/bibliography.ts +12 -0
  35. package/src/tool/stellar-habitability-zone/component.astro +123 -0
  36. package/src/tool/stellar-habitability-zone/dom-updater.ts +94 -0
  37. package/src/tool/stellar-habitability-zone/entry.ts +26 -0
  38. package/src/tool/stellar-habitability-zone/i18n/de.ts +189 -0
  39. package/src/tool/stellar-habitability-zone/i18n/en.ts +189 -0
  40. package/src/tool/stellar-habitability-zone/i18n/es.ts +189 -0
  41. package/src/tool/stellar-habitability-zone/i18n/fr.ts +189 -0
  42. package/src/tool/stellar-habitability-zone/i18n/id.ts +189 -0
  43. package/src/tool/stellar-habitability-zone/i18n/it.ts +189 -0
  44. package/src/tool/stellar-habitability-zone/i18n/ja.ts +189 -0
  45. package/src/tool/stellar-habitability-zone/i18n/ko.ts +189 -0
  46. package/src/tool/stellar-habitability-zone/i18n/nl.ts +189 -0
  47. package/src/tool/stellar-habitability-zone/i18n/pl.ts +189 -0
  48. package/src/tool/stellar-habitability-zone/i18n/pt.ts +189 -0
  49. package/src/tool/stellar-habitability-zone/i18n/ru.ts +189 -0
  50. package/src/tool/stellar-habitability-zone/i18n/sv.ts +189 -0
  51. package/src/tool/stellar-habitability-zone/i18n/tr.ts +189 -0
  52. package/src/tool/stellar-habitability-zone/i18n/zh.ts +189 -0
  53. package/src/tool/stellar-habitability-zone/index.ts +11 -0
  54. package/src/tool/stellar-habitability-zone/interaction.ts +45 -0
  55. package/src/tool/stellar-habitability-zone/logic/StellarHabitabilityEngine.ts +158 -0
  56. package/src/tool/stellar-habitability-zone/renderer.ts +241 -0
  57. package/src/tool/stellar-habitability-zone/script.ts +273 -0
  58. package/src/tool/stellar-habitability-zone/seo.astro +15 -0
  59. package/src/tool/stellar-habitability-zone/stellar-habitability-zone.css +375 -0
  60. package/src/tools.ts +4 -1
@@ -0,0 +1,65 @@
1
+ import { bibliography } from '../bibliography';
2
+ import type { ToolLocaleContent } from '../../../types';
3
+
4
+ const slug = 'radioactive-decay-half-life-calculator';
5
+ const title = '半減期と放射性崩壊の計算機';
6
+ const description = '実在の同位体、半減期の式、確率的な原子フィールド、残存量、相対放射能を使って放射性崩壊をシミュレーションします。';
7
+
8
+ const howTo = [
9
+ { name: '同位体を選ぶ', text: '炭素14、ヨウ素131、ウラン238、テクネチウム99m、ラドン222から始められます。各プリセットには現実的な半減期と代表的な用途が設定されています。' },
10
+ { name: '試料と時間を設定する', text: '表示する原子数を調整し、時間を進めると、残存割合が半減期の指数法則に従う様子を確認できます。' },
11
+ { name: '計算値と原子ごとの偶然性を比べる', text: '決定論的な値を期待値として使い、原子フィールドで小さな試料が理論曲線の周囲で揺らぐ理由を確認します。' },
12
+ { name: '放射能を読む', text: '放射能は未崩壊の原子核数と同じ割合で低下するため、初期の放射線率に対してどれだけ残っているかが分かります。' },
13
+ ];
14
+
15
+ const faq = [
16
+ { question: '半減期とは何ですか?', answer: '半減期とは、不安定な原子核の半分が平均的に崩壊するまでの時間です。1半減期後に50%、2半減期後に25%、3半減期後に12.5%が残ります。' },
17
+ { question: '原子フィールドが正確な割合と一致しないのはなぜですか?', answer: '放射性崩壊は確率的です。式は大きな試料の期待値を示し、原子フィールドは個々の原子にランダムなしきい値を与えてシミュレーションします。' },
18
+ { question: '放射能メーターは残った原子数と同じですか?', answer: '単一の同位体では、放射能は未崩壊の原子核数に比例します。原子が30%残るなら、瞬間的な放射能もおよそ30%です。' },
19
+ { question: '放射性炭素年代測定に使えますか?', answer: '概念理解には使えます。実際の年代測定では校正曲線、汚染、試料処理も補正します。' },
20
+ { question: 'すべての同位体は1つの安定生成物に崩壊しますか?', answer: 'そうとは限りません。複数の娘生成物を含む崩壊系列をたどる同位体もあります。このツールは親同位体の半減期をモデル化します。' },
21
+ ];
22
+
23
+ export const content: ToolLocaleContent = {
24
+ slug,
25
+ title,
26
+ description,
27
+ ui: {
28
+ isotope: '同位体',
29
+ sampleAtoms: '試料の原子数',
30
+ elapsedTime: '経過時間',
31
+ halfLife: '半減期',
32
+ remaining: '残存',
33
+ decayed: '崩壊済み',
34
+ activity: '相対放射能',
35
+ timeUnit: '時間単位',
36
+ expectedCurve: '期待曲線',
37
+ atomField: '原子フィールド',
38
+ presetUse: '主な用途',
39
+ oneHalfLife: '1半減期',
40
+ twoHalfLives: '2半減期',
41
+ fourHalfLives: '4半減期',
42
+ custom: 'カスタム',
43
+ liveAtoms: '未崩壊の原子',
44
+ decayedAtoms: '崩壊した原子',
45
+ resetSeed: '新しい原子パターン',
46
+ },
47
+ seo: [
48
+ { type: 'title', text: '放射性半減期計算機: 残存原子、放射能、同位体の例', level: 2 },
49
+ { type: 'paragraph', html: 'この放射性崩壊計算機では、不安定な同位体が一定時間後にどれだけ残るかを推定できます。半減期の式、実在の同位体への適用、残存する親核種、崩壊済み原子核、放射能の低下を調べる検索意図に対応します。' },
50
+ { type: 'paragraph', 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> は半減期です。' },
51
+ { type: 'table', headers: ['経過時間', '係数', '残存する親核種', '相対放射能'], rows: [['0半減期', '(1/2)^0', '100%', '100%'], ['1半減期', '(1/2)^1', '50%', '50%'], ['2半減期', '(1/2)^2', '25%', '25%'], ['3半減期', '(1/2)^3', '12.5%', '12.5%'], ['5半減期', '(1/2)^5', '3.125%', '3.125%'], ['10半減期', '(1/2)^10', '0.098%', '0.098%']] },
52
+ { type: 'title', text: '同位体の例と結果の読み方', level: 3 },
53
+ { type: 'table', headers: ['同位体', 'およその半減期', '主な用途', '結果が示すこと'], rows: [['炭素14', '5,730年', '放射性炭素年代測定', 'かつて生物だった物質に残る炭素14の放射能。'], ['ヨウ素131', '8.02日', '医療治療と核事故', '数日単位で放射能がどれだけ速く下がるか。'], ['テクネチウム99m', '6.01時間', '診断画像', '有用な医療放射能が臨床の1日の中で低下する理由。'], ['ウラン238', '44.7億年', '地質年代測定', '長寿命同位体が地球史のスケールで測定可能な理由。'], ['ラドン222', '3.82日', '屋内放射線', '気体の被ばく源がどのように変化するか。']] },
54
+ { type: 'paragraph', html: '単一の親同位体では、放射能は未崩壊の原子核数に比例します。原子フィールドは個々の崩壊のランダム性を示し、大きな試料では滑らかな指数曲線に近づきます。' },
55
+ { type: 'paragraph', html: 'このモデルは1つの半減期で親同位体を扱います。実測では検出器効率、背景放射線、分岐比、娘生成物、生物学的排出、化学形、遮へい、校正曲線が必要になる場合があります。医療指示、線量評価、実験室分析の代わりには使わないでください。' },
56
+ ],
57
+ faq,
58
+ bibliography,
59
+ howTo,
60
+ schemas: [
61
+ { '@context': 'https://schema.org', '@type': 'SoftwareApplication', name: title, description, applicationCategory: 'ScientificApplication', operatingSystem: 'Any' },
62
+ { '@context': 'https://schema.org', '@type': 'FAQPage', mainEntity: faq.map((item) => ({ '@type': 'Question', name: item.question, acceptedAnswer: { '@type': 'Answer', text: item.answer } })) },
63
+ { '@context': 'https://schema.org', '@type': 'HowTo', name: title, step: howTo.map((step) => ({ '@type': 'HowToStep', name: step.name, text: step.text })) },
64
+ ],
65
+ };
@@ -0,0 +1,65 @@
1
+ import { bibliography } from '../bibliography';
2
+ import type { ToolLocaleContent } from '../../../types';
3
+
4
+ const slug = 'radioactive-decay-half-life-calculator';
5
+ const title = '방사성 붕괴 반감기 계산기';
6
+ const description = '실제 동위원소, 반감기 공식, 확률적 원자 필드, 남은 양, 상대 방사능으로 방사성 붕괴를 시뮬레이션합니다.';
7
+
8
+ const howTo = [
9
+ { name: '동위원소 선택', text: '탄소-14, 요오드-131, 우라늄-238, 테크네튬-99m, 라돈-222 중에서 시작하세요. 각 프리셋에는 현실적인 반감기와 대표적인 과학적 사용 맥락이 들어 있습니다.' },
10
+ { name: '시료와 시간 설정', text: '표시할 원자 수를 조정하고 시간을 이동해 남은 비율이 반감기의 지수 법칙을 어떻게 따르는지 확인합니다.' },
11
+ { name: '정확한 계산과 원자 단위의 우연성 비교', text: '결정론적 결과를 기대값으로 보고, 원자 필드에서 작은 시료가 이론 곡선 주변에서 흔들리는 이유를 살펴봅니다.' },
12
+ { name: '방사능 해석', text: '방사능은 붕괴하지 않은 핵의 수와 같은 비율로 줄어들기 때문에, 초기 방사선률 대비 얼마나 남았는지 볼 수 있습니다.' },
13
+ ];
14
+
15
+ const faq = [
16
+ { question: '반감기란 무엇인가요?', answer: '반감기는 시료 안의 불안정한 원자핵 절반이 평균적으로 붕괴하는 데 걸리는 시간입니다. 한 반감기 뒤에는 50%, 두 반감기 뒤에는 25%, 세 반감기 뒤에는 12.5%가 남습니다.' },
17
+ { question: '원자 필드가 정확한 비율과 항상 맞지 않는 이유는 무엇인가요?', answer: '방사성 붕괴는 확률적입니다. 공식은 큰 시료의 기대 비율을 주고, 원자 필드는 개별 원자에 무작위 임계값을 부여해 시뮬레이션합니다.' },
18
+ { question: '방사능 표시가 남은 원자 수와 같은 뜻인가요?', answer: '하나의 동위원소에서는 방사능이 붕괴하지 않은 핵의 수에 비례합니다. 원자가 30% 남으면 순간 방사능도 약 30%입니다.' },
19
+ { question: '탄소 연대 측정에 사용할 수 있나요?', answer: '개념 이해에는 사용할 수 있습니다. 실제 실험실 연대 측정은 보정 곡선, 오염, 시료 준비도 함께 고려합니다.' },
20
+ { question: '모든 동위원소가 하나의 안정한 생성물로 붕괴하나요?', answer: '항상 그렇지는 않습니다. 여러 딸핵종을 거치는 붕괴 사슬도 있습니다. 이 도구는 부모 동위원소의 반감기를 모델링합니다.' },
21
+ ];
22
+
23
+ export const content: ToolLocaleContent = {
24
+ slug,
25
+ title,
26
+ description,
27
+ ui: {
28
+ isotope: '동위원소',
29
+ sampleAtoms: '시료 원자',
30
+ elapsedTime: '경과 시간',
31
+ halfLife: '반감기',
32
+ remaining: '남음',
33
+ decayed: '붕괴됨',
34
+ activity: '상대 방사능',
35
+ timeUnit: '시간 단위',
36
+ expectedCurve: '예상 곡선',
37
+ atomField: '원자 필드',
38
+ presetUse: '주요 용도',
39
+ oneHalfLife: '1 반감기',
40
+ twoHalfLives: '2 반감기',
41
+ fourHalfLives: '4 반감기',
42
+ custom: '사용자 설정',
43
+ liveAtoms: '활성 원자',
44
+ decayedAtoms: '붕괴한 원자',
45
+ resetSeed: '새 원자 패턴',
46
+ },
47
+ seo: [
48
+ { type: 'title', text: '방사성 반감기 계산기: 남은 원자, 방사능, 동위원소 예시', level: 2 },
49
+ { type: 'paragraph', html: '이 방사성 붕괴 계산기는 불안정한 동위원소가 일정 시간이 지난 뒤 얼마나 남는지 추정합니다. 반감기 공식, 실제 동위원소 계산, 남은 부모핵, 붕괴한 핵, 방사능 감소를 찾는 검색 의도에 맞춰 구성되어 있습니다.' },
50
+ { type: 'paragraph', 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>는 반감기입니다.' },
51
+ { type: 'table', headers: ['경과 시간', '계수', '남은 부모핵', '상대 방사능'], rows: [['0 반감기', '(1/2)^0', '100%', '100%'], ['1 반감기', '(1/2)^1', '50%', '50%'], ['2 반감기', '(1/2)^2', '25%', '25%'], ['3 반감기', '(1/2)^3', '12.5%', '12.5%'], ['5 반감기', '(1/2)^5', '3.125%', '3.125%'], ['10 반감기', '(1/2)^10', '0.098%', '0.098%']] },
52
+ { type: 'title', text: '동위원소 예시와 결과 해석', level: 3 },
53
+ { type: 'table', headers: ['동위원소', '대략적인 반감기', '주요 용도', '결과의 의미'], rows: [['탄소-14', '5,730년', '방사성 탄소 연대 측정', '한때 생물이었던 물질에 남은 탄소-14 방사능.'], ['요오드-131', '8.02일', '의학 치료와 핵 사고', '며칠 동안 방사능이 얼마나 빠르게 줄어드는지.'], ['테크네튬-99m', '6.01시간', '진단 영상', '임상 하루 안에 유용한 의학적 방사능이 감소하는 이유.'], ['우라늄-238', '44.7억 년', '지질 연대 측정', '긴 수명의 동위원소가 지구 역사 규모에서 측정 가능한 이유.'], ['라돈-222', '3.82일', '실내 방사선', '기체 노출원이 어떻게 변하는지.']] },
54
+ { type: 'paragraph', html: '하나의 부모 동위원소에서는 방사능이 붕괴하지 않은 핵 수에 비례합니다. 원자 필드는 개별 붕괴의 무작위성을 보여 주고, 큰 시료에서는 매끄러운 지수 곡선에 가까워집니다.' },
55
+ { type: 'paragraph', html: '이 모델은 하나의 반감기로 부모 동위원소를 다룹니다. 실제 측정에는 검출기 효율, 배경 방사선, 분기비, 딸핵종, 생물학적 배출, 화학적 형태, 차폐, 보정 곡선이 필요할 수 있습니다. 의료 지시, 선량 평가, 실험실 분석을 대체하지 않습니다.' },
56
+ ],
57
+ faq,
58
+ bibliography,
59
+ howTo,
60
+ schemas: [
61
+ { '@context': 'https://schema.org', '@type': 'SoftwareApplication', name: title, description, applicationCategory: 'ScientificApplication', operatingSystem: 'Any' },
62
+ { '@context': 'https://schema.org', '@type': 'FAQPage', mainEntity: faq.map((item) => ({ '@type': 'Question', name: item.question, acceptedAnswer: { '@type': 'Answer', text: item.answer } })) },
63
+ { '@context': 'https://schema.org', '@type': 'HowTo', name: title, step: howTo.map((step) => ({ '@type': 'HowToStep', name: step.name, text: step.text })) },
64
+ ],
65
+ };
@@ -0,0 +1,72 @@
1
+ import { bibliography } from '../bibliography';
2
+ import type { ToolLocaleContent } from '../../../types';
3
+
4
+ const slug = 'halfwaardetijd-radioactief-verval-calculator';
5
+ const title = 'Calculator voor halfwaardetijd en radioactief verval';
6
+ const description = 'Simuleer radioactief verval met echte isotopen, de halfwaardetijdformule, een stochastisch atoomveld, resterende hoeveelheid en relatieve activiteit.';
7
+
8
+ const howTo = [
9
+ { name: 'Kies een isotoop', text: 'Begin met Koolstof-14, Jodium-131, Uranium-238, Technetium-99m of Radon-222. Elke preset laadt een realistische halfwaardetijd en de wetenschappelijke context waarin die vaak wordt gebruikt.' },
10
+ { name: 'Stel monster en tijd in', text: 'Pas het aantal weergegeven atomen aan en schuif de tijd vooruit om te zien hoe de resterende fractie de exponentiele halfwaardetijdwet volgt.' },
11
+ { name: 'Vergelijk exacte berekening en atomair toeval', text: 'Gebruik het deterministische resultaat als verwachte waarde en bekijk het atoomveld om te begrijpen waarom kleine monsters rond de theoretische curve schommelen.' },
12
+ { name: 'Lees de activiteit', text: 'De activiteit daalt in dezelfde verhouding als de niet-vervallen kernen, dus de meter toont hoeveel stralingssnelheid overblijft ten opzichte van het beginmonster.' },
13
+ ];
14
+
15
+ const faq = [
16
+ { question: 'Wat betekent halfwaardetijd?', answer: 'Halfwaardetijd is de tijd waarin gemiddeld de helft van de instabiele kernen in een monster vervalt. Na een halfwaardetijd blijft 50% over, na twee 25% en na drie 12,5%.' },
17
+ { question: 'Waarom klopt het atoomveld niet altijd precies met het percentage?', answer: 'Radioactief verval is probabilistisch. De formule geeft de verwachte fractie voor een zeer groot monster, terwijl het veld individuele atomen met willekeurige drempels simuleert. Kleine monsters tonen vanzelf statistische ruis.' },
18
+ { question: 'Is de activiteitsmeter hetzelfde als de resterende atomen?', answer: 'Voor een enkele isotoop is activiteit evenredig met het aantal niet-vervallen kernen. Als 30% van de atomen overblijft, is de momentane activiteit ook ongeveer 30% van de beginactiviteit.' },
19
+ { question: 'Kan deze calculator worden gebruikt voor koolstofdatering?', answer: 'Ja, voor conceptuele berekeningen. Koolstof-14-datering vergelijkt de resterende activiteit met levend materiaal, maar echte laboratoriumdatering corrigeert ook kalibratiecurven, besmetting en monstervoorbereiding.' },
20
+ { question: 'Vervalt elke isotoop naar een enkel stabiel product?', answer: 'Niet altijd. Sommige isotopen vervallen via reeksen met meerdere dochterproducten. Deze tool modelleert de halfwaardetijd van de moederisotoop, de belangrijkste grootheid voor resterende moederkernen en activiteit.' },
21
+ ];
22
+
23
+ export const content: ToolLocaleContent = {
24
+ slug,
25
+ title,
26
+ description,
27
+ ui: {
28
+ isotope: 'Isotoop',
29
+ sampleAtoms: 'Atomen in monster',
30
+ elapsedTime: 'Verstreken tijd',
31
+ halfLife: 'Halfwaardetijd',
32
+ remaining: 'Resterend',
33
+ decayed: 'Vervallen',
34
+ activity: 'Relatieve activiteit',
35
+ timeUnit: 'Tijdseenheid',
36
+ expectedCurve: 'Verwachte curve',
37
+ atomField: 'Atoomveld',
38
+ presetUse: 'Gebruik',
39
+ oneHalfLife: '1 halfwaardetijd',
40
+ twoHalfLives: '2 halfwaardetijden',
41
+ fourHalfLives: '4 halfwaardetijden',
42
+ custom: 'Aangepast',
43
+ liveAtoms: 'Actieve atomen',
44
+ decayedAtoms: 'Vervallen atomen',
45
+ resetSeed: 'Nieuw atoompatroon',
46
+ },
47
+ seo: [
48
+ { type: 'title', text: 'Halfwaardetijdcalculator: resterende atomen, activiteit en voorbeelden van isotopen', level: 2 },
49
+ { type: 'paragraph', 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.' },
50
+ { type: 'paragraph', html: 'De numerieke resultaten gebruiken de exponentiele vervalvergelijking, terwijl het atoomveld individuele kernen met stochastische drempels simuleert. Daardoor werkt de tool zowel als snelle calculator als visuele uitleg.' },
51
+ { type: 'title', text: 'Formule voor radioactief verval', level: 3 },
52
+ { type: 'paragraph', 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.' },
53
+ { type: 'paragraph', html: 'Begint een monster met 1.000 moederkernen en verstrijken twee halfwaardetijden, dan blijft verwacht 1.000 x (1/2)^2 = 250 kernen over. De overige 750 zijn vervallen.' },
54
+ { type: 'table', headers: ['Verstreken tijd', 'Factor', 'Moederkernen over', 'Relatieve activiteit'], rows: [['0 halfwaardetijden', '(1/2)^0', '100%', '100%'], ['1 halfwaardetijd', '(1/2)^1', '50%', '50%'], ['2 halfwaardetijden', '(1/2)^2', '25%', '25%'], ['3 halfwaardetijden', '(1/2)^3', '12,5%', '12,5%'], ['5 halfwaardetijden', '(1/2)^5', '3,125%', '3,125%'], ['10 halfwaardetijden', '(1/2)^10', '0,098%', '0,098%']] },
55
+ { type: 'title', text: 'Activiteit en voorbeelden', level: 3 },
56
+ { type: 'paragraph', html: 'Voor een enkele moederisotoop is activiteit evenredig met het aantal niet-vervallen kernen. Daarom volgt resterende activiteit dezelfde exponentiele factor als de resterende hoeveelheid.' },
57
+ { type: 'table', headers: ['Isotoop', 'Halfwaardetijd', 'Typisch gebruik', 'Wat het resultaat laat zien'], rows: [['Koolstof-14', '5.730 jaar', 'Radiokoolstofdatering', 'Hoeveel Koolstof-14-activiteit in ooit levend materiaal resteert.'], ['Jodium-131', '8,02 dagen', 'Therapie en nucleaire incidenten', 'Hoe activiteit over dagen afneemt.'], ['Technetium-99m', '6,01 uur', 'Diagnostische beeldvorming', 'Waarom bruikbare medische activiteit binnen een werkdag daalt.'], ['Uranium-238', '4,47 miljard jaar', 'Geologische datering', 'Waarom zeer langlevende isotopen meetbaar blijven.'], ['Radon-222', '3,82 dagen', 'Binnenstraling', 'Hoe een gasvormige blootstellingsbron verandert.']] },
58
+ { type: 'title', text: 'Stochastische simulatie en beperkingen', level: 3 },
59
+ { type: 'paragraph', html: 'Het atoomveld is bewust stochastisch: individuele kernen vervallen willekeurig, terwijl grote aantallen de gladde curve benaderen. Halfwaardetijd betekent dus geen plots verdwijnen van exact de helft, maar een constante kans op verval per tijdseenheid.' },
60
+ { type: 'list', items: ['<strong>Onderwijs:</strong> koppel formule en visueel model.', '<strong>Nucleaire chemie:</strong> vergelijk stabiliteit en activiteit.', '<strong>Radiokoolstof:</strong> begrijp waarom oude monsters minder Koolstof-14 bevatten.', '<strong>Medische isotopen:</strong> zie waarom korte halfwaardetijden nuttig zijn.', '<strong>Stralingsveiligheid:</strong> schat relatieve activiteit zonder halfwaardetijd verkeerd te interpreteren.'] },
61
+ { type: 'paragraph', html: 'De calculator modelleert een moederisotoop met een enkele halfwaardetijd. Echte metingen kunnen correcties vereisen voor detectorrendement, achtergrondstraling, vertakkingsverhoudingen, dochterproducten, biologische klaring, chemische vorm, afscherming en kalibratiecurven. Gebruik dit als leer- en schattingsmodel, niet als medisch, dosimetrisch of laboratoriumadvies.' },
62
+ ],
63
+ faq,
64
+ bibliography,
65
+ howTo,
66
+ schemas: [
67
+ { '@context': 'https://schema.org', '@type': 'SoftwareApplication', name: title, description, applicationCategory: 'ScientificApplication', operatingSystem: 'Any' },
68
+ { '@context': 'https://schema.org', '@type': 'FAQPage', mainEntity: faq.map((item) => ({ '@type': 'Question', name: item.question, acceptedAnswer: { '@type': 'Answer', text: item.answer } })) },
69
+ { '@context': 'https://schema.org', '@type': 'HowTo', name: title, step: howTo.map((step) => ({ '@type': 'HowToStep', name: step.name, text: step.text })) },
70
+ ],
71
+ };
72
+
@@ -0,0 +1,65 @@
1
+ import { bibliography } from '../bibliography';
2
+ import type { ToolLocaleContent } from '../../../types';
3
+
4
+ const slug = 'kalkulator-okresu-poltrwania-rozpadu-promieniotworczego';
5
+ const title = 'Kalkulator okresu poltrwania i rozpadu promieniotworczego';
6
+ const description = 'Symuluj rozpad promieniotworczy z realnymi izotopami, wzorem okresu poltrwania, stochastycznym polem atomow, iloscia pozostala i aktywnoscia wzgledna.';
7
+
8
+ const howTo = [
9
+ { name: 'Wybierz izotop', text: 'Zacznij od wegla-14, jodu-131, uranu-238, technetu-99m albo radonu-222. Kazdy preset laduje realistyczny okres poltrwania i typowy kontekst naukowy.' },
10
+ { name: 'Ustaw probke i czas', text: 'Dostosuj liczbe widocznych atomow i przesuwaj czas, aby zobaczyc, jak pozostala frakcja podaza za prawem wykladniczym.' },
11
+ { name: 'Porownaj wynik dokladny i losowosc atomowa', text: 'Uzyj wyniku deterministycznego jako wartosci oczekiwanej i obserwuj pole atomow, aby zrozumiec wahania malych probek.' },
12
+ { name: 'Zinterpretuj aktywnosc', text: 'Aktywnosc spada proporcjonalnie do liczby jader, ktore jeszcze sie nie rozpadly.' },
13
+ ];
14
+
15
+ const faq = [
16
+ { question: 'Co oznacza okres poltrwania?', answer: 'To czas, po ktorym srednio polowa niestabilnych jader w probce ulega rozpadowi. Po jednym okresie zostaje 50%, po dwoch 25%, po trzech 12,5%.' },
17
+ { question: 'Dlaczego pole atomow nie zawsze zgadza sie z dokladnym procentem?', answer: 'Rozpad promieniotworczy jest probabilistyczny. Wzor daje wartosc oczekiwana dla duzej probki, a pole symuluje pojedyncze atomy z losowymi progami.' },
18
+ { question: 'Czy aktywnosc jest tym samym co liczba atomow pozostalych?', answer: 'Dla jednego izotopu aktywnosc jest proporcjonalna do liczby jader, ktore sie nie rozpadly.' },
19
+ { question: 'Czy kalkulator nadaje sie do datowania radioweglowego?', answer: 'Tak, koncepcyjnie. Prawdziwe datowanie laboratoryjne wymaga takze krzywych kalibracyjnych, kontroli zanieczyszczen i przygotowania probki.' },
20
+ { question: 'Czy kazdy izotop rozpada sie do jednego stabilnego produktu?', answer: 'Nie zawsze. Niektore izotopy rozpadaja sie lancuchowo z kilkoma produktami potomnymi. Narzedzie modeluje izotop macierzysty.' },
21
+ ];
22
+
23
+ export const content: ToolLocaleContent = {
24
+ slug,
25
+ title,
26
+ description,
27
+ ui: {
28
+ isotope: 'Izotop',
29
+ sampleAtoms: 'Atomy probki',
30
+ elapsedTime: 'Czas',
31
+ halfLife: 'Okres poltrwania',
32
+ remaining: 'Pozostalo',
33
+ decayed: 'Rozpadlo sie',
34
+ activity: 'Aktywnosc wzgledna',
35
+ timeUnit: 'Jednostka czasu',
36
+ expectedCurve: 'Krzywa oczekiwana',
37
+ atomField: 'Pole atomow',
38
+ presetUse: 'Typowe uzycie',
39
+ oneHalfLife: '1 okres poltrwania',
40
+ twoHalfLives: '2 okresy poltrwania',
41
+ fourHalfLives: '4 okresy poltrwania',
42
+ custom: 'Wlasne',
43
+ liveAtoms: 'Aktywne atomy',
44
+ decayedAtoms: 'Atomy po rozpadzie',
45
+ resetSeed: 'Nowy wzor atomow',
46
+ },
47
+ seo: [
48
+ { type: 'title', text: 'Kalkulator okresu poltrwania: pozostale atomy, aktywnosc i przyklady izotopow', level: 2 },
49
+ { type: 'paragraph', html: 'Ten kalkulator rozpadu promieniotworczego pomaga oszacowac, ile niestabilnego izotopu zostaje po zadanym czasie. Odpowiada na najczestsze intencje wyszukiwania: wzor okresu poltrwania, obliczenia dla realnych izotopow, jadra macierzyste pozostale, jadra rozpade i spadek aktywnosci.' },
50
+ { type: 'paragraph', html: 'Wzor to <strong>N(t) = N0 x (1/2)^(t / T1/2)</strong>. Pole atomow pokazuje jednoczesnie losowy charakter pojedynczych rozpadów i przewidywalna krzywa dla duzych probek.' },
51
+ { type: 'table', headers: ['Czas', 'Czynnik', 'Jadra macierzyste', 'Aktywnosc wzgledna'], rows: [['0 okresow', '(1/2)^0', '100%', '100%'], ['1 okres', '(1/2)^1', '50%', '50%'], ['2 okresy', '(1/2)^2', '25%', '25%'], ['3 okresy', '(1/2)^3', '12,5%', '12,5%'], ['5 okresow', '(1/2)^5', '3,125%', '3,125%'], ['10 okresow', '(1/2)^10', '0,098%', '0,098%']] },
52
+ { type: 'table', headers: ['Izotop', 'Okres poltrwania', 'Zastosowanie', 'Znaczenie wyniku'], rows: [['Wegiel-14', '5 730 lat', 'Datowanie radioweglowe', 'Ile aktywnosci wegla-14 pozostaje w materiale organicznym.'], ['Jod-131', '8,02 dnia', 'Terapia i zdarzenia nuklearne', 'Jak szybko aktywnosc spada w ciagu dni.'], ['Technet-99m', '6,01 godziny', 'Diagnostyka obrazowa', 'Dlaczego uzyteczna aktywnosc maleje w czasie dnia klinicznego.'], ['Uran-238', '4,47 mld lat', 'Datowanie geologiczne', 'Dlaczego dlugozyciowe izotopy sa mierzalne.'], ['Radon-222', '3,82 dnia', 'Promieniowanie w budynkach', 'Jak zmienia sie gazowe zrodlo ekspozycji.']] },
53
+ { type: 'paragraph', html: 'Dla jednego izotopu aktywnosc jest proporcjonalna do liczby jader nierozpadlych. Symulacja nadaje sie do nauki fizyki, chemii jadrowej, intuicji radioweglowej, planowania izotopow medycznych i edukacji radiologicznej.' },
54
+ { type: 'paragraph', html: 'Model uzywa jednego okresu poltrwania. Rzeczywiste pomiary moga wymagac korekt detektora, tla, produktow potomnych, eliminacji biologicznej, postaci chemicznej, ekranowania i kalibracji. Nie zastepuje porad medycznych, dozymetrii ani analizy laboratoryjnej.' },
55
+ ],
56
+ faq,
57
+ bibliography,
58
+ howTo,
59
+ schemas: [
60
+ { '@context': 'https://schema.org', '@type': 'SoftwareApplication', name: title, description, applicationCategory: 'ScientificApplication', operatingSystem: 'Any' },
61
+ { '@context': 'https://schema.org', '@type': 'FAQPage', mainEntity: faq.map((item) => ({ '@type': 'Question', name: item.question, acceptedAnswer: { '@type': 'Answer', text: item.answer } })) },
62
+ { '@context': 'https://schema.org', '@type': 'HowTo', name: title, step: howTo.map((step) => ({ '@type': 'HowToStep', name: step.name, text: step.text })) },
63
+ ],
64
+ };
65
+
@@ -0,0 +1,78 @@
1
+ import { bibliography } from '../bibliography';
2
+ import type { ToolLocaleContent } from '../../../types';
3
+
4
+ const slug = 'calculadora-meia-vida-decaimento-radioativo';
5
+ const title = 'Calculadora de meia vida e decaimento radioativo';
6
+ const description = 'Simule decaimento radioativo com isotopos reais, formula de meia-vida, campo atomico estocastico, quantidade restante e atividade relativa.';
7
+
8
+ const howTo = [
9
+ { name: 'Escolha um isotopo', text: 'Comece com Carbono-14, Iodo-131, Uranio-238, Tecnecio-99m ou Radon-222. Cada preset carrega uma meia-vida realista e o contexto cientifico em que costuma ser usado.' },
10
+ { name: 'Defina a amostra e o tempo', text: 'Ajuste o numero de atomos representados e avance o tempo para ver como a fracao restante segue a lei exponencial da meia-vida.' },
11
+ { name: 'Compare matematica exata e acaso atomico', text: 'Use o resultado deterministico como valor esperado e observe o campo atomico para entender por que amostras pequenas oscilam em torno da curva teorica.' },
12
+ { name: 'Interprete a atividade', text: 'A atividade cai na mesma proporcao dos nucleos nao decaidos, por isso o medidor mostra quanto da taxa de radiacao inicial ainda resta.' },
13
+ ];
14
+
15
+ const faq = [
16
+ { question: 'O que significa meia-vida?', answer: 'Meia-vida e o tempo necessario para que metade dos nucleos instaveis de uma amostra decaia, em media. Depois de uma meia-vida restam 50%, depois de duas restam 25% e depois de tres restam 12,5%.' },
17
+ { question: 'Por que o campo atomico nem sempre bate com a porcentagem exata?', answer: 'O decaimento radioativo e probabilistico. A formula fornece a fracao esperada para uma amostra muito grande, enquanto o campo simula atomos individuais com limiares aleatorios. Amostras pequenas mostram ruido estatistico naturalmente.' },
18
+ { question: 'O medidor de atividade e igual aos atomos restantes?', answer: 'Para um unico isotopo, a atividade e proporcional ao numero de nucleos nao decaidos. Se restam 30% dos atomos, a atividade instantanea tambem fica por volta de 30% da atividade inicial.' },
19
+ { question: 'Esta calculadora serve para datacao por radiocarbono?', answer: 'Sim, para calculos conceituais. A datacao com Carbono-14 compara a atividade restante com a de material vivo, mas analises reais tambem corrigem curvas de calibracao, contaminacao e preparo da amostra.' },
20
+ { question: 'Todo isotopo decai para um unico produto estavel?', answer: 'Nem sempre. Alguns isotopos decaem por cadeias com varios produtos filhos. Esta ferramenta modela a meia-vida do isotopo pai, a grandeza principal para estimar nucleos pais restantes e atividade.' },
21
+ ];
22
+
23
+ export const content: ToolLocaleContent = {
24
+ slug,
25
+ title,
26
+ description,
27
+ ui: {
28
+ isotope: 'Isotopo',
29
+ sampleAtoms: 'Atomos da amostra',
30
+ elapsedTime: 'Tempo decorrido',
31
+ halfLife: 'Meia-vida',
32
+ remaining: 'Restante',
33
+ decayed: 'Decaido',
34
+ activity: 'Atividade relativa',
35
+ timeUnit: 'Unidade de tempo',
36
+ expectedCurve: 'Curva esperada',
37
+ atomField: 'Campo atomico',
38
+ presetUse: 'Uso comum',
39
+ oneHalfLife: '1 meia-vida',
40
+ twoHalfLives: '2 meias-vidas',
41
+ fourHalfLives: '4 meias-vidas',
42
+ custom: 'Personalizado',
43
+ liveAtoms: 'Atomos ativos',
44
+ decayedAtoms: 'Atomos decaidos',
45
+ resetSeed: 'Novo padrao atomico',
46
+ },
47
+ seo: [
48
+ { type: 'title', text: 'Calculadora de meia-vida radioativa: atomos restantes, atividade e exemplos de isotopos', level: 2 },
49
+ { type: 'paragraph', html: 'Use esta calculadora de decaimento radioativo para estimar quanto resta de um isotopo instavel depois de um certo tempo. Ela atende as buscas mais comuns sobre meia-vida: encontrar a formula, aplica-la a isotopos reais, comparar nucleos pais restantes e decaidos e entender por que a atividade diminui com o envelhecimento da amostra.' },
50
+ { type: 'paragraph', html: 'A ferramenta combina dois modelos. Os resultados numericos usam a equacao exponencial de decaimento, enquanto o campo atomico simula nucleos individuais com limiares estocasticos. Assim, funciona como calculadora rapida e como explicacao visual de por que o decaimento e previsivel em conjunto, mas aleatorio em cada atomo.' },
51
+ { type: 'title', text: 'Formula de decaimento radioativo usada', level: 3 },
52
+ { type: 'paragraph', html: 'A formula e <strong>N(t) = N0 x (1/2)^(t / T1/2)</strong>. <strong>N0</strong> e o numero inicial de nucleos pais, <strong>N(t)</strong> e o numero esperado restante apos o tempo <strong>t</strong>, e <strong>T1/2</strong> e a meia-vida. O expoente <strong>t / T1/2</strong> conta quantas meias-vidas passaram.' },
53
+ { type: 'paragraph', html: 'Se uma amostra comeca com 1.000 nucleos pais e passam duas meias-vidas, o restante esperado e 1.000 x (1/2)^2 = 250 nucleos. A parte decaida e a diferenca: 750 nucleos. O mesmo calculo vale para segundos, horas, dias, anos ou bilhoes de anos.' },
54
+ { type: 'table', headers: ['Tempo decorrido', 'Fator', 'Nucleos pais restantes', 'Atividade relativa'], rows: [['0 meias-vidas', '(1/2)^0', '100%', '100%'], ['1 meia-vida', '(1/2)^1', '50%', '50%'], ['2 meias-vidas', '(1/2)^2', '25%', '25%'], ['3 meias-vidas', '(1/2)^3', '12,5%', '12,5%'], ['5 meias-vidas', '(1/2)^5', '3,125%', '3,125%'], ['10 meias-vidas', '(1/2)^10', '0,098%', '0,098%']] },
55
+ { type: 'title', text: 'Como calcular a atividade restante', level: 3 },
56
+ { type: 'paragraph', html: 'Para um unico isotopo pai, a atividade e proporcional ao numero de nucleos nao decaidos. Se restam 25% do isotopo pai, a atividade desse isotopo tambem fica em torno de 25% da atividade inicial.' },
57
+ { type: 'paragraph', html: 'Essa relacao e importante em medicina nuclear e seguranca radiologica. O Tecnecio-99m perde atividade em horas, enquanto o Iodo-131 permanece relevante por dias, afetando tratamento, monitoramento e orientacoes de exposicao.' },
58
+ { type: 'title', text: 'Exemplos: Carbono-14, Iodo-131, Tecnecio-99m, Uranio-238 e Radon-222', level: 3 },
59
+ { type: 'table', headers: ['Isotopo', 'Meia-vida aproximada', 'Uso comum', 'O que o resultado mostra'], rows: [['Carbono-14', '5.730 anos', 'Datacao por radiocarbono', 'Quanta atividade de Carbono-14 pai resta em material que ja foi vivo.'], ['Iodo-131', '8,02 dias', 'Terapia medica e incidentes nucleares', 'A rapidez com que a atividade cai ao longo de dias.'], ['Tecnecio-99m', '6,01 horas', 'Imagem diagnostica', 'Por que a atividade medica util se esvai em uma jornada clinica.'], ['Uranio-238', '4,47 bilhoes de anos', 'Datacao geologica', 'Por que isotopos de vida muito longa seguem mensuraveis na historia da Terra.'], ['Radon-222', '3,82 dias', 'Radiacao interna e cadeias de decaimento', 'Como uma fonte gasosa de exposicao muda em poucos dias.']] },
60
+ { type: 'paragraph', html: 'Esses exemplos cobrem diferentes escalas de tempo e intencoes de busca: arqueologia para Carbono-14, atividade medica para Iodo-131 e Tecnecio-99m, exposicao ambiental para Radon-222 e tempo geologico para Uranio-238.' },
61
+ { type: 'title', text: 'Como ler a simulacao atomica estocastica', level: 3 },
62
+ { type: 'paragraph', html: 'O campo atomico animado e propositalmente estocastico. A equacao da o valor esperado para uma amostra grande, mas cada nucleo decai ao acaso. Amostras pequenas podem ficar um pouco acima ou abaixo de 50% apos uma meia-vida; amostras maiores se aproximam mais da curva teorica.' },
63
+ { type: 'paragraph', html: 'Meia-vida nao significa que cada atomo espera um temporizador e entao metade desaparece de uma vez. Cada nucleo instavel tem uma probabilidade constante de decair por unidade de tempo. A curva suave aparece quando muitos eventos aleatorios independentes sao contados juntos.' },
64
+ { type: 'title', text: 'Usos da calculadora', level: 3 },
65
+ { type: 'list', items: ['<strong>Fisica escolar:</strong> calcular nucleos pais restantes apos um numero de meias-vidas.', '<strong>Quimica e ciencia nuclear:</strong> comparar estabilidade, velocidade de decaimento e atividade relativa.', '<strong>Intuicao para radiocarbono:</strong> entender por que amostras antigas tem menos Carbono-14.', '<strong>Planejamento de isotopos medicos:</strong> ver por que meias-vidas curtas sao uteis em imagem diagnostica.', '<strong>Educacao em seguranca radiologica:</strong> estimar a queda da atividade sem confundir meia-vida com desaparecimento imediato.'] },
66
+ { type: 'title', text: 'Limitacoes importantes', level: 3 },
67
+ { type: 'paragraph', html: 'Esta calculadora modela o isotopo pai com uma unica meia-vida. Medicoes reais podem exigir correcoes de eficiencia do detector, radiacao de fundo, razoes de ramificacao, produtos filhos, eliminacao biologica, forma quimica, blindagem e curvas de calibracao.' },
68
+ { type: 'paragraph', html: 'Use o resultado como estimativa cientifica clara e modelo didatico, nao como substituto de orientacao de seguranca radiologica, instrucoes medicas, dosimetria ou analise laboratorial de datacao.' },
69
+ ],
70
+ faq,
71
+ bibliography,
72
+ howTo,
73
+ schemas: [
74
+ { '@context': 'https://schema.org', '@type': 'SoftwareApplication', name: title, description, applicationCategory: 'ScientificApplication', operatingSystem: 'Any' },
75
+ { '@context': 'https://schema.org', '@type': 'FAQPage', mainEntity: faq.map((item) => ({ '@type': 'Question', name: item.question, acceptedAnswer: { '@type': 'Answer', text: item.answer } })) },
76
+ { '@context': 'https://schema.org', '@type': 'HowTo', name: title, step: howTo.map((step) => ({ '@type': 'HowToStep', name: step.name, text: step.text })) },
77
+ ],
78
+ };
@@ -0,0 +1,66 @@
1
+ import { bibliography } from '../bibliography';
2
+ import type { ToolLocaleContent } from '../../../types';
3
+
4
+ const slug = 'kalkulyator-perioda-poluraspada-radioaktivnogo-raspada';
5
+ const title = 'Калькулятор периода полураспада и радиоактивного распада';
6
+ const description = 'Моделируйте радиоактивный распад с реальными изотопами, формулой периода полураспада, стохастическим атомным полем, остатком вещества и относительной активностью.';
7
+
8
+ const howTo = [
9
+ { name: 'Выберите изотоп', text: 'Начните с углерода-14, йода-131, урана-238, технеция-99m или радона-222. Каждый пресет задает реалистичный период полураспада и типичный научный контекст.' },
10
+ { name: 'Задайте размер образца и время', text: 'Изменяйте число показанных атомов и сдвигайте время, чтобы увидеть, как оставшаяся доля следует экспоненциальному закону полураспада.' },
11
+ { name: 'Сравните расчет и атомную случайность', text: 'Используйте детерминированный результат как ожидаемое значение и смотрите на атомное поле, чтобы понять флуктуации малых образцов.' },
12
+ { name: 'Интерпретируйте активность', text: 'Активность падает в той же пропорции, что и число нераспавшихся ядер, поэтому индикатор показывает остаток начальной скорости излучения.' },
13
+ ];
14
+
15
+ const faq = [
16
+ { question: 'Что такое период полураспада?', answer: 'Это время, за которое в среднем распадается половина нестабильных ядер в образце. После одного периода остается 50%, после двух 25%, после трех 12,5%.' },
17
+ { question: 'Почему атомное поле не всегда совпадает с точным процентом?', answer: 'Радиоактивный распад вероятностен. Формула дает ожидаемую долю для большого образца, а поле моделирует отдельные атомы со случайными порогами.' },
18
+ { question: 'Активность равна оставшимся атомам?', answer: 'Для одного изотопа активность пропорциональна числу нераспавшихся ядер. Если осталось 30% атомов, мгновенная активность тоже около 30% начальной.' },
19
+ { question: 'Можно ли использовать калькулятор для радиоуглеродного датирования?', answer: 'Да, для понимания принципа. Реальное лабораторное датирование также учитывает калибровочные кривые, загрязнение и подготовку образца.' },
20
+ { question: 'Каждый изотоп распадается в один стабильный продукт?', answer: 'Не всегда. Некоторые изотопы распадаются цепочками с несколькими дочерними продуктами. Этот инструмент моделирует период полураспада материнского изотопа.' },
21
+ ];
22
+
23
+ export const content: ToolLocaleContent = {
24
+ slug,
25
+ title,
26
+ description,
27
+ ui: {
28
+ isotope: 'Изотоп',
29
+ sampleAtoms: 'Атомы образца',
30
+ elapsedTime: 'Прошедшее время',
31
+ halfLife: 'Период полураспада',
32
+ remaining: 'Осталось',
33
+ decayed: 'Распалось',
34
+ activity: 'Относительная активность',
35
+ timeUnit: 'Единица времени',
36
+ expectedCurve: 'Ожидаемая кривая',
37
+ atomField: 'Атомное поле',
38
+ presetUse: 'Типичное применение',
39
+ oneHalfLife: '1 период',
40
+ twoHalfLives: '2 периода',
41
+ fourHalfLives: '4 периода',
42
+ custom: 'Свое значение',
43
+ liveAtoms: 'Активные атомы',
44
+ decayedAtoms: 'Распавшиеся атомы',
45
+ resetSeed: 'Новый атомный рисунок',
46
+ },
47
+ seo: [
48
+ { type: 'title', text: 'Калькулятор периода полураспада: оставшиеся атомы, активность и примеры изотопов', level: 2 },
49
+ { type: 'paragraph', html: 'Этот калькулятор радиоактивного распада помогает оценить, сколько нестабильного изотопа останется через заданное время. Он отвечает на основные поисковые запросы: формула полураспада, расчет для реальных изотопов, оставшиеся материнские ядра, распавшиеся ядра и падение активности.' },
50
+ { type: 'paragraph', 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> - период полураспада.' },
51
+ { type: 'table', headers: ['Время', 'Фактор', 'Оставшиеся ядра', 'Относительная активность'], rows: [['0 периодов', '(1/2)^0', '100%', '100%'], ['1 период', '(1/2)^1', '50%', '50%'], ['2 периода', '(1/2)^2', '25%', '25%'], ['3 периода', '(1/2)^3', '12,5%', '12,5%'], ['5 периодов', '(1/2)^5', '3,125%', '3,125%'], ['10 периодов', '(1/2)^10', '0,098%', '0,098%']] },
52
+ { type: 'title', text: 'Примеры изотопов и смысл результата', level: 3 },
53
+ { type: 'table', headers: ['Изотоп', 'Примерный период', 'Типичный запрос', 'Что показывает результат'], rows: [['Углерод-14', '5 730 лет', 'Радиоуглеродное датирование', 'Сколько активности углерода-14 осталось в бывшем живом материале.'], ['Йод-131', '8,02 дня', 'Терапия и ядерные инциденты', 'Как быстро активность падает в течение дней.'], ['Технеций-99m', '6,01 часа', 'Диагностическая визуализация', 'Почему полезная медицинская активность снижается за клинический день.'], ['Уран-238', '4,47 млрд лет', 'Геологическое датирование', 'Почему долгоживущие изотопы измеримы в масштабе истории Земли.'], ['Радон-222', '3,82 дня', 'Радиация в помещениях', 'Как меняется газовый источник облучения.']] },
54
+ { type: 'paragraph', html: 'Для одного материнского изотопа активность пропорциональна числу нераспавшихся ядер. Атомное поле показывает случайность отдельных распадов, а большие образцы приближаются к гладкой экспоненциальной кривой.' },
55
+ { type: 'paragraph', html: 'Модель использует один период полураспада. Реальные измерения могут требовать поправок на эффективность детектора, фон, ветвления распада, дочерние продукты, биологическое выведение, химическую форму, защиту и калибровку. Это учебная оценка, а не медицинская инструкция, дозиметрия или лабораторный анализ.' },
56
+ ],
57
+ faq,
58
+ bibliography,
59
+ howTo,
60
+ schemas: [
61
+ { '@context': 'https://schema.org', '@type': 'SoftwareApplication', name: title, description, applicationCategory: 'ScientificApplication', operatingSystem: 'Any' },
62
+ { '@context': 'https://schema.org', '@type': 'FAQPage', mainEntity: faq.map((item) => ({ '@type': 'Question', name: item.question, acceptedAnswer: { '@type': 'Answer', text: item.answer } })) },
63
+ { '@context': 'https://schema.org', '@type': 'HowTo', name: title, step: howTo.map((step) => ({ '@type': 'HowToStep', name: step.name, text: step.text })) },
64
+ ],
65
+ };
66
+
@@ -0,0 +1,66 @@
1
+ import { bibliography } from '../bibliography';
2
+ import type { ToolLocaleContent } from '../../../types';
3
+
4
+ const slug = 'halveringstid-radioaktivt-sonderfall-kalkylator';
5
+ const title = 'Kalkylator for halveringstid och radioaktivt sonderfall';
6
+ const description = 'Simulera radioaktivt sonderfall med verkliga isotoper, halveringstidsformel, stokastiskt atomfalt, aterstaende mangd och relativ aktivitet.';
7
+
8
+ const howTo = [
9
+ { name: 'Valj isotop', text: 'Börja med kol-14, jod-131, uran-238, teknetium-99m eller radon-222. Varje preset laddar en realistisk halveringstid och ett vanligt vetenskapligt sammanhang.' },
10
+ { name: 'Stall in provstorlek och tid', text: 'Justera antalet atomer som visas och flytta tiden framat for att se hur den aterstaende andelen foljer halveringstidens exponentiella lag.' },
11
+ { name: 'Jamfor exakt matematik och atomart slumpbeteende', text: 'Anvand det deterministiska resultatet som forvantat varde och studera atomfaltet for att se varfor sma prov varierar runt den teoretiska kurvan.' },
12
+ { name: 'Tolka aktiviteten', text: 'Aktiviteten minskar i samma proportion som de icke sonderfallna karnorna, sa mataren visar hur stor del av den ursprungliga stralningshastigheten som finns kvar.' },
13
+ ];
14
+
15
+ const faq = [
16
+ { question: 'Vad betyder halveringstid?', answer: 'Halveringstid ar tiden det tar for halften av de instabila karnorna i ett prov att sonderfalla i genomsnitt. Efter en halveringstid aterstar 50%, efter tva 25% och efter tre 12,5%.' },
17
+ { question: 'Varfor stammer atomfaltet inte alltid exakt med procenten?', answer: 'Radioaktivt sonderfall ar probabilistiskt. Formeln ger den forvantade andelen for ett mycket stort prov, medan fältet simulerar enskilda atomer med slumpmassiga trosklar.' },
18
+ { question: 'Ar aktivitetsmataren samma sak som aterstaende atomer?', answer: 'For en enda isotop ar aktiviteten proportionell mot antalet icke sonderfallna karnor. Om 30% av atomerna finns kvar ar aktiviteten ocksa ungefar 30% av startaktiviteten.' },
19
+ { question: 'Kan kalkylatorn anvandas for kol-14-datering?', answer: 'Ja, som begreppslig berakning. Verklig laboratoriedatering korrigerar ocksa kalibreringskurvor, kontaminering och provberedning.' },
20
+ { question: 'Sonderfaller varje isotop till en enda stabil produkt?', answer: 'Inte alltid. Vissa isotoper sonderfaller via kedjor med flera dotterprodukter. Verktyget modellerar moderisotopens halveringstid.' },
21
+ ];
22
+
23
+ export const content: ToolLocaleContent = {
24
+ slug,
25
+ title,
26
+ description,
27
+ ui: {
28
+ isotope: 'Isotop',
29
+ sampleAtoms: 'Atomer i provet',
30
+ elapsedTime: 'Forfluten tid',
31
+ halfLife: 'Halveringstid',
32
+ remaining: 'Aterstar',
33
+ decayed: 'Sonderfallit',
34
+ activity: 'Relativ aktivitet',
35
+ timeUnit: 'Tidsenhet',
36
+ expectedCurve: 'Forvantad kurva',
37
+ atomField: 'Atomfalt',
38
+ presetUse: 'Vanlig anvandning',
39
+ oneHalfLife: '1 halveringstid',
40
+ twoHalfLives: '2 halveringstider',
41
+ fourHalfLives: '4 halveringstider',
42
+ custom: 'Anpassad',
43
+ liveAtoms: 'Aktiva atomer',
44
+ decayedAtoms: 'Sonderfallna atomer',
45
+ resetSeed: 'Nytt atommonster',
46
+ },
47
+ seo: [
48
+ { type: 'title', text: 'Kalkylator for radioaktiv halveringstid: atomer, aktivitet och isotoper', level: 2 },
49
+ { type: 'paragraph', html: 'Anvand kalkylatorn for att uppskatta hur mycket av en instabil isotop som finns kvar efter en viss tid. Den ar byggd for vanliga sokningar om halveringstid: formeln, verkliga isotoper, aterstaende moderkarnor, sonderfallna karnor och relativ aktivitet.' },
50
+ { type: 'paragraph', html: 'Berakningen anvander <strong>N(t) = N0 x (1/2)^(t / T1/2)</strong>. Atomfaltet visar samtidigt hur enskilda karnor sonderfaller slumpmassigt, aven om ett stort prov foljer en jamn exponentiell kurva.' },
51
+ { type: 'table', headers: ['Tid', 'Faktor', 'Aterstaende moderkarnor', 'Relativ aktivitet'], rows: [['0 halveringstider', '(1/2)^0', '100%', '100%'], ['1 halveringstid', '(1/2)^1', '50%', '50%'], ['2 halveringstider', '(1/2)^2', '25%', '25%'], ['3 halveringstider', '(1/2)^3', '12,5%', '12,5%'], ['5 halveringstider', '(1/2)^5', '3,125%', '3,125%'], ['10 halveringstider', '(1/2)^10', '0,098%', '0,098%']] },
52
+ { type: 'title', text: 'Exempel och anvandning', level: 3 },
53
+ { type: 'table', headers: ['Isotop', 'Halveringstid', 'Vanlig sokavsikt', 'Vad resultatet visar'], rows: [['Kol-14', '5 730 ar', 'Radiokoldatering', 'Hur mycket kol-14-aktivitet som finns kvar.'], ['Jod-131', '8,02 dagar', 'Medicin och nukleara handelser', 'Hur aktiviteten faller over dagar.'], ['Teknetium-99m', '6,01 timmar', 'Bilddiagnostik', 'Varfor aktiviteten avtar inom en klinisk arbetsdag.'], ['Uran-238', '4,47 miljarder ar', 'Geologisk datering', 'Varfor langlivade isotoper kan matas over jordens historia.'], ['Radon-222', '3,82 dagar', 'Inomhusstralning', 'Hur en gasformig exponeringskalla forandras.']] },
54
+ { type: 'paragraph', html: 'For en enda moderisotop ar aktivitet proportionell mot antalet icke sonderfallna karnor. Verktyget ar anvandbart i undervisning, kemi, radiokoldatering, medicinsk isotopplanering och stralskyddsutbildning.' },
55
+ { type: 'paragraph', html: 'Modellen anvander en enda halveringstid. Verkliga matningar kan krava korrigeringar for detektoreffektivitet, bakgrundsstralning, dotterprodukter, biologisk eliminering, kemisk form, skarmning och kalibreringskurvor. Anvand resultatet som pedagogisk uppskattning, inte som medicinsk eller dosimetrisk radgivning.' },
56
+ ],
57
+ faq,
58
+ bibliography,
59
+ howTo,
60
+ schemas: [
61
+ { '@context': 'https://schema.org', '@type': 'SoftwareApplication', name: title, description, applicationCategory: 'ScientificApplication', operatingSystem: 'Any' },
62
+ { '@context': 'https://schema.org', '@type': 'FAQPage', mainEntity: faq.map((item) => ({ '@type': 'Question', name: item.question, acceptedAnswer: { '@type': 'Answer', text: item.answer } })) },
63
+ { '@context': 'https://schema.org', '@type': 'HowTo', name: title, step: howTo.map((step) => ({ '@type': 'HowToStep', name: step.name, text: step.text })) },
64
+ ],
65
+ };
66
+
@@ -0,0 +1,66 @@
1
+ import { bibliography } from '../bibliography';
2
+ import type { ToolLocaleContent } from '../../../types';
3
+
4
+ const slug = 'radyoaktif-bozunma-yari-omur-hesaplayici';
5
+ const title = 'Radyoaktif bozunma yari omur hesaplayici';
6
+ const description = 'Gercek izotoplarla radyoaktif bozunmayi, yari omur formulunu, stokastik atom alanini, kalan miktari ve goreli aktiviteyi simule edin.';
7
+
8
+ const howTo = [
9
+ { name: 'Bir izotop secin', text: 'Karbon-14, Iyot-131, Uranyum-238, Teknesyum-99m veya Radon-222 ile baslayin. Her preset gercekci bir yari omur ve yaygin bilimsel baglam yukler.' },
10
+ { name: 'Ornek ve zamani ayarlayin', text: 'Gosterilen atom sayisini ayarlayin ve zaman ilerledikce kalan oranin yari omur yasasini nasil izledigini gorun.' },
11
+ { name: 'Kesin hesap ile atomik rastlantiyi karsilastirin', text: 'Deterministik sonucu beklenen deger olarak kullanin; kucuk orneklerin teorik egri etrafinda neden dalgalandigini atom alaninda izleyin.' },
12
+ { name: 'Aktiviteyi yorumlayin', text: 'Aktivite, bozunmamis cekirdeklerle ayni oranda azalir. Gosterge, baslangic radyasyon hizinin ne kadarinin kaldigini gosterir.' },
13
+ ];
14
+
15
+ const faq = [
16
+ { question: 'Yari omur ne demektir?', answer: 'Yari omur, bir ornekteki kararsiz cekirdeklerin ortalama olarak yarisinin bozunmasi icin gereken suredir. Bir yari omurden sonra %50, iki yari omurden sonra %25, uc yari omurden sonra %12,5 kalir.' },
17
+ { question: 'Atom alani neden tam yuzdeyle her zaman uyusmaz?', answer: 'Radyoaktif bozunma olasiliksaldir. Formul cok buyuk ornekler icin beklenen orani verir; alan ise rastgele esiklere sahip tek tek atomlari simule eder.' },
18
+ { question: 'Aktivite gostergesi kalan atomlarla ayni sey mi?', answer: 'Tek bir izotop icin aktivite bozunmamis cekirdek sayisiyla orantilidir. Atomlarin %30 u kaldiysa anlik aktivite de yaklasik %30 olur.' },
19
+ { question: 'Bu hesaplayici karbon tarihleme icin kullanilabilir mi?', answer: 'Kavramsal hesaplar icin evet. Gercek laboratuvar tarihlemesi kalibrasyon egrileri, kirlenme ve ornek hazirligini da duzeltir.' },
20
+ { question: 'Her izotop tek bir kararli urune mi bozunur?', answer: 'Her zaman degil. Bazi izotoplar birden fazla kiz urun iceren zincirlerle bozunur. Bu arac ana izotopun yari omrunu modeller.' },
21
+ ];
22
+
23
+ export const content: ToolLocaleContent = {
24
+ slug,
25
+ title,
26
+ description,
27
+ ui: {
28
+ isotope: 'Izotop',
29
+ sampleAtoms: 'Ornek atomlari',
30
+ elapsedTime: 'Gecen sure',
31
+ halfLife: 'Yari omur',
32
+ remaining: 'Kalan',
33
+ decayed: 'Bozunan',
34
+ activity: 'Goreli aktivite',
35
+ timeUnit: 'Zaman birimi',
36
+ expectedCurve: 'Beklenen egri',
37
+ atomField: 'Atom alani',
38
+ presetUse: 'Yaygin kullanim',
39
+ oneHalfLife: '1 yari omur',
40
+ twoHalfLives: '2 yari omur',
41
+ fourHalfLives: '4 yari omur',
42
+ custom: 'Ozel',
43
+ liveAtoms: 'Aktif atomlar',
44
+ decayedAtoms: 'Bozunan atomlar',
45
+ resetSeed: 'Yeni atom deseni',
46
+ },
47
+ seo: [
48
+ { type: 'title', text: 'Radyoaktif yari omur hesaplayici: kalan atomlar, aktivite ve izotop ornekleri', level: 2 },
49
+ { type: 'paragraph', html: 'Bu radyoaktif bozunma hesaplayicisi, kararsiz bir izotoptan belirli bir sure sonra ne kadar kaldigini tahmin eder. Yari omur formulu, gercek izotop uygulamalari, kalan ana cekirdekler, bozunan cekirdekler ve aktivite azalmasi gibi arama niyetlerini karsilar.' },
50
+ { type: 'paragraph', html: 'Kullanilan formul <strong>N(t) = N0 x (1/2)^(t / T1/2)</strong>. Atom alani ise tek tek cekirdeklerin rastgele bozundugunu gosterir; buyuk orneklerde duzgun egri ortaya cikar.' },
51
+ { type: 'table', headers: ['Gecen sure', 'Faktor', 'Kalan ana cekirdek', 'Goreli aktivite'], rows: [['0 yari omur', '(1/2)^0', '100%', '100%'], ['1 yari omur', '(1/2)^1', '50%', '50%'], ['2 yari omur', '(1/2)^2', '25%', '25%'], ['3 yari omur', '(1/2)^3', '12,5%', '12,5%'], ['5 yari omur', '(1/2)^5', '3,125%', '3,125%'], ['10 yari omur', '(1/2)^10', '0,098%', '0,098%']] },
52
+ { type: 'title', text: 'Izotop ornekleri ve yorumlama', level: 3 },
53
+ { type: 'table', headers: ['Izotop', 'Yaklasik yari omur', 'Yaygin kullanim', 'Sonucun anlami'], rows: [['Karbon-14', '5.730 yil', 'Radyokarbon tarihleme', 'Bir zamanlar canli olan maddede kalan Karbon-14 aktivitesi.'], ['Iyot-131', '8,02 gun', 'Tedavi ve nukleer olaylar', 'Aktivitenin gunler icinde ne kadar hizli dustugu.'], ['Teknesyum-99m', '6,01 saat', 'Tani goruntuleme', 'Yararli tibbi aktivitenin klinik gun icinde neden azaldigi.'], ['Uranyum-238', '4,47 milyar yil', 'Jeolojik tarihleme', 'Uzun omurlu izotoplarin neden olculebilir kaldigi.'], ['Radon-222', '3,82 gun', 'Ic mekan radyasyonu', 'Gaz kaynakli maruziyetin nasil degistigi.']] },
54
+ { type: 'paragraph', html: 'Tek bir ana izotop icin aktivite bozunmamis cekirdek sayisiyla orantilidir. Arac egitim, nukleer kimya, radyokarbon sezgisi, tibbi izotop planlamasi ve radyasyon guvenligi icin yararlidir.' },
55
+ { type: 'paragraph', html: 'Model tek bir yari omur kullanir. Gercek olcumlerde dedektor verimi, arka plan radyasyonu, dallanma oranlari, kiz urunler, biyolojik atilim, kimyasal form, zirlama ve kalibrasyon egrileri gerekebilir. Sonucu tıbbi talimat veya dozimetri yerine kullanmayin.' },
56
+ ],
57
+ faq,
58
+ bibliography,
59
+ howTo,
60
+ schemas: [
61
+ { '@context': 'https://schema.org', '@type': 'SoftwareApplication', name: title, description, applicationCategory: 'ScientificApplication', operatingSystem: 'Any' },
62
+ { '@context': 'https://schema.org', '@type': 'FAQPage', mainEntity: faq.map((item) => ({ '@type': 'Question', name: item.question, acceptedAnswer: { '@type': 'Answer', text: item.answer } })) },
63
+ { '@context': 'https://schema.org', '@type': 'HowTo', name: title, step: howTo.map((step) => ({ '@type': 'HowToStep', name: step.name, text: step.text })) },
64
+ ],
65
+ };
66
+