@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,149 +1,149 @@
|
|
|
1
|
-
const slug = 'lorenz-atractor';
|
|
2
|
-
const title = 'Lorenz Çekeri Kaos Simülatörü: 3D Kelebek Etkisi';
|
|
3
|
-
const description = 'Bu etkilesimli 3D Lorenz cekeri simulasyonu ile kaos teorisini kesfedin. Kelebek etkisini gorsellestirin.';
|
|
4
|
-
|
|
5
|
-
const howTo = [
|
|
6
|
-
{
|
|
7
|
-
"name": "Gorunumu dondurun",
|
|
8
|
-
"text": "Cekeri dondurmek icin 3D ekran uzerinde tiklayip surukleyin."
|
|
9
|
-
},
|
|
10
|
-
{
|
|
11
|
-
"name": "Surguleri ayarlayin",
|
|
12
|
-
"text": "Kaos davranisini gozlemlemek icin Sigma, Rho ve Beta parametrelerini degistirin."
|
|
13
|
-
},
|
|
14
|
-
{
|
|
15
|
-
"name": "Sapmayi izleyin",
|
|
16
|
-
"text": "Iki yorunge arasindaki mesafenin ustel olarak buyumesini izleyin."
|
|
17
|
-
},
|
|
18
|
-
{
|
|
19
|
-
"name": "Duraklat ve sifirla",
|
|
20
|
-
"text": "Simulasyonu duraklatmak veya varsayilanlara sifirlamak icin kontrolleri kullanin."
|
|
21
|
-
}
|
|
22
|
-
];
|
|
23
|
-
|
|
24
|
-
const faq = [
|
|
25
|
-
{
|
|
26
|
-
"question": "Lorenz Çekeri nedir?",
|
|
27
|
-
"answer": "Lorenz cekeri, Lorenz denklem sisteminin kaotik cozumler kumesidir."
|
|
28
|
-
},
|
|
29
|
-
{
|
|
30
|
-
"question": "Kelebek Etkisi nedir?",
|
|
31
|
-
"answer": "Dogrusal olmayan bir sistemde baslangic kosullarina hassas baglilik durumudur."
|
|
32
|
-
},
|
|
33
|
-
{
|
|
34
|
-
"question": "Parametreler neyi temsil eder?",
|
|
35
|
-
"answer": "Sigma Prandtl sayisini, Rho Rayleigh sayisini, Beta ise geometrik en-boy oranini temsil eder."
|
|
36
|
-
},
|
|
37
|
-
{
|
|
38
|
-
"question": "Çeker neden kelebek şeklinde görünür?",
|
|
39
|
-
"answer": "İki kanatlı ikonik şekil, sistemin yörüngelerin öngörülemeyen şekilde etrafında döndüğü iki kararsız denge noktasına sahip olmasından kaynaklanır."
|
|
40
|
-
},
|
|
41
|
-
{
|
|
42
|
-
"question": "Lorenz çekeri gerçekten rastgele midir?",
|
|
43
|
-
"answer": "Hayır, sistem tamamen belirlenimcidir. Ancak kaotik olduğu için uzun vadede öngörülemez."
|
|
44
|
-
}
|
|
45
|
-
];
|
|
46
|
-
|
|
47
|
-
import { bibliography } from '../bibliography';
|
|
48
|
-
import type { ToolLocaleContent } from '../../../types';
|
|
49
|
-
|
|
50
|
-
export const content: ToolLocaleContent = {
|
|
51
|
-
slug,
|
|
52
|
-
title,
|
|
53
|
-
description,
|
|
54
|
-
ui: {
|
|
55
|
-
"copied": "Kopyalandi",
|
|
56
|
-
"noHistory": "Gecmis yok",
|
|
57
|
-
"load": "Yukle",
|
|
58
|
-
"delete": "Sil",
|
|
59
|
-
"title": "Lorenz Çekeri",
|
|
60
|
-
"subTitle": "Belirlenimci Kaos",
|
|
61
|
-
"parameterControls": "Sistem Parametreleri",
|
|
62
|
-
"simulationSpeed": "Simulasyon Hizi (dt)",
|
|
63
|
-
"initialPerturbation": "Baslangic Sapmasi (dx)",
|
|
64
|
-
"trajectories": "Yorungeler",
|
|
65
|
-
"distance": "Sapma Mesafesi",
|
|
66
|
-
"exponentialGrowth": "Ustel Sapma",
|
|
67
|
-
"resetDefault": "Reset",
|
|
68
|
-
"clearPath": "Clear",
|
|
69
|
-
"play": "Resume",
|
|
70
|
-
"pause": "Pause",
|
|
71
|
-
"coords": "Koordinatlar",
|
|
72
|
-
"divergenceExplanation": "Sapma grafigi, iki yorunge arasindaki Oklid mesafesinin zaman icindeki degisimini gosterir."
|
|
73
|
-
},
|
|
74
|
-
seo: [
|
|
75
|
-
{ type: 'title', text: "Belirlenimci Kaos: Lorenz Denklemlerini Anlamak", level: 2 },
|
|
76
|
-
{ type: 'paragraph', html: "Lorenz sistemi, dogrusal olmayan dinamik ve kaos teorisinde tarihi bir formulasyondur. 1963 yilinda meteorolog ve matematikci <strong>Edward Lorenz</strong> tarafindan turetilen model, atmosferik konveksiyonun basitlestirilmis bir temsilinden dogdu. Lorenz, karmasik akiskan dinamigi denklemlerini uc birlesik adi diferansiyel denklemle ozetledi. Bu basit ve deterministik denklemlerin karmasik, periyodik olmayan ve kaotik davranis uretebileceginin kesfi, fiziksel sistemler hakkindaki anlayisimizi degistirdi." },
|
|
77
|
-
{ type: 'paragraph', html: "Sistem, uc boyutlu faz uzayinda bir koordinati zaman icinde izleyen uc birlesik diferansiyel denklemle tanimlanir:" },
|
|
78
|
-
{
|
|
79
|
-
type: 'list',
|
|
80
|
-
items: [
|
|
81
|
-
"<strong>dx/dt = σ * (y - x):</strong> Konvektif hareket hizini aciklar. σ parametresi (Prandtl sayisi) akiskanin viskozitesinin isil iletkenligine oranini temsil eder.",
|
|
82
|
-
"<strong>dy/dt = x * (ρ - z) - y:</strong> Yukari ve asagi konveksiyon akimlari arasindaki sicaklik farkini temsil eder. ρ (Rayleigh sayisi) konvektif isinmanin yogunlugunu temsil eder.",
|
|
83
|
-
"<strong>dz/dt = x * y - β * z:</strong> Dikey sicaklik profilinin dogrusal gradyandan sapmasini izler. β, konvektif fiziksel hucrenin geometrik en-boy oranini temsil eder.",
|
|
84
|
-
],
|
|
85
|
-
},
|
|
86
|
-
{ type: 'title', text: "Kelebek Etkisi: Baslangic Kosullarına Hassas Bagimlilik", level: 3 },
|
|
87
|
-
{ type: 'paragraph', html: "Kaotik sistemlerin belirleyici ozelligi, <strong>baslangic kosullarina hassas bagimliliklari</strong>dir; bu durum populer olarak <strong>Kelebek Etkisi</strong> olarak bilinir. Bu simulator, baslangic perturbasyonunu belirleyen kaydirici ile ayarlanan kucuk bir ayrilikla baslayan iki yoru (T1 Cyan, T2 Pembe) calistirarak bunu gostermektedir. Baslangicta neredeyse ayni yolu izlerler. Kisa bir sureyle dogrusal olmayan terimler farki buyutecek ve yollar tamamen birbirinden ayrilacak." },
|
|
88
|
-
{ type: 'paragraph', html: "Bu hassasiyet, birbiriyle neredeyse aynı başlayan iki yörünge izlenerek gösterilir." },
|
|
89
|
-
{
|
|
90
|
-
type: 'table',
|
|
91
|
-
headers: ["Parametre","Standart Deger","Fiziksel Baglam","Degistirildiginde Davranis"],
|
|
92
|
-
rows: [
|
|
93
|
-
["σ (Sigma)","10.0","Prandtl Sayisi","Akiskanin ic surtusmesini belirler. Daha yuksek degerler, sicaklik gradyanlarina gore hiz degisikliklerinin tepkisini hizlandirir."],
|
|
94
|
-
["ρ (Rho)","28.0","Rayleigh Sayisi","Kaosun ana suruculeri. ρ = 1'in altinda, orijin tek kararli noktadir. ρ = 28'de sistem tamamen kaotiktir."],
|
|
95
|
-
["β (Beta)","8/3 (2.667)","Geometrik En-Boy Orani","Konveksiyon hucrelerinin genislik-yukseklik oranini kontrol eder. Yoarunge olcegini ve donus hizini degistirir."],
|
|
96
|
-
],
|
|
97
|
-
},
|
|
98
|
-
{ type: 'title', text: "Faz Uzayi, Tuhaf Cezbediciler ve Fraktallar", level: 3 },
|
|
99
|
-
{ type: 'paragraph', html: "Klasik fizikte yoarungeler sabit noktalarda karara oturur veya sinir cevrimleri olarak kendini tekrar eder. Lorenz sistemi her ikisini de yapmaz: yol, uc boyutlu uzayda kendisiyle hic kesismeden sonsuz bir sekilde dolasir ve Hausdorff boyutu yaklasik 2,06 olan fraktal geometriye sahip bir <strong>tuhaf cezbedici</strong> olusturur." },
|
|
100
|
-
{ type: 'paragraph', html: "Bu çekerin geometrisi yaklaşık 2,06 Hausdorff boyutuna sahip bir fraktaldır." },
|
|
101
|
-
{ type: 'title', text: "Kaos Teorisinin Bilimeteki Uygulamalari", level: 3 },
|
|
102
|
-
{ type: 'paragraph', html: "Lorenz cezbedicisinden cikartilan dersler, hava tahmininin cok otesine gecer ve pek cok modern calisma alanini etkilemistir:" },
|
|
103
|
-
{
|
|
104
|
-
type: 'list',
|
|
105
|
-
items: [
|
|
106
|
-
"<strong>Meteoroloji:</strong> Hava ongorulebilirliginin temel sinirlarini ortaya koydu ve topluluk tahmin yontemlerine one surucu oldu.",
|
|
107
|
-
"<strong>Kriptografi:</strong> Kaotik yoarungelerin deterministik ancak ongorelemez yapisi, guvenli psodorandom anahtarlar uretmek icin kullanilir.",
|
|
108
|
-
"<strong>Kardiyoloji:</strong> Kalp ritimlerini modellemek icin kullanilir; saglikli kalplar kaotik ozellikler sergilerken, periyodik ritimler patolojiyi gosterebilir.",
|
|
109
|
-
"<strong>Muhendislik:</strong> Asili kopruler ve mekanik sistemlerdeki kaotik rezonans analiz edip onlenerek kararli yapilar tasarlanmasina yardimci olur.",
|
|
110
|
-
],
|
|
111
|
-
},
|
|
112
|
-
],
|
|
113
|
-
faq,
|
|
114
|
-
bibliography,
|
|
115
|
-
howTo,
|
|
116
|
-
schemas: [
|
|
117
|
-
{
|
|
118
|
-
'@context': 'https://schema.org',
|
|
119
|
-
'@type': 'SoftwareApplication',
|
|
120
|
-
name: title,
|
|
121
|
-
description: description,
|
|
122
|
-
applicationCategory: 'ScientificApplication',
|
|
123
|
-
operatingSystem: 'Any',
|
|
124
|
-
},
|
|
125
|
-
{
|
|
126
|
-
'@context': 'https://schema.org',
|
|
127
|
-
'@type': 'FAQPage',
|
|
128
|
-
mainEntity: faq.map((item) => ({
|
|
129
|
-
'@type': 'Question',
|
|
130
|
-
name: item.question,
|
|
131
|
-
acceptedAnswer: {
|
|
132
|
-
'@type': 'Answer',
|
|
133
|
-
text: item.answer,
|
|
134
|
-
},
|
|
135
|
-
})),
|
|
136
|
-
},
|
|
137
|
-
{
|
|
138
|
-
'@context': 'https://schema.org',
|
|
139
|
-
'@type': 'HowTo',
|
|
140
|
-
name: title,
|
|
141
|
-
step: howTo.map((step) => ({
|
|
142
|
-
'@type': 'HowToStep',
|
|
143
|
-
name: step.name,
|
|
144
|
-
stepValue: step.name,
|
|
145
|
-
text: step.text,
|
|
146
|
-
})),
|
|
147
|
-
},
|
|
148
|
-
],
|
|
149
|
-
};
|
|
1
|
+
const slug = 'lorenz-atractor';
|
|
2
|
+
const title = 'Lorenz Çekeri Kaos Simülatörü: 3D Kelebek Etkisi';
|
|
3
|
+
const description = 'Bu etkilesimli 3D Lorenz cekeri simulasyonu ile kaos teorisini kesfedin. Kelebek etkisini gorsellestirin.';
|
|
4
|
+
|
|
5
|
+
const howTo = [
|
|
6
|
+
{
|
|
7
|
+
"name": "Gorunumu dondurun",
|
|
8
|
+
"text": "Cekeri dondurmek icin 3D ekran uzerinde tiklayip surukleyin."
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
"name": "Surguleri ayarlayin",
|
|
12
|
+
"text": "Kaos davranisini gozlemlemek icin Sigma, Rho ve Beta parametrelerini degistirin."
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"name": "Sapmayi izleyin",
|
|
16
|
+
"text": "Iki yorunge arasindaki mesafenin ustel olarak buyumesini izleyin."
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"name": "Duraklat ve sifirla",
|
|
20
|
+
"text": "Simulasyonu duraklatmak veya varsayilanlara sifirlamak icin kontrolleri kullanin."
|
|
21
|
+
}
|
|
22
|
+
];
|
|
23
|
+
|
|
24
|
+
const faq = [
|
|
25
|
+
{
|
|
26
|
+
"question": "Lorenz Çekeri nedir?",
|
|
27
|
+
"answer": "Lorenz cekeri, Lorenz denklem sisteminin kaotik cozumler kumesidir."
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"question": "Kelebek Etkisi nedir?",
|
|
31
|
+
"answer": "Dogrusal olmayan bir sistemde baslangic kosullarina hassas baglilik durumudur."
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"question": "Parametreler neyi temsil eder?",
|
|
35
|
+
"answer": "Sigma Prandtl sayisini, Rho Rayleigh sayisini, Beta ise geometrik en-boy oranini temsil eder."
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"question": "Çeker neden kelebek şeklinde görünür?",
|
|
39
|
+
"answer": "İki kanatlı ikonik şekil, sistemin yörüngelerin öngörülemeyen şekilde etrafında döndüğü iki kararsız denge noktasına sahip olmasından kaynaklanır."
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"question": "Lorenz çekeri gerçekten rastgele midir?",
|
|
43
|
+
"answer": "Hayır, sistem tamamen belirlenimcidir. Ancak kaotik olduğu için uzun vadede öngörülemez."
|
|
44
|
+
}
|
|
45
|
+
];
|
|
46
|
+
|
|
47
|
+
import { bibliography } from '../bibliography';
|
|
48
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
49
|
+
|
|
50
|
+
export const content: ToolLocaleContent = {
|
|
51
|
+
slug,
|
|
52
|
+
title,
|
|
53
|
+
description,
|
|
54
|
+
ui: {
|
|
55
|
+
"copied": "Kopyalandi",
|
|
56
|
+
"noHistory": "Gecmis yok",
|
|
57
|
+
"load": "Yukle",
|
|
58
|
+
"delete": "Sil",
|
|
59
|
+
"title": "Lorenz Çekeri",
|
|
60
|
+
"subTitle": "Belirlenimci Kaos",
|
|
61
|
+
"parameterControls": "Sistem Parametreleri",
|
|
62
|
+
"simulationSpeed": "Simulasyon Hizi (dt)",
|
|
63
|
+
"initialPerturbation": "Baslangic Sapmasi (dx)",
|
|
64
|
+
"trajectories": "Yorungeler",
|
|
65
|
+
"distance": "Sapma Mesafesi",
|
|
66
|
+
"exponentialGrowth": "Ustel Sapma",
|
|
67
|
+
"resetDefault": "Reset",
|
|
68
|
+
"clearPath": "Clear",
|
|
69
|
+
"play": "Resume",
|
|
70
|
+
"pause": "Pause",
|
|
71
|
+
"coords": "Koordinatlar",
|
|
72
|
+
"divergenceExplanation": "Sapma grafigi, iki yorunge arasindaki Oklid mesafesinin zaman icindeki degisimini gosterir."
|
|
73
|
+
},
|
|
74
|
+
seo: [
|
|
75
|
+
{ type: 'title', text: "Belirlenimci Kaos: Lorenz Denklemlerini Anlamak", level: 2 },
|
|
76
|
+
{ type: 'paragraph', html: "Lorenz sistemi, dogrusal olmayan dinamik ve kaos teorisinde tarihi bir formulasyondur. 1963 yilinda meteorolog ve matematikci <strong>Edward Lorenz</strong> tarafindan turetilen model, atmosferik konveksiyonun basitlestirilmis bir temsilinden dogdu. Lorenz, karmasik akiskan dinamigi denklemlerini uc birlesik adi diferansiyel denklemle ozetledi. Bu basit ve deterministik denklemlerin karmasik, periyodik olmayan ve kaotik davranis uretebileceginin kesfi, fiziksel sistemler hakkindaki anlayisimizi degistirdi." },
|
|
77
|
+
{ type: 'paragraph', html: "Sistem, uc boyutlu faz uzayinda bir koordinati zaman icinde izleyen uc birlesik diferansiyel denklemle tanimlanir:" },
|
|
78
|
+
{
|
|
79
|
+
type: 'list',
|
|
80
|
+
items: [
|
|
81
|
+
"<strong>dx/dt = σ * (y - x):</strong> Konvektif hareket hizini aciklar. σ parametresi (Prandtl sayisi) akiskanin viskozitesinin isil iletkenligine oranini temsil eder.",
|
|
82
|
+
"<strong>dy/dt = x * (ρ - z) - y:</strong> Yukari ve asagi konveksiyon akimlari arasindaki sicaklik farkini temsil eder. ρ (Rayleigh sayisi) konvektif isinmanin yogunlugunu temsil eder.",
|
|
83
|
+
"<strong>dz/dt = x * y - β * z:</strong> Dikey sicaklik profilinin dogrusal gradyandan sapmasini izler. β, konvektif fiziksel hucrenin geometrik en-boy oranini temsil eder.",
|
|
84
|
+
],
|
|
85
|
+
},
|
|
86
|
+
{ type: 'title', text: "Kelebek Etkisi: Baslangic Kosullarına Hassas Bagimlilik", level: 3 },
|
|
87
|
+
{ type: 'paragraph', html: "Kaotik sistemlerin belirleyici ozelligi, <strong>baslangic kosullarina hassas bagimliliklari</strong>dir; bu durum populer olarak <strong>Kelebek Etkisi</strong> olarak bilinir. Bu simulator, baslangic perturbasyonunu belirleyen kaydirici ile ayarlanan kucuk bir ayrilikla baslayan iki yoru (T1 Cyan, T2 Pembe) calistirarak bunu gostermektedir. Baslangicta neredeyse ayni yolu izlerler. Kisa bir sureyle dogrusal olmayan terimler farki buyutecek ve yollar tamamen birbirinden ayrilacak." },
|
|
88
|
+
{ type: 'paragraph', html: "Bu hassasiyet, birbiriyle neredeyse aynı başlayan iki yörünge izlenerek gösterilir." },
|
|
89
|
+
{
|
|
90
|
+
type: 'table',
|
|
91
|
+
headers: ["Parametre","Standart Deger","Fiziksel Baglam","Degistirildiginde Davranis"],
|
|
92
|
+
rows: [
|
|
93
|
+
["σ (Sigma)","10.0","Prandtl Sayisi","Akiskanin ic surtusmesini belirler. Daha yuksek degerler, sicaklik gradyanlarina gore hiz degisikliklerinin tepkisini hizlandirir."],
|
|
94
|
+
["ρ (Rho)","28.0","Rayleigh Sayisi","Kaosun ana suruculeri. ρ = 1'in altinda, orijin tek kararli noktadir. ρ = 28'de sistem tamamen kaotiktir."],
|
|
95
|
+
["β (Beta)","8/3 (2.667)","Geometrik En-Boy Orani","Konveksiyon hucrelerinin genislik-yukseklik oranini kontrol eder. Yoarunge olcegini ve donus hizini degistirir."],
|
|
96
|
+
],
|
|
97
|
+
},
|
|
98
|
+
{ type: 'title', text: "Faz Uzayi, Tuhaf Cezbediciler ve Fraktallar", level: 3 },
|
|
99
|
+
{ type: 'paragraph', html: "Klasik fizikte yoarungeler sabit noktalarda karara oturur veya sinir cevrimleri olarak kendini tekrar eder. Lorenz sistemi her ikisini de yapmaz: yol, uc boyutlu uzayda kendisiyle hic kesismeden sonsuz bir sekilde dolasir ve Hausdorff boyutu yaklasik 2,06 olan fraktal geometriye sahip bir <strong>tuhaf cezbedici</strong> olusturur." },
|
|
100
|
+
{ type: 'paragraph', html: "Bu çekerin geometrisi yaklaşık 2,06 Hausdorff boyutuna sahip bir fraktaldır." },
|
|
101
|
+
{ type: 'title', text: "Kaos Teorisinin Bilimeteki Uygulamalari", level: 3 },
|
|
102
|
+
{ type: 'paragraph', html: "Lorenz cezbedicisinden cikartilan dersler, hava tahmininin cok otesine gecer ve pek cok modern calisma alanini etkilemistir:" },
|
|
103
|
+
{
|
|
104
|
+
type: 'list',
|
|
105
|
+
items: [
|
|
106
|
+
"<strong>Meteoroloji:</strong> Hava ongorulebilirliginin temel sinirlarini ortaya koydu ve topluluk tahmin yontemlerine one surucu oldu.",
|
|
107
|
+
"<strong>Kriptografi:</strong> Kaotik yoarungelerin deterministik ancak ongorelemez yapisi, guvenli psodorandom anahtarlar uretmek icin kullanilir.",
|
|
108
|
+
"<strong>Kardiyoloji:</strong> Kalp ritimlerini modellemek icin kullanilir; saglikli kalplar kaotik ozellikler sergilerken, periyodik ritimler patolojiyi gosterebilir.",
|
|
109
|
+
"<strong>Muhendislik:</strong> Asili kopruler ve mekanik sistemlerdeki kaotik rezonans analiz edip onlenerek kararli yapilar tasarlanmasina yardimci olur.",
|
|
110
|
+
],
|
|
111
|
+
},
|
|
112
|
+
],
|
|
113
|
+
faq,
|
|
114
|
+
bibliography,
|
|
115
|
+
howTo,
|
|
116
|
+
schemas: [
|
|
117
|
+
{
|
|
118
|
+
'@context': 'https://schema.org',
|
|
119
|
+
'@type': 'SoftwareApplication',
|
|
120
|
+
name: title,
|
|
121
|
+
description: description,
|
|
122
|
+
applicationCategory: 'ScientificApplication',
|
|
123
|
+
operatingSystem: 'Any',
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
'@context': 'https://schema.org',
|
|
127
|
+
'@type': 'FAQPage',
|
|
128
|
+
mainEntity: faq.map((item) => ({
|
|
129
|
+
'@type': 'Question',
|
|
130
|
+
name: item.question,
|
|
131
|
+
acceptedAnswer: {
|
|
132
|
+
'@type': 'Answer',
|
|
133
|
+
text: item.answer,
|
|
134
|
+
},
|
|
135
|
+
})),
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
'@context': 'https://schema.org',
|
|
139
|
+
'@type': 'HowTo',
|
|
140
|
+
name: title,
|
|
141
|
+
step: howTo.map((step) => ({
|
|
142
|
+
'@type': 'HowToStep',
|
|
143
|
+
name: step.name,
|
|
144
|
+
stepValue: step.name,
|
|
145
|
+
text: step.text,
|
|
146
|
+
})),
|
|
147
|
+
},
|
|
148
|
+
],
|
|
149
|
+
};
|
|
@@ -1,149 +1,149 @@
|
|
|
1
|
-
const slug = 'lorenz-attractor';
|
|
2
|
-
const title = '洛伦兹吸引子混沌模拟器:3D蝴蝶效应';
|
|
3
|
-
const description = '通过这个交互式3D洛伦兹吸引子模拟探索混沌理论。可视化蝴蝶效应。';
|
|
4
|
-
|
|
5
|
-
const howTo = [
|
|
6
|
-
{
|
|
7
|
-
"name": "旋转画布",
|
|
8
|
-
"text": "在3D视口上点击并拖动以旋转吸引子。"
|
|
9
|
-
},
|
|
10
|
-
{
|
|
11
|
-
"name": "调节滑块",
|
|
12
|
-
"text": "修改Sigma、Rho和Beta参数以观察混沌的产生。"
|
|
13
|
-
},
|
|
14
|
-
{
|
|
15
|
-
"name": "观察发散",
|
|
16
|
-
"text": "观察两条轨迹之间的距离是如何呈指数级增长的。"
|
|
17
|
-
},
|
|
18
|
-
{
|
|
19
|
-
"name": "暂停与重置",
|
|
20
|
-
"text": "使用控制按钮暂停模拟或重置参数。"
|
|
21
|
-
}
|
|
22
|
-
];
|
|
23
|
-
|
|
24
|
-
const faq = [
|
|
25
|
-
{
|
|
26
|
-
"question": "什么是洛伦兹吸引子?",
|
|
27
|
-
"answer": "洛伦兹吸引子是洛伦兹方程组的一组混沌解。"
|
|
28
|
-
},
|
|
29
|
-
{
|
|
30
|
-
"question": "什么是蝴蝶效应?",
|
|
31
|
-
"answer": "非线性系统中对初始条件的敏感依赖性,微小的初始差异会导致巨大的长期差异。"
|
|
32
|
-
},
|
|
33
|
-
{
|
|
34
|
-
"question": "参数代表什么?",
|
|
35
|
-
"answer": "Sigma代表普朗特数,Rho代表瑞利数,Beta与物理尺寸几何比相关。"
|
|
36
|
-
},
|
|
37
|
-
{
|
|
38
|
-
"question": "为什么吸引子看起来像一只蝴蝶?",
|
|
39
|
-
"answer": "标志性的双翼形状来自于系统拥有两个不稳定的平衡点,轨迹在它们周围不可预测地旋转。"
|
|
40
|
-
},
|
|
41
|
-
{
|
|
42
|
-
"question": "洛伦兹吸引子真的是随机的吗?",
|
|
43
|
-
"answer": "不是,系统是完全确定性的。但由于它是混沌的,如果没有无限精度的初始条件,长期预测是不可能的。"
|
|
44
|
-
}
|
|
45
|
-
];
|
|
46
|
-
|
|
47
|
-
import { bibliography } from '../bibliography';
|
|
48
|
-
import type { ToolLocaleContent } from '../../../types';
|
|
49
|
-
|
|
50
|
-
export const content: ToolLocaleContent = {
|
|
51
|
-
slug,
|
|
52
|
-
title,
|
|
53
|
-
description,
|
|
54
|
-
ui: {
|
|
55
|
-
"copied": "已复制",
|
|
56
|
-
"noHistory": "无历史记录",
|
|
57
|
-
"load": "加载",
|
|
58
|
-
"delete": "删除",
|
|
59
|
-
"title": "洛伦兹吸引子",
|
|
60
|
-
"subTitle": "决定论混沌",
|
|
61
|
-
"parameterControls": "系统参数",
|
|
62
|
-
"simulationSpeed": "速度 (dt)",
|
|
63
|
-
"initialPerturbation": "初始微扰 (dx)",
|
|
64
|
-
"trajectories": "轨迹",
|
|
65
|
-
"distance": "发散距离",
|
|
66
|
-
"exponentialGrowth": "指数发散",
|
|
67
|
-
"resetDefault": "Reset",
|
|
68
|
-
"clearPath": "Clear",
|
|
69
|
-
"play": "Resume",
|
|
70
|
-
"pause": "Pause",
|
|
71
|
-
"coords": "坐标",
|
|
72
|
-
"divergenceExplanation": "发散图显示了两条轨迹之间的欧几里得距离随时间的变化。"
|
|
73
|
-
},
|
|
74
|
-
seo: [
|
|
75
|
-
{ type: 'title', text: "确定性混沌:理解洛伦兹方程", level: 2 },
|
|
76
|
-
{ type: 'paragraph', html: "洛伦兹系统是非线性动力学和混沌理论中的里程碑式成果。1963年,气象学家兼数学家<strong>爱德华·洛伦兹</strong>从大气对流的简化模型中推导出该方程组。洛伦兹将复杂的流体动力学方程简化为三个耦合的常微分方程。他发现这些简单的确定性方程能够产生高度复杂、非周期性的混沌行为,从而彻底改变了我们对物理系统的认识。" },
|
|
77
|
-
{ type: 'paragraph', html: "该系统由三个耦合微分方程定义,在时间维度上追踪三维相空间中的坐标:" },
|
|
78
|
-
{
|
|
79
|
-
type: 'list',
|
|
80
|
-
items: [
|
|
81
|
-
"<strong>dx/dt = σ * (y - x):</strong>描述对流运动的速率。参数 σ(普朗特数)表示流体粘度与导热系数之比。",
|
|
82
|
-
"<strong>dy/dt = x * (ρ - z) - y:</strong>代表上升和下降对流流之间的温度差。ρ(瑞利数)代表对流加热强度。",
|
|
83
|
-
"<strong>dz/dt = x * y - β * z:</strong>追踪垂直温度剖面的畸变。β 是对流物理单元的几何纵横比。",
|
|
84
|
-
],
|
|
85
|
-
},
|
|
86
|
-
{ type: 'title', text: "蝴蝶效应:对初始条件的敏感依赖", level: 3 },
|
|
87
|
-
{ type: 'paragraph', html: "混沌系统的决定性特征是其<strong>对初始条件的敏感依赖</strong>,通俗称为<strong>蝴蝶效应</strong>。本模拟器通过运行两条轨迹(T1为青色,T2为粉色)来展示这一现象,两条轨迹的起始点仅有微小差异。起初,它们几乎沿同一路径运行;短时间后,非线性项将差异放大,两条路径完全分叉。" },
|
|
88
|
-
{ type: 'paragraph', html: "这种敏感性通过追踪两条起始极其接近的轨迹得到展示。" },
|
|
89
|
-
{
|
|
90
|
-
type: 'table',
|
|
91
|
-
headers: ["参数","标准值","物理含义","改变时的行为"],
|
|
92
|
-
rows: [
|
|
93
|
-
["σ (西格玛)","10.0","普朗特数","决定流体内部摩擦。值越大,速度变化对温度梯度的响应越快。"],
|
|
94
|
-
["ρ (罗)","28.0","瑞利数","ρ = 1以下,原点是唯一的稳定点。在 ρ = 28时,系统完全进入混沌状态。"],
|
|
95
|
-
["β (贝塔)","8/3 (2.667)","几何纵横比","控制对流单元的宽高比,改变轨道的尺度和旋转速度。"],
|
|
96
|
-
],
|
|
97
|
-
},
|
|
98
|
-
{ type: 'title', text: "相空间、奇怪吸引子与分形", level: 3 },
|
|
99
|
-
{ type: 'paragraph', html: "在经典物理学中,轨迹最终稳定在不动点,或以极限环的形式重复。洛伦兹系统两者皆不:轨迹在三维空间中无限盘旋而从不自我交叉,形成豪斯多夫维数 约 2.06 的分形几何<strong>奇怪吸引子</strong>。" },
|
|
100
|
-
{ type: 'paragraph', html: "该吸引子的几何结构是分形,豪斯多夫维数约为2.06。" },
|
|
101
|
-
{ type: 'title', text: "混沌理论在科学中的应用", level: 3 },
|
|
102
|
-
{ type: 'paragraph', html: "洛伦兹吸引子的启示远不止于气象预报,已对众多现代研究领域产生深远影响:" },
|
|
103
|
-
{
|
|
104
|
-
type: 'list',
|
|
105
|
-
items: [
|
|
106
|
-
"<strong>气象学:</strong>确立了天气可预测性的根本限制,催生了集合预报方法。",
|
|
107
|
-
"<strong>密码学:</strong>混沌轨道确定但不可预测的特性被用于生成安全的伪随机密钥,加密敏感数据流。",
|
|
108
|
-
"<strong>心脏病学:</strong>用于心脏节律建模,健康心脏呈现混沌特征,而周期性节律可能预示病理状态。",
|
|
109
|
-
"<strong>工程学:</strong>通过分析并规避悬索桥和机械系统中的混沌共振,助力设计稳定结构。",
|
|
110
|
-
],
|
|
111
|
-
},
|
|
112
|
-
],
|
|
113
|
-
faq,
|
|
114
|
-
bibliography,
|
|
115
|
-
howTo,
|
|
116
|
-
schemas: [
|
|
117
|
-
{
|
|
118
|
-
'@context': 'https://schema.org',
|
|
119
|
-
'@type': 'SoftwareApplication',
|
|
120
|
-
name: title,
|
|
121
|
-
description: description,
|
|
122
|
-
applicationCategory: 'ScientificApplication',
|
|
123
|
-
operatingSystem: 'Any',
|
|
124
|
-
},
|
|
125
|
-
{
|
|
126
|
-
'@context': 'https://schema.org',
|
|
127
|
-
'@type': 'FAQPage',
|
|
128
|
-
mainEntity: faq.map((item) => ({
|
|
129
|
-
'@type': 'Question',
|
|
130
|
-
name: item.question,
|
|
131
|
-
acceptedAnswer: {
|
|
132
|
-
'@type': 'Answer',
|
|
133
|
-
text: item.answer,
|
|
134
|
-
},
|
|
135
|
-
})),
|
|
136
|
-
},
|
|
137
|
-
{
|
|
138
|
-
'@context': 'https://schema.org',
|
|
139
|
-
'@type': 'HowTo',
|
|
140
|
-
name: title,
|
|
141
|
-
step: howTo.map((step) => ({
|
|
142
|
-
'@type': 'HowToStep',
|
|
143
|
-
name: step.name,
|
|
144
|
-
stepValue: step.name,
|
|
145
|
-
text: step.text,
|
|
146
|
-
})),
|
|
147
|
-
},
|
|
148
|
-
],
|
|
149
|
-
};
|
|
1
|
+
const slug = 'lorenz-attractor';
|
|
2
|
+
const title = '洛伦兹吸引子混沌模拟器:3D蝴蝶效应';
|
|
3
|
+
const description = '通过这个交互式3D洛伦兹吸引子模拟探索混沌理论。可视化蝴蝶效应。';
|
|
4
|
+
|
|
5
|
+
const howTo = [
|
|
6
|
+
{
|
|
7
|
+
"name": "旋转画布",
|
|
8
|
+
"text": "在3D视口上点击并拖动以旋转吸引子。"
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
"name": "调节滑块",
|
|
12
|
+
"text": "修改Sigma、Rho和Beta参数以观察混沌的产生。"
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"name": "观察发散",
|
|
16
|
+
"text": "观察两条轨迹之间的距离是如何呈指数级增长的。"
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"name": "暂停与重置",
|
|
20
|
+
"text": "使用控制按钮暂停模拟或重置参数。"
|
|
21
|
+
}
|
|
22
|
+
];
|
|
23
|
+
|
|
24
|
+
const faq = [
|
|
25
|
+
{
|
|
26
|
+
"question": "什么是洛伦兹吸引子?",
|
|
27
|
+
"answer": "洛伦兹吸引子是洛伦兹方程组的一组混沌解。"
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"question": "什么是蝴蝶效应?",
|
|
31
|
+
"answer": "非线性系统中对初始条件的敏感依赖性,微小的初始差异会导致巨大的长期差异。"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"question": "参数代表什么?",
|
|
35
|
+
"answer": "Sigma代表普朗特数,Rho代表瑞利数,Beta与物理尺寸几何比相关。"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"question": "为什么吸引子看起来像一只蝴蝶?",
|
|
39
|
+
"answer": "标志性的双翼形状来自于系统拥有两个不稳定的平衡点,轨迹在它们周围不可预测地旋转。"
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"question": "洛伦兹吸引子真的是随机的吗?",
|
|
43
|
+
"answer": "不是,系统是完全确定性的。但由于它是混沌的,如果没有无限精度的初始条件,长期预测是不可能的。"
|
|
44
|
+
}
|
|
45
|
+
];
|
|
46
|
+
|
|
47
|
+
import { bibliography } from '../bibliography';
|
|
48
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
49
|
+
|
|
50
|
+
export const content: ToolLocaleContent = {
|
|
51
|
+
slug,
|
|
52
|
+
title,
|
|
53
|
+
description,
|
|
54
|
+
ui: {
|
|
55
|
+
"copied": "已复制",
|
|
56
|
+
"noHistory": "无历史记录",
|
|
57
|
+
"load": "加载",
|
|
58
|
+
"delete": "删除",
|
|
59
|
+
"title": "洛伦兹吸引子",
|
|
60
|
+
"subTitle": "决定论混沌",
|
|
61
|
+
"parameterControls": "系统参数",
|
|
62
|
+
"simulationSpeed": "速度 (dt)",
|
|
63
|
+
"initialPerturbation": "初始微扰 (dx)",
|
|
64
|
+
"trajectories": "轨迹",
|
|
65
|
+
"distance": "发散距离",
|
|
66
|
+
"exponentialGrowth": "指数发散",
|
|
67
|
+
"resetDefault": "Reset",
|
|
68
|
+
"clearPath": "Clear",
|
|
69
|
+
"play": "Resume",
|
|
70
|
+
"pause": "Pause",
|
|
71
|
+
"coords": "坐标",
|
|
72
|
+
"divergenceExplanation": "发散图显示了两条轨迹之间的欧几里得距离随时间的变化。"
|
|
73
|
+
},
|
|
74
|
+
seo: [
|
|
75
|
+
{ type: 'title', text: "确定性混沌:理解洛伦兹方程", level: 2 },
|
|
76
|
+
{ type: 'paragraph', html: "洛伦兹系统是非线性动力学和混沌理论中的里程碑式成果。1963年,气象学家兼数学家<strong>爱德华·洛伦兹</strong>从大气对流的简化模型中推导出该方程组。洛伦兹将复杂的流体动力学方程简化为三个耦合的常微分方程。他发现这些简单的确定性方程能够产生高度复杂、非周期性的混沌行为,从而彻底改变了我们对物理系统的认识。" },
|
|
77
|
+
{ type: 'paragraph', html: "该系统由三个耦合微分方程定义,在时间维度上追踪三维相空间中的坐标:" },
|
|
78
|
+
{
|
|
79
|
+
type: 'list',
|
|
80
|
+
items: [
|
|
81
|
+
"<strong>dx/dt = σ * (y - x):</strong>描述对流运动的速率。参数 σ(普朗特数)表示流体粘度与导热系数之比。",
|
|
82
|
+
"<strong>dy/dt = x * (ρ - z) - y:</strong>代表上升和下降对流流之间的温度差。ρ(瑞利数)代表对流加热强度。",
|
|
83
|
+
"<strong>dz/dt = x * y - β * z:</strong>追踪垂直温度剖面的畸变。β 是对流物理单元的几何纵横比。",
|
|
84
|
+
],
|
|
85
|
+
},
|
|
86
|
+
{ type: 'title', text: "蝴蝶效应:对初始条件的敏感依赖", level: 3 },
|
|
87
|
+
{ type: 'paragraph', html: "混沌系统的决定性特征是其<strong>对初始条件的敏感依赖</strong>,通俗称为<strong>蝴蝶效应</strong>。本模拟器通过运行两条轨迹(T1为青色,T2为粉色)来展示这一现象,两条轨迹的起始点仅有微小差异。起初,它们几乎沿同一路径运行;短时间后,非线性项将差异放大,两条路径完全分叉。" },
|
|
88
|
+
{ type: 'paragraph', html: "这种敏感性通过追踪两条起始极其接近的轨迹得到展示。" },
|
|
89
|
+
{
|
|
90
|
+
type: 'table',
|
|
91
|
+
headers: ["参数","标准值","物理含义","改变时的行为"],
|
|
92
|
+
rows: [
|
|
93
|
+
["σ (西格玛)","10.0","普朗特数","决定流体内部摩擦。值越大,速度变化对温度梯度的响应越快。"],
|
|
94
|
+
["ρ (罗)","28.0","瑞利数","ρ = 1以下,原点是唯一的稳定点。在 ρ = 28时,系统完全进入混沌状态。"],
|
|
95
|
+
["β (贝塔)","8/3 (2.667)","几何纵横比","控制对流单元的宽高比,改变轨道的尺度和旋转速度。"],
|
|
96
|
+
],
|
|
97
|
+
},
|
|
98
|
+
{ type: 'title', text: "相空间、奇怪吸引子与分形", level: 3 },
|
|
99
|
+
{ type: 'paragraph', html: "在经典物理学中,轨迹最终稳定在不动点,或以极限环的形式重复。洛伦兹系统两者皆不:轨迹在三维空间中无限盘旋而从不自我交叉,形成豪斯多夫维数 约 2.06 的分形几何<strong>奇怪吸引子</strong>。" },
|
|
100
|
+
{ type: 'paragraph', html: "该吸引子的几何结构是分形,豪斯多夫维数约为2.06。" },
|
|
101
|
+
{ type: 'title', text: "混沌理论在科学中的应用", level: 3 },
|
|
102
|
+
{ type: 'paragraph', html: "洛伦兹吸引子的启示远不止于气象预报,已对众多现代研究领域产生深远影响:" },
|
|
103
|
+
{
|
|
104
|
+
type: 'list',
|
|
105
|
+
items: [
|
|
106
|
+
"<strong>气象学:</strong>确立了天气可预测性的根本限制,催生了集合预报方法。",
|
|
107
|
+
"<strong>密码学:</strong>混沌轨道确定但不可预测的特性被用于生成安全的伪随机密钥,加密敏感数据流。",
|
|
108
|
+
"<strong>心脏病学:</strong>用于心脏节律建模,健康心脏呈现混沌特征,而周期性节律可能预示病理状态。",
|
|
109
|
+
"<strong>工程学:</strong>通过分析并规避悬索桥和机械系统中的混沌共振,助力设计稳定结构。",
|
|
110
|
+
],
|
|
111
|
+
},
|
|
112
|
+
],
|
|
113
|
+
faq,
|
|
114
|
+
bibliography,
|
|
115
|
+
howTo,
|
|
116
|
+
schemas: [
|
|
117
|
+
{
|
|
118
|
+
'@context': 'https://schema.org',
|
|
119
|
+
'@type': 'SoftwareApplication',
|
|
120
|
+
name: title,
|
|
121
|
+
description: description,
|
|
122
|
+
applicationCategory: 'ScientificApplication',
|
|
123
|
+
operatingSystem: 'Any',
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
'@context': 'https://schema.org',
|
|
127
|
+
'@type': 'FAQPage',
|
|
128
|
+
mainEntity: faq.map((item) => ({
|
|
129
|
+
'@type': 'Question',
|
|
130
|
+
name: item.question,
|
|
131
|
+
acceptedAnswer: {
|
|
132
|
+
'@type': 'Answer',
|
|
133
|
+
text: item.answer,
|
|
134
|
+
},
|
|
135
|
+
})),
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
'@context': 'https://schema.org',
|
|
139
|
+
'@type': 'HowTo',
|
|
140
|
+
name: title,
|
|
141
|
+
step: howTo.map((step) => ({
|
|
142
|
+
'@type': 'HowToStep',
|
|
143
|
+
name: step.name,
|
|
144
|
+
stepValue: step.name,
|
|
145
|
+
text: step.text,
|
|
146
|
+
})),
|
|
147
|
+
},
|
|
148
|
+
],
|
|
149
|
+
};
|