@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,159 +1,168 @@
|
|
|
1
|
-
import { bibliography } from '../bibliography';
|
|
2
|
-
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
-
|
|
4
|
-
const slug = 'mandelbrot-fraktalkalkylator';
|
|
5
|
-
const title = 'Mandelbrot fraktalkalkylator & Självlikhetsutforskare';
|
|
6
|
-
const description = 'Utforska Mandelbrotmängden, zooma in på självliknande fraktalgränser och jämför itereringsdjup, färgkontrast och komplexa koordinater.';
|
|
7
|
-
|
|
8
|
-
const howTo = [
|
|
9
|
-
{
|
|
10
|
-
name: 'Välj ett område av Mandelbrotmängden',
|
|
11
|
-
text: 'Börja med hela mängden eller hoppa direkt till ett högupplöst område som hästskodalen eller en spiralminibrot.',
|
|
12
|
-
},
|
|
13
|
-
{
|
|
14
|
-
name: 'Zooma genom att klicka på bilden',
|
|
15
|
-
text: 'Klicka på valfri punkt på canvas-ytan för att återcentrera det komplexa planet och förstora fraktalen runt den koordinaten.',
|
|
16
|
-
},
|
|
17
|
-
{
|
|
18
|
-
name: 'Justera itereringsdjup och färgkontrast',
|
|
19
|
-
text: 'Öka itereringsbudgeten för att avslöja finare gränsstrukturer, justera sedan kontrast och palett för att göra flykttidsbanden lättare att tyda.',
|
|
20
|
-
},
|
|
21
|
-
];
|
|
22
|
-
|
|
23
|
-
const faq = [
|
|
24
|
-
{
|
|
25
|
-
question: 'Vad visar Mandelbrotmängdskalkylatorn?',
|
|
26
|
-
answer: 'Den visar vilka komplexa tal c som håller rekursionen z(n+1) = z(n)^2 + c begränsad när man börjar från z = 0. Punkter som aldrig "flyr" inom den valda itereringsbudgeten färgsätts som medlemmar av mängden, medan yttre punkter färgsätts baserat på hur snabbt deras bana flyr mot oändligheten.',
|
|
27
|
-
},
|
|
28
|
-
{
|
|
29
|
-
question: 'Varför innehåller Mandelbrotmängdens gräns så mycket detaljer?',
|
|
30
|
-
answer: 'Gränsen separerar stabila från flyende banor, och små koordinatförändringar nära den gränsen kan fullständigt ändra långtidsbeteendet. Denna känslighet skapar kapslade bubblor, spiraler, filament och miniatyrkopior som uppträder på många förstoringsnivåer.',
|
|
31
|
-
},
|
|
32
|
-
{
|
|
33
|
-
question: 'Är Mandelbrotmängden verkligen självliknande?',
|
|
34
|
-
answer: 'Den är inte perfekt självliknande på samma strikta sätt som en Sierpinski-triangel, men den är rikligt kvasi-självliknande. Små kopior av hela mängden uppträder överallt i det komplexa planet, ofta förvridna och sammanbundna av utstuderade grenstrukturer.',
|
|
35
|
-
},
|
|
36
|
-
{
|
|
37
|
-
question: 'Vad styr itereringsantalet?',
|
|
38
|
-
answer: 'Itereringsantalet styr hur länge kalkylatorn testar varje punkt innan den beslutar att den sannolikt tillhör mängden. Högre värden avslöjar djupare filament och renare minibrots, men kräver mer beräkningskapacitet per pixel.',
|
|
39
|
-
},
|
|
40
|
-
{
|
|
41
|
-
question: 'Varför ändras färgerna utanför det svarta området?',
|
|
42
|
-
answer: 'De yttre färgerna baseras på flykttid: punkter som flyr snabbt får andra färger än punkter som håller sig nära mängden under många iterationer. Jämn färgläggning minskar hårda band och gör geometrin hos närliggande banor lättare att inspektera.',
|
|
43
|
-
},
|
|
44
|
-
];
|
|
45
|
-
|
|
46
|
-
export const content: ToolLocaleContent = {
|
|
47
|
-
slug,
|
|
48
|
-
title,
|
|
49
|
-
description,
|
|
50
|
-
ui: {
|
|
51
|
-
title: 'Mandelbrot fraktalkalkylator',
|
|
52
|
-
canvasLabel: 'Interaktiv Mandelbrotmängd-canvas',
|
|
53
|
-
presetsLabel: 'Förinställda Mandelbrotområden',
|
|
54
|
-
presetFull: 'Hela mängden',
|
|
55
|
-
presetSeahorse: 'Hästskodalen',
|
|
56
|
-
presetSpiral: 'Spiralminibrot',
|
|
57
|
-
centerPoint: 'Centrum',
|
|
58
|
-
magnification: 'Förstoring',
|
|
59
|
-
visibleWindow: 'Synligt fönster',
|
|
60
|
-
renderBudget: 'Iterationer',
|
|
61
|
-
iterationsLabel: 'Itereringsdjup',
|
|
62
|
-
contrastLabel: 'Flyktkontrast',
|
|
63
|
-
colorLabel: 'Färgfält',
|
|
64
|
-
paletteEmber: 'Glödbands',
|
|
65
|
-
paletteLagoon: 'Lagunplasma',
|
|
66
|
-
paletteInk: 'Spektrum',
|
|
67
|
-
},
|
|
68
|
-
seo: [
|
|
69
|
-
{
|
|
70
|
-
type: 'title',
|
|
71
|
-
text: 'Kalkylator för Mandelbrotmängden, flykttid och självlikhet',
|
|
72
|
-
level: 2,
|
|
73
|
-
},
|
|
74
|
-
{
|
|
75
|
-
type: 'paragraph',
|
|
76
|
-
html: 'Denna Mandelbrotfraktalkalkylator återger den klassiska mängden i det komplexta talplanet z(n+1) = z(n)^2 + c. Den är utformad för utforskning.',
|
|
77
|
-
},
|
|
78
|
-
{
|
|
79
|
-
type: 'title',
|
|
80
|
-
text: 'Hur du läser Mandelbrotbilden',
|
|
81
|
-
level: 3,
|
|
82
|
-
},
|
|
83
|
-
{
|
|
84
|
-
type: 'paragraph',
|
|
85
|
-
html: 'Den mörka centrala formen markerar punkter vars omloppsbanor förblir begränsade. Den färgade utsidan är en flykttidskarta.',
|
|
86
|
-
},
|
|
87
|
-
{
|
|
88
|
-
type: 'table',
|
|
89
|
-
headers: ['Reglage', 'Vad det ändrar', 'När du ska öka'],
|
|
90
|
-
rows: [
|
|
91
|
-
['<strong>Iterationsdjup</strong>', 'Hur många rekursionssteg som testas för varje pixel.', 'Använd högre värden efter zoomning i tunna strukturer.'],
|
|
92
|
-
['<strong>Flyktkontrast</strong>', 'Hur skarpt jämna flyktvärden delas upp i synliga band.', 'Öka om bilden ser platt ut.'],
|
|
93
|
-
['<strong>Palett</strong>', 'Färgkartan som appliceras på yttre punkter.', 'Byt palett för att synliggöra dolda strukturer.'],
|
|
94
|
-
],
|
|
95
|
-
},
|
|
96
|
-
{
|
|
97
|
-
type: 'title',
|
|
98
|
-
text: 'Självlikhet och minibrots',
|
|
99
|
-
level: 3,
|
|
100
|
-
},
|
|
101
|
-
{
|
|
102
|
-
type: 'paragraph',
|
|
103
|
-
html: 'En anledning till Mandelbrotmängdens kändisskap är dess quasi-självlikhet. När du zoomar in i spiraler möter du återkommande små kopior av mängden, så kallade minibrots.',
|
|
104
|
-
},
|
|
105
|
-
{
|
|
106
|
-
type: 'title',
|
|
107
|
-
text: 'Varför höga iterationer väger tungt vid djupzoom',
|
|
108
|
-
level: 3,
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
2
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
|
|
4
|
+
const slug = 'mandelbrot-fraktalkalkylator';
|
|
5
|
+
const title = 'Mandelbrot fraktalkalkylator & Självlikhetsutforskare';
|
|
6
|
+
const description = 'Utforska Mandelbrotmängden, zooma in på självliknande fraktalgränser och jämför itereringsdjup, färgkontrast och komplexa koordinater.';
|
|
7
|
+
|
|
8
|
+
const howTo = [
|
|
9
|
+
{
|
|
10
|
+
name: 'Välj ett område av Mandelbrotmängden',
|
|
11
|
+
text: 'Börja med hela mängden eller hoppa direkt till ett högupplöst område som hästskodalen eller en spiralminibrot.',
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
name: 'Zooma genom att klicka på bilden',
|
|
15
|
+
text: 'Klicka på valfri punkt på canvas-ytan för att återcentrera det komplexa planet och förstora fraktalen runt den koordinaten.',
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
name: 'Justera itereringsdjup och färgkontrast',
|
|
19
|
+
text: 'Öka itereringsbudgeten för att avslöja finare gränsstrukturer, justera sedan kontrast och palett för att göra flykttidsbanden lättare att tyda.',
|
|
20
|
+
},
|
|
21
|
+
];
|
|
22
|
+
|
|
23
|
+
const faq = [
|
|
24
|
+
{
|
|
25
|
+
question: 'Vad visar Mandelbrotmängdskalkylatorn?',
|
|
26
|
+
answer: 'Den visar vilka komplexa tal c som håller rekursionen z(n+1) = z(n)^2 + c begränsad när man börjar från z = 0. Punkter som aldrig "flyr" inom den valda itereringsbudgeten färgsätts som medlemmar av mängden, medan yttre punkter färgsätts baserat på hur snabbt deras bana flyr mot oändligheten.',
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
question: 'Varför innehåller Mandelbrotmängdens gräns så mycket detaljer?',
|
|
30
|
+
answer: 'Gränsen separerar stabila från flyende banor, och små koordinatförändringar nära den gränsen kan fullständigt ändra långtidsbeteendet. Denna känslighet skapar kapslade bubblor, spiraler, filament och miniatyrkopior som uppträder på många förstoringsnivåer.',
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
question: 'Är Mandelbrotmängden verkligen självliknande?',
|
|
34
|
+
answer: 'Den är inte perfekt självliknande på samma strikta sätt som en Sierpinski-triangel, men den är rikligt kvasi-självliknande. Små kopior av hela mängden uppträder överallt i det komplexa planet, ofta förvridna och sammanbundna av utstuderade grenstrukturer.',
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
question: 'Vad styr itereringsantalet?',
|
|
38
|
+
answer: 'Itereringsantalet styr hur länge kalkylatorn testar varje punkt innan den beslutar att den sannolikt tillhör mängden. Högre värden avslöjar djupare filament och renare minibrots, men kräver mer beräkningskapacitet per pixel.',
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
question: 'Varför ändras färgerna utanför det svarta området?',
|
|
42
|
+
answer: 'De yttre färgerna baseras på flykttid: punkter som flyr snabbt får andra färger än punkter som håller sig nära mängden under många iterationer. Jämn färgläggning minskar hårda band och gör geometrin hos närliggande banor lättare att inspektera.',
|
|
43
|
+
},
|
|
44
|
+
];
|
|
45
|
+
|
|
46
|
+
export const content: ToolLocaleContent = {
|
|
47
|
+
slug,
|
|
48
|
+
title,
|
|
49
|
+
description,
|
|
50
|
+
ui: {
|
|
51
|
+
title: 'Mandelbrot fraktalkalkylator',
|
|
52
|
+
canvasLabel: 'Interaktiv Mandelbrotmängd-canvas',
|
|
53
|
+
presetsLabel: 'Förinställda Mandelbrotområden',
|
|
54
|
+
presetFull: 'Hela mängden',
|
|
55
|
+
presetSeahorse: 'Hästskodalen',
|
|
56
|
+
presetSpiral: 'Spiralminibrot',
|
|
57
|
+
centerPoint: 'Centrum',
|
|
58
|
+
magnification: 'Förstoring',
|
|
59
|
+
visibleWindow: 'Synligt fönster',
|
|
60
|
+
renderBudget: 'Iterationer',
|
|
61
|
+
iterationsLabel: 'Itereringsdjup',
|
|
62
|
+
contrastLabel: 'Flyktkontrast',
|
|
63
|
+
colorLabel: 'Färgfält',
|
|
64
|
+
paletteEmber: 'Glödbands',
|
|
65
|
+
paletteLagoon: 'Lagunplasma',
|
|
66
|
+
paletteInk: 'Spektrum',
|
|
67
|
+
},
|
|
68
|
+
seo: [
|
|
69
|
+
{
|
|
70
|
+
type: 'title',
|
|
71
|
+
text: 'Kalkylator för Mandelbrotmängden, flykttid och självlikhet',
|
|
72
|
+
level: 2,
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
type: 'paragraph',
|
|
76
|
+
html: 'Denna Mandelbrotfraktalkalkylator återger den klassiska mängden i det komplexta talplanet z(n+1) = z(n)^2 + c. Den är utformad för utforskning.',
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
type: 'title',
|
|
80
|
+
text: 'Hur du läser Mandelbrotbilden',
|
|
81
|
+
level: 3,
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
type: 'paragraph',
|
|
85
|
+
html: 'Den mörka centrala formen markerar punkter vars omloppsbanor förblir begränsade. Den färgade utsidan är en flykttidskarta.',
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
type: 'table',
|
|
89
|
+
headers: ['Reglage', 'Vad det ändrar', 'När du ska öka'],
|
|
90
|
+
rows: [
|
|
91
|
+
['<strong>Iterationsdjup</strong>', 'Hur många rekursionssteg som testas för varje pixel.', 'Använd högre värden efter zoomning i tunna strukturer.'],
|
|
92
|
+
['<strong>Flyktkontrast</strong>', 'Hur skarpt jämna flyktvärden delas upp i synliga band.', 'Öka om bilden ser platt ut.'],
|
|
93
|
+
['<strong>Palett</strong>', 'Färgkartan som appliceras på yttre punkter.', 'Byt palett för att synliggöra dolda strukturer.'],
|
|
94
|
+
],
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
type: 'title',
|
|
98
|
+
text: 'Självlikhet och minibrots',
|
|
99
|
+
level: 3,
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
type: 'paragraph',
|
|
103
|
+
html: 'En anledning till Mandelbrotmängdens kändisskap är dess quasi-självlikhet. När du zoomar in i spiraler möter du återkommande små kopior av mängden, så kallade minibrots.',
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
type: 'title',
|
|
107
|
+
text: 'Varför höga iterationer väger tungt vid djupzoom',
|
|
108
|
+
level: 3,
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
type: 'paragraph',
|
|
112
|
+
html: 'Vid hög förstoring kräver randpunkter betydligt fler steg för att avgöra om de flyr. För få iterationer gör att fina detaljer ser suddiga ut.',
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
type: 'title',
|
|
116
|
+
text: 'Matematisk betydelse för komplexa koordinater',
|
|
117
|
+
level: 3,
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
type: 'paragraph',
|
|
121
|
+
html: 'Koordinatvisningen visar mitten av vykortet som ett komplext tal c = a + bi, där den horisontella axeln är realdelen och den vertikala är imaginärdelen.',
|
|
109
122
|
},
|
|
110
123
|
{
|
|
111
124
|
type: 'paragraph',
|
|
112
|
-
html: '
|
|
113
|
-
},
|
|
114
|
-
{
|
|
115
|
-
type: 'title',
|
|
116
|
-
text: 'Matematisk betydelse för komplexa koordinater',
|
|
117
|
-
level: 3,
|
|
125
|
+
html: 'Öka iterationsgränsen när du vill undersöka detaljer nära kanten, men kom ihåg att fler beräkningar kan göra bilden långsammare. Färgen beskriver beräknad flykthastighet och är en visuell kod, inte en separat matematisk egenskap. Spara centrum, zoomnivå och palett för att kunna jämföra samma område igen.',
|
|
118
126
|
},
|
|
119
127
|
{
|
|
120
128
|
type: 'paragraph',
|
|
121
|
-
html: '
|
|
129
|
+
html: 'Varje zoom visar ett nytt område av det komplexa planet och små förändringar kan avslöja nya detaljer. Anteckna koordinater, zoom och iterationsgräns om du vill återskapa en bild. Resultatet är en visualisering av regeln z = z² + c och påverkas av numerisk precision, inte ett slumpmässigt mönster.',
|
|
122
130
|
},
|
|
131
|
+
{ type: 'paragraph', html: 'Den här förklaringen tydliggör modellens antaganden och visar hur parametrarna ändrar resultatet. Ändra en variabel i taget och jämför flera körningar så att varje skillnad kan kopplas till en tydlig orsak. Visualiseringen är en pedagogisk approximation: ett verkligt system innehåller fler variabler, mätosäkerheter och randvillkor. Använd resultatet för att förstå storleksordningar, ställa frågor och jämföra scenarier. För praktiska beslut eller vetenskaplig analys måste primärdata, enheter och relevanta källor alltid kontrolleras. Spara inställningarna om du vill upprepa beräkningen och diskutera modellens begränsningar.' },
|
|
123
132
|
],
|
|
124
133
|
faq,
|
|
125
|
-
bibliography,
|
|
126
|
-
howTo,
|
|
127
|
-
schemas: [
|
|
128
|
-
{
|
|
129
|
-
'@context': 'https://schema.org',
|
|
130
|
-
'@type': 'SoftwareApplication',
|
|
131
|
-
name: title,
|
|
132
|
-
description,
|
|
133
|
-
applicationCategory: 'ScientificApplication',
|
|
134
|
-
operatingSystem: 'Any',
|
|
135
|
-
},
|
|
136
|
-
{
|
|
137
|
-
'@context': 'https://schema.org',
|
|
138
|
-
'@type': 'FAQPage',
|
|
139
|
-
mainEntity: faq.map((item) => ({
|
|
140
|
-
'@type': 'Question',
|
|
141
|
-
name: item.question,
|
|
142
|
-
acceptedAnswer: {
|
|
143
|
-
'@type': 'Answer',
|
|
144
|
-
text: item.answer,
|
|
145
|
-
},
|
|
146
|
-
})),
|
|
147
|
-
},
|
|
148
|
-
{
|
|
149
|
-
'@context': 'https://schema.org',
|
|
150
|
-
'@type': 'HowTo',
|
|
151
|
-
name: title,
|
|
152
|
-
step: howTo.map((step) => ({
|
|
153
|
-
'@type': 'HowToStep',
|
|
154
|
-
name: step.name,
|
|
155
|
-
text: step.text,
|
|
156
|
-
})),
|
|
157
|
-
},
|
|
158
|
-
],
|
|
159
|
-
};
|
|
134
|
+
bibliography,
|
|
135
|
+
howTo,
|
|
136
|
+
schemas: [
|
|
137
|
+
{
|
|
138
|
+
'@context': 'https://schema.org',
|
|
139
|
+
'@type': 'SoftwareApplication',
|
|
140
|
+
name: title,
|
|
141
|
+
description,
|
|
142
|
+
applicationCategory: 'ScientificApplication',
|
|
143
|
+
operatingSystem: 'Any',
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
'@context': 'https://schema.org',
|
|
147
|
+
'@type': 'FAQPage',
|
|
148
|
+
mainEntity: faq.map((item) => ({
|
|
149
|
+
'@type': 'Question',
|
|
150
|
+
name: item.question,
|
|
151
|
+
acceptedAnswer: {
|
|
152
|
+
'@type': 'Answer',
|
|
153
|
+
text: item.answer,
|
|
154
|
+
},
|
|
155
|
+
})),
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
'@context': 'https://schema.org',
|
|
159
|
+
'@type': 'HowTo',
|
|
160
|
+
name: title,
|
|
161
|
+
step: howTo.map((step) => ({
|
|
162
|
+
'@type': 'HowToStep',
|
|
163
|
+
name: step.name,
|
|
164
|
+
text: step.text,
|
|
165
|
+
})),
|
|
166
|
+
},
|
|
167
|
+
],
|
|
168
|
+
};
|
|
@@ -1,159 +1,159 @@
|
|
|
1
|
-
import { bibliography } from '../bibliography';
|
|
2
|
-
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
-
|
|
4
|
-
const slug = 'mandelbrot-fraktal-hesaplayici';
|
|
5
|
-
const title = 'Mandelbrot Fraktal Hesaplayici & Self Similarity Explorer';
|
|
6
|
-
const description = 'Mandelbrot kumesini kesfedin, kendine benzeyen fraktal sinirlara yakinsayin ve yineleme derinligi, renk kontrasti ve karmasik duzlem koordinatlarini karsilastirin.';
|
|
7
|
-
|
|
8
|
-
const howTo = [
|
|
9
|
-
{
|
|
10
|
-
name: 'Mandelbrot kumesinin bir bolgesini secin',
|
|
11
|
-
text: 'Tam kumeden baslayin veya denizati vadisi ya da spiral minibrot gibi yuksek detayli bir bolgeye dogrudan atlayin.',
|
|
12
|
-
},
|
|
13
|
-
{
|
|
14
|
-
name: 'Gorsele tiklayarak yakinsayin',
|
|
15
|
-
text: 'Canvas uzerindeki herhangi bir noktaya tiklayarak karmasik duzlemi yeniden merkezleyin ve fraktali o koordinat etrafinda buyutun.',
|
|
16
|
-
},
|
|
17
|
-
{
|
|
18
|
-
name: 'Yineleme derinligini ve renk kontrastini ayarlayin',
|
|
19
|
-
text: 'Daha ince sinir yapisini ortaya cikarmak icin yineleme butcesini artirin, ardindan kacis suresi bantlarini daha okunabilir hale getirmek icin kontrast ve paleti ayarlayin.',
|
|
20
|
-
},
|
|
21
|
-
];
|
|
22
|
-
|
|
23
|
-
const faq = [
|
|
24
|
-
{
|
|
25
|
-
question: 'Mandelbrot kumesi hesaplayicisi ne gosterir?',
|
|
26
|
-
answer: 'z = 0 dan baslandiginda z(n+1) = z(n)^2 + c yinelemesini sinirli tutan karmasik sayilari c gosterir. Secilen yineleme butcesi icinde asla kacmayan noktalar kumenin uyeleri olarak renklendirilirken, dis noktalar yorungelerinin ne kadar hizli kactigina gore renklendirilir.',
|
|
27
|
-
},
|
|
28
|
-
{
|
|
29
|
-
question: 'Mandelbrot kume siniri neden bu kadar cok detay iceriyor?',
|
|
30
|
-
answer: 'Sinir, kararli ve kacan yorungeleri ayirir ve bu sinir yakinindaki kucuk koordinat degisiklikleri uzun vadeli davranisi tamamen degistirebilir. Bu hassasiyet, ice ice gecmis ampuller, spiraller, filamentler ve bircok buyutme seviyesinde ortaya cikan minyatur kopyalar olusturur.',
|
|
31
|
-
},
|
|
32
|
-
{
|
|
33
|
-
question: 'Mandelbrot kumesi gercekten kendine benzer mi?',
|
|
34
|
-
answer: 'Bir Sierpinski ucgeni ile ayni katı anlamda mukemmel sekilde kendine benzemez, ancak zengin bir yari-kendine benzerlige sahiptir. Tum kumenin kucuk kopyalari duzlem boyunca, genellikle bozulmus ve ayrintili dallanma yapilariyla birbirine baglanmis olarak gorunur.',
|
|
35
|
-
},
|
|
36
|
-
{
|
|
37
|
-
question: 'Yineleme sayisi neyi kontrol eder?',
|
|
38
|
-
answer: 'Yineleme sayisi, hesaplayicinin her noktayi muhtemelen kumeye ait olduguna karar vermeden once ne kadar sure test edecegini kontrol eder. Daha yuksek degerler daha derin filamentleri ve daha temiz minibrotlari ortaya cikarir, ancak piksel basina daha fazla hesaplama gerektirir.',
|
|
39
|
-
},
|
|
40
|
-
{
|
|
41
|
-
question: 'Siyah bolgenin disinda renkler neden degisiyor?',
|
|
42
|
-
answer: 'Dis renkler kacis suresine dayanir: hizli kacan noktaler, bircok yineleme boyunca kumeye yakin kalan noktalardan farkli renkler alir. Yumusak renklendirme sert bantlari azaltir ve yakin yorungelerin geometrisini incelemeyi kolaylastirir.',
|
|
43
|
-
},
|
|
44
|
-
];
|
|
45
|
-
|
|
46
|
-
export const content: ToolLocaleContent = {
|
|
47
|
-
slug,
|
|
48
|
-
title,
|
|
49
|
-
description,
|
|
50
|
-
ui: {
|
|
51
|
-
title: 'Mandelbrot Fraktal Hesaplayici',
|
|
52
|
-
canvasLabel: 'Etkilesimli Mandelbrot kumesi canvas',
|
|
53
|
-
presetsLabel: 'Mandelbrot bolgesi on ayarlari',
|
|
54
|
-
presetFull: 'Tam Kume',
|
|
55
|
-
presetSeahorse: 'Denizati Vadisi',
|
|
56
|
-
presetSpiral: 'Spiral Minibrot',
|
|
57
|
-
centerPoint: 'Merkez',
|
|
58
|
-
magnification: 'Buyutme',
|
|
59
|
-
visibleWindow: 'Gorunur pencere',
|
|
60
|
-
renderBudget: 'Yineleme',
|
|
61
|
-
iterationsLabel: 'Yineleme derinligi',
|
|
62
|
-
contrastLabel: 'Kacis kontrasti',
|
|
63
|
-
colorLabel: 'Renk alani',
|
|
64
|
-
paletteEmber: 'Kor bantlari',
|
|
65
|
-
paletteLagoon: 'Lagun plazmasi',
|
|
66
|
-
paletteInk: 'Murekkep spektrumu',
|
|
67
|
-
},
|
|
68
|
-
seo: [
|
|
69
|
-
{
|
|
70
|
-
type: 'title',
|
|
71
|
-
text: 'Mandelbrot Set Calculator for Fractals, Escape Time, and Self-Similarity',
|
|
72
|
-
level: 2,
|
|
73
|
-
},
|
|
74
|
-
{
|
|
75
|
-
type: 'paragraph',
|
|
76
|
-
html: 'Bu Mandelbrot fraktal hesaplayicisi, <strong>z(n+1) = z(n)^2 + c</strong> yinelemesiyle tanimlanan klasik karmasik duzlem kumesini render eder. Pasif izlemeden ziyade kesif icin tasarlanmistir: her tiklayis duzlemi yeniden merkezler, her yakinsama daha kucuk bir matematiksel komsulugu ortaya cikarir ve yineleme kaydiricisi, hesaplayicinin bir noktayi kararli veya kacan olarak renklendirmeden once siniri ne kadar derin test etmesi gerektigine karar vermenizi saglar.',
|
|
77
|
-
},
|
|
78
|
-
{
|
|
79
|
-
type: 'title',
|
|
80
|
-
text: 'How to Read the Mandelbrot Image',
|
|
81
|
-
level: 3,
|
|
82
|
-
},
|
|
83
|
-
{
|
|
84
|
-
type: 'paragraph',
|
|
85
|
-
html: 'Koyu merkezi sekil, yorungeleri mevcut yineleme butcesi icinde sinirli kalan noktalari isaretler. Renkli dis kisim bir kacis suresi haritasidir. Kumeye yakin renklendirilmis bir nokta, buyuklugu kacis yaricapini asmadan once yuzlerce yineleme hayatta kalabilirken, uzaktaki bir nokta neredeyse aninda kacar. Bilimsel olarak en ilginc geometri genellikle dolu seklin icinde degil, sinirli ve sinirsiz davranisin ic ice gectigi sinir boyuncadir.',
|
|
86
|
-
},
|
|
87
|
-
{
|
|
88
|
-
type: 'table',
|
|
89
|
-
headers: ['Kontrol', 'Neyi degistirir', 'Ne zaman artirilmali'],
|
|
90
|
-
rows: [
|
|
91
|
-
['<strong>Yineleme derinligi</strong>', 'Her piksel icin kac yineleme adiminin test edildigi.', 'Ince filamentlere veya minyatur kopyalara yakinsadiktan sonra daha yuksek degerler kullanin.'],
|
|
92
|
-
['<strong>Kacis kontrasti</strong>', 'Yumusak kacis degerlerinin gorunur bantlara ne kadar guclu ayrildigi.', 'Goruntu duz gorundugunde yukseltin; renkler cok sert oldugunda dusurun.'],
|
|
93
|
-
['<strong>Palet</strong>', 'Dis noktalara uygulanan renk eslemesi.', 'Bir renk alani tarafindan gizlenebilecek yapilari ortaya cikarmak icin paletleri degistirin.'],
|
|
94
|
-
],
|
|
95
|
-
},
|
|
96
|
-
{
|
|
97
|
-
type: 'title',
|
|
98
|
-
text: 'Self-Similarity and Minibrots',
|
|
99
|
-
level: 3,
|
|
100
|
-
},
|
|
101
|
-
{
|
|
102
|
-
type: 'paragraph',
|
|
103
|
-
html: 'Mandelbrot kumesinin bu kadar unlu olmasinin bir nedeni yari-kendine benzerligidir. Antenlere, spirallere ve vadilere yakinsadikca, minibrotlar olarak adlandirilan kucuk Mandelbrot benzeri adalarla tekrar tekrar karsilasirsiniz. Bu kopyalar sadece dekoratif degildir. Dizilisleri, periyodik ampuller, bifurcation patternleri ve yorungelerin kacmadan once uzun sureler boyunca kapali kaldigi bolgeler dahil olmak uzere, karesel haritalarin dinamigini yansitir.',
|
|
104
|
-
},
|
|
105
|
-
{
|
|
106
|
-
type: 'title',
|
|
107
|
-
text: 'Why Higher Iterations Matter at Deep Zoom',
|
|
108
|
-
level: 3,
|
|
109
|
-
},
|
|
110
|
-
{
|
|
111
|
-
type: 'paragraph',
|
|
112
|
-
html: 'Tam kume goruntusunde, makul bir yineleme siniri taninabilir bir goruntu verir. Ancak daha derin buyutmede, bircok sinir noktasi kacip kacmadiklarini ortaya cikarmak icin cok daha uzun surer. Yineleme siniri cok dusukse, ince yapilar yanlislikla kat veya bulanik gorunebilir. Yineleme sayisini yukseltmek sinir siniflandirmasini iyilestirir ve hesaplayicinin dar dallari, spiral kollari ve uydu ampulleri daha fazla guvenle cozmesini saglar.',
|
|
113
|
-
},
|
|
114
|
-
{
|
|
115
|
-
type: 'title',
|
|
116
|
-
text: 'Mathematical Meaning of the Complex Coordinates',
|
|
117
|
-
level: 3,
|
|
118
|
-
},
|
|
119
|
-
{
|
|
120
|
-
type: 'paragraph',
|
|
121
|
-
html: 'Koordinat okumasi, goruntuleme alaninin mevcut merkezini karmasik bir sayi olarak c = a + bi gosterir. Yatay eksen gercek kisim, dikey eksen ise sanal kisimdir. Canvas uzerine tiklamak yeni bir karmasik koordinat secer ve ardindan gorunur pencereyi onun etrafinda buyutur. Bu, araci fraktalin gorsel bolgelerinin karmasik duzlemdeki kesin konumlara nasil karsilik geldigini ogrenmek icin kullanisli hale getirir.',
|
|
122
|
-
},
|
|
123
|
-
],
|
|
124
|
-
faq,
|
|
125
|
-
bibliography,
|
|
126
|
-
howTo,
|
|
127
|
-
schemas: [
|
|
128
|
-
{
|
|
129
|
-
'@context': 'https://schema.org',
|
|
130
|
-
'@type': 'SoftwareApplication',
|
|
131
|
-
name: title,
|
|
132
|
-
description,
|
|
133
|
-
applicationCategory: 'ScientificApplication',
|
|
134
|
-
operatingSystem: 'Any',
|
|
135
|
-
},
|
|
136
|
-
{
|
|
137
|
-
'@context': 'https://schema.org',
|
|
138
|
-
'@type': 'FAQPage',
|
|
139
|
-
mainEntity: faq.map((item) => ({
|
|
140
|
-
'@type': 'Question',
|
|
141
|
-
name: item.question,
|
|
142
|
-
acceptedAnswer: {
|
|
143
|
-
'@type': 'Answer',
|
|
144
|
-
text: item.answer,
|
|
145
|
-
},
|
|
146
|
-
})),
|
|
147
|
-
},
|
|
148
|
-
{
|
|
149
|
-
'@context': 'https://schema.org',
|
|
150
|
-
'@type': 'HowTo',
|
|
151
|
-
name: title,
|
|
152
|
-
step: howTo.map((step) => ({
|
|
153
|
-
'@type': 'HowToStep',
|
|
154
|
-
name: step.name,
|
|
155
|
-
text: step.text,
|
|
156
|
-
})),
|
|
157
|
-
},
|
|
158
|
-
],
|
|
159
|
-
};
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
2
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
|
|
4
|
+
const slug = 'mandelbrot-fraktal-hesaplayici';
|
|
5
|
+
const title = 'Mandelbrot Fraktal Hesaplayici & Self Similarity Explorer';
|
|
6
|
+
const description = 'Mandelbrot kumesini kesfedin, kendine benzeyen fraktal sinirlara yakinsayin ve yineleme derinligi, renk kontrasti ve karmasik duzlem koordinatlarini karsilastirin.';
|
|
7
|
+
|
|
8
|
+
const howTo = [
|
|
9
|
+
{
|
|
10
|
+
name: 'Mandelbrot kumesinin bir bolgesini secin',
|
|
11
|
+
text: 'Tam kumeden baslayin veya denizati vadisi ya da spiral minibrot gibi yuksek detayli bir bolgeye dogrudan atlayin.',
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
name: 'Gorsele tiklayarak yakinsayin',
|
|
15
|
+
text: 'Canvas uzerindeki herhangi bir noktaya tiklayarak karmasik duzlemi yeniden merkezleyin ve fraktali o koordinat etrafinda buyutun.',
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
name: 'Yineleme derinligini ve renk kontrastini ayarlayin',
|
|
19
|
+
text: 'Daha ince sinir yapisini ortaya cikarmak icin yineleme butcesini artirin, ardindan kacis suresi bantlarini daha okunabilir hale getirmek icin kontrast ve paleti ayarlayin.',
|
|
20
|
+
},
|
|
21
|
+
];
|
|
22
|
+
|
|
23
|
+
const faq = [
|
|
24
|
+
{
|
|
25
|
+
question: 'Mandelbrot kumesi hesaplayicisi ne gosterir?',
|
|
26
|
+
answer: 'z = 0 dan baslandiginda z(n+1) = z(n)^2 + c yinelemesini sinirli tutan karmasik sayilari c gosterir. Secilen yineleme butcesi icinde asla kacmayan noktalar kumenin uyeleri olarak renklendirilirken, dis noktalar yorungelerinin ne kadar hizli kactigina gore renklendirilir.',
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
question: 'Mandelbrot kume siniri neden bu kadar cok detay iceriyor?',
|
|
30
|
+
answer: 'Sinir, kararli ve kacan yorungeleri ayirir ve bu sinir yakinindaki kucuk koordinat degisiklikleri uzun vadeli davranisi tamamen degistirebilir. Bu hassasiyet, ice ice gecmis ampuller, spiraller, filamentler ve bircok buyutme seviyesinde ortaya cikan minyatur kopyalar olusturur.',
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
question: 'Mandelbrot kumesi gercekten kendine benzer mi?',
|
|
34
|
+
answer: 'Bir Sierpinski ucgeni ile ayni katı anlamda mukemmel sekilde kendine benzemez, ancak zengin bir yari-kendine benzerlige sahiptir. Tum kumenin kucuk kopyalari duzlem boyunca, genellikle bozulmus ve ayrintili dallanma yapilariyla birbirine baglanmis olarak gorunur.',
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
question: 'Yineleme sayisi neyi kontrol eder?',
|
|
38
|
+
answer: 'Yineleme sayisi, hesaplayicinin her noktayi muhtemelen kumeye ait olduguna karar vermeden once ne kadar sure test edecegini kontrol eder. Daha yuksek degerler daha derin filamentleri ve daha temiz minibrotlari ortaya cikarir, ancak piksel basina daha fazla hesaplama gerektirir.',
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
question: 'Siyah bolgenin disinda renkler neden degisiyor?',
|
|
42
|
+
answer: 'Dis renkler kacis suresine dayanir: hizli kacan noktaler, bircok yineleme boyunca kumeye yakin kalan noktalardan farkli renkler alir. Yumusak renklendirme sert bantlari azaltir ve yakin yorungelerin geometrisini incelemeyi kolaylastirir.',
|
|
43
|
+
},
|
|
44
|
+
];
|
|
45
|
+
|
|
46
|
+
export const content: ToolLocaleContent = {
|
|
47
|
+
slug,
|
|
48
|
+
title,
|
|
49
|
+
description,
|
|
50
|
+
ui: {
|
|
51
|
+
title: 'Mandelbrot Fraktal Hesaplayici',
|
|
52
|
+
canvasLabel: 'Etkilesimli Mandelbrot kumesi canvas',
|
|
53
|
+
presetsLabel: 'Mandelbrot bolgesi on ayarlari',
|
|
54
|
+
presetFull: 'Tam Kume',
|
|
55
|
+
presetSeahorse: 'Denizati Vadisi',
|
|
56
|
+
presetSpiral: 'Spiral Minibrot',
|
|
57
|
+
centerPoint: 'Merkez',
|
|
58
|
+
magnification: 'Buyutme',
|
|
59
|
+
visibleWindow: 'Gorunur pencere',
|
|
60
|
+
renderBudget: 'Yineleme',
|
|
61
|
+
iterationsLabel: 'Yineleme derinligi',
|
|
62
|
+
contrastLabel: 'Kacis kontrasti',
|
|
63
|
+
colorLabel: 'Renk alani',
|
|
64
|
+
paletteEmber: 'Kor bantlari',
|
|
65
|
+
paletteLagoon: 'Lagun plazmasi',
|
|
66
|
+
paletteInk: 'Murekkep spektrumu',
|
|
67
|
+
},
|
|
68
|
+
seo: [
|
|
69
|
+
{
|
|
70
|
+
type: 'title',
|
|
71
|
+
text: 'Mandelbrot Set Calculator for Fractals, Escape Time, and Self-Similarity',
|
|
72
|
+
level: 2,
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
type: 'paragraph',
|
|
76
|
+
html: 'Bu Mandelbrot fraktal hesaplayicisi, <strong>z(n+1) = z(n)^2 + c</strong> yinelemesiyle tanimlanan klasik karmasik duzlem kumesini render eder. Pasif izlemeden ziyade kesif icin tasarlanmistir: her tiklayis duzlemi yeniden merkezler, her yakinsama daha kucuk bir matematiksel komsulugu ortaya cikarir ve yineleme kaydiricisi, hesaplayicinin bir noktayi kararli veya kacan olarak renklendirmeden once siniri ne kadar derin test etmesi gerektigine karar vermenizi saglar.',
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
type: 'title',
|
|
80
|
+
text: 'How to Read the Mandelbrot Image',
|
|
81
|
+
level: 3,
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
type: 'paragraph',
|
|
85
|
+
html: 'Koyu merkezi sekil, yorungeleri mevcut yineleme butcesi icinde sinirli kalan noktalari isaretler. Renkli dis kisim bir kacis suresi haritasidir. Kumeye yakin renklendirilmis bir nokta, buyuklugu kacis yaricapini asmadan once yuzlerce yineleme hayatta kalabilirken, uzaktaki bir nokta neredeyse aninda kacar. Bilimsel olarak en ilginc geometri genellikle dolu seklin icinde degil, sinirli ve sinirsiz davranisin ic ice gectigi sinir boyuncadir.',
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
type: 'table',
|
|
89
|
+
headers: ['Kontrol', 'Neyi degistirir', 'Ne zaman artirilmali'],
|
|
90
|
+
rows: [
|
|
91
|
+
['<strong>Yineleme derinligi</strong>', 'Her piksel icin kac yineleme adiminin test edildigi.', 'Ince filamentlere veya minyatur kopyalara yakinsadiktan sonra daha yuksek degerler kullanin.'],
|
|
92
|
+
['<strong>Kacis kontrasti</strong>', 'Yumusak kacis degerlerinin gorunur bantlara ne kadar guclu ayrildigi.', 'Goruntu duz gorundugunde yukseltin; renkler cok sert oldugunda dusurun.'],
|
|
93
|
+
['<strong>Palet</strong>', 'Dis noktalara uygulanan renk eslemesi.', 'Bir renk alani tarafindan gizlenebilecek yapilari ortaya cikarmak icin paletleri degistirin.'],
|
|
94
|
+
],
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
type: 'title',
|
|
98
|
+
text: 'Self-Similarity and Minibrots',
|
|
99
|
+
level: 3,
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
type: 'paragraph',
|
|
103
|
+
html: 'Mandelbrot kumesinin bu kadar unlu olmasinin bir nedeni yari-kendine benzerligidir. Antenlere, spirallere ve vadilere yakinsadikca, minibrotlar olarak adlandirilan kucuk Mandelbrot benzeri adalarla tekrar tekrar karsilasirsiniz. Bu kopyalar sadece dekoratif degildir. Dizilisleri, periyodik ampuller, bifurcation patternleri ve yorungelerin kacmadan once uzun sureler boyunca kapali kaldigi bolgeler dahil olmak uzere, karesel haritalarin dinamigini yansitir.',
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
type: 'title',
|
|
107
|
+
text: 'Why Higher Iterations Matter at Deep Zoom',
|
|
108
|
+
level: 3,
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
type: 'paragraph',
|
|
112
|
+
html: 'Tam kume goruntusunde, makul bir yineleme siniri taninabilir bir goruntu verir. Ancak daha derin buyutmede, bircok sinir noktasi kacip kacmadiklarini ortaya cikarmak icin cok daha uzun surer. Yineleme siniri cok dusukse, ince yapilar yanlislikla kat veya bulanik gorunebilir. Yineleme sayisini yukseltmek sinir siniflandirmasini iyilestirir ve hesaplayicinin dar dallari, spiral kollari ve uydu ampulleri daha fazla guvenle cozmesini saglar.',
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
type: 'title',
|
|
116
|
+
text: 'Mathematical Meaning of the Complex Coordinates',
|
|
117
|
+
level: 3,
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
type: 'paragraph',
|
|
121
|
+
html: 'Koordinat okumasi, goruntuleme alaninin mevcut merkezini karmasik bir sayi olarak c = a + bi gosterir. Yatay eksen gercek kisim, dikey eksen ise sanal kisimdir. Canvas uzerine tiklamak yeni bir karmasik koordinat secer ve ardindan gorunur pencereyi onun etrafinda buyutur. Bu, araci fraktalin gorsel bolgelerinin karmasik duzlemdeki kesin konumlara nasil karsilik geldigini ogrenmek icin kullanisli hale getirir.',
|
|
122
|
+
},
|
|
123
|
+
],
|
|
124
|
+
faq,
|
|
125
|
+
bibliography,
|
|
126
|
+
howTo,
|
|
127
|
+
schemas: [
|
|
128
|
+
{
|
|
129
|
+
'@context': 'https://schema.org',
|
|
130
|
+
'@type': 'SoftwareApplication',
|
|
131
|
+
name: title,
|
|
132
|
+
description,
|
|
133
|
+
applicationCategory: 'ScientificApplication',
|
|
134
|
+
operatingSystem: 'Any',
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
'@context': 'https://schema.org',
|
|
138
|
+
'@type': 'FAQPage',
|
|
139
|
+
mainEntity: faq.map((item) => ({
|
|
140
|
+
'@type': 'Question',
|
|
141
|
+
name: item.question,
|
|
142
|
+
acceptedAnswer: {
|
|
143
|
+
'@type': 'Answer',
|
|
144
|
+
text: item.answer,
|
|
145
|
+
},
|
|
146
|
+
})),
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
'@context': 'https://schema.org',
|
|
150
|
+
'@type': 'HowTo',
|
|
151
|
+
name: title,
|
|
152
|
+
step: howTo.map((step) => ({
|
|
153
|
+
'@type': 'HowToStep',
|
|
154
|
+
name: step.name,
|
|
155
|
+
text: step.text,
|
|
156
|
+
})),
|
|
157
|
+
},
|
|
158
|
+
],
|
|
159
|
+
};
|