@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,195 +1,195 @@
|
|
|
1
|
-
import { bibliography } from '../bibliography';
|
|
2
|
-
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
-
|
|
4
|
-
const slug = 'dyson-spharen-energie-gewinnung-simulator';
|
|
5
|
-
const title = 'Dyson Sphären Energieausbeute Simulator';
|
|
6
|
-
const description = 'Schätzen Sie Kollektorentwürfe wie Dyson-Schwärme, Äquatorringe, starre Hüllen und Statit-Spiegelwolken für verschiedene Sterntypen ab. Berechnen Sie die aufgefangene Leistung, den thermischen Umlaufradius, die benötigte Materialmasse und die erforderliche Abdeckung für Ihr Kardaschow-Ziel.';
|
|
7
|
-
|
|
8
|
-
const howTo = [
|
|
9
|
-
{
|
|
10
|
-
name: 'Wählen Sie einen Sterntyp',
|
|
11
|
-
text: 'Beginnen Sie mit einem M-Zwerg, einem sonnenähnlichen G-Stern, einem A-Stern, einem Roten Riesen oder einem Blauen Riesen. Der Simulator verwendet repräsentative Werte für Leuchtkraft und Masse zur Berechnung von Radius und Umlaufzeit.',
|
|
12
|
-
},
|
|
13
|
-
{
|
|
14
|
-
name: 'Wählen Sie die Megastruktur-Architektur',
|
|
15
|
-
text: 'Vergleichen Sie einen Dyson-Schwarm, einen Äquatorring, eine starre Hülle oder eine Statit-Spiegelwolke. Jeder Entwurf basiert auf unterschiedlichen Annahmen zu Einfangeffizienz, Materialdichte und Stabilität.',
|
|
16
|
-
},
|
|
17
|
-
{
|
|
18
|
-
name: 'Passen Sie Abdeckung und Betriebstemperatur an',
|
|
19
|
-
text: 'Erhöhen Sie den Abdeckungsgrad zur Steigerung der abgefangenen Leistung und verändern Sie die Betriebstemperatur, um die Kollektoren näher am Stern oder weiter entfernt zu positionieren.',
|
|
20
|
-
},
|
|
21
|
-
{
|
|
22
|
-
name: 'Stellen Sie ein Kardaschow-Ziel ein',
|
|
23
|
-
text: 'Nutzen Sie den Zielregler, um zu ermitteln, welcher Anteil der Sternstrahlung abgefangen werden muss, um ein zivilisatorisches Energieziel zu erreichen.',
|
|
24
|
-
},
|
|
25
|
-
];
|
|
26
|
-
|
|
27
|
-
const faq = [
|
|
28
|
-
{
|
|
29
|
-
question: 'Was unterscheidet eine Dyson-Sphäre von einem Dyson-Schwarm?',
|
|
30
|
-
answer: 'Eine starre Dyson-Sphäre ist eine geschlossene Hülle um einen Stern. Ein Dyson-Schwarm hingegen ist eine Ansammlung unabhängiger, umlaufender Kollektoren. Technische Studien bevorzugen Schwärme, da eine feste Hülle strukturell instabil wäre und unvorstellbare Materialmengen verschlingen würde.',
|
|
31
|
-
},
|
|
32
|
-
{
|
|
33
|
-
question: 'Wie wird der optimale Umlaufradius ermittelt?',
|
|
34
|
-
answer: 'Der Simulator berechnet die Distanz, bei der die Kollektoren unter der gegebenen Sternleuchtkraft ihre Strahlungswärme beidseitig abgeben und dabei genau die gewählte Betriebstemperatur halten. Heißere Kollektoren können näher am Stern kreisen.',
|
|
35
|
-
},
|
|
36
|
-
{
|
|
37
|
-
question: 'Was bedeutet die Kardaschow-Skala in diesem Werkzeug?',
|
|
38
|
-
answer: 'Der Kardaschow-Wert wird aus der abgefangenen Leistung in Watt über die logarithmische Beziehung K = (log10(P) - 6) / 10 berechnet. Ein Wert nahe K1 entspricht dem planetaren Energieverbrauch der Erde, während K2 die vollständige Ausnutzung der Sternleistung bedeutet.',
|
|
39
|
-
},
|
|
40
|
-
{
|
|
41
|
-
question: 'Ist die berechnete Materialmasse realistisch?',
|
|
42
|
-
answer: 'Es handelt sich um eine vereinfachte physikalische Abschätzung basierend auf Oberfläche, Flächenmasse und Stabilitätsfaktoren. Reale Konstruktionen erfordern zusätzliche Massen für Kurskorrekturen, Energieübertragung, Abbauverluste und Kühlung.',
|
|
43
|
-
},
|
|
44
|
-
{
|
|
45
|
-
question: 'Warum erfordern leuchtstarke Sterne gigantische Kollektorflächen?',
|
|
46
|
-
answer: 'Helle Sterne verschieben den thermisch sicheren Abstand weit nach außen. Dadurch vergrößert sich die Kugelfläche im Quadrat zur Entfernung, sodass der Materialbedarf für denselben Prozentrang an Abdeckung extrem ansteigt.',
|
|
47
|
-
},
|
|
48
|
-
{
|
|
49
|
-
question: 'Kann eine Zivilisation Typ II mit teilweiser Abdeckung erreichen?',
|
|
50
|
-
answer: 'Ja, sofern der Hauptstern eine ausreichend hohe Leuchtkraft besitzt. Bei sonnenähnlichen Sternen erfordert Typ II fast die gesamte Strahlung, bei blauen Riesen reicht bereits ein kleiner Bruchteil der Gesamtemission.',
|
|
51
|
-
},
|
|
52
|
-
];
|
|
53
|
-
|
|
54
|
-
export const content: ToolLocaleContent = {
|
|
55
|
-
slug,
|
|
56
|
-
title,
|
|
57
|
-
description,
|
|
58
|
-
ui: {
|
|
59
|
-
visualization: 'Dyson-Kollektor-Visualisierung',
|
|
60
|
-
starType: 'Sterntyp',
|
|
61
|
-
structureType: 'Struktur',
|
|
62
|
-
coverage: 'Kollektorabdeckung',
|
|
63
|
-
operatingTemp: 'Betriebstemperatur',
|
|
64
|
-
kardashevTarget: 'Kardaschow-Ziel',
|
|
65
|
-
kardashevRating: 'Aktuelle Bewertung',
|
|
66
|
-
capturedPower: 'Eingefangene Leistung',
|
|
67
|
-
optimalRadius: 'Optimaler Radius',
|
|
68
|
-
targetCoverage: 'Zielabdeckung',
|
|
69
|
-
materialMass: 'Materialmasse',
|
|
70
|
-
captureMeter: 'Fortschritt zum Ziel',
|
|
71
|
-
statusReady: 'Passen Sie das System an, um den Kollektorbedarf zu schätzen.',
|
|
72
|
-
statusUnderbuilt: 'Die Abdeckung liegt unter dem gewählten Kardaschow-Ziel. Fügen Sie Kollektoren hinzu oder wählen Sie einen helleren Stern.',
|
|
73
|
-
statusBalanced: 'Abdeckung und Sternleistung liegen nahe am gewählten Ziel auf Zivilisationsskala.',
|
|
74
|
-
statusExtreme: 'Diese Konfiguration überschreitet das Ziel. Sie erfasst enorme Leistung, aber der Materialbedarf steigt schnell.',
|
|
75
|
-
orbitalPeriod: 'Umlaufzeit',
|
|
76
|
-
collectorArea: 'Kollektorfläche',
|
|
77
|
-
mercuryMasses: '{value} Merkur-Massen',
|
|
78
|
-
kilograms: '{value} kg',
|
|
79
|
-
daysUnit: '{value} Tage',
|
|
80
|
-
starMDwarf: 'M-Zwerg',
|
|
81
|
-
starSun: 'Sonnentyp G',
|
|
82
|
-
starA: 'A-Stern',
|
|
83
|
-
starRedGiant: 'Roter Riese',
|
|
84
|
-
starBlueGiant: 'Blauer Riese',
|
|
85
|
-
structureSwarm: 'Dyson-Schwarm',
|
|
86
|
-
structureRing: 'Äquatorring',
|
|
87
|
-
structureShell: 'Starre Hülle',
|
|
88
|
-
structureStatite: 'Statit-Spiegelwolke',
|
|
89
|
-
},
|
|
90
|
-
seo: [
|
|
91
|
-
{
|
|
92
|
-
type: 'title',
|
|
93
|
-
text: 'Dyson Sphären Energieausbeute Simulator',
|
|
94
|
-
level: 2,
|
|
95
|
-
},
|
|
96
|
-
{
|
|
97
|
-
type: 'paragraph',
|
|
98
|
-
html: 'Eine Dyson-Sphäre ist keineswegs nur ein Science-Fiction-Klischee einer geschlossenen Hülle um einen Stern. Es handelt sich um ein ganzes Spektrum technischer Megastruktur-Konzepte zur Erfassung von Sternenenergie: von beweglichen Satellitenschwärmen über äquatoriale Ringe bis hin zu ultraleichten Statit-Spiegeln. Dieser Simulator übersetzt theoretische Annahmen in konkrete physikalische Leistungskennzahlen.',
|
|
99
|
-
},
|
|
100
|
-
{
|
|
101
|
-
type: 'paragraph',
|
|
102
|
-
html: 'Die Anwendung berechnet die gewonnene Strahlungsleistung, den thermischen Umlaufradius, die Kollektorfläche, die Umlaufdauer sowie die benötigte Materialmasse für definierte Kardaschow-Stufen. Entwickelt für Studierende, Wissenschaftskommunikatoren und Astrophysik-Begeisterte.',
|
|
103
|
-
},
|
|
104
|
-
{
|
|
105
|
-
type: 'title',
|
|
106
|
-
text: 'Berechnung des optimalen Dyson-Radius',
|
|
107
|
-
level: 3,
|
|
108
|
-
},
|
|
109
|
-
{
|
|
110
|
-
type: 'paragraph',
|
|
111
|
-
html: 'Der optimale Abstand hängt direkt von der Leuchtkraft des Zentralgestirns und der maximalen Betriebstemperatur der Kollektoroberflächen ab. Nahe am Stern herrscht enorme Strahlungsintensität, was hohe thermische Belastungen erzeugt. Eine größere Entfernung kühlt das System, erhöht aber den Flächenbedarf quadratisch zur Distanz.',
|
|
112
|
-
},
|
|
113
|
-
{
|
|
114
|
-
type: 'title',
|
|
115
|
-
text: 'Vergleich der Megastruktur-Konzepte',
|
|
116
|
-
level: 3,
|
|
117
|
-
},
|
|
118
|
-
{
|
|
119
|
-
type: 'list',
|
|
120
|
-
items: [
|
|
121
|
-
'<strong>Dyson-Schwarm:</strong> Eine Vielzahl unabhängiger Kollektoren auf eigenen Umlaufbahnen. Das realistischste Modell, da es schrittweise erbaut werden kann.',
|
|
122
|
-
'<strong>Äquatorring:</strong> Ein schmaler Gürtel von Solarkollektoren. Einfacher zu realisieren, deckt jedoch nur einen geringen Winkelbereich der Sternabstrahlung ab.',
|
|
123
|
-
'<strong>Starre Hülle:</strong> Die klassische, aber physikalisch instabile Hülle. Erfordert unvorstellbare Zugfestigkeiten und enorme Materialmengen.',
|
|
124
|
-
'<strong>Statit-Spiegelwolke:</strong> Ultraleichte Spiegel, die durch den Strahlungsdruck des Sterns in Position gehalten werden.',
|
|
125
|
-
],
|
|
126
|
-
},
|
|
127
|
-
{
|
|
128
|
-
type: 'title',
|
|
129
|
-
text: 'Abdeckung für die Kardaschow-Skala',
|
|
130
|
-
level: 3,
|
|
131
|
-
},
|
|
132
|
-
{
|
|
133
|
-
type: 'paragraph',
|
|
134
|
-
html: 'Die Kardaschow-Skala klassifiziert Zivilisationen anhand ihres Energieverbrauchs. Ein teilweiser Dyson-Schwarm um unsere Sonne würde den gegenwärtigen Gesamtenergiebedarf der Menschheit um ein Vielfaches übertreffen, lange bevor der Status einer Typ-II-Zivilisation erreicht ist.',
|
|
135
|
-
},
|
|
136
|
-
{
|
|
137
|
-
type: 'table',
|
|
138
|
-
headers: ['Architektur', 'Hauptvorteil', 'Größte Herausforderung'],
|
|
139
|
-
rows: [
|
|
140
|
-
['Dyson-Schwarm', 'Schrittweiser Aufbau möglich', 'Orbitale Verkehrssteuerung & Mikrowellen-Übertragung'],
|
|
141
|
-
['Äquatorring', 'Geringerer Materialaufwand', 'Stark begrenzte Energierückgewinnung'],
|
|
142
|
-
['Starre Hülle', 'Vollständige Strahlungserfassung', 'Extrem hohe Materialspannungen und Eigengravitation'],
|
|
143
|
-
['Statit-Spiegelwolke', 'Minimales Gewicht pro Quadratkilometer', 'Komplexe Ausrichtung gegen den Strahlungsdruck'],
|
|
144
|
-
],
|
|
145
|
-
},
|
|
146
|
-
{
|
|
147
|
-
type: 'title',
|
|
148
|
-
text: 'Materialbedarf und astrophysikalischer Realitätscheck',
|
|
149
|
-
level: 3,
|
|
150
|
-
},
|
|
151
|
-
{
|
|
152
|
-
type: 'paragraph',
|
|
153
|
-
html: 'Der Materialbedarf wird in Einheiten von Merkur-Massen angegeben. Viele theoretische Entwürfe nehmen an, dass ganze Monde oder kleinere Planeten im System abgebaut und zu Hauchdünnen Solarsegeln umgeformt werden müssen.',
|
|
154
|
-
},
|
|
155
|
-
{
|
|
156
|
-
type: 'paragraph',
|
|
157
|
-
html: 'Nutzen Sie diese Werte als erste physikalische Orientierung für das Verständnis der Größenordnungen interstellarer Ingenieurskunst.',
|
|
158
|
-
},
|
|
159
|
-
],
|
|
160
|
-
faq,
|
|
161
|
-
bibliography,
|
|
162
|
-
howTo,
|
|
163
|
-
schemas: [
|
|
164
|
-
{
|
|
165
|
-
'@context': 'https://schema.org',
|
|
166
|
-
'@type': 'SoftwareApplication',
|
|
167
|
-
name: title,
|
|
168
|
-
description,
|
|
169
|
-
applicationCategory: 'ScientificApplication',
|
|
170
|
-
operatingSystem: 'Any',
|
|
171
|
-
},
|
|
172
|
-
{
|
|
173
|
-
'@context': 'https://schema.org',
|
|
174
|
-
'@type': 'FAQPage',
|
|
175
|
-
mainEntity: faq.map((item) => ({
|
|
176
|
-
'@type': 'Question',
|
|
177
|
-
name: item.question,
|
|
178
|
-
acceptedAnswer: {
|
|
179
|
-
'@type': 'Answer',
|
|
180
|
-
text: item.answer,
|
|
181
|
-
},
|
|
182
|
-
})),
|
|
183
|
-
},
|
|
184
|
-
{
|
|
185
|
-
'@context': 'https://schema.org',
|
|
186
|
-
'@type': 'HowTo',
|
|
187
|
-
name: title,
|
|
188
|
-
step: howTo.map((step) => ({
|
|
189
|
-
'@type': 'HowToStep',
|
|
190
|
-
name: step.name,
|
|
191
|
-
text: step.text,
|
|
192
|
-
})),
|
|
193
|
-
},
|
|
194
|
-
],
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
2
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
|
|
4
|
+
const slug = 'dyson-spharen-energie-gewinnung-simulator';
|
|
5
|
+
const title = 'Dyson Sphären Energieausbeute Simulator';
|
|
6
|
+
const description = 'Schätzen Sie Kollektorentwürfe wie Dyson-Schwärme, Äquatorringe, starre Hüllen und Statit-Spiegelwolken für verschiedene Sterntypen ab. Berechnen Sie die aufgefangene Leistung, den thermischen Umlaufradius, die benötigte Materialmasse und die erforderliche Abdeckung für Ihr Kardaschow-Ziel.';
|
|
7
|
+
|
|
8
|
+
const howTo = [
|
|
9
|
+
{
|
|
10
|
+
name: 'Wählen Sie einen Sterntyp',
|
|
11
|
+
text: 'Beginnen Sie mit einem M-Zwerg, einem sonnenähnlichen G-Stern, einem A-Stern, einem Roten Riesen oder einem Blauen Riesen. Der Simulator verwendet repräsentative Werte für Leuchtkraft und Masse zur Berechnung von Radius und Umlaufzeit.',
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
name: 'Wählen Sie die Megastruktur-Architektur',
|
|
15
|
+
text: 'Vergleichen Sie einen Dyson-Schwarm, einen Äquatorring, eine starre Hülle oder eine Statit-Spiegelwolke. Jeder Entwurf basiert auf unterschiedlichen Annahmen zu Einfangeffizienz, Materialdichte und Stabilität.',
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
name: 'Passen Sie Abdeckung und Betriebstemperatur an',
|
|
19
|
+
text: 'Erhöhen Sie den Abdeckungsgrad zur Steigerung der abgefangenen Leistung und verändern Sie die Betriebstemperatur, um die Kollektoren näher am Stern oder weiter entfernt zu positionieren.',
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
name: 'Stellen Sie ein Kardaschow-Ziel ein',
|
|
23
|
+
text: 'Nutzen Sie den Zielregler, um zu ermitteln, welcher Anteil der Sternstrahlung abgefangen werden muss, um ein zivilisatorisches Energieziel zu erreichen.',
|
|
24
|
+
},
|
|
25
|
+
];
|
|
26
|
+
|
|
27
|
+
const faq = [
|
|
28
|
+
{
|
|
29
|
+
question: 'Was unterscheidet eine Dyson-Sphäre von einem Dyson-Schwarm?',
|
|
30
|
+
answer: 'Eine starre Dyson-Sphäre ist eine geschlossene Hülle um einen Stern. Ein Dyson-Schwarm hingegen ist eine Ansammlung unabhängiger, umlaufender Kollektoren. Technische Studien bevorzugen Schwärme, da eine feste Hülle strukturell instabil wäre und unvorstellbare Materialmengen verschlingen würde.',
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
question: 'Wie wird der optimale Umlaufradius ermittelt?',
|
|
34
|
+
answer: 'Der Simulator berechnet die Distanz, bei der die Kollektoren unter der gegebenen Sternleuchtkraft ihre Strahlungswärme beidseitig abgeben und dabei genau die gewählte Betriebstemperatur halten. Heißere Kollektoren können näher am Stern kreisen.',
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
question: 'Was bedeutet die Kardaschow-Skala in diesem Werkzeug?',
|
|
38
|
+
answer: 'Der Kardaschow-Wert wird aus der abgefangenen Leistung in Watt über die logarithmische Beziehung K = (log10(P) - 6) / 10 berechnet. Ein Wert nahe K1 entspricht dem planetaren Energieverbrauch der Erde, während K2 die vollständige Ausnutzung der Sternleistung bedeutet.',
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
question: 'Ist die berechnete Materialmasse realistisch?',
|
|
42
|
+
answer: 'Es handelt sich um eine vereinfachte physikalische Abschätzung basierend auf Oberfläche, Flächenmasse und Stabilitätsfaktoren. Reale Konstruktionen erfordern zusätzliche Massen für Kurskorrekturen, Energieübertragung, Abbauverluste und Kühlung.',
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
question: 'Warum erfordern leuchtstarke Sterne gigantische Kollektorflächen?',
|
|
46
|
+
answer: 'Helle Sterne verschieben den thermisch sicheren Abstand weit nach außen. Dadurch vergrößert sich die Kugelfläche im Quadrat zur Entfernung, sodass der Materialbedarf für denselben Prozentrang an Abdeckung extrem ansteigt.',
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
question: 'Kann eine Zivilisation Typ II mit teilweiser Abdeckung erreichen?',
|
|
50
|
+
answer: 'Ja, sofern der Hauptstern eine ausreichend hohe Leuchtkraft besitzt. Bei sonnenähnlichen Sternen erfordert Typ II fast die gesamte Strahlung, bei blauen Riesen reicht bereits ein kleiner Bruchteil der Gesamtemission.',
|
|
51
|
+
},
|
|
52
|
+
];
|
|
53
|
+
|
|
54
|
+
export const content: ToolLocaleContent = {
|
|
55
|
+
slug,
|
|
56
|
+
title,
|
|
57
|
+
description,
|
|
58
|
+
ui: {
|
|
59
|
+
visualization: 'Dyson-Kollektor-Visualisierung',
|
|
60
|
+
starType: 'Sterntyp',
|
|
61
|
+
structureType: 'Struktur',
|
|
62
|
+
coverage: 'Kollektorabdeckung',
|
|
63
|
+
operatingTemp: 'Betriebstemperatur',
|
|
64
|
+
kardashevTarget: 'Kardaschow-Ziel',
|
|
65
|
+
kardashevRating: 'Aktuelle Bewertung',
|
|
66
|
+
capturedPower: 'Eingefangene Leistung',
|
|
67
|
+
optimalRadius: 'Optimaler Radius',
|
|
68
|
+
targetCoverage: 'Zielabdeckung',
|
|
69
|
+
materialMass: 'Materialmasse',
|
|
70
|
+
captureMeter: 'Fortschritt zum Ziel',
|
|
71
|
+
statusReady: 'Passen Sie das System an, um den Kollektorbedarf zu schätzen.',
|
|
72
|
+
statusUnderbuilt: 'Die Abdeckung liegt unter dem gewählten Kardaschow-Ziel. Fügen Sie Kollektoren hinzu oder wählen Sie einen helleren Stern.',
|
|
73
|
+
statusBalanced: 'Abdeckung und Sternleistung liegen nahe am gewählten Ziel auf Zivilisationsskala.',
|
|
74
|
+
statusExtreme: 'Diese Konfiguration überschreitet das Ziel. Sie erfasst enorme Leistung, aber der Materialbedarf steigt schnell.',
|
|
75
|
+
orbitalPeriod: 'Umlaufzeit',
|
|
76
|
+
collectorArea: 'Kollektorfläche',
|
|
77
|
+
mercuryMasses: '{value} Merkur-Massen',
|
|
78
|
+
kilograms: '{value} kg',
|
|
79
|
+
daysUnit: '{value} Tage',
|
|
80
|
+
starMDwarf: 'M-Zwerg',
|
|
81
|
+
starSun: 'Sonnentyp G',
|
|
82
|
+
starA: 'A-Stern',
|
|
83
|
+
starRedGiant: 'Roter Riese',
|
|
84
|
+
starBlueGiant: 'Blauer Riese',
|
|
85
|
+
structureSwarm: 'Dyson-Schwarm',
|
|
86
|
+
structureRing: 'Äquatorring',
|
|
87
|
+
structureShell: 'Starre Hülle',
|
|
88
|
+
structureStatite: 'Statit-Spiegelwolke',
|
|
89
|
+
},
|
|
90
|
+
seo: [
|
|
91
|
+
{
|
|
92
|
+
type: 'title',
|
|
93
|
+
text: 'Dyson Sphären Energieausbeute Simulator',
|
|
94
|
+
level: 2,
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
type: 'paragraph',
|
|
98
|
+
html: 'Eine Dyson-Sphäre ist keineswegs nur ein Science-Fiction-Klischee einer geschlossenen Hülle um einen Stern. Es handelt sich um ein ganzes Spektrum technischer Megastruktur-Konzepte zur Erfassung von Sternenenergie: von beweglichen Satellitenschwärmen über äquatoriale Ringe bis hin zu ultraleichten Statit-Spiegeln. Dieser Simulator übersetzt theoretische Annahmen in konkrete physikalische Leistungskennzahlen.',
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
type: 'paragraph',
|
|
102
|
+
html: 'Die Anwendung berechnet die gewonnene Strahlungsleistung, den thermischen Umlaufradius, die Kollektorfläche, die Umlaufdauer sowie die benötigte Materialmasse für definierte Kardaschow-Stufen. Entwickelt für Studierende, Wissenschaftskommunikatoren und Astrophysik-Begeisterte.',
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
type: 'title',
|
|
106
|
+
text: 'Berechnung des optimalen Dyson-Radius',
|
|
107
|
+
level: 3,
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
type: 'paragraph',
|
|
111
|
+
html: 'Der optimale Abstand hängt direkt von der Leuchtkraft des Zentralgestirns und der maximalen Betriebstemperatur der Kollektoroberflächen ab. Nahe am Stern herrscht enorme Strahlungsintensität, was hohe thermische Belastungen erzeugt. Eine größere Entfernung kühlt das System, erhöht aber den Flächenbedarf quadratisch zur Distanz.',
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
type: 'title',
|
|
115
|
+
text: 'Vergleich der Megastruktur-Konzepte',
|
|
116
|
+
level: 3,
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
type: 'list',
|
|
120
|
+
items: [
|
|
121
|
+
'<strong>Dyson-Schwarm:</strong> Eine Vielzahl unabhängiger Kollektoren auf eigenen Umlaufbahnen. Das realistischste Modell, da es schrittweise erbaut werden kann.',
|
|
122
|
+
'<strong>Äquatorring:</strong> Ein schmaler Gürtel von Solarkollektoren. Einfacher zu realisieren, deckt jedoch nur einen geringen Winkelbereich der Sternabstrahlung ab.',
|
|
123
|
+
'<strong>Starre Hülle:</strong> Die klassische, aber physikalisch instabile Hülle. Erfordert unvorstellbare Zugfestigkeiten und enorme Materialmengen.',
|
|
124
|
+
'<strong>Statit-Spiegelwolke:</strong> Ultraleichte Spiegel, die durch den Strahlungsdruck des Sterns in Position gehalten werden.',
|
|
125
|
+
],
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
type: 'title',
|
|
129
|
+
text: 'Abdeckung für die Kardaschow-Skala',
|
|
130
|
+
level: 3,
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
type: 'paragraph',
|
|
134
|
+
html: 'Die Kardaschow-Skala klassifiziert Zivilisationen anhand ihres Energieverbrauchs. Ein teilweiser Dyson-Schwarm um unsere Sonne würde den gegenwärtigen Gesamtenergiebedarf der Menschheit um ein Vielfaches übertreffen, lange bevor der Status einer Typ-II-Zivilisation erreicht ist.',
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
type: 'table',
|
|
138
|
+
headers: ['Architektur', 'Hauptvorteil', 'Größte Herausforderung'],
|
|
139
|
+
rows: [
|
|
140
|
+
['Dyson-Schwarm', 'Schrittweiser Aufbau möglich', 'Orbitale Verkehrssteuerung & Mikrowellen-Übertragung'],
|
|
141
|
+
['Äquatorring', 'Geringerer Materialaufwand', 'Stark begrenzte Energierückgewinnung'],
|
|
142
|
+
['Starre Hülle', 'Vollständige Strahlungserfassung', 'Extrem hohe Materialspannungen und Eigengravitation'],
|
|
143
|
+
['Statit-Spiegelwolke', 'Minimales Gewicht pro Quadratkilometer', 'Komplexe Ausrichtung gegen den Strahlungsdruck'],
|
|
144
|
+
],
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
type: 'title',
|
|
148
|
+
text: 'Materialbedarf und astrophysikalischer Realitätscheck',
|
|
149
|
+
level: 3,
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
type: 'paragraph',
|
|
153
|
+
html: 'Der Materialbedarf wird in Einheiten von Merkur-Massen angegeben. Viele theoretische Entwürfe nehmen an, dass ganze Monde oder kleinere Planeten im System abgebaut und zu Hauchdünnen Solarsegeln umgeformt werden müssen.',
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
type: 'paragraph',
|
|
157
|
+
html: 'Nutzen Sie diese Werte als erste physikalische Orientierung für das Verständnis der Größenordnungen interstellarer Ingenieurskunst.',
|
|
158
|
+
},
|
|
159
|
+
],
|
|
160
|
+
faq,
|
|
161
|
+
bibliography,
|
|
162
|
+
howTo,
|
|
163
|
+
schemas: [
|
|
164
|
+
{
|
|
165
|
+
'@context': 'https://schema.org',
|
|
166
|
+
'@type': 'SoftwareApplication',
|
|
167
|
+
name: title,
|
|
168
|
+
description,
|
|
169
|
+
applicationCategory: 'ScientificApplication',
|
|
170
|
+
operatingSystem: 'Any',
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
'@context': 'https://schema.org',
|
|
174
|
+
'@type': 'FAQPage',
|
|
175
|
+
mainEntity: faq.map((item) => ({
|
|
176
|
+
'@type': 'Question',
|
|
177
|
+
name: item.question,
|
|
178
|
+
acceptedAnswer: {
|
|
179
|
+
'@type': 'Answer',
|
|
180
|
+
text: item.answer,
|
|
181
|
+
},
|
|
182
|
+
})),
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
'@context': 'https://schema.org',
|
|
186
|
+
'@type': 'HowTo',
|
|
187
|
+
name: title,
|
|
188
|
+
step: howTo.map((step) => ({
|
|
189
|
+
'@type': 'HowToStep',
|
|
190
|
+
name: step.name,
|
|
191
|
+
text: step.text,
|
|
192
|
+
})),
|
|
193
|
+
},
|
|
194
|
+
],
|
|
195
195
|
};
|
|
@@ -69,14 +69,14 @@ export const content: ToolLocaleContent = {
|
|
|
69
69
|
materialMass: 'Material mass',
|
|
70
70
|
captureMeter: 'Target capture progress',
|
|
71
71
|
statusReady: 'Adjust the system to estimate collector demand.',
|
|
72
|
-
statusUnderbuilt: 'Coverage is below the selected Kardashev target. Add collectors or choose a brighter star.',
|
|
73
|
-
statusBalanced: 'Coverage and stellar output are close to the selected civilization-scale target.',
|
|
74
|
-
statusExtreme: 'This configuration overshoots the target. It captures huge power, but material demand rises fast.',
|
|
72
|
+
statusUnderbuilt: 'Coverage is below the selected Kardashev target. Add collectors or choose a brighter star.',
|
|
73
|
+
statusBalanced: 'Coverage and stellar output are close to the selected civilization-scale target.',
|
|
74
|
+
statusExtreme: 'This configuration overshoots the target. It captures huge power, but material demand rises fast.',
|
|
75
75
|
orbitalPeriod: 'Orbital period',
|
|
76
76
|
collectorArea: 'Collector area',
|
|
77
|
-
mercuryMasses: '{value} Mercury masses',
|
|
78
|
-
kilograms: '{value} kg',
|
|
79
|
-
daysUnit: '{value} days',
|
|
77
|
+
mercuryMasses: '{value} Mercury masses',
|
|
78
|
+
kilograms: '{value} kg',
|
|
79
|
+
daysUnit: '{value} days',
|
|
80
80
|
starMDwarf: 'M dwarf',
|
|
81
81
|
starSun: 'Sun-like G star',
|
|
82
82
|
starA: 'A-type star',
|
|
@@ -69,14 +69,14 @@ export const content: ToolLocaleContent = {
|
|
|
69
69
|
materialMass: 'Masa de material',
|
|
70
70
|
captureMeter: 'Progreso hacia el objetivo',
|
|
71
71
|
statusReady: 'Ajuste el sistema para estimar la demanda del colector.',
|
|
72
|
-
statusUnderbuilt: 'La cobertura esta por debajo del objetivo Kardashev seleccionado. Anada colectores o elija una estrella mas brillante.',
|
|
73
|
-
statusBalanced: 'La cobertura y la salida estelar estan cerca del objetivo de escala civilizatoria seleccionado.',
|
|
74
|
-
statusExtreme: 'Esta configuracion supera el objetivo. Captura una potencia enorme, pero la demanda de material crece rapido.',
|
|
72
|
+
statusUnderbuilt: 'La cobertura esta por debajo del objetivo Kardashev seleccionado. Anada colectores o elija una estrella mas brillante.',
|
|
73
|
+
statusBalanced: 'La cobertura y la salida estelar estan cerca del objetivo de escala civilizatoria seleccionado.',
|
|
74
|
+
statusExtreme: 'Esta configuracion supera el objetivo. Captura una potencia enorme, pero la demanda de material crece rapido.',
|
|
75
75
|
orbitalPeriod: 'Periodo orbital',
|
|
76
76
|
collectorArea: 'Area del colector',
|
|
77
|
-
mercuryMasses: '{value} masas de Mercurio',
|
|
78
|
-
kilograms: '{value} kg',
|
|
79
|
-
daysUnit: '{value} dias',
|
|
77
|
+
mercuryMasses: '{value} masas de Mercurio',
|
|
78
|
+
kilograms: '{value} kg',
|
|
79
|
+
daysUnit: '{value} dias',
|
|
80
80
|
starMDwarf: 'Enana M',
|
|
81
81
|
starSun: 'Estrella tipo G como el Sol',
|
|
82
82
|
starA: 'Estrella tipo A',
|