@jjlmoya/utils-science 1.51.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 -175
- 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,196 +1,196 @@
|
|
|
1
|
-
import { bibliography } from '../bibliography';
|
|
2
|
-
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
-
|
|
4
|
-
const slug = 'exoplaneten-biosignatur-detektor';
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
2
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
|
|
4
|
+
const slug = 'exoplaneten-biosignatur-detektor';
|
|
5
5
|
const title = 'Exoplaneten Biosignatur Detektor';
|
|
6
|
-
const description = 'Richten Sie Absorptionslinien von Sauerstoff, Methan und Ozon in einem simulierten Transmissionsspektrum eines Exoplaneten aus. Bewerten Sie die biologische Habitabilität, mögliche Technosignatur-Kontamination sowie das Risiko falsch-positiver Befunde anhand spektraler Indikatoren.';
|
|
7
|
-
|
|
8
|
-
const howTo = [
|
|
9
|
-
{
|
|
10
|
-
name: 'Wählen Sie den Zentralstern',
|
|
11
|
-
text: 'Wählen Sie einen K-Zwerg, einen sonnenähnlichen Stern oder einen M-Zwerg. Der Sterntyp beeinflusst das Risiko falsch-positiver Ergebnisse maßgeblich, da UV-Strahlung, Flares und atmosphärische Photochemie die Interpretation von Sauerstoff und Ozon verändern.',
|
|
12
|
-
},
|
|
13
|
-
{
|
|
14
|
-
name: 'Richten Sie die Spektrallinien aus',
|
|
15
|
-
text: 'Verschieben Sie die Regler für Sauerstoff, Methan und Ozon, bis die beobachteten Absorptionsmarker mit den Referenzbanden im simulierten Spektrum übereinstimmen.',
|
|
16
|
-
},
|
|
17
|
-
{
|
|
18
|
-
name: 'Stellen Sie Rauschen und atmosphärischen Kontext ein',
|
|
19
|
-
text: 'Erhöhen Sie das Instrumentenrauschen, um die Konfidenz des Signals zu prüfen. Passen Sie Wasserdampf und Kohlendioxid an, um eine feuchtere, trockenere, dichtere oder photochemisch komplexere Atmosphäre zu simulieren.',
|
|
20
|
-
},
|
|
21
|
-
{
|
|
22
|
-
name: 'Lesen Sie die Habitabilitätsindizes ab',
|
|
23
|
-
text: 'Vergleichen Sie die biologischen, technologischen und habitablen Bewertungen. Ein belastbares Ergebnis erfordert mehrere Gase im Ungleichgewicht, anstatt nur eine einzelne isolierte Linie.',
|
|
24
|
-
},
|
|
25
|
-
];
|
|
26
|
-
|
|
27
|
-
const faq = [
|
|
28
|
-
{
|
|
29
|
-
question: 'Was ist eine Biosignatur in der Exoplaneten-Spektroskopie?',
|
|
6
|
+
const description = 'Richten Sie Absorptionslinien von Sauerstoff, Methan und Ozon in einem simulierten Transmissionsspektrum eines Exoplaneten aus. Bewerten Sie die biologische Habitabilität, mögliche Technosignatur-Kontamination sowie das Risiko falsch-positiver Befunde anhand spektraler Indikatoren.';
|
|
7
|
+
|
|
8
|
+
const howTo = [
|
|
9
|
+
{
|
|
10
|
+
name: 'Wählen Sie den Zentralstern',
|
|
11
|
+
text: 'Wählen Sie einen K-Zwerg, einen sonnenähnlichen Stern oder einen M-Zwerg. Der Sterntyp beeinflusst das Risiko falsch-positiver Ergebnisse maßgeblich, da UV-Strahlung, Flares und atmosphärische Photochemie die Interpretation von Sauerstoff und Ozon verändern.',
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
name: 'Richten Sie die Spektrallinien aus',
|
|
15
|
+
text: 'Verschieben Sie die Regler für Sauerstoff, Methan und Ozon, bis die beobachteten Absorptionsmarker mit den Referenzbanden im simulierten Spektrum übereinstimmen.',
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
name: 'Stellen Sie Rauschen und atmosphärischen Kontext ein',
|
|
19
|
+
text: 'Erhöhen Sie das Instrumentenrauschen, um die Konfidenz des Signals zu prüfen. Passen Sie Wasserdampf und Kohlendioxid an, um eine feuchtere, trockenere, dichtere oder photochemisch komplexere Atmosphäre zu simulieren.',
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
name: 'Lesen Sie die Habitabilitätsindizes ab',
|
|
23
|
+
text: 'Vergleichen Sie die biologischen, technologischen und habitablen Bewertungen. Ein belastbares Ergebnis erfordert mehrere Gase im Ungleichgewicht, anstatt nur eine einzelne isolierte Linie.',
|
|
24
|
+
},
|
|
25
|
+
];
|
|
26
|
+
|
|
27
|
+
const faq = [
|
|
28
|
+
{
|
|
29
|
+
question: 'Was ist eine Biosignatur in der Exoplaneten-Spektroskopie?',
|
|
30
30
|
answer: 'Eine Biosignatur ist ein aus der Ferne nachweisbares Merkmal, das auf biologische Prozesse hindeuten könnte. In atmosphärischen Spektren zählen Sauerstoff, Ozon, Methan, Wasserdampf sowie Kombinationen von Gasen, die eigentlich chemisch miteinander reagieren sollten, zu den wichtigsten Kandidaten, sofern ein Prozess ihr Niveau in der Atmosphäre konstant hält.',
|
|
31
|
-
},
|
|
32
|
-
{
|
|
33
|
-
question: 'Warum ist die Kombination aus Sauerstoff und Methan so bedeutsam?',
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
question: 'Warum ist die Kombination aus Sauerstoff und Methan so bedeutsam?',
|
|
34
34
|
answer: 'Sauerstoff und Methan reagieren chemisch miteinander. Sind beide in nennenswerten Mengen vorhanden, deutet dies auf ein chemisches Ungleichgewicht hin, ein weitaus stärkerer Hinweis auf Leben als das Vorhandensein eines einzelnen Gases. Der Simulator gewichtet dieses Paar daher besonders stark.',
|
|
35
|
-
},
|
|
36
|
-
{
|
|
37
|
-
question: 'Kann Sauerstoff ein falsch-positives Signal sein?',
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
question: 'Kann Sauerstoff ein falsch-positives Signal sein?',
|
|
38
38
|
answer: 'Ja. Sauerstoff kann auch abiotisch entstehen, etwa durch Wasserverlust, Photolyse, schwache vulkanische Senken oder ungewöhnliche stellare UV-Umgebungen. Deshalb bewertet das Tool das Risiko falsch-positiver Ergebnisse, anstatt Sauerstoff isoliert als Beweis für Leben zu werten.',
|
|
39
|
-
},
|
|
40
|
-
{
|
|
41
|
-
question: 'Warum wird Ozon getrennt von Sauerstoff aufgeführt?',
|
|
42
|
-
answer: 'Ozon entsteht photochemisch aus Sauerstoff und besitzt sehr markante spektrale Merkmale. Es kann als indirekter Indikator für Sauerstoff dienen, besonders wenn direkte Sauerstoffbanden schwer zu beobachten sind. Auch hier ist die Einordnung in den atmosphärischen Kontext entscheidend.',
|
|
43
|
-
},
|
|
44
|
-
{
|
|
45
|
-
question: 'Was bedeutet der technologische Index?',
|
|
46
|
-
answer: 'Der technologische Index ist ein spekulativer Warnwert. Er weist auf Fälle hin, in denen ein Spektrum so energiereich, verrauscht oder chemisch ungewöhnlich wirkt, dass eine künstliche Quelle nicht kategorisch ausgeschlossen werden sollte. Es handelt sich explizit nicht um einen Detektionsnachweis.',
|
|
47
|
-
},
|
|
48
|
-
{
|
|
49
|
-
question: 'Handelt es sich um ein echtes Exoplaneten-Retrieval-Modell?',
|
|
50
|
-
answer: 'Nein. Dies ist ein edukativer Simulator, der zentrale spektroskopische Konzepte in ein interaktives Bewertungsmodell überführt. Echte wissenschaftliche Retrievals nutzen komplexe Strahlungstransport-Modelle, Stellar-Kontamination-Korrekturen, Wolkenmodelle und Bayessche Inferenz.',
|
|
51
|
-
},
|
|
52
|
-
];
|
|
53
|
-
|
|
54
|
-
export const content: ToolLocaleContent = {
|
|
55
|
-
slug,
|
|
56
|
-
title,
|
|
57
|
-
description,
|
|
58
|
-
ui: {
|
|
59
|
-
visualization: 'Exoplaneten-Transmissionsspektrum-Visualisierung',
|
|
60
|
-
starClass: 'Zentralstern',
|
|
61
|
-
starK: 'Ruhiger K-Zwerg',
|
|
62
|
-
starSun: 'Sonnenähnlicher G-Stern',
|
|
63
|
-
starM: 'Aktiver M-Zwerg',
|
|
64
|
-
noise: 'Instrumentenrauschen',
|
|
65
|
-
oxygenLine: 'Sauerstoff-Marker',
|
|
66
|
-
methaneLine: 'Methan-Marker',
|
|
67
|
-
ozoneLine: 'Ozon-Marker',
|
|
68
|
-
waterVapor: 'Wasserdampf-Kontext',
|
|
69
|
-
carbonDioxide: 'CO2-Kontext',
|
|
70
|
-
habitabilityIndex: 'Habitabilitätsindex',
|
|
71
|
-
biologicalIndex: 'Biologisch',
|
|
72
|
-
technologicalIndex: 'Technologisch',
|
|
73
|
-
falsePositiveRisk: 'Falsch-positiv-Risiko',
|
|
74
|
-
oxygen: 'O2',
|
|
75
|
-
methane: 'CH4',
|
|
76
|
-
ozone: 'O3',
|
|
77
|
-
oxygenShort: 'O2',
|
|
78
|
-
methaneShort: 'CH4',
|
|
79
|
-
ozoneShort: 'O3',
|
|
80
|
-
conclusion: 'Fazit',
|
|
81
|
-
dataLive: 'Datensynthese aktiv',
|
|
82
|
-
percentUnit: '{value}%',
|
|
83
|
-
nanometerUnit: '{value} nm',
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
question: 'Warum wird Ozon getrennt von Sauerstoff aufgeführt?',
|
|
42
|
+
answer: 'Ozon entsteht photochemisch aus Sauerstoff und besitzt sehr markante spektrale Merkmale. Es kann als indirekter Indikator für Sauerstoff dienen, besonders wenn direkte Sauerstoffbanden schwer zu beobachten sind. Auch hier ist die Einordnung in den atmosphärischen Kontext entscheidend.',
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
question: 'Was bedeutet der technologische Index?',
|
|
46
|
+
answer: 'Der technologische Index ist ein spekulativer Warnwert. Er weist auf Fälle hin, in denen ein Spektrum so energiereich, verrauscht oder chemisch ungewöhnlich wirkt, dass eine künstliche Quelle nicht kategorisch ausgeschlossen werden sollte. Es handelt sich explizit nicht um einen Detektionsnachweis.',
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
question: 'Handelt es sich um ein echtes Exoplaneten-Retrieval-Modell?',
|
|
50
|
+
answer: 'Nein. Dies ist ein edukativer Simulator, der zentrale spektroskopische Konzepte in ein interaktives Bewertungsmodell überführt. Echte wissenschaftliche Retrievals nutzen komplexe Strahlungstransport-Modelle, Stellar-Kontamination-Korrekturen, Wolkenmodelle und Bayessche Inferenz.',
|
|
51
|
+
},
|
|
52
|
+
];
|
|
53
|
+
|
|
54
|
+
export const content: ToolLocaleContent = {
|
|
55
|
+
slug,
|
|
56
|
+
title,
|
|
57
|
+
description,
|
|
58
|
+
ui: {
|
|
59
|
+
visualization: 'Exoplaneten-Transmissionsspektrum-Visualisierung',
|
|
60
|
+
starClass: 'Zentralstern',
|
|
61
|
+
starK: 'Ruhiger K-Zwerg',
|
|
62
|
+
starSun: 'Sonnenähnlicher G-Stern',
|
|
63
|
+
starM: 'Aktiver M-Zwerg',
|
|
64
|
+
noise: 'Instrumentenrauschen',
|
|
65
|
+
oxygenLine: 'Sauerstoff-Marker',
|
|
66
|
+
methaneLine: 'Methan-Marker',
|
|
67
|
+
ozoneLine: 'Ozon-Marker',
|
|
68
|
+
waterVapor: 'Wasserdampf-Kontext',
|
|
69
|
+
carbonDioxide: 'CO2-Kontext',
|
|
70
|
+
habitabilityIndex: 'Habitabilitätsindex',
|
|
71
|
+
biologicalIndex: 'Biologisch',
|
|
72
|
+
technologicalIndex: 'Technologisch',
|
|
73
|
+
falsePositiveRisk: 'Falsch-positiv-Risiko',
|
|
74
|
+
oxygen: 'O2',
|
|
75
|
+
methane: 'CH4',
|
|
76
|
+
ozone: 'O3',
|
|
77
|
+
oxygenShort: 'O2',
|
|
78
|
+
methaneShort: 'CH4',
|
|
79
|
+
ozoneShort: 'O3',
|
|
80
|
+
conclusion: 'Fazit',
|
|
81
|
+
dataLive: 'Datensynthese aktiv',
|
|
82
|
+
percentUnit: '{value}%',
|
|
83
|
+
nanometerUnit: '{value} nm',
|
|
84
84
|
pendingValue: '...',
|
|
85
|
-
statusReady: 'Richten Sie die Spektralmarker aus, um die atmosphärischen Hinweise zu bewerten.',
|
|
86
|
-
verdictWeak: 'Das Spektrum ist schwach: Die Linien stützen noch keine lebensfreundliche Interpretation.',
|
|
87
|
-
verdictPromising: 'Das Spektrum ist vielversprechend: Mehrere Biosignatur-Marker sind teilweise ausgerichtet.',
|
|
88
|
-
verdictStrong: 'Das Spektrum ist stark: Sauerstoff, Methan und Ozon bilden ein kohärentes Ungleichgewichts-Signal.',
|
|
89
|
-
verdictAmbiguous: 'Das Signal ist interessant, aber mehrdeutig: Stellare oder atmosphärische Fehlalarme bleiben wahrscheinlich.',
|
|
90
|
-
},
|
|
91
|
-
seo: [
|
|
92
|
-
{
|
|
93
|
-
type: 'title',
|
|
85
|
+
statusReady: 'Richten Sie die Spektralmarker aus, um die atmosphärischen Hinweise zu bewerten.',
|
|
86
|
+
verdictWeak: 'Das Spektrum ist schwach: Die Linien stützen noch keine lebensfreundliche Interpretation.',
|
|
87
|
+
verdictPromising: 'Das Spektrum ist vielversprechend: Mehrere Biosignatur-Marker sind teilweise ausgerichtet.',
|
|
88
|
+
verdictStrong: 'Das Spektrum ist stark: Sauerstoff, Methan und Ozon bilden ein kohärentes Ungleichgewichts-Signal.',
|
|
89
|
+
verdictAmbiguous: 'Das Signal ist interessant, aber mehrdeutig: Stellare oder atmosphärische Fehlalarme bleiben wahrscheinlich.',
|
|
90
|
+
},
|
|
91
|
+
seo: [
|
|
92
|
+
{
|
|
93
|
+
type: 'title',
|
|
94
94
|
text: 'Exoplaneten Biosignatur Detektor',
|
|
95
|
-
level: 2,
|
|
96
|
-
},
|
|
97
|
-
{
|
|
98
|
-
type: 'paragraph',
|
|
99
|
-
html: 'Der Exoplaneten-Biosignatur-Detektor ist ein interaktiver Spektroskopie-Simulator, der erkundet, wie lebensrelevante Gase im Licht erscheinen könnten, das durch eine ferne Atmosphäre fällt. Statt ein einzelnes Molekül als Ja-oder-Nein-Antwort zu behandeln, fordert das Tool Sie auf, Sauerstoff-, Methan- und Ozon-Absorptionsmerkmale auszurichten und das Ergebnis gegen Rauschen, Wasserdampf, Kohlendioxid sowie das Verhalten des Zentralsterns abzuwägen.',
|
|
100
|
-
},
|
|
101
|
-
{
|
|
102
|
-
type: 'paragraph',
|
|
95
|
+
level: 2,
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
type: 'paragraph',
|
|
99
|
+
html: 'Der Exoplaneten-Biosignatur-Detektor ist ein interaktiver Spektroskopie-Simulator, der erkundet, wie lebensrelevante Gase im Licht erscheinen könnten, das durch eine ferne Atmosphäre fällt. Statt ein einzelnes Molekül als Ja-oder-Nein-Antwort zu behandeln, fordert das Tool Sie auf, Sauerstoff-, Methan- und Ozon-Absorptionsmerkmale auszurichten und das Ergebnis gegen Rauschen, Wasserdampf, Kohlendioxid sowie das Verhalten des Zentralsterns abzuwägen.',
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
type: 'paragraph',
|
|
103
103
|
html: 'Darin liegt die zentrale Schwierigkeit der Biosignatur-Forschung: Sauerstoff kann spannend sein, Methan kann spannend sein, Ozon kann spannend sein, doch keines ist für sich genommen ein Beweis. Die überzeugendsten Fälle kombinieren mehrere Gase, den physikalischen Kontext und eine sorgfältige Prüfung auf nicht-biologische Erklärungen. Der Simulator macht diese Abwägungen in einer kompakten, laborähnlichen Oberfläche sichtbar.',
|
|
104
|
-
},
|
|
105
|
-
{
|
|
106
|
-
type: 'title',
|
|
107
|
-
text: 'Wie Transmissionsspektroskopie atmosphärische Gase sichtbar macht',
|
|
108
|
-
level: 3,
|
|
109
|
-
},
|
|
110
|
-
{
|
|
111
|
-
type: 'paragraph',
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
type: 'title',
|
|
107
|
+
text: 'Wie Transmissionsspektroskopie atmosphärische Gase sichtbar macht',
|
|
108
|
+
level: 3,
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
type: 'paragraph',
|
|
112
112
|
html: 'Wenn ein Planet vor seinem Stern vorbeizieht, gelangt ein winziger Teil des Sternenlichts durch die Atmosphäre des Planeten, bevor es das Teleskop erreicht. Moleküle absorbieren bestimmte Wellenlängen und hinterlassen schmale oder breite Einbrüche im gemessenen Spektrum. Durch den Vergleich dieser Einbrüche mit Labormessungen können Astronomen ableiten, welche Gase vorhanden sein könnten, wenngleich Wolken, Dunst, Temperatur, Sternenflecken und instrumentelles Rauschen die Analyse erschweren.',
|
|
113
|
-
},
|
|
114
|
-
{
|
|
115
|
-
type: 'title',
|
|
116
|
-
text: 'Sauerstoff, Methan und Ozon als kombiniertes Signal',
|
|
117
|
-
level: 3,
|
|
118
|
-
},
|
|
119
|
-
{
|
|
120
|
-
type: 'list',
|
|
121
|
-
items: [
|
|
122
|
-
'<strong>Sauerstoff O2:</strong> Auf der Erde wird reichlich Sauerstoff durch Fotosynthese erzeugt. Abiotischer Sauerstoff kann sich jedoch unter bestimmten planetaren Bedingungen ansammeln.',
|
|
123
|
-
'<strong>Methan CH4:</strong> Methan kann biologischen, geologischen oder Einschlag-Ursprungs sein. Es wird aussagekräftiger, wenn es zusammen mit oxidierenden Gasen auftritt.',
|
|
124
|
-
'<strong>Ozon O3:</strong> Ozon ist ein photochemisches Produkt von Sauerstoff und in manchen Spektralbereichen leichter nachweisbar, bleibt aber ein indirekter Hinweis.',
|
|
125
|
-
'<strong>Wasser- und CO2-Kontext:</strong> Wasser unterstützt die Habitabilität, während Kohlendioxid hilft, den Treibhauseffekt, die Photochemie und falsch-positive Szenarien einzuordnen.',
|
|
126
|
-
],
|
|
127
|
-
},
|
|
128
|
-
{
|
|
129
|
-
type: 'title',
|
|
130
|
-
text: 'Warum falsch-positive Ergebnisse wichtig sind',
|
|
131
|
-
level: 3,
|
|
132
|
-
},
|
|
133
|
-
{
|
|
134
|
-
type: 'paragraph',
|
|
135
|
-
html: 'Ein hoher Sauerstoffwert bedeutet nicht automatisch Biologie. Wasserverlust kann Sauerstoff zurücklassen, stellare Ultraviolett-Strahlung kann Moleküle spalten, und eine geringe vulkanische Produktion reduzierender Gase kann den Sauerstoffgehalt ansteigen lassen. Aktive M-Zwerge sind besonders knifflig, da Flares und Photochemie die atmosphärische Zusammensetzung verändern können. Die Falsch-positiv-Anzeige steigt, wenn Rauschen, Sterntyp oder atmosphärischer Kontext eine biologische Erklärung unsicherer machen.',
|
|
136
|
-
},
|
|
137
|
-
{
|
|
138
|
-
type: 'table',
|
|
139
|
-
headers: ['Signalmuster', 'Interpretation', 'Vorsicht'],
|
|
140
|
-
rows: [
|
|
141
|
-
['Nur O2', 'Mögliche sauerstoffreiche Atmosphäre', 'Kann abiotisch sein nach Wasserverlust oder ungewöhnlicher Photochemie'],
|
|
142
|
-
['Nur CH4', 'Mögliche reduzierende Atmosphäre oder aktive Geologie', 'Methan allein ist kein starker Lebenshinweis'],
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
type: 'title',
|
|
116
|
+
text: 'Sauerstoff, Methan und Ozon als kombiniertes Signal',
|
|
117
|
+
level: 3,
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
type: 'list',
|
|
121
|
+
items: [
|
|
122
|
+
'<strong>Sauerstoff O2:</strong> Auf der Erde wird reichlich Sauerstoff durch Fotosynthese erzeugt. Abiotischer Sauerstoff kann sich jedoch unter bestimmten planetaren Bedingungen ansammeln.',
|
|
123
|
+
'<strong>Methan CH4:</strong> Methan kann biologischen, geologischen oder Einschlag-Ursprungs sein. Es wird aussagekräftiger, wenn es zusammen mit oxidierenden Gasen auftritt.',
|
|
124
|
+
'<strong>Ozon O3:</strong> Ozon ist ein photochemisches Produkt von Sauerstoff und in manchen Spektralbereichen leichter nachweisbar, bleibt aber ein indirekter Hinweis.',
|
|
125
|
+
'<strong>Wasser- und CO2-Kontext:</strong> Wasser unterstützt die Habitabilität, während Kohlendioxid hilft, den Treibhauseffekt, die Photochemie und falsch-positive Szenarien einzuordnen.',
|
|
126
|
+
],
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
type: 'title',
|
|
130
|
+
text: 'Warum falsch-positive Ergebnisse wichtig sind',
|
|
131
|
+
level: 3,
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
type: 'paragraph',
|
|
135
|
+
html: 'Ein hoher Sauerstoffwert bedeutet nicht automatisch Biologie. Wasserverlust kann Sauerstoff zurücklassen, stellare Ultraviolett-Strahlung kann Moleküle spalten, und eine geringe vulkanische Produktion reduzierender Gase kann den Sauerstoffgehalt ansteigen lassen. Aktive M-Zwerge sind besonders knifflig, da Flares und Photochemie die atmosphärische Zusammensetzung verändern können. Die Falsch-positiv-Anzeige steigt, wenn Rauschen, Sterntyp oder atmosphärischer Kontext eine biologische Erklärung unsicherer machen.',
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
type: 'table',
|
|
139
|
+
headers: ['Signalmuster', 'Interpretation', 'Vorsicht'],
|
|
140
|
+
rows: [
|
|
141
|
+
['Nur O2', 'Mögliche sauerstoffreiche Atmosphäre', 'Kann abiotisch sein nach Wasserverlust oder ungewöhnlicher Photochemie'],
|
|
142
|
+
['Nur CH4', 'Mögliche reduzierende Atmosphäre oder aktive Geologie', 'Methan allein ist kein starker Lebenshinweis'],
|
|
143
143
|
['O2 plus CH4', 'Chemisches Ungleichgewicht, nähere Untersuchung nötig', 'Erfordert robustes Retrieval und Kontaminationsprüfung'],
|
|
144
|
-
['O2 plus O3 plus Wasser', 'Kohärentere erdähnliche Umgebung', 'Wolken und stellare Aktivität bleiben relevant'],
|
|
145
|
-
],
|
|
146
|
-
},
|
|
147
|
-
{
|
|
148
|
-
type: 'title',
|
|
149
|
-
text: 'Biologische und technologische Habitabilitätsindizes',
|
|
150
|
-
level: 3,
|
|
151
|
-
},
|
|
152
|
-
{
|
|
153
|
-
type: 'paragraph',
|
|
154
|
-
html: 'Der biologische Index betont das chemische Ungleichgewicht, insbesondere Sauerstoff gemeinsam mit Methan, und berücksichtigt dann Ozonschirmwirkung sowie Wasserkontext. Der technologische Index ist bewusst spekulativ gehalten: Er hebt Fälle hervor, in denen die Atmosphäre so energiereich, verrauscht oder chemisch ungewöhnlich wirkt, dass künstliche Verschmutzung, gezielte atmosphärische Veränderung oder Beobachtungsartefakte in Betracht gezogen werden sollten, bevor eine einfache Lebensgeschichte erzählt wird.',
|
|
155
|
-
},
|
|
156
|
-
{
|
|
157
|
-
type: 'paragraph',
|
|
158
|
-
html: 'Nutzen Sie das Tool als Denkhilfe, nicht als Beweisgenerator. Eine echte Biosignatur-Bewertung würde mehrere Atmosphärenmodelle vergleichen, Sternspektren einbeziehen, Teleskopsystematik korrigieren, Wolkenopazität abschätzen und Unsicherheiten berechnen. Der edukative Wert liegt darin, dass es dieselbe Disziplin fordert: Hinweise ausrichten, Kontext prüfen und falsch-positive Ergebnisse im Blick behalten.',
|
|
159
|
-
},
|
|
160
|
-
],
|
|
161
|
-
faq,
|
|
162
|
-
bibliography,
|
|
163
|
-
howTo,
|
|
164
|
-
schemas: [
|
|
165
|
-
{
|
|
166
|
-
'@context': 'https://schema.org',
|
|
167
|
-
'@type': 'SoftwareApplication',
|
|
168
|
-
name: title,
|
|
169
|
-
description,
|
|
170
|
-
applicationCategory: 'ScientificApplication',
|
|
171
|
-
operatingSystem: 'Any',
|
|
172
|
-
},
|
|
173
|
-
{
|
|
174
|
-
'@context': 'https://schema.org',
|
|
175
|
-
'@type': 'FAQPage',
|
|
176
|
-
mainEntity: faq.map((item) => ({
|
|
177
|
-
'@type': 'Question',
|
|
178
|
-
name: item.question,
|
|
179
|
-
acceptedAnswer: {
|
|
180
|
-
'@type': 'Answer',
|
|
181
|
-
text: item.answer,
|
|
182
|
-
},
|
|
183
|
-
})),
|
|
184
|
-
},
|
|
185
|
-
{
|
|
186
|
-
'@context': 'https://schema.org',
|
|
187
|
-
'@type': 'HowTo',
|
|
188
|
-
name: title,
|
|
189
|
-
step: howTo.map((step) => ({
|
|
190
|
-
'@type': 'HowToStep',
|
|
191
|
-
name: step.name,
|
|
192
|
-
text: step.text,
|
|
193
|
-
})),
|
|
194
|
-
},
|
|
195
|
-
],
|
|
144
|
+
['O2 plus O3 plus Wasser', 'Kohärentere erdähnliche Umgebung', 'Wolken und stellare Aktivität bleiben relevant'],
|
|
145
|
+
],
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
type: 'title',
|
|
149
|
+
text: 'Biologische und technologische Habitabilitätsindizes',
|
|
150
|
+
level: 3,
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
type: 'paragraph',
|
|
154
|
+
html: 'Der biologische Index betont das chemische Ungleichgewicht, insbesondere Sauerstoff gemeinsam mit Methan, und berücksichtigt dann Ozonschirmwirkung sowie Wasserkontext. Der technologische Index ist bewusst spekulativ gehalten: Er hebt Fälle hervor, in denen die Atmosphäre so energiereich, verrauscht oder chemisch ungewöhnlich wirkt, dass künstliche Verschmutzung, gezielte atmosphärische Veränderung oder Beobachtungsartefakte in Betracht gezogen werden sollten, bevor eine einfache Lebensgeschichte erzählt wird.',
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
type: 'paragraph',
|
|
158
|
+
html: 'Nutzen Sie das Tool als Denkhilfe, nicht als Beweisgenerator. Eine echte Biosignatur-Bewertung würde mehrere Atmosphärenmodelle vergleichen, Sternspektren einbeziehen, Teleskopsystematik korrigieren, Wolkenopazität abschätzen und Unsicherheiten berechnen. Der edukative Wert liegt darin, dass es dieselbe Disziplin fordert: Hinweise ausrichten, Kontext prüfen und falsch-positive Ergebnisse im Blick behalten.',
|
|
159
|
+
},
|
|
160
|
+
],
|
|
161
|
+
faq,
|
|
162
|
+
bibliography,
|
|
163
|
+
howTo,
|
|
164
|
+
schemas: [
|
|
165
|
+
{
|
|
166
|
+
'@context': 'https://schema.org',
|
|
167
|
+
'@type': 'SoftwareApplication',
|
|
168
|
+
name: title,
|
|
169
|
+
description,
|
|
170
|
+
applicationCategory: 'ScientificApplication',
|
|
171
|
+
operatingSystem: 'Any',
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
'@context': 'https://schema.org',
|
|
175
|
+
'@type': 'FAQPage',
|
|
176
|
+
mainEntity: faq.map((item) => ({
|
|
177
|
+
'@type': 'Question',
|
|
178
|
+
name: item.question,
|
|
179
|
+
acceptedAnswer: {
|
|
180
|
+
'@type': 'Answer',
|
|
181
|
+
text: item.answer,
|
|
182
|
+
},
|
|
183
|
+
})),
|
|
184
|
+
},
|
|
185
|
+
{
|
|
186
|
+
'@context': 'https://schema.org',
|
|
187
|
+
'@type': 'HowTo',
|
|
188
|
+
name: title,
|
|
189
|
+
step: howTo.map((step) => ({
|
|
190
|
+
'@type': 'HowToStep',
|
|
191
|
+
name: step.name,
|
|
192
|
+
text: step.text,
|
|
193
|
+
})),
|
|
194
|
+
},
|
|
195
|
+
],
|
|
196
196
|
};
|