@jjlmoya/utils-science 1.51.0 → 1.53.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/scripts/crystal-lattice-catalog-translations.mjs +1 -0
- 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,135 +1,135 @@
|
|
|
1
|
-
---
|
|
2
|
-
import "./natural-selection-drift.css";
|
|
3
|
-
|
|
4
|
-
interface Props {
|
|
5
|
-
ui: Record<string, string>;
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
const { ui } = Astro.props;
|
|
9
|
-
---
|
|
10
|
-
|
|
11
|
-
<div class="ns-app" data-alive-label={ui.aliveLabel} data-allele-default={ui.alleleDefault}>
|
|
12
|
-
<section class="ns-card">
|
|
13
|
-
<canvas id="simulation-canvas" class="ns-canvas"></canvas>
|
|
14
|
-
<div class="ns-canvas-badge" id="alive-badge">0 {ui.aliveLabel}</div>
|
|
15
|
-
<header class="ns-top-hud">
|
|
16
|
-
<div class="ns-top-hud-item">
|
|
17
|
-
<span>{ui.dominantTrait}</span>
|
|
18
|
-
<strong id="dominant-trait">{ui.alleleDefault}</strong>
|
|
19
|
-
</div>
|
|
20
|
-
<div class="ns-top-hud-item">
|
|
21
|
-
<span>{ui.diversity}</span>
|
|
22
|
-
<strong id="diversity-score">0%</strong>
|
|
23
|
-
</div>
|
|
24
|
-
</header>
|
|
25
|
-
|
|
26
|
-
<section class="ns-alleles" id="allele-ranking" aria-label={ui.alleleCountsLabel}></section>
|
|
27
|
-
|
|
28
|
-
<button class="ns-console-trigger" id="ns-console-trigger" aria-label={ui.controls} aria-expanded="false">
|
|
29
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><path d="M2 4h12M2 8h8M2 12h10" stroke="currentColor" stroke-width="1.8" stroke-linecap="round"/></svg>
|
|
30
|
-
{ui.controls}
|
|
31
|
-
</button>
|
|
32
|
-
|
|
33
|
-
<aside class="ns-console" id="ns-console" aria-label="Simulation controls">
|
|
34
|
-
<div class="ns-console-header">
|
|
35
|
-
<div class="ns-console-header-row">
|
|
36
|
-
<span class="ns-console-kicker">{ui.evolutionConsole}</span>
|
|
37
|
-
<button class="ns-console-close" id="ns-console-close" aria-label="Close controls">
|
|
38
|
-
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" aria-hidden="true"><path d="M1 1l12 12M13 1L1 13" stroke="currentColor" stroke-width="1.8" stroke-linecap="round"/></svg>
|
|
39
|
-
</button>
|
|
40
|
-
</div>
|
|
41
|
-
<h3>{ui.title}</h3>
|
|
42
|
-
</div>
|
|
43
|
-
|
|
44
|
-
<div class="ns-slider-row">
|
|
45
|
-
<label for="population"><span>{ui.population}</span><span id="population-value" class="ns-slider-value">120</span></label>
|
|
46
|
-
<input id="population" type="range" min="20" max="500" value="120" />
|
|
47
|
-
</div>
|
|
48
|
-
<div class="ns-slider-row">
|
|
49
|
-
<label for="generations"><span>{ui.generations}</span><span id="generations-value" class="ns-slider-value">60</span></label>
|
|
50
|
-
<input id="generations" type="range" min="10" max="200" value="60" />
|
|
51
|
-
</div>
|
|
52
|
-
<div class="ns-slider-row">
|
|
53
|
-
<label for="mutation"><span>{ui.mutationRate}</span><span id="mutation-value" class="ns-slider-value">12%</span></label>
|
|
54
|
-
<input id="mutation" type="range" min="0" max="100" value="12" />
|
|
55
|
-
</div>
|
|
56
|
-
<div class="ns-slider-row">
|
|
57
|
-
<label for="pressure"><span>{ui.selectionPressure}</span><span id="pressure-value" class="ns-slider-value">55%</span></label>
|
|
58
|
-
<input id="pressure" type="range" min="0" max="100" value="55" />
|
|
59
|
-
</div>
|
|
60
|
-
<div class="ns-slider-row">
|
|
61
|
-
<label for="drift"><span>{ui.driftIntensity}</span><span id="drift-value" class="ns-slider-value">28%</span></label>
|
|
62
|
-
<input id="drift" type="range" min="0" max="100" value="28" />
|
|
63
|
-
</div>
|
|
64
|
-
<div class="ns-slider-row">
|
|
65
|
-
<label for="alleles"><span>{ui.alleleCount}</span><span id="alleles-value" class="ns-slider-value">3</span></label>
|
|
66
|
-
<input id="alleles" type="range" min="2" max="8" value="3" />
|
|
67
|
-
</div>
|
|
68
|
-
<div class="ns-slider-row">
|
|
69
|
-
<label for="innovation"><span>{ui.innovationRate}</span><span id="innovation-value" class="ns-slider-value">2%</span></label>
|
|
70
|
-
<input id="innovation" type="range" min="0" max="20" value="2" />
|
|
71
|
-
</div>
|
|
72
|
-
</aside>
|
|
73
|
-
|
|
74
|
-
<footer class="ns-hud">
|
|
75
|
-
<div class="ns-hud-item">
|
|
76
|
-
<span>{ui.fitness}</span>
|
|
77
|
-
<strong id="fitness-score">0%</strong>
|
|
78
|
-
</div>
|
|
79
|
-
<div class="ns-hud-item">
|
|
80
|
-
<span>{ui.populationLabel}</span>
|
|
81
|
-
<strong id="population-score">0</strong>
|
|
82
|
-
</div>
|
|
83
|
-
</footer>
|
|
84
|
-
</section>
|
|
85
|
-
</div>
|
|
86
|
-
|
|
87
|
-
<script>
|
|
88
|
-
import { createNaturalSelectionRuntime } from './runtime';
|
|
89
|
-
|
|
90
|
-
const root = document.querySelector('.ns-app');
|
|
91
|
-
createNaturalSelectionRuntime({
|
|
92
|
-
populationInput: document.getElementById('population'),
|
|
93
|
-
generationsInput: document.getElementById('generations'),
|
|
94
|
-
mutationInput: document.getElementById('mutation'),
|
|
95
|
-
pressureInput: document.getElementById('pressure'),
|
|
96
|
-
driftInput: document.getElementById('drift'),
|
|
97
|
-
allelesInput: document.getElementById('alleles'),
|
|
98
|
-
innovationInput: document.getElementById('innovation'),
|
|
99
|
-
populationValue: document.getElementById('population-value'),
|
|
100
|
-
generationsValue: document.getElementById('generations-value'),
|
|
101
|
-
mutationValue: document.getElementById('mutation-value'),
|
|
102
|
-
pressureValue: document.getElementById('pressure-value'),
|
|
103
|
-
driftValue: document.getElementById('drift-value'),
|
|
104
|
-
allelesValue: document.getElementById('alleles-value'),
|
|
105
|
-
innovationValue: document.getElementById('innovation-value'),
|
|
106
|
-
canvas: document.getElementById('simulation-canvas'),
|
|
107
|
-
aliveBadge: document.getElementById('alive-badge'),
|
|
108
|
-
dominantTrait: document.getElementById('dominant-trait'),
|
|
109
|
-
fitnessScore: document.getElementById('fitness-score'),
|
|
110
|
-
diversityScore: document.getElementById('diversity-score'),
|
|
111
|
-
populationScore: document.getElementById('population-score'),
|
|
112
|
-
alleleRanking: document.getElementById('allele-ranking'),
|
|
113
|
-
ui: {
|
|
114
|
-
aliveLabel: root?.dataset.aliveLabel ?? '',
|
|
115
|
-
alleleDefault: root?.dataset.alleleDefault ?? '',
|
|
116
|
-
},
|
|
117
|
-
});
|
|
118
|
-
|
|
119
|
-
const trigger = document.getElementById('ns-console-trigger');
|
|
120
|
-
const closeBtn = document.getElementById('ns-console-close');
|
|
121
|
-
const console = document.getElementById('ns-console');
|
|
122
|
-
|
|
123
|
-
function openConsole() {
|
|
124
|
-
console?.classList.add('is-open');
|
|
125
|
-
trigger?.setAttribute('aria-expanded', 'true');
|
|
126
|
-
}
|
|
127
|
-
|
|
128
|
-
function closeConsole() {
|
|
129
|
-
console?.classList.remove('is-open');
|
|
130
|
-
trigger?.setAttribute('aria-expanded', 'false');
|
|
131
|
-
}
|
|
132
|
-
|
|
133
|
-
trigger?.addEventListener('click', openConsole);
|
|
134
|
-
closeBtn?.addEventListener('click', closeConsole);
|
|
135
|
-
</script>
|
|
1
|
+
---
|
|
2
|
+
import "./natural-selection-drift.css";
|
|
3
|
+
|
|
4
|
+
interface Props {
|
|
5
|
+
ui: Record<string, string>;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
const { ui } = Astro.props;
|
|
9
|
+
---
|
|
10
|
+
|
|
11
|
+
<div class="ns-app" data-alive-label={ui.aliveLabel} data-allele-default={ui.alleleDefault}>
|
|
12
|
+
<section class="ns-card">
|
|
13
|
+
<canvas id="simulation-canvas" class="ns-canvas"></canvas>
|
|
14
|
+
<div class="ns-canvas-badge" id="alive-badge">0 {ui.aliveLabel}</div>
|
|
15
|
+
<header class="ns-top-hud">
|
|
16
|
+
<div class="ns-top-hud-item">
|
|
17
|
+
<span>{ui.dominantTrait}</span>
|
|
18
|
+
<strong id="dominant-trait">{ui.alleleDefault}</strong>
|
|
19
|
+
</div>
|
|
20
|
+
<div class="ns-top-hud-item">
|
|
21
|
+
<span>{ui.diversity}</span>
|
|
22
|
+
<strong id="diversity-score">0%</strong>
|
|
23
|
+
</div>
|
|
24
|
+
</header>
|
|
25
|
+
|
|
26
|
+
<section class="ns-alleles" id="allele-ranking" aria-label={ui.alleleCountsLabel}></section>
|
|
27
|
+
|
|
28
|
+
<button class="ns-console-trigger" id="ns-console-trigger" aria-label={ui.controls} aria-expanded="false">
|
|
29
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><path d="M2 4h12M2 8h8M2 12h10" stroke="currentColor" stroke-width="1.8" stroke-linecap="round"/></svg>
|
|
30
|
+
{ui.controls}
|
|
31
|
+
</button>
|
|
32
|
+
|
|
33
|
+
<aside class="ns-console" id="ns-console" aria-label="Simulation controls">
|
|
34
|
+
<div class="ns-console-header">
|
|
35
|
+
<div class="ns-console-header-row">
|
|
36
|
+
<span class="ns-console-kicker">{ui.evolutionConsole}</span>
|
|
37
|
+
<button class="ns-console-close" id="ns-console-close" aria-label="Close controls">
|
|
38
|
+
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" aria-hidden="true"><path d="M1 1l12 12M13 1L1 13" stroke="currentColor" stroke-width="1.8" stroke-linecap="round"/></svg>
|
|
39
|
+
</button>
|
|
40
|
+
</div>
|
|
41
|
+
<h3>{ui.title}</h3>
|
|
42
|
+
</div>
|
|
43
|
+
|
|
44
|
+
<div class="ns-slider-row">
|
|
45
|
+
<label for="population"><span>{ui.population}</span><span id="population-value" class="ns-slider-value">120</span></label>
|
|
46
|
+
<input id="population" type="range" min="20" max="500" value="120" />
|
|
47
|
+
</div>
|
|
48
|
+
<div class="ns-slider-row">
|
|
49
|
+
<label for="generations"><span>{ui.generations}</span><span id="generations-value" class="ns-slider-value">60</span></label>
|
|
50
|
+
<input id="generations" type="range" min="10" max="200" value="60" />
|
|
51
|
+
</div>
|
|
52
|
+
<div class="ns-slider-row">
|
|
53
|
+
<label for="mutation"><span>{ui.mutationRate}</span><span id="mutation-value" class="ns-slider-value">12%</span></label>
|
|
54
|
+
<input id="mutation" type="range" min="0" max="100" value="12" />
|
|
55
|
+
</div>
|
|
56
|
+
<div class="ns-slider-row">
|
|
57
|
+
<label for="pressure"><span>{ui.selectionPressure}</span><span id="pressure-value" class="ns-slider-value">55%</span></label>
|
|
58
|
+
<input id="pressure" type="range" min="0" max="100" value="55" />
|
|
59
|
+
</div>
|
|
60
|
+
<div class="ns-slider-row">
|
|
61
|
+
<label for="drift"><span>{ui.driftIntensity}</span><span id="drift-value" class="ns-slider-value">28%</span></label>
|
|
62
|
+
<input id="drift" type="range" min="0" max="100" value="28" />
|
|
63
|
+
</div>
|
|
64
|
+
<div class="ns-slider-row">
|
|
65
|
+
<label for="alleles"><span>{ui.alleleCount}</span><span id="alleles-value" class="ns-slider-value">3</span></label>
|
|
66
|
+
<input id="alleles" type="range" min="2" max="8" value="3" />
|
|
67
|
+
</div>
|
|
68
|
+
<div class="ns-slider-row">
|
|
69
|
+
<label for="innovation"><span>{ui.innovationRate}</span><span id="innovation-value" class="ns-slider-value">2%</span></label>
|
|
70
|
+
<input id="innovation" type="range" min="0" max="20" value="2" />
|
|
71
|
+
</div>
|
|
72
|
+
</aside>
|
|
73
|
+
|
|
74
|
+
<footer class="ns-hud">
|
|
75
|
+
<div class="ns-hud-item">
|
|
76
|
+
<span>{ui.fitness}</span>
|
|
77
|
+
<strong id="fitness-score">0%</strong>
|
|
78
|
+
</div>
|
|
79
|
+
<div class="ns-hud-item">
|
|
80
|
+
<span>{ui.populationLabel}</span>
|
|
81
|
+
<strong id="population-score">0</strong>
|
|
82
|
+
</div>
|
|
83
|
+
</footer>
|
|
84
|
+
</section>
|
|
85
|
+
</div>
|
|
86
|
+
|
|
87
|
+
<script>
|
|
88
|
+
import { createNaturalSelectionRuntime } from './runtime';
|
|
89
|
+
|
|
90
|
+
const root = document.querySelector('.ns-app');
|
|
91
|
+
createNaturalSelectionRuntime({
|
|
92
|
+
populationInput: document.getElementById('population'),
|
|
93
|
+
generationsInput: document.getElementById('generations'),
|
|
94
|
+
mutationInput: document.getElementById('mutation'),
|
|
95
|
+
pressureInput: document.getElementById('pressure'),
|
|
96
|
+
driftInput: document.getElementById('drift'),
|
|
97
|
+
allelesInput: document.getElementById('alleles'),
|
|
98
|
+
innovationInput: document.getElementById('innovation'),
|
|
99
|
+
populationValue: document.getElementById('population-value'),
|
|
100
|
+
generationsValue: document.getElementById('generations-value'),
|
|
101
|
+
mutationValue: document.getElementById('mutation-value'),
|
|
102
|
+
pressureValue: document.getElementById('pressure-value'),
|
|
103
|
+
driftValue: document.getElementById('drift-value'),
|
|
104
|
+
allelesValue: document.getElementById('alleles-value'),
|
|
105
|
+
innovationValue: document.getElementById('innovation-value'),
|
|
106
|
+
canvas: document.getElementById('simulation-canvas'),
|
|
107
|
+
aliveBadge: document.getElementById('alive-badge'),
|
|
108
|
+
dominantTrait: document.getElementById('dominant-trait'),
|
|
109
|
+
fitnessScore: document.getElementById('fitness-score'),
|
|
110
|
+
diversityScore: document.getElementById('diversity-score'),
|
|
111
|
+
populationScore: document.getElementById('population-score'),
|
|
112
|
+
alleleRanking: document.getElementById('allele-ranking'),
|
|
113
|
+
ui: {
|
|
114
|
+
aliveLabel: root?.dataset.aliveLabel ?? '',
|
|
115
|
+
alleleDefault: root?.dataset.alleleDefault ?? '',
|
|
116
|
+
},
|
|
117
|
+
});
|
|
118
|
+
|
|
119
|
+
const trigger = document.getElementById('ns-console-trigger');
|
|
120
|
+
const closeBtn = document.getElementById('ns-console-close');
|
|
121
|
+
const console = document.getElementById('ns-console');
|
|
122
|
+
|
|
123
|
+
function openConsole() {
|
|
124
|
+
console?.classList.add('is-open');
|
|
125
|
+
trigger?.setAttribute('aria-expanded', 'true');
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
function closeConsole() {
|
|
129
|
+
console?.classList.remove('is-open');
|
|
130
|
+
trigger?.setAttribute('aria-expanded', 'false');
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
trigger?.addEventListener('click', openConsole);
|
|
134
|
+
closeBtn?.addEventListener('click', closeConsole);
|
|
135
|
+
</script>
|
|
@@ -1,168 +1,172 @@
|
|
|
1
|
-
import { bibliography } from '../bibliography';
|
|
2
|
-
import type { NaturalSelectionLocaleContent } from '../entry';
|
|
3
|
-
|
|
4
|
-
const slug = 'simulator-natuerliche-selektion-genetische-drift';
|
|
5
|
-
const title = 'Simulator für natürliche Selektion und genetische Drift';
|
|
6
|
-
const description =
|
|
7
|
-
'Beobachte in Echtzeit, wie Selektionsdruck, Mutation, Drift und Fortpflanzung die Allelfrequenzen verändern.';
|
|
8
|
-
|
|
9
|
-
const howTo = [
|
|
10
|
-
{ name: 'Population festlegen', text: 'Wähle eine kleine oder große Population, um den Einfluss der Stichprobe zu sehen.' },
|
|
11
|
-
{ name: 'Selektion und Drift einstellen', text: 'Erhöhe den Selektionsdruck oder die Drift, um andere Evolutionsverläufe zu sehen.' },
|
|
12
|
-
{ name: 'Generationen beobachten', text: 'Starte die Simulation und vergleiche dominantes Merkmal, Fitness und Vielfalt über die Zeit.' },
|
|
13
|
-
{ name: 'Ergebnisse deuten', text: 'Nutze die Metriken, um zu verstehen, wann Anpassung gewinnt und wann Zufall dominiert.' },
|
|
14
|
-
];
|
|
15
|
-
|
|
16
|
-
const faq = [
|
|
17
|
-
{ question: 'Was ist der Unterschied zwischen natürlicher Selektion und genetischer Drift?', answer: 'Natürliche Selektion ist nicht zufällig. Vorteilhafte Merkmale werden häufiger. Genetische Drift ist eine zufällige Veränderung der Allelfrequenzen, besonders stark in kleinen Populationen.' },
|
|
18
|
-
{ question: 'Warum verändern sich kleine Populationen schneller?', answer: 'Bei wenigen Individuen hat Zufall einen größeren Einfluss auf die nächste Generation.' },
|
|
19
|
-
{ question: 'Kann Drift Selektion übertreffen?', answer: 'Ja. Ein vorteilhaftes Merkmal kann durch Zufall verschwinden, wenn die Drift stark genug ist.' },
|
|
20
|
-
{ question: 'Was bedeutet Fitness in diesem Simulator?', answer: 'Fitness ist eine vereinfachte Kennzahl dafür, wie gut die Population an die Umgebung angepasst ist.' },
|
|
21
|
-
{ question: 'Warum ist die Populationsgröße so wichtig?', answer: 'Sie bestimmt, wie stark Zufall die Allelfrequenzen beeinflusst.' },
|
|
22
|
-
{ question: 'Wann sollte ich diesen Simulator benutzen?', answer: 'Wenn du die Intuition hinter Evolution verstehen willst, besonders den Unterschied zwischen Selektion und Drift.' },
|
|
23
|
-
];
|
|
24
|
-
|
|
25
|
-
export const content: NaturalSelectionLocaleContent = {
|
|
26
|
-
slug,
|
|
27
|
-
title,
|
|
28
|
-
description,
|
|
29
|
-
ui: {
|
|
30
|
-
population: 'Populationsgröße',
|
|
31
|
-
generations: 'Generationen',
|
|
32
|
-
mutationRate: 'Mutationsrate',
|
|
33
|
-
selectionPressure: 'Selektionsdruck',
|
|
34
|
-
driftIntensity: 'Driftintensität',
|
|
35
|
-
alleleCount: 'Startallele',
|
|
36
|
-
innovationRate: 'Innovationsrate',
|
|
37
|
-
run: 'Simulation starten',
|
|
38
|
-
dominantTrait: 'Dominantes Merkmal',
|
|
39
|
-
fitness: 'Endfitness',
|
|
40
|
-
diversity: 'Genetische Vielfalt',
|
|
41
|
-
evolutionConsole: 'Evolution-Konsole',
|
|
42
|
-
populationLabel: 'Population',
|
|
43
|
-
aliveLabel: 'lebend',
|
|
44
|
-
alleleCountsLabel: 'Allelzahlen',
|
|
45
|
-
alleleDefault: 'Allel 1',
|
|
46
|
-
populationValueLabel: 'Population',
|
|
47
|
-
},
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
2
|
+
import type { NaturalSelectionLocaleContent } from '../entry';
|
|
3
|
+
|
|
4
|
+
const slug = 'simulator-natuerliche-selektion-genetische-drift';
|
|
5
|
+
const title = 'Simulator für natürliche Selektion und genetische Drift';
|
|
6
|
+
const description =
|
|
7
|
+
'Beobachte in Echtzeit, wie Selektionsdruck, Mutation, Drift und Fortpflanzung die Allelfrequenzen verändern.';
|
|
8
|
+
|
|
9
|
+
const howTo = [
|
|
10
|
+
{ name: 'Population festlegen', text: 'Wähle eine kleine oder große Population, um den Einfluss der Stichprobe zu sehen.' },
|
|
11
|
+
{ name: 'Selektion und Drift einstellen', text: 'Erhöhe den Selektionsdruck oder die Drift, um andere Evolutionsverläufe zu sehen.' },
|
|
12
|
+
{ name: 'Generationen beobachten', text: 'Starte die Simulation und vergleiche dominantes Merkmal, Fitness und Vielfalt über die Zeit.' },
|
|
13
|
+
{ name: 'Ergebnisse deuten', text: 'Nutze die Metriken, um zu verstehen, wann Anpassung gewinnt und wann Zufall dominiert.' },
|
|
14
|
+
];
|
|
15
|
+
|
|
16
|
+
const faq = [
|
|
17
|
+
{ question: 'Was ist der Unterschied zwischen natürlicher Selektion und genetischer Drift?', answer: 'Natürliche Selektion ist nicht zufällig. Vorteilhafte Merkmale werden häufiger. Genetische Drift ist eine zufällige Veränderung der Allelfrequenzen, besonders stark in kleinen Populationen.' },
|
|
18
|
+
{ question: 'Warum verändern sich kleine Populationen schneller?', answer: 'Bei wenigen Individuen hat Zufall einen größeren Einfluss auf die nächste Generation.' },
|
|
19
|
+
{ question: 'Kann Drift Selektion übertreffen?', answer: 'Ja. Ein vorteilhaftes Merkmal kann durch Zufall verschwinden, wenn die Drift stark genug ist.' },
|
|
20
|
+
{ question: 'Was bedeutet Fitness in diesem Simulator?', answer: 'Fitness ist eine vereinfachte Kennzahl dafür, wie gut die Population an die Umgebung angepasst ist.' },
|
|
21
|
+
{ question: 'Warum ist die Populationsgröße so wichtig?', answer: 'Sie bestimmt, wie stark Zufall die Allelfrequenzen beeinflusst.' },
|
|
22
|
+
{ question: 'Wann sollte ich diesen Simulator benutzen?', answer: 'Wenn du die Intuition hinter Evolution verstehen willst, besonders den Unterschied zwischen Selektion und Drift.' },
|
|
23
|
+
];
|
|
24
|
+
|
|
25
|
+
export const content: NaturalSelectionLocaleContent = {
|
|
26
|
+
slug,
|
|
27
|
+
title,
|
|
28
|
+
description,
|
|
29
|
+
ui: {
|
|
30
|
+
population: 'Populationsgröße',
|
|
31
|
+
generations: 'Generationen',
|
|
32
|
+
mutationRate: 'Mutationsrate',
|
|
33
|
+
selectionPressure: 'Selektionsdruck',
|
|
34
|
+
driftIntensity: 'Driftintensität',
|
|
35
|
+
alleleCount: 'Startallele',
|
|
36
|
+
innovationRate: 'Innovationsrate',
|
|
37
|
+
run: 'Simulation starten',
|
|
38
|
+
dominantTrait: 'Dominantes Merkmal',
|
|
39
|
+
fitness: 'Endfitness',
|
|
40
|
+
diversity: 'Genetische Vielfalt',
|
|
41
|
+
evolutionConsole: 'Evolution-Konsole',
|
|
42
|
+
populationLabel: 'Population',
|
|
43
|
+
aliveLabel: 'lebend',
|
|
44
|
+
alleleCountsLabel: 'Allelzahlen',
|
|
45
|
+
alleleDefault: 'Allel 1',
|
|
46
|
+
populationValueLabel: 'Population',
|
|
47
|
+
},
|
|
48
48
|
seo: [
|
|
49
|
-
{
|
|
50
|
-
type: 'title',
|
|
51
|
-
text: 'Natürliche Selektion vs. Genetische Drift: Evolution in einer lebenden Population verstehen',
|
|
52
|
-
level: 2,
|
|
53
|
-
},
|
|
49
|
+
{
|
|
50
|
+
type: 'title',
|
|
51
|
+
text: 'Natürliche Selektion vs. Genetische Drift: Evolution in einer lebenden Population verstehen',
|
|
52
|
+
level: 2,
|
|
53
|
+
},
|
|
54
54
|
{
|
|
55
55
|
type: 'paragraph',
|
|
56
56
|
html:
|
|
57
57
|
'Wenn du den Unterschied zwischen natürlicher Selektion und genetischer Drift verstehen willst, bietet dieser Simulator die visuelle Ebene. Anstatt statische Definitionen zu lesen, beobachtest du eine Population in Echtzeit.',
|
|
58
58
|
},
|
|
59
|
-
{
|
|
60
|
-
type: 'title',
|
|
61
|
-
text: 'Was die Regler bedeuten und warum sie wichtig sind',
|
|
62
|
-
level: 3,
|
|
63
|
-
},
|
|
64
|
-
{
|
|
65
|
-
type: 'paragraph',
|
|
66
|
-
html:
|
|
67
|
-
'Natürliche Selektion ist der nicht-zufällige Teil der Evolution. Sie erhöht die Häufigkeit von Merkmalen, die Überleben oder Fortpflanzung verbessern. Genetische Drift ist der zufällige Teil.',
|
|
68
|
-
},
|
|
69
|
-
{
|
|
70
|
-
type: 'paragraph',
|
|
71
|
-
html:
|
|
72
|
-
'Beide Kräfte wirken gleichzeitig. In großen Populationen dominiert meist die Selektion, in kleinen Populationen kann der Zufall nützliche Merkmale auslöschen.',
|
|
73
|
-
},
|
|
74
|
-
{
|
|
75
|
-
type: 'title',
|
|
76
|
-
text: 'Wie man die Ergebnisse der Simulation liest',
|
|
77
|
-
level: 3,
|
|
78
|
-
},
|
|
79
|
-
{
|
|
80
|
-
type: 'paragraph',
|
|
81
|
-
html:
|
|
82
|
-
'Die Live-Metriken zeigen das dominante Merkmal, die genetische Vielfalt, die Endfitness und ob die Population wächst oder kollabiert.',
|
|
83
|
-
},
|
|
84
|
-
{
|
|
85
|
-
type: 'title',
|
|
86
|
-
text: 'Warum die Populationsgröße die Geschichte verändert',
|
|
87
|
-
level: 3,
|
|
88
|
-
},
|
|
89
|
-
{
|
|
90
|
-
type: 'list',
|
|
91
|
-
items: [
|
|
92
|
-
'<strong>Selektionsdruck:</strong> Wie stark das Umfeld ein Merkmal bevorzugt.',
|
|
93
|
-
'<strong>Driftintensität:</strong> Wie stark Zufallsschwankungen die Population beeinflussen.',
|
|
94
|
-
'<strong>Mutationsrate:</strong> Wie oft neue Variationen entstehen.',
|
|
95
|
-
'<strong>Anzahl der Allele:</strong> Ursprüngliche Allelvielfalt im System.',
|
|
96
|
-
'<strong>Genetische Vielfalt:</strong> Warum Variation das Rohmaterial der Evolution ist.',
|
|
97
|
-
],
|
|
98
|
-
},
|
|
99
59
|
{
|
|
100
60
|
type: 'paragraph',
|
|
101
|
-
html:
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
},
|
|
148
|
-
{
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
61
|
+
html: 'Verändere Populationsgröße, Fitnessvorteil und Startverteilung, um beide Prozesse getrennt zu beobachten. Selektion hängt von unterschiedlichen Fortpflanzungschancen ab, während Drift durch Zufallsstichproben besonders in kleinen Populationen sichtbar wird. Wiederhole Läufe mit gleichem Aufbau, denn einzelne Simulationen sind keine Vorhersage für eine reale Population. Vergleiche mehrere Durchläufe und achte darauf, ob ein Merkmal wegen eines Vorteils häufiger wird oder nur durch Zufall erhalten bleibt.',
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
type: 'title',
|
|
65
|
+
text: 'Was die Regler bedeuten und warum sie wichtig sind',
|
|
66
|
+
level: 3,
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
type: 'paragraph',
|
|
70
|
+
html:
|
|
71
|
+
'Natürliche Selektion ist der nicht-zufällige Teil der Evolution. Sie erhöht die Häufigkeit von Merkmalen, die Überleben oder Fortpflanzung verbessern. Genetische Drift ist der zufällige Teil.',
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
type: 'paragraph',
|
|
75
|
+
html:
|
|
76
|
+
'Beide Kräfte wirken gleichzeitig. In großen Populationen dominiert meist die Selektion, in kleinen Populationen kann der Zufall nützliche Merkmale auslöschen.',
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
type: 'title',
|
|
80
|
+
text: 'Wie man die Ergebnisse der Simulation liest',
|
|
81
|
+
level: 3,
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
type: 'paragraph',
|
|
85
|
+
html:
|
|
86
|
+
'Die Live-Metriken zeigen das dominante Merkmal, die genetische Vielfalt, die Endfitness und ob die Population wächst oder kollabiert.',
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
type: 'title',
|
|
90
|
+
text: 'Warum die Populationsgröße die Geschichte verändert',
|
|
91
|
+
level: 3,
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
type: 'list',
|
|
95
|
+
items: [
|
|
96
|
+
'<strong>Selektionsdruck:</strong> Wie stark das Umfeld ein Merkmal bevorzugt.',
|
|
97
|
+
'<strong>Driftintensität:</strong> Wie stark Zufallsschwankungen die Population beeinflussen.',
|
|
98
|
+
'<strong>Mutationsrate:</strong> Wie oft neue Variationen entstehen.',
|
|
99
|
+
'<strong>Anzahl der Allele:</strong> Ursprüngliche Allelvielfalt im System.',
|
|
100
|
+
'<strong>Genetische Vielfalt:</strong> Warum Variation das Rohmaterial der Evolution ist.',
|
|
101
|
+
],
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
type: 'paragraph',
|
|
105
|
+
html:
|
|
106
|
+
'Ein praktisches Werkzeug zum Verständnis von Selektion, Drift und Mutation in biologischen Systemen.',
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
type: 'title',
|
|
110
|
+
text: 'Schnelle Beispiele zum Ausprobieren',
|
|
111
|
+
level: 3,
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
type: 'table',
|
|
115
|
+
headers: ['Ziel', 'Änderung', 'Erwartetes Ergebnis'],
|
|
116
|
+
rows: [
|
|
117
|
+
[
|
|
118
|
+
'Selektion zeigen',
|
|
119
|
+
'Selektionsdruck erhöhen und Drift senken',
|
|
120
|
+
'Ein Allel dominiert schrittweise und die Vielfalt sinkt langsamer',
|
|
121
|
+
],
|
|
122
|
+
[
|
|
123
|
+
'Zufall zeigen',
|
|
124
|
+
'Populationsgröße senken und Drift erhöhen',
|
|
125
|
+
'Zufällige Schwankungen der Allele ohne klaren Fitnessvorteil',
|
|
126
|
+
],
|
|
127
|
+
[
|
|
128
|
+
'Mutation zeigen',
|
|
129
|
+
'Mutationsrate erhöhen',
|
|
130
|
+
'Neue Allele entstehen regelmäßig',
|
|
131
|
+
],
|
|
132
|
+
],
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
type: 'paragraph',
|
|
136
|
+
html:
|
|
137
|
+
'Die Kombination aus visueller Darstellung und Echtzeitmetriken erleichtert das Verständnis evolutiver Prozesse.',
|
|
138
|
+
},
|
|
139
|
+
],
|
|
140
|
+
faq,
|
|
141
|
+
bibliography,
|
|
142
|
+
howTo,
|
|
143
|
+
schemas: [
|
|
144
|
+
{
|
|
145
|
+
'@context': 'https://schema.org',
|
|
146
|
+
'@type': 'SoftwareApplication',
|
|
147
|
+
name: title,
|
|
148
|
+
description,
|
|
149
|
+
applicationCategory: 'EducationalApplication',
|
|
150
|
+
operatingSystem: 'Any',
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
'@context': 'https://schema.org',
|
|
154
|
+
'@type': 'FAQPage',
|
|
155
|
+
mainEntity: faq.map((item) => ({
|
|
156
|
+
'@type': 'Question',
|
|
157
|
+
name: item.question,
|
|
158
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
159
|
+
})),
|
|
160
|
+
},
|
|
161
|
+
{
|
|
162
|
+
'@context': 'https://schema.org',
|
|
163
|
+
'@type': 'HowTo',
|
|
164
|
+
name: title,
|
|
165
|
+
step: howTo.map((step) => ({
|
|
166
|
+
'@type': 'HowToStep',
|
|
167
|
+
name: step.name,
|
|
168
|
+
text: step.text,
|
|
169
|
+
})),
|
|
170
|
+
},
|
|
171
|
+
],
|
|
172
|
+
};
|