@jjlmoya/utils-science 1.50.0 → 1.52.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
- package/src/category/i18n/es.ts +3 -4
- package/src/category/i18n/fr.ts +2 -2
- package/src/category/i18n/it.ts +2 -2
- package/src/category/i18n/pt.ts +2 -2
- package/src/category/index.ts +25 -25
- package/src/components/PreviewNavSidebar.astro +1 -1
- package/src/components/PreviewToolbar.astro +1 -1
- package/src/data.ts +1 -1
- package/src/env.d.ts +1 -1
- package/src/layouts/PreviewLayout.astro +1 -1
- package/src/pages/index.astro +1 -1
- package/src/tests/bibliography_wellformed_export.test.ts +46 -0
- package/src/tests/category_seo_quality.test.ts +76 -0
- package/src/tests/faq_count.test.ts +19 -19
- package/src/tests/i18n_coverage.test.ts +36 -36
- package/src/tests/mocks/astro_mock.js +1 -1
- package/src/tests/no_h1_in_components.test.ts +1 -1
- package/src/tests/script_density.test.ts +94 -94
- package/src/tests/seo_length.test.ts +24 -24
- package/src/tests/seo_parity.test.ts +5 -5
- package/src/tests/seo_translation_completeness.test.ts +76 -0
- package/src/tests/seo_wellformed_export.test.ts +65 -0
- package/src/tests/spanish_leakage.test.ts +175 -153
- package/src/tool/asteroid-impact/component.astro +251 -251
- package/src/tool/asteroid-impact/helpers.ts +17 -17
- package/src/tool/asteroid-impact/i18n/de.ts +2 -2
- package/src/tool/asteroid-impact/i18n/en.ts +2 -2
- package/src/tool/asteroid-impact/i18n/es.ts +2 -2
- package/src/tool/asteroid-impact/i18n/fr.ts +2 -2
- package/src/tool/asteroid-impact/i18n/id.ts +2 -2
- package/src/tool/asteroid-impact/i18n/it.ts +2 -2
- package/src/tool/asteroid-impact/i18n/ja.ts +2 -2
- package/src/tool/asteroid-impact/i18n/ko.ts +2 -2
- package/src/tool/asteroid-impact/i18n/nl.ts +2 -2
- package/src/tool/asteroid-impact/i18n/pl.ts +2 -2
- package/src/tool/asteroid-impact/i18n/pt.ts +2 -2
- package/src/tool/asteroid-impact/i18n/ru.ts +2 -2
- package/src/tool/asteroid-impact/i18n/sv.ts +2 -2
- package/src/tool/asteroid-impact/i18n/tr.ts +2 -2
- package/src/tool/asteroid-impact/i18n/zh.ts +2 -2
- package/src/tool/asteroid-impact/script.ts +262 -262
- package/src/tool/asteroid-impact/seo.astro +15 -15
- package/src/tool/asteroid-impact/ui.ts +69 -69
- package/src/tool/black-hole-event-horizon-simulator/i18n/de.ts +249 -241
- package/src/tool/black-hole-event-horizon-simulator/i18n/fr.ts +252 -247
- package/src/tool/black-hole-event-horizon-simulator/i18n/id.ts +259 -259
- package/src/tool/black-hole-event-horizon-simulator/i18n/it.ts +255 -252
- package/src/tool/black-hole-event-horizon-simulator/i18n/ja.ts +254 -252
- package/src/tool/black-hole-event-horizon-simulator/i18n/ko.ts +258 -258
- package/src/tool/black-hole-event-horizon-simulator/i18n/nl.ts +256 -252
- package/src/tool/black-hole-event-horizon-simulator/i18n/pl.ts +258 -258
- package/src/tool/black-hole-event-horizon-simulator/i18n/pt.ts +256 -252
- package/src/tool/black-hole-event-horizon-simulator/i18n/ru.ts +258 -258
- package/src/tool/black-hole-event-horizon-simulator/i18n/sv.ts +257 -252
- package/src/tool/black-hole-event-horizon-simulator/i18n/tr.ts +256 -251
- package/src/tool/black-hole-event-horizon-simulator/i18n/zh.ts +261 -252
- package/src/tool/cellular-renewal/component.astro +126 -126
- package/src/tool/cellular-renewal/i18n/de.ts +1 -1
- package/src/tool/cellular-renewal/i18n/en.ts +1 -1
- package/src/tool/cellular-renewal/i18n/es.ts +1 -1
- package/src/tool/cellular-renewal/i18n/fr.ts +1 -1
- package/src/tool/cellular-renewal/i18n/id.ts +1 -1
- package/src/tool/cellular-renewal/i18n/it.ts +1 -1
- package/src/tool/cellular-renewal/i18n/ja.ts +1 -1
- package/src/tool/cellular-renewal/i18n/ko.ts +1 -1
- package/src/tool/cellular-renewal/i18n/nl.ts +1 -1
- package/src/tool/cellular-renewal/i18n/pl.ts +1 -1
- package/src/tool/cellular-renewal/i18n/pt.ts +1 -1
- package/src/tool/cellular-renewal/i18n/ru.ts +1 -1
- package/src/tool/cellular-renewal/i18n/sv.ts +1 -1
- package/src/tool/cellular-renewal/i18n/tr.ts +1 -1
- package/src/tool/cellular-renewal/i18n/zh.ts +1 -1
- package/src/tool/cellular-renewal/seo.astro +15 -15
- package/src/tool/colony-counter/i18n/de.ts +1 -1
- package/src/tool/colony-counter/i18n/en.ts +1 -1
- package/src/tool/colony-counter/i18n/es.ts +1 -1
- package/src/tool/colony-counter/i18n/fr.ts +1 -1
- package/src/tool/colony-counter/i18n/id.ts +1 -1
- package/src/tool/colony-counter/i18n/it.ts +1 -1
- package/src/tool/colony-counter/i18n/ja.ts +1 -1
- package/src/tool/colony-counter/i18n/ko.ts +1 -1
- package/src/tool/colony-counter/i18n/nl.ts +1 -1
- package/src/tool/colony-counter/i18n/pl.ts +1 -1
- package/src/tool/colony-counter/i18n/pt.ts +1 -1
- package/src/tool/colony-counter/i18n/ru.ts +1 -1
- package/src/tool/colony-counter/i18n/sv.ts +1 -1
- package/src/tool/colony-counter/i18n/tr.ts +1 -1
- package/src/tool/colony-counter/i18n/zh.ts +1 -1
- package/src/tool/colony-counter/seo.astro +15 -15
- package/src/tool/conway-life-rule-lab/component.astro +1 -1
- package/src/tool/conway-life-rule-lab/i18n/de.ts +145 -141
- package/src/tool/conway-life-rule-lab/i18n/es.ts +146 -142
- package/src/tool/conway-life-rule-lab/i18n/fr.ts +146 -142
- package/src/tool/conway-life-rule-lab/i18n/id.ts +146 -145
- package/src/tool/conway-life-rule-lab/i18n/it.ts +146 -145
- package/src/tool/conway-life-rule-lab/i18n/ja.ts +146 -145
- package/src/tool/conway-life-rule-lab/i18n/ko.ts +146 -145
- package/src/tool/conway-life-rule-lab/i18n/nl.ts +147 -145
- package/src/tool/conway-life-rule-lab/i18n/pl.ts +147 -145
- package/src/tool/conway-life-rule-lab/i18n/pt.ts +147 -145
- package/src/tool/conway-life-rule-lab/i18n/ru.ts +147 -145
- package/src/tool/conway-life-rule-lab/i18n/sv.ts +147 -145
- package/src/tool/conway-life-rule-lab/i18n/tr.ts +147 -145
- package/src/tool/conway-life-rule-lab/i18n/zh.ts +147 -145
- package/src/tool/conway-life-rule-lab/logic/LifeLabRuntime.ts +2 -2
- package/src/tool/cosmic-inflation/i18n/ru.ts +105 -105
- package/src/tool/crystal-lattice-structure-finder/i18n/de.ts +217 -217
- package/src/tool/crystal-lattice-structure-finder/i18n/en.ts +1 -1
- package/src/tool/crystal-lattice-structure-finder/i18n/es.ts +217 -217
- package/src/tool/crystal-lattice-structure-finder/i18n/fr.ts +217 -217
- package/src/tool/crystal-lattice-structure-finder/i18n/id.ts +217 -217
- package/src/tool/crystal-lattice-structure-finder/i18n/it.ts +217 -217
- package/src/tool/crystal-lattice-structure-finder/i18n/ja.ts +217 -217
- package/src/tool/crystal-lattice-structure-finder/i18n/ko.ts +217 -217
- package/src/tool/crystal-lattice-structure-finder/i18n/nl.ts +217 -217
- package/src/tool/crystal-lattice-structure-finder/i18n/pl.ts +217 -217
- package/src/tool/crystal-lattice-structure-finder/i18n/pt.ts +217 -217
- package/src/tool/crystal-lattice-structure-finder/i18n/ru.ts +217 -217
- package/src/tool/crystal-lattice-structure-finder/i18n/sv.ts +217 -217
- package/src/tool/crystal-lattice-structure-finder/i18n/tr.ts +217 -217
- package/src/tool/crystal-lattice-structure-finder/i18n/zh.ts +217 -217
- package/src/tool/double-slit-decoherence/i18n/de.ts +181 -181
- package/src/tool/double-slit-decoherence/i18n/fr.ts +180 -180
- package/src/tool/double-slit-decoherence/i18n/id.ts +181 -181
- package/src/tool/double-slit-decoherence/i18n/it.ts +180 -180
- package/src/tool/double-slit-decoherence/i18n/ja.ts +181 -181
- package/src/tool/double-slit-decoherence/i18n/ko.ts +181 -181
- package/src/tool/double-slit-decoherence/i18n/nl.ts +181 -181
- package/src/tool/double-slit-decoherence/i18n/pl.ts +181 -181
- package/src/tool/double-slit-decoherence/i18n/pt.ts +178 -174
- package/src/tool/double-slit-decoherence/i18n/ru.ts +180 -180
- package/src/tool/double-slit-decoherence/i18n/sv.ts +176 -172
- package/src/tool/double-slit-decoherence/i18n/tr.ts +180 -180
- package/src/tool/double-slit-decoherence/i18n/zh.ts +181 -181
- package/src/tool/dyson-sphere-energy-capture/component.astro +253 -253
- package/src/tool/dyson-sphere-energy-capture/i18n/de.ts +194 -194
- package/src/tool/dyson-sphere-energy-capture/i18n/en.ts +6 -6
- package/src/tool/dyson-sphere-energy-capture/i18n/es.ts +6 -6
- package/src/tool/dyson-sphere-energy-capture/i18n/fr.ts +194 -194
- package/src/tool/dyson-sphere-energy-capture/i18n/id.ts +195 -195
- package/src/tool/dyson-sphere-energy-capture/i18n/it.ts +194 -194
- package/src/tool/dyson-sphere-energy-capture/i18n/ja.ts +194 -190
- package/src/tool/dyson-sphere-energy-capture/i18n/ko.ts +194 -193
- package/src/tool/dyson-sphere-energy-capture/i18n/nl.ts +197 -197
- package/src/tool/dyson-sphere-energy-capture/i18n/pl.ts +168 -166
- package/src/tool/dyson-sphere-energy-capture/i18n/pt.ts +194 -193
- package/src/tool/dyson-sphere-energy-capture/i18n/ru.ts +195 -193
- package/src/tool/dyson-sphere-energy-capture/i18n/sv.ts +195 -193
- package/src/tool/dyson-sphere-energy-capture/i18n/tr.ts +168 -166
- package/src/tool/dyson-sphere-energy-capture/i18n/zh.ts +194 -193
- package/src/tool/epidemic-sir-simulator/i18n/de.ts +347 -347
- package/src/tool/epidemic-sir-simulator/i18n/es.ts +347 -347
- package/src/tool/epidemic-sir-simulator/i18n/fr.ts +347 -347
- package/src/tool/epidemic-sir-simulator/i18n/it.ts +346 -346
- package/src/tool/epidemic-sir-simulator/i18n/nl.ts +347 -347
- package/src/tool/epidemic-sir-simulator/i18n/ru.ts +347 -347
- package/src/tool/epidemic-sir-simulator/i18n/sv.ts +347 -347
- package/src/tool/epidemic-sir-simulator/i18n/zh.ts +347 -347
- package/src/tool/exoplanet-biosignature-detector/i18n/de.ts +186 -186
- package/src/tool/exoplanet-biosignature-detector/i18n/en.ts +195 -195
- package/src/tool/exoplanet-biosignature-detector/i18n/es.ts +194 -194
- package/src/tool/exoplanet-biosignature-detector/i18n/fr.ts +183 -183
- package/src/tool/exoplanet-biosignature-detector/i18n/id.ts +193 -193
- package/src/tool/exoplanet-biosignature-detector/i18n/it.ts +194 -194
- package/src/tool/exoplanet-biosignature-detector/i18n/ja.ts +194 -194
- package/src/tool/exoplanet-biosignature-detector/i18n/ko.ts +194 -194
- package/src/tool/exoplanet-biosignature-detector/i18n/nl.ts +194 -194
- package/src/tool/exoplanet-biosignature-detector/i18n/pl.ts +144 -144
- package/src/tool/exoplanet-biosignature-detector/i18n/pt.ts +146 -146
- package/src/tool/exoplanet-biosignature-detector/i18n/ru.ts +143 -143
- package/src/tool/exoplanet-biosignature-detector/i18n/sv.ts +144 -144
- package/src/tool/exoplanet-biosignature-detector/i18n/tr.ts +145 -145
- package/src/tool/exoplanet-biosignature-detector/i18n/zh.ts +194 -194
- package/src/tool/global-albedo-snowball-simulator/component.astro +1 -1
- package/src/tool/global-albedo-snowball-simulator/i18n/de.ts +169 -169
- package/src/tool/global-albedo-snowball-simulator/i18n/fr.ts +169 -169
- package/src/tool/global-albedo-snowball-simulator/i18n/id.ts +169 -169
- package/src/tool/global-albedo-snowball-simulator/i18n/it.ts +87 -87
- package/src/tool/global-albedo-snowball-simulator/i18n/ja.ts +87 -87
- package/src/tool/global-albedo-snowball-simulator/i18n/ko.ts +169 -169
- package/src/tool/global-albedo-snowball-simulator/i18n/nl.ts +169 -169
- package/src/tool/global-albedo-snowball-simulator/i18n/pl.ts +169 -169
- package/src/tool/global-albedo-snowball-simulator/i18n/pt.ts +169 -169
- package/src/tool/global-albedo-snowball-simulator/i18n/ru.ts +165 -161
- package/src/tool/global-albedo-snowball-simulator/i18n/sv.ts +169 -169
- package/src/tool/global-albedo-snowball-simulator/i18n/tr.ts +169 -169
- package/src/tool/global-albedo-snowball-simulator/i18n/zh.ts +169 -169
- package/src/tool/lorenz-attractor/i18n/de.ts +144 -143
- package/src/tool/lorenz-attractor/i18n/fr.ts +144 -144
- package/src/tool/lorenz-attractor/i18n/id.ts +149 -149
- package/src/tool/lorenz-attractor/i18n/it.ts +149 -149
- package/src/tool/lorenz-attractor/i18n/ja.ts +149 -149
- package/src/tool/lorenz-attractor/i18n/ko.ts +149 -149
- package/src/tool/lorenz-attractor/i18n/nl.ts +149 -149
- package/src/tool/lorenz-attractor/i18n/pl.ts +149 -149
- package/src/tool/lorenz-attractor/i18n/pt.ts +142 -141
- package/src/tool/lorenz-attractor/i18n/ru.ts +149 -149
- package/src/tool/lorenz-attractor/i18n/sv.ts +149 -149
- package/src/tool/lorenz-attractor/i18n/tr.ts +149 -149
- package/src/tool/lorenz-attractor/i18n/zh.ts +149 -149
- package/src/tool/mandelbrot-fractal/i18n/de.ts +158 -158
- package/src/tool/mandelbrot-fractal/i18n/fr.ts +158 -158
- package/src/tool/mandelbrot-fractal/i18n/id.ts +159 -159
- package/src/tool/mandelbrot-fractal/i18n/it.ts +155 -151
- package/src/tool/mandelbrot-fractal/i18n/ja.ts +159 -159
- package/src/tool/mandelbrot-fractal/i18n/ko.ts +159 -159
- package/src/tool/mandelbrot-fractal/i18n/nl.ts +159 -159
- package/src/tool/mandelbrot-fractal/i18n/pl.ts +157 -153
- package/src/tool/mandelbrot-fractal/i18n/pt.ts +158 -158
- package/src/tool/mandelbrot-fractal/i18n/ru.ts +159 -159
- package/src/tool/mandelbrot-fractal/i18n/sv.ts +159 -150
- package/src/tool/mandelbrot-fractal/i18n/tr.ts +159 -159
- package/src/tool/mandelbrot-fractal/i18n/zh.ts +159 -159
- package/src/tool/microwave-detector/component.astro +238 -238
- package/src/tool/microwave-detector/i18n/de.ts +1 -1
- package/src/tool/microwave-detector/i18n/en.ts +1 -1
- package/src/tool/microwave-detector/i18n/es.ts +1 -1
- package/src/tool/microwave-detector/i18n/fr.ts +1 -1
- package/src/tool/microwave-detector/i18n/id.ts +1 -1
- package/src/tool/microwave-detector/i18n/it.ts +1 -1
- package/src/tool/microwave-detector/i18n/ja.ts +1 -1
- package/src/tool/microwave-detector/i18n/ko.ts +1 -1
- package/src/tool/microwave-detector/i18n/nl.ts +1 -1
- package/src/tool/microwave-detector/i18n/pl.ts +1 -1
- package/src/tool/microwave-detector/i18n/pt.ts +1 -1
- package/src/tool/microwave-detector/i18n/ru.ts +1 -1
- package/src/tool/microwave-detector/i18n/sv.ts +1 -1
- package/src/tool/microwave-detector/i18n/tr.ts +1 -1
- package/src/tool/microwave-detector/i18n/zh.ts +1 -1
- package/src/tool/microwave-detector/seo.astro +15 -15
- package/src/tool/natural-selection-drift/component.astro +135 -135
- package/src/tool/natural-selection-drift/i18n/de.ts +164 -160
- package/src/tool/natural-selection-drift/i18n/fr.ts +204 -204
- package/src/tool/natural-selection-drift/i18n/id.ts +156 -154
- package/src/tool/natural-selection-drift/i18n/it.ts +197 -193
- package/src/tool/natural-selection-drift/i18n/ja.ts +155 -154
- package/src/tool/natural-selection-drift/i18n/ko.ts +155 -154
- package/src/tool/natural-selection-drift/i18n/nl.ts +164 -163
- package/src/tool/natural-selection-drift/i18n/pl.ts +168 -166
- package/src/tool/natural-selection-drift/i18n/pt.ts +200 -195
- package/src/tool/natural-selection-drift/i18n/ru.ts +186 -184
- package/src/tool/natural-selection-drift/i18n/sv.ts +157 -154
- package/src/tool/natural-selection-drift/i18n/tr.ts +186 -184
- package/src/tool/natural-selection-drift/i18n/zh.ts +160 -154
- package/src/tool/natural-selection-drift/natural-selection-drift.css +563 -563
- package/src/tool/phase-diagram-critical-points/i18n/de.ts +178 -178
- package/src/tool/phase-diagram-critical-points/i18n/fr.ts +178 -178
- package/src/tool/phase-diagram-critical-points/i18n/id.ts +179 -179
- package/src/tool/phase-diagram-critical-points/i18n/it.ts +179 -179
- package/src/tool/phase-diagram-critical-points/i18n/ja.ts +179 -179
- package/src/tool/phase-diagram-critical-points/i18n/ko.ts +179 -179
- package/src/tool/phase-diagram-critical-points/i18n/nl.ts +179 -179
- package/src/tool/phase-diagram-critical-points/i18n/pl.ts +179 -179
- package/src/tool/phase-diagram-critical-points/i18n/pt.ts +179 -179
- package/src/tool/phase-diagram-critical-points/i18n/ru.ts +179 -179
- package/src/tool/phase-diagram-critical-points/i18n/sv.ts +179 -179
- package/src/tool/phase-diagram-critical-points/i18n/tr.ts +179 -179
- package/src/tool/phase-diagram-critical-points/i18n/zh.ts +179 -179
- package/src/tool/planet-atmosphere-survival/i18n/de.ts +255 -255
- package/src/tool/planet-atmosphere-survival/i18n/fr.ts +255 -255
- package/src/tool/planet-atmosphere-survival/i18n/id.ts +255 -255
- package/src/tool/planet-atmosphere-survival/i18n/it.ts +255 -255
- package/src/tool/planet-atmosphere-survival/i18n/ja.ts +255 -255
- package/src/tool/planet-atmosphere-survival/i18n/ko.ts +255 -255
- package/src/tool/planet-atmosphere-survival/i18n/nl.ts +255 -255
- package/src/tool/planet-atmosphere-survival/i18n/pl.ts +255 -255
- package/src/tool/planet-atmosphere-survival/i18n/pt.ts +255 -255
- package/src/tool/planet-atmosphere-survival/i18n/ru.ts +227 -223
- package/src/tool/planet-atmosphere-survival/i18n/sv.ts +255 -255
- package/src/tool/planet-atmosphere-survival/i18n/tr.ts +255 -255
- package/src/tool/planet-atmosphere-survival/i18n/zh.ts +255 -255
- package/src/tool/radioactive-decay/i18n/de.ts +168 -164
- package/src/tool/radioactive-decay/i18n/fr.ts +76 -75
- package/src/tool/radioactive-decay/i18n/id.ts +169 -165
- package/src/tool/radioactive-decay/i18n/it.ts +76 -74
- package/src/tool/radioactive-decay/i18n/ja.ts +168 -167
- package/src/tool/radioactive-decay/i18n/ko.ts +168 -167
- package/src/tool/radioactive-decay/i18n/nl.ts +170 -168
- package/src/tool/radioactive-decay/i18n/pl.ts +170 -168
- package/src/tool/radioactive-decay/i18n/pt.ts +169 -167
- package/src/tool/radioactive-decay/i18n/ru.ts +170 -168
- package/src/tool/radioactive-decay/i18n/sv.ts +170 -168
- package/src/tool/radioactive-decay/i18n/tr.ts +171 -168
- package/src/tool/radioactive-decay/i18n/zh.ts +171 -167
- package/src/tool/roche-limit-satellite-disruption/i18n/de.ts +241 -241
- package/src/tool/roche-limit-satellite-disruption/i18n/fr.ts +241 -241
- package/src/tool/roche-limit-satellite-disruption/i18n/id.ts +241 -241
- package/src/tool/roche-limit-satellite-disruption/i18n/it.ts +241 -241
- package/src/tool/roche-limit-satellite-disruption/i18n/ja.ts +241 -241
- package/src/tool/roche-limit-satellite-disruption/i18n/ko.ts +241 -241
- package/src/tool/roche-limit-satellite-disruption/i18n/nl.ts +241 -241
- package/src/tool/roche-limit-satellite-disruption/i18n/pl.ts +237 -229
- package/src/tool/roche-limit-satellite-disruption/i18n/pt.ts +241 -241
- package/src/tool/roche-limit-satellite-disruption/i18n/ru.ts +241 -241
- package/src/tool/roche-limit-satellite-disruption/i18n/sv.ts +241 -241
- package/src/tool/roche-limit-satellite-disruption/i18n/tr.ts +241 -241
- package/src/tool/roche-limit-satellite-disruption/i18n/zh.ts +241 -241
- package/src/tool/simulation-probability/component.astro +138 -138
- package/src/tool/simulation-probability/i18n/de.ts +1 -1
- package/src/tool/simulation-probability/i18n/en.ts +1 -1
- package/src/tool/simulation-probability/i18n/es.ts +1 -1
- package/src/tool/simulation-probability/i18n/fr.ts +1 -1
- package/src/tool/simulation-probability/i18n/id.ts +1 -1
- package/src/tool/simulation-probability/i18n/it.ts +1 -1
- package/src/tool/simulation-probability/i18n/ja.ts +1 -1
- package/src/tool/simulation-probability/i18n/ko.ts +1 -1
- package/src/tool/simulation-probability/i18n/nl.ts +1 -1
- package/src/tool/simulation-probability/i18n/pl.ts +1 -1
- package/src/tool/simulation-probability/i18n/pt.ts +1 -1
- package/src/tool/simulation-probability/i18n/ru.ts +1 -1
- package/src/tool/simulation-probability/i18n/sv.ts +1 -1
- package/src/tool/simulation-probability/i18n/tr.ts +1 -1
- package/src/tool/simulation-probability/i18n/zh.ts +1 -1
- package/src/tool/simulation-probability/seo.astro +15 -15
- package/src/tool/stellar-habitability-zone/i18n/ru.ts +189 -189
- package/src/tool/temperature-timeline/i18n/de.ts +2 -1
- package/src/tool/temperature-timeline/i18n/fr.ts +177 -177
- package/src/tool/temperature-timeline/i18n/it.ts +142 -141
- package/src/tool/temperature-timeline/i18n/pt.ts +3 -1
- package/src/tool/temperature-timeline/i18n/ru.ts +116 -114
- package/src/tool/three-body-problem/app.ts +4 -4
- package/src/tool/three-body-problem/component.astro +6 -6
- package/src/tool/twin-paradox-visualizer/i18n/de.ts +168 -168
- package/src/tool/twin-paradox-visualizer/i18n/es.ts +165 -165
- package/src/tool/twin-paradox-visualizer/i18n/fr.ts +168 -168
- package/src/tool/twin-paradox-visualizer/i18n/id.ts +168 -168
- package/src/tool/twin-paradox-visualizer/i18n/it.ts +168 -168
- package/src/tool/twin-paradox-visualizer/i18n/ja.ts +168 -168
- package/src/tool/twin-paradox-visualizer/i18n/ko.ts +168 -168
- package/src/tool/twin-paradox-visualizer/i18n/nl.ts +168 -168
- package/src/tool/twin-paradox-visualizer/i18n/pl.ts +168 -168
- package/src/tool/twin-paradox-visualizer/i18n/pt.ts +164 -160
- package/src/tool/twin-paradox-visualizer/i18n/ru.ts +168 -168
- package/src/tool/twin-paradox-visualizer/i18n/sv.ts +168 -168
- package/src/tool/twin-paradox-visualizer/i18n/tr.ts +168 -168
- package/src/tool/twin-paradox-visualizer/i18n/zh.ts +168 -168
- package/src/types.ts +1 -1
|
@@ -1,170 +1,173 @@
|
|
|
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
|
-
{
|
|
49
|
-
type: 'title',
|
|
50
|
-
text: 'Radyoaktif yarı ömür hesaplayıcı: kalan atomlar, aktivite ve izotop örnekleri',
|
|
51
|
-
level: 2,
|
|
52
|
-
},
|
|
53
|
-
{
|
|
54
|
-
type: 'paragraph',
|
|
55
|
-
html: 'Bu radyoaktif bozunma hesaplayıcısı, kararsız bir izotoptan belirli bir süre sonra ne kadar kaldığını tahmin eder. Yarı ömür formülü, gerçek izotop uygulamaları, kalan ana çekirdekler, bozunan çekirdekler ve aktivite azalması gibi arama niyetlerini karşılar.',
|
|
56
|
-
},
|
|
57
|
-
{
|
|
58
|
-
type: 'paragraph',
|
|
59
|
-
html: 'Bu araç iki tamamlayıcı modeli birleştirir. Sayısal sonuçlar standart üstel bozunma denklemini kullanırken, atom alanı rastgele eşiklerle tek tek çekirdekleri simüle eder.',
|
|
60
|
-
},
|
|
61
|
-
{
|
|
62
|
-
type: 'title',
|
|
63
|
-
text: 'Hesaplayıcı tarafından kullanılan radyoaktif bozunma formülü',
|
|
64
|
-
level: 3,
|
|
65
|
-
},
|
|
66
|
-
{
|
|
67
|
-
type: 'paragraph',
|
|
68
|
-
html: 'Kullanılan formül <strong>N(t) = N0 x (1/2)^(t / T1/2)</strong>. <strong>N0</strong> başlangıçtaki ana çekirdek sayısı, <strong>N(t)</strong> <strong>t</strong> süresi sonundaki beklenen kalan miktar, <strong>T1/2</strong> ise yarı ömürdür.',
|
|
69
|
-
},
|
|
70
|
-
{
|
|
71
|
-
type: 'paragraph',
|
|
72
|
-
html: 'Örneğin, bir örnek 1.000 ana çekirdekle başlarsa ve iki yarı ömür geçerse, beklenen kalan miktar 1.000 x (1/2)^2 = 250 çekirdektir. Bozunan miktar 750 çekirdektir.',
|
|
73
|
-
},
|
|
74
|
-
{
|
|
75
|
-
type: 'table',
|
|
76
|
-
headers: ['Geçen süre', 'Formül faktörü', 'Kalan ana çekirdek', 'Göreli aktivite'],
|
|
77
|
-
rows: [
|
|
78
|
-
['0 yarı ömür', '(1/2)^0', '100%', '100%'],
|
|
79
|
-
['1 yarı ömür', '(1/2)^1', '50%', '50%'],
|
|
80
|
-
['2 yarı ömür', '(1/2)^2', '25%', '25%'],
|
|
81
|
-
['3 yarı ömür', '(1/2)^3', '12,5%', '12,5%'],
|
|
82
|
-
['5 yarı ömür', '(1/2)^5', '3,125%', '3,125%'],
|
|
83
|
-
['10 yarı ömür', '(1/2)^10', '0,098%', '0,098%'],
|
|
84
|
-
],
|
|
85
|
-
},
|
|
86
|
-
{
|
|
87
|
-
type: 'title',
|
|
88
|
-
text: 'Yarı ömürden sonra kalan aktivite nasıl hesaplanır',
|
|
89
|
-
level: 3,
|
|
90
|
-
},
|
|
91
|
-
{
|
|
92
|
-
type: 'paragraph',
|
|
93
|
-
html: 'Tek bir ana izotop için aktivite, bozunmamış çekirdek sayısı ile orantılıdır. Ana izotopun %25\'i kaldıysa, aktivite de başlangıç aktivitesinin yaklaşık %25\'i olur.',
|
|
94
|
-
},
|
|
95
|
-
{
|
|
96
|
-
type: 'paragraph',
|
|
97
|
-
html: 'Bu ilişki nükleer tıp ve radyasyondan korunmada büyük önem taşır.',
|
|
98
|
-
},
|
|
99
|
-
{
|
|
100
|
-
type: 'title',
|
|
101
|
-
text: 'Örnekler: Karbon-14, İyot-131, Teknesyum-99m, Uranyum-238 ve Radon-222',
|
|
102
|
-
level: 3,
|
|
103
|
-
},
|
|
104
|
-
{
|
|
105
|
-
type: 'table',
|
|
106
|
-
headers: ['İzotop', 'Yaklaşık yarı ömür', 'Yaygın kullanım', 'Sonucun anlamı'],
|
|
107
|
-
rows: [
|
|
108
|
-
['Karbon-14', '5.730 yıl', 'Radyokarbon tarihleme', 'Organik maddede kalan C-14 aktivitesi.'],
|
|
109
|
-
['İyot-131', '8,02 gün', 'Tıbbi tedavi', 'Tedaviden sonraki günlerde aktivite düşüşü.'],
|
|
110
|
-
['Teknesyum-99m', '6,01 saat', 'Tanısal görüntüleme', 'Tıbbi aktivitenin klinik gün içinde neden azaldığı.'],
|
|
111
|
-
['Uranyum-238', '4,47 milyar yıl', 'Jeolojik tarihleme', 'Uzun ömürlü izotopların jeolojik ölçekte neden ölçülebilir kaldığı.'],
|
|
112
|
-
['Radon-222', '3,82 gün', 'İç mekan radyasyonu', 'Gaz maruziyet kaynağının gün içindeki değişimi.'],
|
|
113
|
-
],
|
|
114
|
-
},
|
|
115
|
-
{
|
|
116
|
-
type: 'paragraph',
|
|
117
|
-
html: 'Bu örnekler farklı zaman ölçeklerini ve bilimsel uygulamaları kapsar.',
|
|
118
|
-
},
|
|
119
|
-
{
|
|
120
|
-
type: 'title',
|
|
121
|
-
text: 'Stokastik atom simülasyonu nasıl okunur',
|
|
122
|
-
level: 3,
|
|
123
|
-
},
|
|
124
|
-
{
|
|
125
|
-
type: 'paragraph',
|
|
126
|
-
html: 'Atom alanı stokastik olarak modellenmiştir. Küçük örneklerde sonuçlar teorik değer etrafında dalgalanır.',
|
|
127
|
-
},
|
|
128
|
-
{
|
|
129
|
-
type: 'paragraph',
|
|
130
|
-
html: 'Pürüzsüz eğri ancak çok sayıda bağımsız rastgele olay toplandığında ortaya çıkar.',
|
|
131
|
-
},
|
|
132
|
-
{
|
|
133
|
-
type: 'title',
|
|
134
|
-
text: 'Yarı ömür hesaplayıcının kullanım alanları',
|
|
135
|
-
level: 3,
|
|
136
|
-
},
|
|
137
|
-
{
|
|
138
|
-
type: 'list',
|
|
139
|
-
items: [
|
|
140
|
-
'<strong>Fizik eğitimi:</strong> kalan çekirdeklerin hesaplanması ve görsel modelle ilişkilendirilmesi.',
|
|
141
|
-
'<strong>Nükleer kimya:</strong> izotop kararlılığı ve bozunma hızlarının karşılaştırılması.',
|
|
142
|
-
'<strong>Radyokarbon tarihleme:</strong> organik örneklerde bozunmanın anlaşılması.',
|
|
143
|
-
'<strong>Nükleer tıp:</strong> kısa yarı ömürlü izotoplarla görüntüleme planlaması.',
|
|
144
|
-
'<strong>Radyasyondan korunma:</strong> zamanla aktivite düşüşünün tahmini.',
|
|
145
|
-
],
|
|
146
|
-
},
|
|
147
|
-
{
|
|
148
|
-
type: 'title',
|
|
149
|
-
text: 'Önemli kısıtlamalar',
|
|
150
|
-
level: 3,
|
|
151
|
-
},
|
|
152
|
-
{
|
|
153
|
-
type: 'paragraph',
|
|
154
|
-
html: 'Bu hesaplayıcı ana izotopu tek bir yarı ömürle modeller.',
|
|
155
|
-
},
|
|
156
|
-
{
|
|
157
|
-
type: 'paragraph',
|
|
158
|
-
html: 'Sonuçları eğitici bir model ve bilimsel bir tahmin olarak kullanın.',
|
|
159
|
-
},
|
|
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
|
+
{
|
|
49
|
+
type: 'title',
|
|
50
|
+
text: 'Radyoaktif yarı ömür hesaplayıcı: kalan atomlar, aktivite ve izotop örnekleri',
|
|
51
|
+
level: 2,
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
type: 'paragraph',
|
|
55
|
+
html: 'Bu radyoaktif bozunma hesaplayıcısı, kararsız bir izotoptan belirli bir süre sonra ne kadar kaldığını tahmin eder. Yarı ömür formülü, gerçek izotop uygulamaları, kalan ana çekirdekler, bozunan çekirdekler ve aktivite azalması gibi arama niyetlerini karşılar.',
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
type: 'paragraph',
|
|
59
|
+
html: 'Bu araç iki tamamlayıcı modeli birleştirir. Sayısal sonuçlar standart üstel bozunma denklemini kullanırken, atom alanı rastgele eşiklerle tek tek çekirdekleri simüle eder.',
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
type: 'title',
|
|
63
|
+
text: 'Hesaplayıcı tarafından kullanılan radyoaktif bozunma formülü',
|
|
64
|
+
level: 3,
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
type: 'paragraph',
|
|
68
|
+
html: 'Kullanılan formül <strong>N(t) = N0 x (1/2)^(t / T1/2)</strong>. <strong>N0</strong> başlangıçtaki ana çekirdek sayısı, <strong>N(t)</strong> <strong>t</strong> süresi sonundaki beklenen kalan miktar, <strong>T1/2</strong> ise yarı ömürdür.',
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
type: 'paragraph',
|
|
72
|
+
html: 'Örneğin, bir örnek 1.000 ana çekirdekle başlarsa ve iki yarı ömür geçerse, beklenen kalan miktar 1.000 x (1/2)^2 = 250 çekirdektir. Bozunan miktar 750 çekirdektir.',
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
type: 'table',
|
|
76
|
+
headers: ['Geçen süre', 'Formül faktörü', 'Kalan ana çekirdek', 'Göreli aktivite'],
|
|
77
|
+
rows: [
|
|
78
|
+
['0 yarı ömür', '(1/2)^0', '100%', '100%'],
|
|
79
|
+
['1 yarı ömür', '(1/2)^1', '50%', '50%'],
|
|
80
|
+
['2 yarı ömür', '(1/2)^2', '25%', '25%'],
|
|
81
|
+
['3 yarı ömür', '(1/2)^3', '12,5%', '12,5%'],
|
|
82
|
+
['5 yarı ömür', '(1/2)^5', '3,125%', '3,125%'],
|
|
83
|
+
['10 yarı ömür', '(1/2)^10', '0,098%', '0,098%'],
|
|
84
|
+
],
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
type: 'title',
|
|
88
|
+
text: 'Yarı ömürden sonra kalan aktivite nasıl hesaplanır',
|
|
89
|
+
level: 3,
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
type: 'paragraph',
|
|
93
|
+
html: 'Tek bir ana izotop için aktivite, bozunmamış çekirdek sayısı ile orantılıdır. Ana izotopun %25\'i kaldıysa, aktivite de başlangıç aktivitesinin yaklaşık %25\'i olur.',
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
type: 'paragraph',
|
|
97
|
+
html: 'Bu ilişki nükleer tıp ve radyasyondan korunmada büyük önem taşır.',
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
type: 'title',
|
|
101
|
+
text: 'Örnekler: Karbon-14, İyot-131, Teknesyum-99m, Uranyum-238 ve Radon-222',
|
|
102
|
+
level: 3,
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
type: 'table',
|
|
106
|
+
headers: ['İzotop', 'Yaklaşık yarı ömür', 'Yaygın kullanım', 'Sonucun anlamı'],
|
|
107
|
+
rows: [
|
|
108
|
+
['Karbon-14', '5.730 yıl', 'Radyokarbon tarihleme', 'Organik maddede kalan C-14 aktivitesi.'],
|
|
109
|
+
['İyot-131', '8,02 gün', 'Tıbbi tedavi', 'Tedaviden sonraki günlerde aktivite düşüşü.'],
|
|
110
|
+
['Teknesyum-99m', '6,01 saat', 'Tanısal görüntüleme', 'Tıbbi aktivitenin klinik gün içinde neden azaldığı.'],
|
|
111
|
+
['Uranyum-238', '4,47 milyar yıl', 'Jeolojik tarihleme', 'Uzun ömürlü izotopların jeolojik ölçekte neden ölçülebilir kaldığı.'],
|
|
112
|
+
['Radon-222', '3,82 gün', 'İç mekan radyasyonu', 'Gaz maruziyet kaynağının gün içindeki değişimi.'],
|
|
113
|
+
],
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
type: 'paragraph',
|
|
117
|
+
html: 'Bu örnekler farklı zaman ölçeklerini ve bilimsel uygulamaları kapsar.',
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
type: 'title',
|
|
121
|
+
text: 'Stokastik atom simülasyonu nasıl okunur',
|
|
122
|
+
level: 3,
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
type: 'paragraph',
|
|
126
|
+
html: 'Atom alanı stokastik olarak modellenmiştir. Küçük örneklerde sonuçlar teorik değer etrafında dalgalanır.',
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
type: 'paragraph',
|
|
130
|
+
html: 'Pürüzsüz eğri ancak çok sayıda bağımsız rastgele olay toplandığında ortaya çıkar.',
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
type: 'title',
|
|
134
|
+
text: 'Yarı ömür hesaplayıcının kullanım alanları',
|
|
135
|
+
level: 3,
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
type: 'list',
|
|
139
|
+
items: [
|
|
140
|
+
'<strong>Fizik eğitimi:</strong> kalan çekirdeklerin hesaplanması ve görsel modelle ilişkilendirilmesi.',
|
|
141
|
+
'<strong>Nükleer kimya:</strong> izotop kararlılığı ve bozunma hızlarının karşılaştırılması.',
|
|
142
|
+
'<strong>Radyokarbon tarihleme:</strong> organik örneklerde bozunmanın anlaşılması.',
|
|
143
|
+
'<strong>Nükleer tıp:</strong> kısa yarı ömürlü izotoplarla görüntüleme planlaması.',
|
|
144
|
+
'<strong>Radyasyondan korunma:</strong> zamanla aktivite düşüşünün tahmini.',
|
|
145
|
+
],
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
type: 'title',
|
|
149
|
+
text: 'Önemli kısıtlamalar',
|
|
150
|
+
level: 3,
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
type: 'paragraph',
|
|
154
|
+
html: 'Bu hesaplayıcı ana izotopu tek bir yarı ömürle modeller.',
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
type: 'paragraph',
|
|
158
|
+
html: 'Sonuçları eğitici bir model ve bilimsel bir tahmin olarak kullanın.',
|
|
159
|
+
},
|
|
160
|
+
{ type: 'paragraph', html: 'Bu açıklama modelin varsayımlarını ve parametrelerin sonucu nasıl değiştirdiğini gösterir. Her seferinde yalnızca bir değeri değiştirin ve birkaç çalıştırmayı karşılaştırın; böylece her farkı anlaşılır bir nedene bağlayabilirsiniz. Görselleştirme eğitsel bir yaklaşımdır: gerçek sistemlerde daha fazla değişken, ölçüm belirsizliği ve sınır koşulu bulunur. Sonucu ölçekleri anlamak, sorular oluşturmak ve senaryoları karşılaştırmak için kullanın. Pratik bir karar veya bilimsel analiz için birincil verileri, birimleri ve uzman kaynaklarını ayrıca kontrol edin. Hesabı tekrarlamak ve sınırlarını tartışmak için ayarları not edin.' },
|
|
161
|
+
{ type: 'paragraph', html: 'Hesabı aynı ayarlarla tekrarlayın, ardından her seferinde yalnızca bir girdiyi değiştirin. Başlangıç değerlerini, hesaplama kurallarını ve sınırları kaydedin; böylece model eğilimini sayısal değişimden veya rastlantıdan ayırabilirsiniz. Sonuç eğitim amaçlıdır ve varsayımlar ile sınırlamalarla birlikte okunmalıdır. Gerçek ölçüm veya tasarım için ek veri ve uzman incelemesi gerekir.' },
|
|
162
|
+
{ type: 'paragraph', html: 'Ayrıca başlangıç miktarı ile geçen süreyi ayrı ayrı değiştirerek eğrinin neden doğrusal olmadığını inceleyin. Küçük örneklerde rastgele dalgalanmalar görülebilir; bu nedenle tek bir deneme teorik eğriyle birebir eşleşmeyebilir.' },
|
|
160
163
|
],
|
|
161
164
|
faq,
|
|
162
|
-
bibliography,
|
|
163
|
-
howTo,
|
|
164
|
-
schemas: [
|
|
165
|
-
{ '@context': 'https://schema.org', '@type': 'SoftwareApplication', name: title, description, applicationCategory: 'ScientificApplication', operatingSystem: 'Any' },
|
|
166
|
-
{ '@context': 'https://schema.org', '@type': 'FAQPage', mainEntity: faq.map((item) => ({ '@type': 'Question', name: item.question, acceptedAnswer: { '@type': 'Answer', text: item.answer } })) },
|
|
167
|
-
{ '@context': 'https://schema.org', '@type': 'HowTo', name: title, step: howTo.map((step) => ({ '@type': 'HowToStep', name: step.name, text: step.text })) },
|
|
168
|
-
],
|
|
169
|
-
};
|
|
170
|
-
|
|
165
|
+
bibliography,
|
|
166
|
+
howTo,
|
|
167
|
+
schemas: [
|
|
168
|
+
{ '@context': 'https://schema.org', '@type': 'SoftwareApplication', name: title, description, applicationCategory: 'ScientificApplication', operatingSystem: 'Any' },
|
|
169
|
+
{ '@context': 'https://schema.org', '@type': 'FAQPage', mainEntity: faq.map((item) => ({ '@type': 'Question', name: item.question, acceptedAnswer: { '@type': 'Answer', text: item.answer } })) },
|
|
170
|
+
{ '@context': 'https://schema.org', '@type': 'HowTo', name: title, step: howTo.map((step) => ({ '@type': 'HowToStep', name: step.name, text: step.text })) },
|
|
171
|
+
],
|
|
172
|
+
};
|
|
173
|
+
|