@jjlmoya/utils-science 1.51.0 → 1.53.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
- package/scripts/crystal-lattice-catalog-translations.mjs +1 -0
- package/src/category/i18n/es.ts +3 -4
- package/src/category/i18n/fr.ts +2 -2
- package/src/category/i18n/it.ts +2 -2
- package/src/category/i18n/pt.ts +2 -2
- package/src/category/index.ts +25 -25
- package/src/components/PreviewNavSidebar.astro +1 -1
- package/src/components/PreviewToolbar.astro +1 -1
- package/src/data.ts +1 -1
- package/src/env.d.ts +1 -1
- package/src/layouts/PreviewLayout.astro +1 -1
- package/src/pages/index.astro +1 -1
- package/src/tests/bibliography_wellformed_export.test.ts +46 -0
- package/src/tests/category_seo_quality.test.ts +76 -0
- package/src/tests/faq_count.test.ts +19 -19
- package/src/tests/i18n_coverage.test.ts +36 -36
- package/src/tests/mocks/astro_mock.js +1 -1
- package/src/tests/no_h1_in_components.test.ts +1 -1
- package/src/tests/script_density.test.ts +94 -94
- package/src/tests/seo_length.test.ts +24 -24
- package/src/tests/seo_parity.test.ts +5 -5
- package/src/tests/seo_translation_completeness.test.ts +76 -0
- package/src/tests/seo_wellformed_export.test.ts +65 -0
- package/src/tests/spanish_leakage.test.ts +175 -175
- package/src/tool/asteroid-impact/component.astro +251 -251
- package/src/tool/asteroid-impact/helpers.ts +17 -17
- package/src/tool/asteroid-impact/i18n/de.ts +2 -2
- package/src/tool/asteroid-impact/i18n/en.ts +2 -2
- package/src/tool/asteroid-impact/i18n/es.ts +2 -2
- package/src/tool/asteroid-impact/i18n/fr.ts +2 -2
- package/src/tool/asteroid-impact/i18n/id.ts +2 -2
- package/src/tool/asteroid-impact/i18n/it.ts +2 -2
- package/src/tool/asteroid-impact/i18n/ja.ts +2 -2
- package/src/tool/asteroid-impact/i18n/ko.ts +2 -2
- package/src/tool/asteroid-impact/i18n/nl.ts +2 -2
- package/src/tool/asteroid-impact/i18n/pl.ts +2 -2
- package/src/tool/asteroid-impact/i18n/pt.ts +2 -2
- package/src/tool/asteroid-impact/i18n/ru.ts +2 -2
- package/src/tool/asteroid-impact/i18n/sv.ts +2 -2
- package/src/tool/asteroid-impact/i18n/tr.ts +2 -2
- package/src/tool/asteroid-impact/i18n/zh.ts +2 -2
- package/src/tool/asteroid-impact/script.ts +262 -262
- package/src/tool/asteroid-impact/seo.astro +15 -15
- package/src/tool/asteroid-impact/ui.ts +69 -69
- package/src/tool/black-hole-event-horizon-simulator/i18n/de.ts +249 -241
- package/src/tool/black-hole-event-horizon-simulator/i18n/fr.ts +252 -247
- package/src/tool/black-hole-event-horizon-simulator/i18n/id.ts +259 -259
- package/src/tool/black-hole-event-horizon-simulator/i18n/it.ts +255 -252
- package/src/tool/black-hole-event-horizon-simulator/i18n/ja.ts +254 -252
- package/src/tool/black-hole-event-horizon-simulator/i18n/ko.ts +258 -258
- package/src/tool/black-hole-event-horizon-simulator/i18n/nl.ts +256 -252
- package/src/tool/black-hole-event-horizon-simulator/i18n/pl.ts +258 -258
- package/src/tool/black-hole-event-horizon-simulator/i18n/pt.ts +256 -252
- package/src/tool/black-hole-event-horizon-simulator/i18n/ru.ts +258 -258
- package/src/tool/black-hole-event-horizon-simulator/i18n/sv.ts +257 -252
- package/src/tool/black-hole-event-horizon-simulator/i18n/tr.ts +256 -251
- package/src/tool/black-hole-event-horizon-simulator/i18n/zh.ts +261 -252
- package/src/tool/cellular-renewal/component.astro +126 -126
- package/src/tool/cellular-renewal/i18n/de.ts +1 -1
- package/src/tool/cellular-renewal/i18n/en.ts +1 -1
- package/src/tool/cellular-renewal/i18n/es.ts +1 -1
- package/src/tool/cellular-renewal/i18n/fr.ts +1 -1
- package/src/tool/cellular-renewal/i18n/id.ts +1 -1
- package/src/tool/cellular-renewal/i18n/it.ts +1 -1
- package/src/tool/cellular-renewal/i18n/ja.ts +1 -1
- package/src/tool/cellular-renewal/i18n/ko.ts +1 -1
- package/src/tool/cellular-renewal/i18n/nl.ts +1 -1
- package/src/tool/cellular-renewal/i18n/pl.ts +1 -1
- package/src/tool/cellular-renewal/i18n/pt.ts +1 -1
- package/src/tool/cellular-renewal/i18n/ru.ts +1 -1
- package/src/tool/cellular-renewal/i18n/sv.ts +1 -1
- package/src/tool/cellular-renewal/i18n/tr.ts +1 -1
- package/src/tool/cellular-renewal/i18n/zh.ts +1 -1
- package/src/tool/cellular-renewal/seo.astro +15 -15
- package/src/tool/colony-counter/i18n/de.ts +1 -1
- package/src/tool/colony-counter/i18n/en.ts +1 -1
- package/src/tool/colony-counter/i18n/es.ts +1 -1
- package/src/tool/colony-counter/i18n/fr.ts +1 -1
- package/src/tool/colony-counter/i18n/id.ts +1 -1
- package/src/tool/colony-counter/i18n/it.ts +1 -1
- package/src/tool/colony-counter/i18n/ja.ts +1 -1
- package/src/tool/colony-counter/i18n/ko.ts +1 -1
- package/src/tool/colony-counter/i18n/nl.ts +1 -1
- package/src/tool/colony-counter/i18n/pl.ts +1 -1
- package/src/tool/colony-counter/i18n/pt.ts +1 -1
- package/src/tool/colony-counter/i18n/ru.ts +1 -1
- package/src/tool/colony-counter/i18n/sv.ts +1 -1
- package/src/tool/colony-counter/i18n/tr.ts +1 -1
- package/src/tool/colony-counter/i18n/zh.ts +1 -1
- package/src/tool/colony-counter/seo.astro +15 -15
- package/src/tool/conway-life-rule-lab/component.astro +1 -1
- package/src/tool/conway-life-rule-lab/i18n/de.ts +145 -141
- package/src/tool/conway-life-rule-lab/i18n/es.ts +146 -142
- package/src/tool/conway-life-rule-lab/i18n/fr.ts +146 -142
- package/src/tool/conway-life-rule-lab/i18n/id.ts +146 -145
- package/src/tool/conway-life-rule-lab/i18n/it.ts +146 -145
- package/src/tool/conway-life-rule-lab/i18n/ja.ts +146 -145
- package/src/tool/conway-life-rule-lab/i18n/ko.ts +146 -145
- package/src/tool/conway-life-rule-lab/i18n/nl.ts +147 -145
- package/src/tool/conway-life-rule-lab/i18n/pl.ts +147 -145
- package/src/tool/conway-life-rule-lab/i18n/pt.ts +147 -145
- package/src/tool/conway-life-rule-lab/i18n/ru.ts +147 -145
- package/src/tool/conway-life-rule-lab/i18n/sv.ts +147 -145
- package/src/tool/conway-life-rule-lab/i18n/tr.ts +147 -145
- package/src/tool/conway-life-rule-lab/i18n/zh.ts +147 -145
- package/src/tool/conway-life-rule-lab/logic/LifeLabRuntime.ts +2 -2
- package/src/tool/cosmic-inflation/i18n/ru.ts +105 -105
- package/src/tool/crystal-lattice-structure-finder/i18n/de.ts +217 -217
- package/src/tool/crystal-lattice-structure-finder/i18n/en.ts +1 -1
- package/src/tool/crystal-lattice-structure-finder/i18n/es.ts +217 -217
- package/src/tool/crystal-lattice-structure-finder/i18n/fr.ts +217 -217
- package/src/tool/crystal-lattice-structure-finder/i18n/id.ts +217 -217
- package/src/tool/crystal-lattice-structure-finder/i18n/it.ts +217 -217
- package/src/tool/crystal-lattice-structure-finder/i18n/ja.ts +217 -217
- package/src/tool/crystal-lattice-structure-finder/i18n/ko.ts +217 -217
- package/src/tool/crystal-lattice-structure-finder/i18n/nl.ts +217 -217
- package/src/tool/crystal-lattice-structure-finder/i18n/pl.ts +217 -217
- package/src/tool/crystal-lattice-structure-finder/i18n/pt.ts +217 -217
- package/src/tool/crystal-lattice-structure-finder/i18n/ru.ts +217 -217
- package/src/tool/crystal-lattice-structure-finder/i18n/sv.ts +217 -217
- package/src/tool/crystal-lattice-structure-finder/i18n/tr.ts +217 -217
- package/src/tool/crystal-lattice-structure-finder/i18n/zh.ts +217 -217
- package/src/tool/double-slit-decoherence/i18n/de.ts +181 -181
- package/src/tool/double-slit-decoherence/i18n/fr.ts +180 -180
- package/src/tool/double-slit-decoherence/i18n/id.ts +181 -181
- package/src/tool/double-slit-decoherence/i18n/it.ts +180 -180
- package/src/tool/double-slit-decoherence/i18n/ja.ts +181 -181
- package/src/tool/double-slit-decoherence/i18n/ko.ts +181 -181
- package/src/tool/double-slit-decoherence/i18n/nl.ts +181 -181
- package/src/tool/double-slit-decoherence/i18n/pl.ts +181 -181
- package/src/tool/double-slit-decoherence/i18n/pt.ts +178 -174
- package/src/tool/double-slit-decoherence/i18n/ru.ts +180 -180
- package/src/tool/double-slit-decoherence/i18n/sv.ts +176 -172
- package/src/tool/double-slit-decoherence/i18n/tr.ts +180 -180
- package/src/tool/double-slit-decoherence/i18n/zh.ts +181 -181
- package/src/tool/dyson-sphere-energy-capture/component.astro +253 -253
- package/src/tool/dyson-sphere-energy-capture/i18n/de.ts +194 -194
- package/src/tool/dyson-sphere-energy-capture/i18n/en.ts +6 -6
- package/src/tool/dyson-sphere-energy-capture/i18n/es.ts +6 -6
- package/src/tool/dyson-sphere-energy-capture/i18n/fr.ts +194 -194
- package/src/tool/dyson-sphere-energy-capture/i18n/id.ts +195 -195
- package/src/tool/dyson-sphere-energy-capture/i18n/it.ts +194 -194
- package/src/tool/dyson-sphere-energy-capture/i18n/ja.ts +194 -190
- package/src/tool/dyson-sphere-energy-capture/i18n/ko.ts +194 -193
- package/src/tool/dyson-sphere-energy-capture/i18n/nl.ts +197 -197
- package/src/tool/dyson-sphere-energy-capture/i18n/pl.ts +168 -166
- package/src/tool/dyson-sphere-energy-capture/i18n/pt.ts +194 -193
- package/src/tool/dyson-sphere-energy-capture/i18n/ru.ts +195 -193
- package/src/tool/dyson-sphere-energy-capture/i18n/sv.ts +195 -193
- package/src/tool/dyson-sphere-energy-capture/i18n/tr.ts +168 -166
- package/src/tool/dyson-sphere-energy-capture/i18n/zh.ts +194 -193
- package/src/tool/epidemic-sir-simulator/i18n/de.ts +347 -347
- package/src/tool/epidemic-sir-simulator/i18n/es.ts +347 -347
- package/src/tool/epidemic-sir-simulator/i18n/fr.ts +347 -347
- package/src/tool/epidemic-sir-simulator/i18n/it.ts +346 -346
- package/src/tool/epidemic-sir-simulator/i18n/nl.ts +347 -347
- package/src/tool/epidemic-sir-simulator/i18n/ru.ts +347 -347
- package/src/tool/epidemic-sir-simulator/i18n/sv.ts +347 -347
- package/src/tool/epidemic-sir-simulator/i18n/zh.ts +347 -347
- package/src/tool/exoplanet-biosignature-detector/i18n/de.ts +186 -186
- package/src/tool/exoplanet-biosignature-detector/i18n/en.ts +195 -195
- package/src/tool/exoplanet-biosignature-detector/i18n/es.ts +194 -194
- package/src/tool/exoplanet-biosignature-detector/i18n/fr.ts +183 -183
- package/src/tool/exoplanet-biosignature-detector/i18n/id.ts +193 -193
- package/src/tool/exoplanet-biosignature-detector/i18n/it.ts +194 -194
- package/src/tool/exoplanet-biosignature-detector/i18n/ja.ts +194 -194
- package/src/tool/exoplanet-biosignature-detector/i18n/ko.ts +194 -194
- package/src/tool/exoplanet-biosignature-detector/i18n/nl.ts +194 -194
- package/src/tool/exoplanet-biosignature-detector/i18n/pl.ts +144 -144
- package/src/tool/exoplanet-biosignature-detector/i18n/pt.ts +146 -146
- package/src/tool/exoplanet-biosignature-detector/i18n/ru.ts +143 -143
- package/src/tool/exoplanet-biosignature-detector/i18n/sv.ts +144 -144
- package/src/tool/exoplanet-biosignature-detector/i18n/tr.ts +145 -145
- package/src/tool/exoplanet-biosignature-detector/i18n/zh.ts +194 -194
- package/src/tool/global-albedo-snowball-simulator/component.astro +1 -1
- package/src/tool/global-albedo-snowball-simulator/i18n/de.ts +169 -169
- package/src/tool/global-albedo-snowball-simulator/i18n/fr.ts +169 -169
- package/src/tool/global-albedo-snowball-simulator/i18n/id.ts +169 -169
- package/src/tool/global-albedo-snowball-simulator/i18n/it.ts +87 -87
- package/src/tool/global-albedo-snowball-simulator/i18n/ja.ts +87 -87
- package/src/tool/global-albedo-snowball-simulator/i18n/ko.ts +169 -169
- package/src/tool/global-albedo-snowball-simulator/i18n/nl.ts +169 -169
- package/src/tool/global-albedo-snowball-simulator/i18n/pl.ts +169 -169
- package/src/tool/global-albedo-snowball-simulator/i18n/pt.ts +169 -169
- package/src/tool/global-albedo-snowball-simulator/i18n/ru.ts +165 -161
- package/src/tool/global-albedo-snowball-simulator/i18n/sv.ts +169 -169
- package/src/tool/global-albedo-snowball-simulator/i18n/tr.ts +169 -169
- package/src/tool/global-albedo-snowball-simulator/i18n/zh.ts +169 -169
- package/src/tool/lorenz-attractor/i18n/de.ts +144 -143
- package/src/tool/lorenz-attractor/i18n/fr.ts +144 -144
- package/src/tool/lorenz-attractor/i18n/id.ts +149 -149
- package/src/tool/lorenz-attractor/i18n/it.ts +149 -149
- package/src/tool/lorenz-attractor/i18n/ja.ts +149 -149
- package/src/tool/lorenz-attractor/i18n/ko.ts +149 -149
- package/src/tool/lorenz-attractor/i18n/nl.ts +149 -149
- package/src/tool/lorenz-attractor/i18n/pl.ts +149 -149
- package/src/tool/lorenz-attractor/i18n/pt.ts +142 -141
- package/src/tool/lorenz-attractor/i18n/ru.ts +149 -149
- package/src/tool/lorenz-attractor/i18n/sv.ts +149 -149
- package/src/tool/lorenz-attractor/i18n/tr.ts +149 -149
- package/src/tool/lorenz-attractor/i18n/zh.ts +149 -149
- package/src/tool/mandelbrot-fractal/i18n/de.ts +158 -158
- package/src/tool/mandelbrot-fractal/i18n/fr.ts +158 -158
- package/src/tool/mandelbrot-fractal/i18n/id.ts +159 -159
- package/src/tool/mandelbrot-fractal/i18n/it.ts +155 -151
- package/src/tool/mandelbrot-fractal/i18n/ja.ts +159 -159
- package/src/tool/mandelbrot-fractal/i18n/ko.ts +159 -159
- package/src/tool/mandelbrot-fractal/i18n/nl.ts +159 -159
- package/src/tool/mandelbrot-fractal/i18n/pl.ts +157 -153
- package/src/tool/mandelbrot-fractal/i18n/pt.ts +158 -158
- package/src/tool/mandelbrot-fractal/i18n/ru.ts +159 -159
- package/src/tool/mandelbrot-fractal/i18n/sv.ts +159 -150
- package/src/tool/mandelbrot-fractal/i18n/tr.ts +159 -159
- package/src/tool/mandelbrot-fractal/i18n/zh.ts +159 -159
- package/src/tool/microwave-detector/component.astro +238 -238
- package/src/tool/microwave-detector/i18n/de.ts +1 -1
- package/src/tool/microwave-detector/i18n/en.ts +1 -1
- package/src/tool/microwave-detector/i18n/es.ts +1 -1
- package/src/tool/microwave-detector/i18n/fr.ts +1 -1
- package/src/tool/microwave-detector/i18n/id.ts +1 -1
- package/src/tool/microwave-detector/i18n/it.ts +1 -1
- package/src/tool/microwave-detector/i18n/ja.ts +1 -1
- package/src/tool/microwave-detector/i18n/ko.ts +1 -1
- package/src/tool/microwave-detector/i18n/nl.ts +1 -1
- package/src/tool/microwave-detector/i18n/pl.ts +1 -1
- package/src/tool/microwave-detector/i18n/pt.ts +1 -1
- package/src/tool/microwave-detector/i18n/ru.ts +1 -1
- package/src/tool/microwave-detector/i18n/sv.ts +1 -1
- package/src/tool/microwave-detector/i18n/tr.ts +1 -1
- package/src/tool/microwave-detector/i18n/zh.ts +1 -1
- package/src/tool/microwave-detector/seo.astro +15 -15
- package/src/tool/natural-selection-drift/component.astro +135 -135
- package/src/tool/natural-selection-drift/i18n/de.ts +164 -160
- package/src/tool/natural-selection-drift/i18n/fr.ts +204 -204
- package/src/tool/natural-selection-drift/i18n/id.ts +156 -154
- package/src/tool/natural-selection-drift/i18n/it.ts +197 -193
- package/src/tool/natural-selection-drift/i18n/ja.ts +155 -154
- package/src/tool/natural-selection-drift/i18n/ko.ts +155 -154
- package/src/tool/natural-selection-drift/i18n/nl.ts +164 -163
- package/src/tool/natural-selection-drift/i18n/pl.ts +168 -166
- package/src/tool/natural-selection-drift/i18n/pt.ts +200 -195
- package/src/tool/natural-selection-drift/i18n/ru.ts +186 -184
- package/src/tool/natural-selection-drift/i18n/sv.ts +157 -154
- package/src/tool/natural-selection-drift/i18n/tr.ts +186 -184
- package/src/tool/natural-selection-drift/i18n/zh.ts +160 -154
- package/src/tool/natural-selection-drift/natural-selection-drift.css +563 -563
- package/src/tool/phase-diagram-critical-points/i18n/de.ts +178 -178
- package/src/tool/phase-diagram-critical-points/i18n/fr.ts +178 -178
- package/src/tool/phase-diagram-critical-points/i18n/id.ts +179 -179
- package/src/tool/phase-diagram-critical-points/i18n/it.ts +179 -179
- package/src/tool/phase-diagram-critical-points/i18n/ja.ts +179 -179
- package/src/tool/phase-diagram-critical-points/i18n/ko.ts +179 -179
- package/src/tool/phase-diagram-critical-points/i18n/nl.ts +179 -179
- package/src/tool/phase-diagram-critical-points/i18n/pl.ts +179 -179
- package/src/tool/phase-diagram-critical-points/i18n/pt.ts +179 -179
- package/src/tool/phase-diagram-critical-points/i18n/ru.ts +179 -179
- package/src/tool/phase-diagram-critical-points/i18n/sv.ts +179 -179
- package/src/tool/phase-diagram-critical-points/i18n/tr.ts +179 -179
- package/src/tool/phase-diagram-critical-points/i18n/zh.ts +179 -179
- package/src/tool/planet-atmosphere-survival/i18n/de.ts +255 -255
- package/src/tool/planet-atmosphere-survival/i18n/fr.ts +255 -255
- package/src/tool/planet-atmosphere-survival/i18n/id.ts +255 -255
- package/src/tool/planet-atmosphere-survival/i18n/it.ts +255 -255
- package/src/tool/planet-atmosphere-survival/i18n/ja.ts +255 -255
- package/src/tool/planet-atmosphere-survival/i18n/ko.ts +255 -255
- package/src/tool/planet-atmosphere-survival/i18n/nl.ts +255 -255
- package/src/tool/planet-atmosphere-survival/i18n/pl.ts +255 -255
- package/src/tool/planet-atmosphere-survival/i18n/pt.ts +255 -255
- package/src/tool/planet-atmosphere-survival/i18n/ru.ts +227 -223
- package/src/tool/planet-atmosphere-survival/i18n/sv.ts +255 -255
- package/src/tool/planet-atmosphere-survival/i18n/tr.ts +255 -255
- package/src/tool/planet-atmosphere-survival/i18n/zh.ts +255 -255
- package/src/tool/radioactive-decay/i18n/de.ts +168 -164
- package/src/tool/radioactive-decay/i18n/fr.ts +76 -75
- package/src/tool/radioactive-decay/i18n/id.ts +169 -165
- package/src/tool/radioactive-decay/i18n/it.ts +76 -74
- package/src/tool/radioactive-decay/i18n/ja.ts +168 -167
- package/src/tool/radioactive-decay/i18n/ko.ts +168 -167
- package/src/tool/radioactive-decay/i18n/nl.ts +170 -168
- package/src/tool/radioactive-decay/i18n/pl.ts +170 -168
- package/src/tool/radioactive-decay/i18n/pt.ts +169 -167
- package/src/tool/radioactive-decay/i18n/ru.ts +170 -168
- package/src/tool/radioactive-decay/i18n/sv.ts +170 -168
- package/src/tool/radioactive-decay/i18n/tr.ts +171 -168
- package/src/tool/radioactive-decay/i18n/zh.ts +171 -167
- package/src/tool/roche-limit-satellite-disruption/i18n/de.ts +241 -241
- package/src/tool/roche-limit-satellite-disruption/i18n/fr.ts +241 -241
- package/src/tool/roche-limit-satellite-disruption/i18n/id.ts +241 -241
- package/src/tool/roche-limit-satellite-disruption/i18n/it.ts +241 -241
- package/src/tool/roche-limit-satellite-disruption/i18n/ja.ts +241 -241
- package/src/tool/roche-limit-satellite-disruption/i18n/ko.ts +241 -241
- package/src/tool/roche-limit-satellite-disruption/i18n/nl.ts +241 -241
- package/src/tool/roche-limit-satellite-disruption/i18n/pl.ts +237 -229
- package/src/tool/roche-limit-satellite-disruption/i18n/pt.ts +241 -241
- package/src/tool/roche-limit-satellite-disruption/i18n/ru.ts +241 -241
- package/src/tool/roche-limit-satellite-disruption/i18n/sv.ts +241 -241
- package/src/tool/roche-limit-satellite-disruption/i18n/tr.ts +241 -241
- package/src/tool/roche-limit-satellite-disruption/i18n/zh.ts +241 -241
- package/src/tool/simulation-probability/component.astro +138 -138
- package/src/tool/simulation-probability/i18n/de.ts +1 -1
- package/src/tool/simulation-probability/i18n/en.ts +1 -1
- package/src/tool/simulation-probability/i18n/es.ts +1 -1
- package/src/tool/simulation-probability/i18n/fr.ts +1 -1
- package/src/tool/simulation-probability/i18n/id.ts +1 -1
- package/src/tool/simulation-probability/i18n/it.ts +1 -1
- package/src/tool/simulation-probability/i18n/ja.ts +1 -1
- package/src/tool/simulation-probability/i18n/ko.ts +1 -1
- package/src/tool/simulation-probability/i18n/nl.ts +1 -1
- package/src/tool/simulation-probability/i18n/pl.ts +1 -1
- package/src/tool/simulation-probability/i18n/pt.ts +1 -1
- package/src/tool/simulation-probability/i18n/ru.ts +1 -1
- package/src/tool/simulation-probability/i18n/sv.ts +1 -1
- package/src/tool/simulation-probability/i18n/tr.ts +1 -1
- package/src/tool/simulation-probability/i18n/zh.ts +1 -1
- package/src/tool/simulation-probability/seo.astro +15 -15
- package/src/tool/stellar-habitability-zone/i18n/ru.ts +189 -189
- package/src/tool/temperature-timeline/i18n/de.ts +2 -1
- package/src/tool/temperature-timeline/i18n/fr.ts +177 -177
- package/src/tool/temperature-timeline/i18n/it.ts +142 -141
- package/src/tool/temperature-timeline/i18n/pt.ts +3 -1
- package/src/tool/temperature-timeline/i18n/ru.ts +116 -114
- package/src/tool/three-body-problem/app.ts +4 -4
- package/src/tool/three-body-problem/component.astro +6 -6
- package/src/tool/twin-paradox-visualizer/i18n/de.ts +168 -168
- package/src/tool/twin-paradox-visualizer/i18n/es.ts +165 -165
- package/src/tool/twin-paradox-visualizer/i18n/fr.ts +168 -168
- package/src/tool/twin-paradox-visualizer/i18n/id.ts +168 -168
- package/src/tool/twin-paradox-visualizer/i18n/it.ts +168 -168
- package/src/tool/twin-paradox-visualizer/i18n/ja.ts +168 -168
- package/src/tool/twin-paradox-visualizer/i18n/ko.ts +168 -168
- package/src/tool/twin-paradox-visualizer/i18n/nl.ts +168 -168
- package/src/tool/twin-paradox-visualizer/i18n/pl.ts +168 -168
- package/src/tool/twin-paradox-visualizer/i18n/pt.ts +164 -160
- package/src/tool/twin-paradox-visualizer/i18n/ru.ts +168 -168
- package/src/tool/twin-paradox-visualizer/i18n/sv.ts +168 -168
- package/src/tool/twin-paradox-visualizer/i18n/tr.ts +168 -168
- package/src/tool/twin-paradox-visualizer/i18n/zh.ts +168 -168
- package/src/types.ts +1 -1
|
@@ -1,179 +1,179 @@
|
|
|
1
|
-
import { bibliography } from '../bibliography';
|
|
2
|
-
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
-
|
|
4
|
-
const slug = 'phase-diagram-critical-points-visualizer';
|
|
5
|
-
const title = '相图与临界点可视化工具';
|
|
6
|
-
const description = '在带有三相点和临界点标记的交互式压力-温度相图中探索固态、液态、气态和超临界区域。';
|
|
7
|
-
|
|
8
|
-
const howTo = [
|
|
9
|
-
{
|
|
10
|
-
name: '选择物质',
|
|
11
|
-
text: '在水、二氧化碳和氮气之间切换,观察真实的三相点和临界点如何重塑相图。',
|
|
12
|
-
},
|
|
13
|
-
{
|
|
14
|
-
name: '移动温度和压力',
|
|
15
|
-
text: '使用滑块将样品放置在压力-温度平面上。相图会实时更新活跃的相区域和样品标记。',
|
|
16
|
-
},
|
|
17
|
-
{
|
|
18
|
-
name: '观察临界光晕',
|
|
19
|
-
text: '向气液边界的末端移动,观察潜热逐渐消失,液体和气体的区别消失并转变为超临界流体。',
|
|
20
|
-
},
|
|
21
|
-
{
|
|
22
|
-
name: '阅读教学面板',
|
|
23
|
-
text: '使用相标签、潜热计和点读数,将可视化的相图与热力学术语联系起来。',
|
|
24
|
-
},
|
|
25
|
-
];
|
|
26
|
-
|
|
27
|
-
const faq = [
|
|
28
|
-
{
|
|
29
|
-
question: '什么是相图?',
|
|
30
|
-
answer: '相图显示了在不同温度和压力组合下,物质的哪种状态是稳定的。边界线标明了两个相可以平衡共存的条件。',
|
|
31
|
-
},
|
|
32
|
-
{
|
|
33
|
-
question: '在临界点会发生什么?',
|
|
34
|
-
answer: '在临界点,气液边界终止。超过临界温度和临界压力后,物质变成超临界流体,液体和气体之间不再有明确区分。',
|
|
35
|
-
},
|
|
36
|
-
{
|
|
37
|
-
question: '为什么水的熔化线不同?',
|
|
38
|
-
answer: '水很特殊,因为在熔点附近冰的密度低于液态水。增加压力有利于密度更高的液相,因此固液边界的斜率与许多其他物质不同。',
|
|
39
|
-
},
|
|
40
|
-
{
|
|
41
|
-
question: '绘制的曲线在实验室中精确吗?',
|
|
42
|
-
answer: '不精确。该工具使用基于已发布的三相点和临界点值的简化曲线。它专为概念学习而设计,不能替代过程工程或安全计算。',
|
|
43
|
-
},
|
|
44
|
-
];
|
|
45
|
-
|
|
46
|
-
export const content: ToolLocaleContent = {
|
|
47
|
-
slug,
|
|
48
|
-
title,
|
|
49
|
-
description,
|
|
50
|
-
ui: {
|
|
51
|
-
controls: '相图控制',
|
|
52
|
-
substance: '物质',
|
|
53
|
-
units: '单位',
|
|
54
|
-
scientificUnits: '科学单位 (K, MPa)',
|
|
55
|
-
metricUnits: '公制 (摄氏度, kPa)',
|
|
56
|
-
imperialUnits: '英制 (华氏度, psi)',
|
|
57
|
-
temperature: '温度',
|
|
58
|
-
pressure: '压力',
|
|
59
|
-
diagram: '压力-温度相图',
|
|
60
|
-
sample: '样品状态',
|
|
61
|
-
phase: '稳定相',
|
|
62
|
-
triplePoint: '三相点',
|
|
63
|
-
criticalPoint: '临界点',
|
|
64
|
-
vaporCurve: '气液边界',
|
|
65
|
-
meltingLine: '固液边界',
|
|
66
|
-
latentHeat: '潜热对比',
|
|
67
|
-
criticalProximity: '临界接近度',
|
|
68
|
-
coordinates: '坐标',
|
|
69
|
-
solid: '固态',
|
|
70
|
-
liquid: '液态',
|
|
71
|
-
gas: '气态',
|
|
72
|
-
supercritical: '超临界',
|
|
73
|
-
low: '低',
|
|
74
|
-
high: '高',
|
|
75
|
-
reset: '重置',
|
|
76
|
-
interpretation: '解读',
|
|
77
|
-
note: '边界线标示共存区域,区域标示所选条件下最稳定的相。',
|
|
78
|
-
},
|
|
79
|
-
seo: [
|
|
80
|
-
{
|
|
81
|
-
type: 'title',
|
|
82
|
-
text: '交互式相图可视化工具:三相点、沸腾曲线和临界点',
|
|
83
|
-
level: 2,
|
|
84
|
-
},
|
|
85
|
-
{
|
|
86
|
-
type: 'paragraph',
|
|
87
|
-
html: '这个相图可视化工具将抽象的压力-温度图表转变为交互式地图。选择一种物质,移动温度和压力,观察样品被预测为固态、液态、气态还是超临界流体。目标是让相边界具有空间感:越过一条线会改变稳定状态,而接近临界点则会改变相边界的含义。',
|
|
88
|
-
},
|
|
89
|
-
{
|
|
90
|
-
type: 'paragraph',
|
|
91
|
-
html: '该工具面向学生、教师、科学作家以及任何寻求相图清晰解释的人。它强调了入门热力学中最重要的特征:三相共存的三相点、气液曲线、固液边界以及液气区别消失的临界终点。',
|
|
92
|
-
},
|
|
93
|
-
{
|
|
94
|
-
type: 'title',
|
|
95
|
-
text: '如何阅读压力-温度相图',
|
|
96
|
-
level: 3,
|
|
97
|
-
},
|
|
98
|
-
{
|
|
99
|
-
type: 'paragraph',
|
|
100
|
-
html: '相图将温度放在一个轴上,压力放在另一个轴上。每个区域显示在该条件下稳定的相。区域之间的线是共存曲线:沿着这些线,两个相可以保持平衡,而不是一个相完全取代另一个相。',
|
|
101
|
-
},
|
|
102
|
-
{
|
|
103
|
-
type: 'table',
|
|
104
|
-
headers: ['相图特征', '含义', '在工具中观察什么'],
|
|
105
|
-
rows: [
|
|
106
|
-
['三相点', '固态、液态和气态共存', '边界交汇的低温连接点。'],
|
|
107
|
-
['气液曲线', '沸腾或冷凝平衡', '从三相点到临界点的曲线。'],
|
|
108
|
-
['固液边界', '熔化或凝固平衡', '分隔固态和液态区域的陡峭线条。'],
|
|
109
|
-
['临界点', '气液边界的终点', '潜热消失的高亮端点。'],
|
|
110
|
-
['超临界区域', '无明显的液气区别', '临界点之外的高温高压区域。'],
|
|
111
|
-
],
|
|
112
|
-
},
|
|
113
|
-
{
|
|
114
|
-
type: 'title',
|
|
115
|
-
text: '为什么临界点很重要',
|
|
116
|
-
level: 3,
|
|
117
|
-
},
|
|
118
|
-
{
|
|
119
|
-
type: 'paragraph',
|
|
120
|
-
html: '在临界点以下,沸腾是一种相变:液体和蒸汽可以共存,并且在温度与边界条件保持关联的同时,能量可以以潜热的形式被吸收。在临界点,该边界终止。在此之上,密度连续变化,物质被描述为超临界流体,而不是普通的液体或气体。',
|
|
121
|
-
},
|
|
122
|
-
{
|
|
123
|
-
type: 'paragraph',
|
|
124
|
-
html: '这在化学、行星科学、工业提取、制冷和高压物理学中都很重要。例如,二氧化碳在相对容易达到的条件下就能变成超临界状态,这就是为什么超临界CO2被用于萃取和材料加工。水需要更高的温度和压力,因此其临界点对于电力系统和地球物理学很重要。',
|
|
125
|
-
},
|
|
126
|
-
{
|
|
127
|
-
type: 'title',
|
|
128
|
-
text: '这个可视化工具简化了什么',
|
|
129
|
-
level: 3,
|
|
130
|
-
},
|
|
131
|
-
{
|
|
132
|
-
type: 'paragraph',
|
|
133
|
-
html: '真实的相图可能包含多晶型、亚稳态、非理想混合物、多种固相以及实验拟合的状态方程。这个教育工具有意保持模型简洁。它将每种物质锚定在可识别的参考值上,并绘制平滑的教学曲线,使得无需热力学表格也能轻松检查主要概念。',
|
|
134
|
-
},
|
|
135
|
-
{
|
|
136
|
-
type: 'list',
|
|
137
|
-
items: [
|
|
138
|
-
'<strong>用于培养直觉:</strong>有助于解释为什么高压锅、干冰、沸腾和超临界流体表现不同。',
|
|
139
|
-
'<strong>不可用于工程极限:</strong>简化曲线不能替代经过认证的物性数据。',
|
|
140
|
-
'<strong>关注拓扑结构:</strong>最重要的学习成果是理解相区域如何连接以及边界在哪里结束。',
|
|
141
|
-
],
|
|
142
|
-
},
|
|
143
|
-
],
|
|
144
|
-
faq,
|
|
145
|
-
bibliography,
|
|
146
|
-
howTo,
|
|
147
|
-
schemas: [
|
|
148
|
-
{
|
|
149
|
-
'@context': 'https://schema.org',
|
|
150
|
-
'@type': 'SoftwareApplication',
|
|
151
|
-
name: title,
|
|
152
|
-
description,
|
|
153
|
-
applicationCategory: 'ScientificApplication',
|
|
154
|
-
operatingSystem: 'Any',
|
|
155
|
-
},
|
|
156
|
-
{
|
|
157
|
-
'@context': 'https://schema.org',
|
|
158
|
-
'@type': 'FAQPage',
|
|
159
|
-
mainEntity: faq.map((item) => ({
|
|
160
|
-
'@type': 'Question',
|
|
161
|
-
name: item.question,
|
|
162
|
-
acceptedAnswer: {
|
|
163
|
-
'@type': 'Answer',
|
|
164
|
-
text: item.answer,
|
|
165
|
-
},
|
|
166
|
-
})),
|
|
167
|
-
},
|
|
168
|
-
{
|
|
169
|
-
'@context': 'https://schema.org',
|
|
170
|
-
'@type': 'HowTo',
|
|
171
|
-
name: title,
|
|
172
|
-
step: howTo.map((step) => ({
|
|
173
|
-
'@type': 'HowToStep',
|
|
174
|
-
name: step.name,
|
|
175
|
-
text: step.text,
|
|
176
|
-
})),
|
|
177
|
-
},
|
|
178
|
-
],
|
|
179
|
-
};
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
2
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
|
|
4
|
+
const slug = 'phase-diagram-critical-points-visualizer';
|
|
5
|
+
const title = '相图与临界点可视化工具';
|
|
6
|
+
const description = '在带有三相点和临界点标记的交互式压力-温度相图中探索固态、液态、气态和超临界区域。';
|
|
7
|
+
|
|
8
|
+
const howTo = [
|
|
9
|
+
{
|
|
10
|
+
name: '选择物质',
|
|
11
|
+
text: '在水、二氧化碳和氮气之间切换,观察真实的三相点和临界点如何重塑相图。',
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
name: '移动温度和压力',
|
|
15
|
+
text: '使用滑块将样品放置在压力-温度平面上。相图会实时更新活跃的相区域和样品标记。',
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
name: '观察临界光晕',
|
|
19
|
+
text: '向气液边界的末端移动,观察潜热逐渐消失,液体和气体的区别消失并转变为超临界流体。',
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
name: '阅读教学面板',
|
|
23
|
+
text: '使用相标签、潜热计和点读数,将可视化的相图与热力学术语联系起来。',
|
|
24
|
+
},
|
|
25
|
+
];
|
|
26
|
+
|
|
27
|
+
const faq = [
|
|
28
|
+
{
|
|
29
|
+
question: '什么是相图?',
|
|
30
|
+
answer: '相图显示了在不同温度和压力组合下,物质的哪种状态是稳定的。边界线标明了两个相可以平衡共存的条件。',
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
question: '在临界点会发生什么?',
|
|
34
|
+
answer: '在临界点,气液边界终止。超过临界温度和临界压力后,物质变成超临界流体,液体和气体之间不再有明确区分。',
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
question: '为什么水的熔化线不同?',
|
|
38
|
+
answer: '水很特殊,因为在熔点附近冰的密度低于液态水。增加压力有利于密度更高的液相,因此固液边界的斜率与许多其他物质不同。',
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
question: '绘制的曲线在实验室中精确吗?',
|
|
42
|
+
answer: '不精确。该工具使用基于已发布的三相点和临界点值的简化曲线。它专为概念学习而设计,不能替代过程工程或安全计算。',
|
|
43
|
+
},
|
|
44
|
+
];
|
|
45
|
+
|
|
46
|
+
export const content: ToolLocaleContent = {
|
|
47
|
+
slug,
|
|
48
|
+
title,
|
|
49
|
+
description,
|
|
50
|
+
ui: {
|
|
51
|
+
controls: '相图控制',
|
|
52
|
+
substance: '物质',
|
|
53
|
+
units: '单位',
|
|
54
|
+
scientificUnits: '科学单位 (K, MPa)',
|
|
55
|
+
metricUnits: '公制 (摄氏度, kPa)',
|
|
56
|
+
imperialUnits: '英制 (华氏度, psi)',
|
|
57
|
+
temperature: '温度',
|
|
58
|
+
pressure: '压力',
|
|
59
|
+
diagram: '压力-温度相图',
|
|
60
|
+
sample: '样品状态',
|
|
61
|
+
phase: '稳定相',
|
|
62
|
+
triplePoint: '三相点',
|
|
63
|
+
criticalPoint: '临界点',
|
|
64
|
+
vaporCurve: '气液边界',
|
|
65
|
+
meltingLine: '固液边界',
|
|
66
|
+
latentHeat: '潜热对比',
|
|
67
|
+
criticalProximity: '临界接近度',
|
|
68
|
+
coordinates: '坐标',
|
|
69
|
+
solid: '固态',
|
|
70
|
+
liquid: '液态',
|
|
71
|
+
gas: '气态',
|
|
72
|
+
supercritical: '超临界',
|
|
73
|
+
low: '低',
|
|
74
|
+
high: '高',
|
|
75
|
+
reset: '重置',
|
|
76
|
+
interpretation: '解读',
|
|
77
|
+
note: '边界线标示共存区域,区域标示所选条件下最稳定的相。',
|
|
78
|
+
},
|
|
79
|
+
seo: [
|
|
80
|
+
{
|
|
81
|
+
type: 'title',
|
|
82
|
+
text: '交互式相图可视化工具:三相点、沸腾曲线和临界点',
|
|
83
|
+
level: 2,
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
type: 'paragraph',
|
|
87
|
+
html: '这个相图可视化工具将抽象的压力-温度图表转变为交互式地图。选择一种物质,移动温度和压力,观察样品被预测为固态、液态、气态还是超临界流体。目标是让相边界具有空间感:越过一条线会改变稳定状态,而接近临界点则会改变相边界的含义。',
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
type: 'paragraph',
|
|
91
|
+
html: '该工具面向学生、教师、科学作家以及任何寻求相图清晰解释的人。它强调了入门热力学中最重要的特征:三相共存的三相点、气液曲线、固液边界以及液气区别消失的临界终点。',
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
type: 'title',
|
|
95
|
+
text: '如何阅读压力-温度相图',
|
|
96
|
+
level: 3,
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
type: 'paragraph',
|
|
100
|
+
html: '相图将温度放在一个轴上,压力放在另一个轴上。每个区域显示在该条件下稳定的相。区域之间的线是共存曲线:沿着这些线,两个相可以保持平衡,而不是一个相完全取代另一个相。',
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
type: 'table',
|
|
104
|
+
headers: ['相图特征', '含义', '在工具中观察什么'],
|
|
105
|
+
rows: [
|
|
106
|
+
['三相点', '固态、液态和气态共存', '边界交汇的低温连接点。'],
|
|
107
|
+
['气液曲线', '沸腾或冷凝平衡', '从三相点到临界点的曲线。'],
|
|
108
|
+
['固液边界', '熔化或凝固平衡', '分隔固态和液态区域的陡峭线条。'],
|
|
109
|
+
['临界点', '气液边界的终点', '潜热消失的高亮端点。'],
|
|
110
|
+
['超临界区域', '无明显的液气区别', '临界点之外的高温高压区域。'],
|
|
111
|
+
],
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
type: 'title',
|
|
115
|
+
text: '为什么临界点很重要',
|
|
116
|
+
level: 3,
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
type: 'paragraph',
|
|
120
|
+
html: '在临界点以下,沸腾是一种相变:液体和蒸汽可以共存,并且在温度与边界条件保持关联的同时,能量可以以潜热的形式被吸收。在临界点,该边界终止。在此之上,密度连续变化,物质被描述为超临界流体,而不是普通的液体或气体。',
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
type: 'paragraph',
|
|
124
|
+
html: '这在化学、行星科学、工业提取、制冷和高压物理学中都很重要。例如,二氧化碳在相对容易达到的条件下就能变成超临界状态,这就是为什么超临界CO2被用于萃取和材料加工。水需要更高的温度和压力,因此其临界点对于电力系统和地球物理学很重要。',
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
type: 'title',
|
|
128
|
+
text: '这个可视化工具简化了什么',
|
|
129
|
+
level: 3,
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
type: 'paragraph',
|
|
133
|
+
html: '真实的相图可能包含多晶型、亚稳态、非理想混合物、多种固相以及实验拟合的状态方程。这个教育工具有意保持模型简洁。它将每种物质锚定在可识别的参考值上,并绘制平滑的教学曲线,使得无需热力学表格也能轻松检查主要概念。',
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
type: 'list',
|
|
137
|
+
items: [
|
|
138
|
+
'<strong>用于培养直觉:</strong>有助于解释为什么高压锅、干冰、沸腾和超临界流体表现不同。',
|
|
139
|
+
'<strong>不可用于工程极限:</strong>简化曲线不能替代经过认证的物性数据。',
|
|
140
|
+
'<strong>关注拓扑结构:</strong>最重要的学习成果是理解相区域如何连接以及边界在哪里结束。',
|
|
141
|
+
],
|
|
142
|
+
},
|
|
143
|
+
],
|
|
144
|
+
faq,
|
|
145
|
+
bibliography,
|
|
146
|
+
howTo,
|
|
147
|
+
schemas: [
|
|
148
|
+
{
|
|
149
|
+
'@context': 'https://schema.org',
|
|
150
|
+
'@type': 'SoftwareApplication',
|
|
151
|
+
name: title,
|
|
152
|
+
description,
|
|
153
|
+
applicationCategory: 'ScientificApplication',
|
|
154
|
+
operatingSystem: 'Any',
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
'@context': 'https://schema.org',
|
|
158
|
+
'@type': 'FAQPage',
|
|
159
|
+
mainEntity: faq.map((item) => ({
|
|
160
|
+
'@type': 'Question',
|
|
161
|
+
name: item.question,
|
|
162
|
+
acceptedAnswer: {
|
|
163
|
+
'@type': 'Answer',
|
|
164
|
+
text: item.answer,
|
|
165
|
+
},
|
|
166
|
+
})),
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
'@context': 'https://schema.org',
|
|
170
|
+
'@type': 'HowTo',
|
|
171
|
+
name: title,
|
|
172
|
+
step: howTo.map((step) => ({
|
|
173
|
+
'@type': 'HowToStep',
|
|
174
|
+
name: step.name,
|
|
175
|
+
text: step.text,
|
|
176
|
+
})),
|
|
177
|
+
},
|
|
178
|
+
],
|
|
179
|
+
};
|