@jjlmoya/utils-science 1.48.0 → 1.50.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 (98) hide show
  1. package/package.json +2 -2
  2. package/src/tests/seo_parity.test.ts +60 -0
  3. package/src/tests/spanish_leakage.test.ts +153 -0
  4. package/src/tests/translation_copy.test.ts +122 -0
  5. package/src/tool/black-hole-event-horizon-simulator/i18n/de.ts +79 -4
  6. package/src/tool/black-hole-event-horizon-simulator/i18n/fr.ts +86 -11
  7. package/src/tool/black-hole-event-horizon-simulator/i18n/it.ts +86 -11
  8. package/src/tool/black-hole-event-horizon-simulator/i18n/ja.ts +85 -10
  9. package/src/tool/black-hole-event-horizon-simulator/i18n/nl.ts +87 -12
  10. package/src/tool/black-hole-event-horizon-simulator/i18n/pt.ts +85 -10
  11. package/src/tool/black-hole-event-horizon-simulator/i18n/sv.ts +85 -10
  12. package/src/tool/black-hole-event-horizon-simulator/i18n/tr.ts +85 -11
  13. package/src/tool/black-hole-event-horizon-simulator/i18n/zh.ts +87 -12
  14. package/src/tool/conway-life-rule-lab/i18n/de.ts +46 -6
  15. package/src/tool/conway-life-rule-lab/i18n/es.ts +46 -6
  16. package/src/tool/conway-life-rule-lab/i18n/fr.ts +46 -6
  17. package/src/tool/conway-life-rule-lab/i18n/id.ts +46 -6
  18. package/src/tool/conway-life-rule-lab/i18n/it.ts +46 -6
  19. package/src/tool/conway-life-rule-lab/i18n/ja.ts +46 -6
  20. package/src/tool/conway-life-rule-lab/i18n/ko.ts +46 -6
  21. package/src/tool/conway-life-rule-lab/i18n/nl.ts +46 -6
  22. package/src/tool/conway-life-rule-lab/i18n/pl.ts +46 -6
  23. package/src/tool/conway-life-rule-lab/i18n/pt.ts +46 -6
  24. package/src/tool/conway-life-rule-lab/i18n/ru.ts +49 -9
  25. package/src/tool/conway-life-rule-lab/i18n/sv.ts +46 -6
  26. package/src/tool/conway-life-rule-lab/i18n/tr.ts +46 -6
  27. package/src/tool/conway-life-rule-lab/i18n/zh.ts +46 -6
  28. package/src/tool/cosmic-inflation/i18n/ru.ts +30 -4
  29. package/src/tool/double-slit-decoherence/i18n/fr.ts +48 -4
  30. package/src/tool/double-slit-decoherence/i18n/it.ts +52 -8
  31. package/src/tool/double-slit-decoherence/i18n/pt.ts +53 -9
  32. package/src/tool/double-slit-decoherence/i18n/sv.ts +56 -8
  33. package/src/tool/dyson-sphere-energy-capture/i18n/de.ts +119 -38
  34. package/src/tool/dyson-sphere-energy-capture/i18n/fr.ts +116 -48
  35. package/src/tool/dyson-sphere-energy-capture/i18n/it.ts +96 -19
  36. package/src/tool/dyson-sphere-energy-capture/i18n/ja.ts +124 -24
  37. package/src/tool/dyson-sphere-energy-capture/i18n/ko.ts +122 -22
  38. package/src/tool/dyson-sphere-energy-capture/i18n/pl.ts +68 -14
  39. package/src/tool/dyson-sphere-energy-capture/i18n/pt.ts +126 -45
  40. package/src/tool/dyson-sphere-energy-capture/i18n/ru.ts +46 -9
  41. package/src/tool/dyson-sphere-energy-capture/i18n/sv.ts +134 -53
  42. package/src/tool/dyson-sphere-energy-capture/i18n/tr.ts +68 -14
  43. package/src/tool/dyson-sphere-energy-capture/i18n/zh.ts +124 -24
  44. package/src/tool/global-albedo-snowball-simulator/i18n/ru.ts +20 -7
  45. package/src/tool/lorenz-attractor/i18n/de.ts +35 -5
  46. package/src/tool/lorenz-attractor/i18n/fr.ts +35 -5
  47. package/src/tool/lorenz-attractor/i18n/id.ts +10 -0
  48. package/src/tool/lorenz-attractor/i18n/it.ts +9 -0
  49. package/src/tool/lorenz-attractor/i18n/ja.ts +10 -0
  50. package/src/tool/lorenz-attractor/i18n/ko.ts +10 -0
  51. package/src/tool/lorenz-attractor/i18n/nl.ts +10 -0
  52. package/src/tool/lorenz-attractor/i18n/pl.ts +10 -0
  53. package/src/tool/lorenz-attractor/i18n/pt.ts +35 -5
  54. package/src/tool/lorenz-attractor/i18n/ru.ts +10 -0
  55. package/src/tool/lorenz-attractor/i18n/sv.ts +10 -0
  56. package/src/tool/lorenz-attractor/i18n/tr.ts +10 -0
  57. package/src/tool/lorenz-attractor/i18n/zh.ts +10 -0
  58. package/src/tool/mandelbrot-fractal/i18n/de.ts +27 -0
  59. package/src/tool/mandelbrot-fractal/i18n/fr.ts +18 -0
  60. package/src/tool/mandelbrot-fractal/i18n/it.ts +26 -8
  61. package/src/tool/mandelbrot-fractal/i18n/pl.ts +27 -9
  62. package/src/tool/mandelbrot-fractal/i18n/ru.ts +22 -4
  63. package/src/tool/mandelbrot-fractal/i18n/sv.ts +35 -8
  64. package/src/tool/natural-selection-drift/i18n/de.ts +125 -22
  65. package/src/tool/natural-selection-drift/i18n/id.ts +113 -5
  66. package/src/tool/natural-selection-drift/i18n/it.ts +74 -2
  67. package/src/tool/natural-selection-drift/i18n/ja.ts +113 -5
  68. package/src/tool/natural-selection-drift/i18n/ko.ts +113 -5
  69. package/src/tool/natural-selection-drift/i18n/nl.ts +121 -6
  70. package/src/tool/natural-selection-drift/i18n/pl.ts +136 -16
  71. package/src/tool/natural-selection-drift/i18n/pt.ts +110 -15
  72. package/src/tool/natural-selection-drift/i18n/ru.ts +142 -7
  73. package/src/tool/natural-selection-drift/i18n/sv.ts +110 -5
  74. package/src/tool/natural-selection-drift/i18n/tr.ts +160 -22
  75. package/src/tool/natural-selection-drift/i18n/zh.ts +113 -5
  76. package/src/tool/phase-diagram-critical-points/i18n/de.ts +44 -6
  77. package/src/tool/phase-diagram-critical-points/i18n/fr.ts +46 -8
  78. package/src/tool/planet-atmosphere-survival/i18n/ru.ts +118 -2
  79. package/src/tool/radioactive-decay/i18n/de.ts +112 -5
  80. package/src/tool/radioactive-decay/i18n/fr.ts +16 -0
  81. package/src/tool/radioactive-decay/i18n/id.ts +112 -8
  82. package/src/tool/radioactive-decay/i18n/it.ts +16 -0
  83. package/src/tool/radioactive-decay/i18n/ja.ts +112 -8
  84. package/src/tool/radioactive-decay/i18n/ko.ts +112 -8
  85. package/src/tool/radioactive-decay/i18n/nl.ts +112 -14
  86. package/src/tool/radioactive-decay/i18n/pl.ts +112 -7
  87. package/src/tool/radioactive-decay/i18n/pt.ts +112 -21
  88. package/src/tool/radioactive-decay/i18n/ru.ts +112 -8
  89. package/src/tool/radioactive-decay/i18n/sv.ts +112 -8
  90. package/src/tool/radioactive-decay/i18n/tr.ts +112 -8
  91. package/src/tool/radioactive-decay/i18n/zh.ts +112 -8
  92. package/src/tool/roche-limit-satellite-disruption/i18n/pl.ts +76 -0
  93. package/src/tool/temperature-timeline/i18n/de.ts +22 -2
  94. package/src/tool/temperature-timeline/i18n/fr.ts +41 -1
  95. package/src/tool/temperature-timeline/i18n/it.ts +30 -1
  96. package/src/tool/temperature-timeline/i18n/pt.ts +34 -1
  97. package/src/tool/temperature-timeline/i18n/ru.ts +29 -0
  98. package/src/tool/twin-paradox-visualizer/i18n/pt.ts +41 -1
@@ -45,20 +45,118 @@ export const content: ToolLocaleContent = {
45
45
  resetSeed: 'Nieuw atoompatroon',
46
46
  },
47
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.' },
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
- { 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.' },
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,
@@ -45,27 +45,118 @@ export const content: ToolLocaleContent = {
45
45
  resetSeed: 'Novo padrão atómico',
46
46
  },
47
47
  seo: [
48
- { type: 'title', text: 'Calculadora de meia-vida radioativa: átomos restantes, atividade e exemplos de isótopos', level: 2 },
49
- { type: 'paragraph', html: 'Use esta calculadora de decaimento radioativo para estimar quanto resta de um isótopo instável depois de um certo tempo. Ela atende às buscas mais comuns sobre meia-vida: encontrar a fórmula, aplicá-la a isótopos reais, comparar núcleos pais restantes e decaídos e entender por que a atividade diminui com o envelhecimento da amostra.' },
50
- { type: 'paragraph', html: 'A ferramenta combina dois modelos. Os resultados numéricos usam a equação exponencial de decaimento, enquanto o campo atómico simula núcleos individuais com limiares estocásticos. Assim, funciona como calculadora rápida e como explicação visual de por que o decaimento é previsível em conjunto, mas aleatório em cada átomo.' },
51
- { type: 'title', text: 'Fórmula de decaimento radioativo usada', level: 3 },
52
- { type: 'paragraph', html: 'A fórmula é <strong>N(t) = N0 x (1/2)^(t / T1/2)</strong>. <strong>N0</strong> é o número inicial de núcleos pais, <strong>N(t)</strong> é o número esperado restante após o tempo <strong>t</strong>, e <strong>T1/2</strong> é a meia-vida. O expoente <strong>t / T1/2</strong> conta quantas meias-vidas passaram.' },
53
- { type: 'paragraph', html: 'Se uma amostra começa com 1.000 núcleos pais e passam duas meias-vidas, o restante esperado é 1.000 x (1/2)^2 = 250 núcleos. A parte decaída é a diferença: 750 núcleos. O mesmo cálculo vale para segundos, horas, dias, anos ou bilhões de anos.' },
54
- { type: 'table', headers: ['Tempo decorrido', 'Fator', 'Núcleos 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 único isótopo pai, a atividade é proporcional ao número de núcleos não decaídos. Se restam 25% do isótopo pai, a atividade desse isótopo também fica em torno de 25% da atividade inicial.' },
57
- { type: 'paragraph', html: 'Essa relação é importante em medicina nuclear e segurança radiológica. O Tecnécio-99m perde atividade em horas, enquanto o Iodo-131 permanece relevante por dias, afetando tratamento, monitoramento e orientações de exposição.' },
58
- { type: 'title', text: 'Exemplos: Carbono-14, Iodo-131, Tecnécio-99m, Urânio-238 e Rádon-222', level: 3 },
59
- { type: 'table', headers: ['Isótopo', 'Meia-vida aproximada', 'Uso comum', 'O que o resultado mostra'], rows: [['Carbono-14', '5.730 anos', 'Datação por radiocarbono', 'Quanta atividade de Carbono-14 pai resta em material que já foi vivo.'], ['Iodo-131', '8,02 dias', 'Terapia médica e incidentes nucleares', 'A rapidez com que a atividade cai ao longo de dias.'], ['Tecnécio-99m', '6,01 horas', 'Imagem diagnóstica', 'Por que a atividade médica útil se esvai em uma jornada clínica.'], ['Urânio-238', '4,47 bilhões de anos', 'Datação geológica', 'Por que isótopos de vida muito longa seguem mensuráveis na história da Terra.'], ['Rádon-222', '3,82 dias', 'Radiação interna e cadeias de decaimento', 'Como uma fonte gasosa de exposição muda em poucos dias.']] },
60
- { type: 'paragraph', html: 'Esses exemplos cobrem diferentes escalas de tempo e intenções de busca: arqueologia para Carbono-14, atividade médica para Iodo-131 e Tecnécio-99m, exposição ambiental para Rádon-222 e tempo geológico para Urânio-238.' },
61
- { type: 'title', text: 'Como ler a simulação atómica estocástica', level: 3 },
62
- { type: 'paragraph', html: 'O campo atómico animado é propositalmente estocástico. A equação dá o valor esperado para uma amostra grande, mas cada núcleo decai ao acaso. Amostras pequenas podem ficar um pouco acima ou abaixo de 50% após uma meia-vida; amostras maiores se aproximam mais da curva teórica.' },
63
- { type: 'paragraph', html: 'Meia-vida não significa que cada átomo espera um temporizador e então metade desaparece de uma vez. Cada núcleo instável tem uma probabilidade constante de decair por unidade de tempo. A curva suave aparece quando muitos eventos aleatórios independentes são contados juntos.' },
64
- { type: 'title', text: 'Usos da calculadora', level: 3 },
65
- { type: 'list', items: ['<strong>Física escolar:</strong> calcular núcleos pais restantes após um número de meias-vidas.', '<strong>Química e ciência nuclear:</strong> comparar estabilidade, velocidade de decaimento e atividade relativa.', '<strong>Intuição para radiocarbono:</strong> entender por que amostras antigas têm menos Carbono-14.', '<strong>Planejamento de isótopos médicos:</strong> ver por que meias-vidas curtas são úteis em imagem diagnóstica.', '<strong>Educação em segurança radiológica:</strong> estimar a queda da atividade sem confundir meia-vida com desaparecimento imediato.'] },
66
- { type: 'title', text: 'Limitações importantes', level: 3 },
67
- { type: 'paragraph', html: 'Esta calculadora modela o isótopo pai com uma única meia-vida. Medições reais podem exigir correções de eficiência do detector, radiação de fundo, razões de ramificação, produtos filhos, eliminação biológica, forma química, blindagem e curvas de calibração.' },
68
- { type: 'paragraph', html: 'Use o resultado como estimativa científica clara e modelo didático, não como substituto de orientação de segurança radiológica, instruções médicas, dosimetria ou análise laboratorial de datação.' },
48
+ {
49
+ type: 'title',
50
+ text: 'Calculadora de meia-vida radioativa: átomos restantes, atividade e exemplos de isótopos',
51
+ level: 2,
52
+ },
53
+ {
54
+ type: 'paragraph',
55
+ html: 'Use esta calculadora de decaimento radioativo para estimar quanto resta de um isótopo instável depois de um certo tempo. Ela atende às buscas mais comuns sobre meia-vida: encontrar a fórmula, aplicá-la a isótopos reais, comparar núcleos pais restantes e decaídos e entender por que a atividade diminui com o envelhecimento da amostra.',
56
+ },
57
+ {
58
+ type: 'paragraph',
59
+ html: 'A ferramenta combina dois modelos complementares. Os resultados numéricos usam a equação exponencial padrão, enquanto o campo atómico simula núcleos individuais com limiares estocásticos.',
60
+ },
61
+ {
62
+ type: 'title',
63
+ text: 'Fórmula de decaimento radioativo usada pela calculadora',
64
+ level: 3,
65
+ },
66
+ {
67
+ type: 'paragraph',
68
+ html: 'A fórmula é <strong>N(t) = N0 x (1/2)^(t / T1/2)</strong>. <strong>N0</strong> é o número inicial de núcleos pais, <strong>N(t)</strong> é o número esperado restante após o tempo <strong>t</strong>, e <strong>T1/2</strong> é a meia-vida.',
69
+ },
70
+ {
71
+ type: 'paragraph',
72
+ html: 'Por exemplo, se uma amostra começa com 1.000 núcleos pais e passam duas meias-vidas, a quantidade esperada restante é 1.000 x (1/2)^2 = 250 núcleos. A quantidade decaída é de 750 núcleos.',
73
+ },
74
+ {
75
+ type: 'table',
76
+ headers: ['Tempo decorrido', 'Fator', 'Núcleos pais restantes', 'Atividade relativa'],
77
+ rows: [
78
+ ['0 meias-vidas', '(1/2)^0', '100%', '100%'],
79
+ ['1 meia-vida', '(1/2)^1', '50%', '50%'],
80
+ ['2 meias-vidas', '(1/2)^2', '25%', '25%'],
81
+ ['3 meias-vidas', '(1/2)^3', '12,5%', '12,5%'],
82
+ ['5 meias-vidas', '(1/2)^5', '3,125%', '3,125%'],
83
+ ['10 meias-vidas', '(1/2)^10', '0,098%', '0,098%'],
84
+ ],
85
+ },
86
+ {
87
+ type: 'title',
88
+ text: 'Como calcular a atividade restante após uma meia-vida',
89
+ level: 3,
90
+ },
91
+ {
92
+ type: 'paragraph',
93
+ html: 'Para um único isótopo pai, a atividade é proporcional ao número de núcleos não decaídos. Se restam 25% do isótopo pai, a atividade é de cerca de 25% da atividade inicial.',
94
+ },
95
+ {
96
+ type: 'paragraph',
97
+ html: 'Essa relação é fundamental em medicina nuclear e radioproteção.',
98
+ },
99
+ {
100
+ type: 'title',
101
+ text: 'Exemplos: Carbono-14, Iodo-131, Tecnécio-99m, Urânio-238 e Rádon-222',
102
+ level: 3,
103
+ },
104
+ {
105
+ type: 'table',
106
+ headers: ['Isótopo', 'Meia-vida aproximada', 'Uso comum', 'Significado do resultado'],
107
+ rows: [
108
+ ['Carbono-14', '5.730 anos', 'Datação por radiocarbono', 'Atividade C-14 restante em matéria orgânica.'],
109
+ ['Iodo-131', '8,02 dias', 'Terapia médica', 'Queda da atividade em dias após tratamento.'],
110
+ ['Tecnécio-99m', '6,01 horas', 'Imagem diagnóstica', 'Por que a atividade médica útil cai em uma jornada clínica.'],
111
+ ['Urânio-238', '4,47 bilhões de anos', 'Datação geológica', 'Por que isótopos de longa vida continuam mensuráveis em escala geológica.'],
112
+ ['Rádon-222', '3,82 dias', 'Exposição interna', 'Evolução de uma fonte gasosa ao longo de dias.'],
113
+ ],
114
+ },
115
+ {
116
+ type: 'paragraph',
117
+ html: 'Estes exemplos cobrem diferentes escalas de tempo e aplicações científicas.',
118
+ },
119
+ {
120
+ type: 'title',
121
+ text: 'Como ler a simulação atómica estocástica',
122
+ level: 3,
123
+ },
124
+ {
125
+ type: 'paragraph',
126
+ html: 'O campo atómico é modelado estocasticamente. Para amostras pequenas, os resultados oscilam em torno do valor teórico.',
127
+ },
128
+ {
129
+ type: 'paragraph',
130
+ html: 'A curva suave aparece apenas quando se soma um grande número de eventos aleatórios independentes.',
131
+ },
132
+ {
133
+ type: 'title',
134
+ text: 'Casos de uso da calculadora de meia-vida',
135
+ level: 3,
136
+ },
137
+ {
138
+ type: 'list',
139
+ items: [
140
+ '<strong>Ensino de física:</strong> cálculo de núcleos restantes e conexão com modelo visual.',
141
+ '<strong>Química nuclear:</strong> comparação de estabilidade de isótopos.',
142
+ '<strong>Datação por radiocarbono:</strong> compreensão do decaimento em amostras orgânicas.',
143
+ '<strong>Medicina nuclear:</strong> planejamento com isótopos de meia-vida curta.',
144
+ '<strong>Proteção radiológica:</strong> estimativa de queda de atividade ao longo do tempo.',
145
+ ],
146
+ },
147
+ {
148
+ type: 'title',
149
+ text: 'Limitações importantes',
150
+ level: 3,
151
+ },
152
+ {
153
+ type: 'paragraph',
154
+ html: 'Esta calculadora modela o isótopo pai com uma única meia-vida.',
155
+ },
156
+ {
157
+ type: 'paragraph',
158
+ html: 'Use os resultados como modelo didático e estimativa científica.',
159
+ },
69
160
  ],
70
161
  faq,
71
162
  bibliography,
@@ -45,14 +45,118 @@ export const content: ToolLocaleContent = {
45
45
  resetSeed: 'Новый атомный рисунок',
46
46
  },
47
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: 'Модель использует один период полураспада. Реальные измерения могут требовать поправок на эффективность детектора, фон, ветвления распада, дочерние продукты, биологическое выведение, химическую форму, защиту и калибровку. Это учебная оценка, а не медицинская инструкция, дозиметрия или лабораторный анализ.' },
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: 'Например, если образец содержит 1000 материнских ядер и прошло два периода полураспада, ожидаемый остаток составляет 1000 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 лет', 'Радиоуглеродное датирование', 'Остаточная активность C-14 в органическом материале.'],
109
+ ['Йод-131', '8,02 дня', 'Медицинская терапия', 'Скорость падения активности за дни после лечения.'],
110
+ ['Технеций-99m', '6,01 часа', 'Диагностика', 'Почему медицинская активность снижается за клинический день.'],
111
+ ['Уран-238', '4,47 млрд лет', 'Геологическое датирование', 'Почему долгоживущие изотопы измеримы в геологическом масштабе.'],
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,