@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,97 +1,97 @@
|
|
|
1
|
-
import { bibliography } from '../bibliography';
|
|
2
|
-
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
-
|
|
4
|
-
const slug = 'crystal-lattice-structure-finder';
|
|
5
|
-
const title = '晶格结构探索器';
|
|
6
|
-
const description = '通过交互式3D查看器、原子堆积因子、配位数和理论密度计算器,探索简单立方、面心立方 (FCC) 和六方密堆积 (HCP) 晶胞。';
|
|
7
|
-
|
|
8
|
-
const howTo = [
|
|
9
|
-
{
|
|
10
|
-
name: '选择晶格或材料',
|
|
11
|
-
text: '从简单立方、FCC或HCP等结构家族开始,或选择真实材料预设以加载其晶格常数和原子或化学式质量。',
|
|
12
|
-
},
|
|
13
|
-
{
|
|
14
|
-
name: '旋转晶胞',
|
|
15
|
-
text: '拖动角度和缩放控件,检查哪些原子位于传统晶胞的角、面或内部。',
|
|
16
|
-
},
|
|
17
|
-
{
|
|
18
|
-
name: '查看堆积和密度',
|
|
19
|
-
text: '比较所选结构的原子堆积因子、配位数、每晶胞原子数、晶胞质量、晶胞体积和理论密度。',
|
|
20
|
-
},
|
|
21
|
-
{
|
|
22
|
-
name: '测试自定义常数',
|
|
23
|
-
text: '编辑晶格参数a、c/a比和质量,观察晶体膨胀、收缩或成分变化时理论密度的变化。',
|
|
24
|
-
},
|
|
25
|
-
];
|
|
26
|
-
|
|
27
|
-
const faq = [
|
|
28
|
-
{
|
|
29
|
-
question: '晶格中的晶胞是什么?',
|
|
30
|
-
answer: '晶胞是可以填充空间以构建晶体的最小重复三维盒子。其原子可能与相邻晶胞共享,因此每晶胞净原子数可能小于边界上绘制的球体数量。',
|
|
31
|
-
},
|
|
32
|
-
{
|
|
33
|
-
question: '为什么FCC和HCP具有相同的堆积因子?',
|
|
34
|
-
answer: 'FCC和理想HCP都是等径球体的密堆积排列。它们以不同的顺序堆叠密集的三角形层 - - FCC为ABCABC,HCP为ABAB - - 但两者都约占据空间体积的74%。',
|
|
35
|
-
},
|
|
36
|
-
{
|
|
37
|
-
question: '理论密度如何计算?',
|
|
38
|
-
answer: '计算器将一个晶胞内的质量除以晶胞体积。晶胞质量由每晶胞原子或化学式单元数乘以摩尔质量再除以阿伏伽德罗常数得到。',
|
|
39
|
-
},
|
|
40
|
-
{
|
|
41
|
-
question: '实测密度为什么可能与理论结果不同?',
|
|
42
|
-
answer: '实际样品可能包含空位、杂质、孔隙、晶界、同位素混合物、热膨胀或多相。理论值假设所选晶格常数下的完美晶体。',
|
|
43
|
-
},
|
|
44
|
-
{
|
|
45
|
-
question: '岩盐真的是FCC金属晶格吗?',
|
|
46
|
-
answer: '不是。岩盐是离子型石盐,不是金属。预设使用其传统的FCC衍生晶胞,因为NaCl每立方晶胞有四个化学式单元,使其适合密度计算练习。',
|
|
47
|
-
},
|
|
48
|
-
];
|
|
49
|
-
|
|
50
|
-
export const content: ToolLocaleContent = {
|
|
51
|
-
slug,
|
|
52
|
-
title,
|
|
53
|
-
description,
|
|
54
|
-
ui: {
|
|
55
|
-
viewerLabel: '交互式晶体晶胞',
|
|
56
|
-
material: '材料',
|
|
57
|
-
lattice: '晶格',
|
|
58
|
-
rotation: '旋转',
|
|
59
|
-
zoom: '缩放',
|
|
60
|
-
latticeA: '晶格常数 a',
|
|
61
|
-
cRatio: 'c/a 比',
|
|
62
|
-
molarMass: '摩尔质量',
|
|
63
|
-
atomsPerCell: '每晶胞原子数',
|
|
64
|
-
packingFactor: '堆积因子',
|
|
65
|
-
coordination: '配位数',
|
|
66
|
-
density: '密度',
|
|
67
|
-
cellVolume: '晶胞体积',
|
|
68
|
-
cellMass: '晶胞质量',
|
|
69
|
-
radius: '原子半径',
|
|
70
|
-
cornerAtoms: '角原子',
|
|
71
|
-
faceAtoms: '面原子',
|
|
72
|
-
interiorAtoms: '内部原子',
|
|
73
|
-
materialNote: '材料说明',
|
|
74
|
-
formula: '化学式',
|
|
75
|
-
resetView: '重置视图',
|
|
76
|
-
crystalProperties: '晶体性质',
|
|
77
|
-
physicalMetrics: '物理指标',
|
|
78
|
-
latticeSimpleCubic: '简单立方',
|
|
79
|
-
latticeFcc: '面心立方 (FCC)',
|
|
80
|
-
latticeHcp: '六方密堆积 (HCP)',
|
|
81
|
-
shortSc: 'SC',
|
|
82
|
-
shortFcc: 'FCC',
|
|
83
|
-
shortHcp: 'HCP',
|
|
84
|
-
materialCopper: '铜',
|
|
85
|
-
materialCopperNote: '导电性高的常见FCC金属。',
|
|
86
|
-
materialAluminum: '铝',
|
|
87
|
-
materialAluminumNote: '导热性良好的轻质FCC金属。',
|
|
88
|
-
materialPolonium: '钋',
|
|
89
|
-
materialPoloniumNote: '具有简单立方结构的稀有元素。',
|
|
90
|
-
materialMagnesium: '镁',
|
|
91
|
-
materialMagnesiumNote: '强度重量比优异的轻质HCP金属。',
|
|
92
|
-
materialTitanium: '钛',
|
|
93
|
-
materialTitaniumNote: '航空航天应用中广泛使用的高强度HCP金属。',
|
|
94
|
-
materialHalite: '岩盐',
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
2
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
|
|
4
|
+
const slug = 'crystal-lattice-structure-finder';
|
|
5
|
+
const title = '晶格结构探索器';
|
|
6
|
+
const description = '通过交互式3D查看器、原子堆积因子、配位数和理论密度计算器,探索简单立方、面心立方 (FCC) 和六方密堆积 (HCP) 晶胞。';
|
|
7
|
+
|
|
8
|
+
const howTo = [
|
|
9
|
+
{
|
|
10
|
+
name: '选择晶格或材料',
|
|
11
|
+
text: '从简单立方、FCC或HCP等结构家族开始,或选择真实材料预设以加载其晶格常数和原子或化学式质量。',
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
name: '旋转晶胞',
|
|
15
|
+
text: '拖动角度和缩放控件,检查哪些原子位于传统晶胞的角、面或内部。',
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
name: '查看堆积和密度',
|
|
19
|
+
text: '比较所选结构的原子堆积因子、配位数、每晶胞原子数、晶胞质量、晶胞体积和理论密度。',
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
name: '测试自定义常数',
|
|
23
|
+
text: '编辑晶格参数a、c/a比和质量,观察晶体膨胀、收缩或成分变化时理论密度的变化。',
|
|
24
|
+
},
|
|
25
|
+
];
|
|
26
|
+
|
|
27
|
+
const faq = [
|
|
28
|
+
{
|
|
29
|
+
question: '晶格中的晶胞是什么?',
|
|
30
|
+
answer: '晶胞是可以填充空间以构建晶体的最小重复三维盒子。其原子可能与相邻晶胞共享,因此每晶胞净原子数可能小于边界上绘制的球体数量。',
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
question: '为什么FCC和HCP具有相同的堆积因子?',
|
|
34
|
+
answer: 'FCC和理想HCP都是等径球体的密堆积排列。它们以不同的顺序堆叠密集的三角形层 - - FCC为ABCABC,HCP为ABAB - - 但两者都约占据空间体积的74%。',
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
question: '理论密度如何计算?',
|
|
38
|
+
answer: '计算器将一个晶胞内的质量除以晶胞体积。晶胞质量由每晶胞原子或化学式单元数乘以摩尔质量再除以阿伏伽德罗常数得到。',
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
question: '实测密度为什么可能与理论结果不同?',
|
|
42
|
+
answer: '实际样品可能包含空位、杂质、孔隙、晶界、同位素混合物、热膨胀或多相。理论值假设所选晶格常数下的完美晶体。',
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
question: '岩盐真的是FCC金属晶格吗?',
|
|
46
|
+
answer: '不是。岩盐是离子型石盐,不是金属。预设使用其传统的FCC衍生晶胞,因为NaCl每立方晶胞有四个化学式单元,使其适合密度计算练习。',
|
|
47
|
+
},
|
|
48
|
+
];
|
|
49
|
+
|
|
50
|
+
export const content: ToolLocaleContent = {
|
|
51
|
+
slug,
|
|
52
|
+
title,
|
|
53
|
+
description,
|
|
54
|
+
ui: {
|
|
55
|
+
viewerLabel: '交互式晶体晶胞',
|
|
56
|
+
material: '材料',
|
|
57
|
+
lattice: '晶格',
|
|
58
|
+
rotation: '旋转',
|
|
59
|
+
zoom: '缩放',
|
|
60
|
+
latticeA: '晶格常数 a',
|
|
61
|
+
cRatio: 'c/a 比',
|
|
62
|
+
molarMass: '摩尔质量',
|
|
63
|
+
atomsPerCell: '每晶胞原子数',
|
|
64
|
+
packingFactor: '堆积因子',
|
|
65
|
+
coordination: '配位数',
|
|
66
|
+
density: '密度',
|
|
67
|
+
cellVolume: '晶胞体积',
|
|
68
|
+
cellMass: '晶胞质量',
|
|
69
|
+
radius: '原子半径',
|
|
70
|
+
cornerAtoms: '角原子',
|
|
71
|
+
faceAtoms: '面原子',
|
|
72
|
+
interiorAtoms: '内部原子',
|
|
73
|
+
materialNote: '材料说明',
|
|
74
|
+
formula: '化学式',
|
|
75
|
+
resetView: '重置视图',
|
|
76
|
+
crystalProperties: '晶体性质',
|
|
77
|
+
physicalMetrics: '物理指标',
|
|
78
|
+
latticeSimpleCubic: '简单立方',
|
|
79
|
+
latticeFcc: '面心立方 (FCC)',
|
|
80
|
+
latticeHcp: '六方密堆积 (HCP)',
|
|
81
|
+
shortSc: 'SC',
|
|
82
|
+
shortFcc: 'FCC',
|
|
83
|
+
shortHcp: 'HCP',
|
|
84
|
+
materialCopper: '铜',
|
|
85
|
+
materialCopperNote: '导电性高的常见FCC金属。',
|
|
86
|
+
materialAluminum: '铝',
|
|
87
|
+
materialAluminumNote: '导热性良好的轻质FCC金属。',
|
|
88
|
+
materialPolonium: '钋',
|
|
89
|
+
materialPoloniumNote: '具有简单立方结构的稀有元素。',
|
|
90
|
+
materialMagnesium: '镁',
|
|
91
|
+
materialMagnesiumNote: '强度重量比优异的轻质HCP金属。',
|
|
92
|
+
materialTitanium: '钛',
|
|
93
|
+
materialTitaniumNote: '航空航天应用中广泛使用的高强度HCP金属。',
|
|
94
|
+
materialHalite: '岩盐',
|
|
95
95
|
materialHaliteNote: '具有四个NaCl单元的FCC衍生传统晶胞的离子型石盐。',
|
|
96
96
|
shortSimpleCubic: 'SC',
|
|
97
97
|
shortFaceCenteredCubic: 'FCC',
|
|
@@ -132,126 +132,126 @@ export const content: ToolLocaleContent = {
|
|
|
132
132
|
materialStrontiumTitanateNote: '常用作衬底和介电模型的立方钙钛矿氧化物。',
|
|
133
133
|
materialRutileTitania: '金红石二氧化钛',
|
|
134
134
|
materialRutileTitaniaNote: '具有钛八面体配位的金红石TiO2结构。',
|
|
135
|
-
},
|
|
136
|
-
seo: [
|
|
137
|
-
{
|
|
138
|
-
type: 'title',
|
|
139
|
-
text: '晶胞、堆积因子和密度的晶格结构探索器',
|
|
140
|
-
level: 2,
|
|
141
|
-
},
|
|
142
|
-
{
|
|
143
|
-
type: 'paragraph',
|
|
144
|
-
html: '这款晶格结构探索器有助于将晶胞的图形与学生和材料科学家通常需要的计算联系起来。您可以查看简单立方、面心立方和六方密堆积结构,然后从真实材料预设或自定义输入计算原子堆积因子、配位数、每晶胞原子数、由晶格参数得出的原子半径、晶胞体积、晶胞质量和理论密度。',
|
|
145
|
-
},
|
|
146
|
-
{
|
|
147
|
-
type: 'paragraph',
|
|
148
|
-
html: '交互式查看器专为晶体学中的常见难点而设计:边界原子可见,但每个边界原子只有一部分属于所选晶胞。旋转模型可以使角位点、面位点和内部位点之间的差异在使用数值公式之前更容易观察。',
|
|
149
|
-
},
|
|
150
|
-
{
|
|
151
|
-
type: 'title',
|
|
152
|
-
text: '简单立方、FCC和HCP比较',
|
|
153
|
-
level: 3,
|
|
154
|
-
},
|
|
155
|
-
{
|
|
156
|
-
type: 'table',
|
|
157
|
-
headers: ['结构', '每晶胞净原子数', '配位数', '原子堆积因子', '典型例子'],
|
|
158
|
-
rows: [
|
|
159
|
-
['简单立方', '1', '6', '52.36%', 'α-钋是经典的元素实例。'],
|
|
160
|
-
['面心立方 (FCC)', '4', '12', '74.05%', '铜、铝、镍、银、金及许多延展性金属。'],
|
|
161
|
-
['六方密堆积 (HCP)', '6', '12', '74.05%', '镁、α-钛、锌、钴和铍。'],
|
|
162
|
-
],
|
|
163
|
-
},
|
|
164
|
-
{
|
|
165
|
-
type: 'paragraph',
|
|
166
|
-
html: '简单立方堆积易于可视化的原因是原子沿立方体棱边接触,每个角原子贡献八分之一给晶胞。FCC在每个面的中心添加原子,因此原子沿面对角线接触,传统立方晶胞的净原子数变为四个。HCP使用六方层而非立方盒子,但理想HCP可达到与FCC相同的密堆积极限。',
|
|
167
|
-
},
|
|
168
|
-
{
|
|
169
|
-
type: 'title',
|
|
170
|
-
text: '原子堆积因子公式',
|
|
171
|
-
level: 3,
|
|
172
|
-
},
|
|
173
|
-
{
|
|
174
|
-
type: 'paragraph',
|
|
175
|
-
html: '原子堆积因子是晶胞体积中由硬球原子占据的比例。计算公式为<strong>APF = 晶胞内原子体积 / 晶胞体积</strong>。对于简单立方,由于一个半径为a/2的原子恰好位于立方晶胞内,因此结果为π/6。FCC和理想HCP均达到约0.7405,这是等径球体的最大堆积率。',
|
|
176
|
-
},
|
|
177
|
-
{
|
|
178
|
-
type: 'paragraph',
|
|
179
|
-
html: '堆积因子与密度不同。APF描述的是相同球体填充空间的效率,而密度还取决于摩尔质量和晶格尺寸。轻质HCP金属和重质FCC金属可能具有相似的堆积因子,但密度却相差很大。',
|
|
180
|
-
},
|
|
181
|
-
{
|
|
182
|
-
type: 'title',
|
|
183
|
-
text: '计算器使用的理论密度公式',
|
|
184
|
-
level: 3,
|
|
185
|
-
},
|
|
186
|
-
{
|
|
187
|
-
type: 'paragraph',
|
|
188
|
-
html: '计算器使用<strong>ρ = nM / (NA V胞)</strong>。在该公式中,<strong>n</strong>是每晶胞的原子数或化学式单元数,<strong>M</strong>是摩尔质量(克/摩尔),<strong>NA</strong>是阿伏伽德罗常数,<strong>V胞</strong>是晶胞体积(立方厘米)。立方晶胞使用a³。六方晶胞使用(3√3 / 2)a²c,其中c通过c/a比输入。',
|
|
189
|
-
},
|
|
190
|
-
{
|
|
191
|
-
type: 'paragraph',
|
|
192
|
-
html: '由于晶格常数通常以埃为单位列表,计算器在计算密度之前会先将埃转换为厘米。晶格常数的微小变化会对密度产生显著影响,因为立方晶胞的体积与边长三次方成正比。',
|
|
193
|
-
},
|
|
194
|
-
{
|
|
195
|
-
type: 'title',
|
|
196
|
-
text: '如何使用金属和矿物的晶格预设',
|
|
197
|
-
level: 3,
|
|
198
|
-
},
|
|
199
|
-
{
|
|
200
|
-
type: 'list',
|
|
201
|
-
items: [
|
|
202
|
-
'<strong>铜和铝:</strong>比较两种每晶胞净原子数相同但摩尔质量和晶格常数不同的FCC金属。',
|
|
203
|
-
'<strong>镁和α-钛:</strong>查看HCP堆积,观察c/a比如何改变六方晶胞体积。',
|
|
204
|
-
'<strong>α-钋:</strong>研究罕见的简单立方结构及其较低的堆积效率。',
|
|
205
|
-
'<strong>岩盐:</strong>使用矿物型NaCl传统晶胞而非单元素金属,练习化学式单元密度计算。',
|
|
206
|
-
],
|
|
207
|
-
},
|
|
208
|
-
{
|
|
209
|
-
type: 'title',
|
|
210
|
-
text: '硬球晶胞模型的局限性',
|
|
211
|
-
level: 3,
|
|
212
|
-
},
|
|
213
|
-
{
|
|
214
|
-
type: 'paragraph',
|
|
215
|
-
html: '此工具使用理想化的几何模型。实际晶体具有电子密度而非硬边界,晶格常数随温度、压力、成分和缺陷而变化。离子晶体和共价晶体还可能需要基元原子、部分占据和对称操作,这超出了此处展示的三种教学结构。',
|
|
216
|
-
},
|
|
217
|
-
{
|
|
218
|
-
type: 'paragraph',
|
|
219
|
-
html: '结果可用于教育、快速估算和常见晶格家族之间的比较。若要达到可发表质量的晶体学水平,请通过原始衍射数据或经过整理的晶体学数据库验证晶格参数、相、化学计量和位点占有率。',
|
|
220
|
-
},
|
|
221
|
-
],
|
|
222
|
-
faq,
|
|
223
|
-
bibliography,
|
|
224
|
-
howTo,
|
|
225
|
-
schemas: [
|
|
226
|
-
{
|
|
227
|
-
'@context': 'https://schema.org',
|
|
228
|
-
'@type': 'SoftwareApplication',
|
|
229
|
-
name: title,
|
|
230
|
-
description,
|
|
231
|
-
applicationCategory: 'EducationalApplication',
|
|
232
|
-
operatingSystem: 'Any',
|
|
233
|
-
},
|
|
234
|
-
{
|
|
235
|
-
'@context': 'https://schema.org',
|
|
236
|
-
'@type': 'FAQPage',
|
|
237
|
-
mainEntity: faq.map((item) => ({
|
|
238
|
-
'@type': 'Question',
|
|
239
|
-
name: item.question,
|
|
240
|
-
acceptedAnswer: {
|
|
241
|
-
'@type': 'Answer',
|
|
242
|
-
text: item.answer,
|
|
243
|
-
},
|
|
244
|
-
})),
|
|
245
|
-
},
|
|
246
|
-
{
|
|
247
|
-
'@context': 'https://schema.org',
|
|
248
|
-
'@type': 'HowTo',
|
|
249
|
-
name: title,
|
|
250
|
-
step: howTo.map((step) => ({
|
|
251
|
-
'@type': 'HowToStep',
|
|
252
|
-
name: step.name,
|
|
253
|
-
text: step.text,
|
|
254
|
-
})),
|
|
255
|
-
},
|
|
256
|
-
],
|
|
257
|
-
};
|
|
135
|
+
},
|
|
136
|
+
seo: [
|
|
137
|
+
{
|
|
138
|
+
type: 'title',
|
|
139
|
+
text: '晶胞、堆积因子和密度的晶格结构探索器',
|
|
140
|
+
level: 2,
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
type: 'paragraph',
|
|
144
|
+
html: '这款晶格结构探索器有助于将晶胞的图形与学生和材料科学家通常需要的计算联系起来。您可以查看简单立方、面心立方和六方密堆积结构,然后从真实材料预设或自定义输入计算原子堆积因子、配位数、每晶胞原子数、由晶格参数得出的原子半径、晶胞体积、晶胞质量和理论密度。',
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
type: 'paragraph',
|
|
148
|
+
html: '交互式查看器专为晶体学中的常见难点而设计:边界原子可见,但每个边界原子只有一部分属于所选晶胞。旋转模型可以使角位点、面位点和内部位点之间的差异在使用数值公式之前更容易观察。',
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
type: 'title',
|
|
152
|
+
text: '简单立方、FCC和HCP比较',
|
|
153
|
+
level: 3,
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
type: 'table',
|
|
157
|
+
headers: ['结构', '每晶胞净原子数', '配位数', '原子堆积因子', '典型例子'],
|
|
158
|
+
rows: [
|
|
159
|
+
['简单立方', '1', '6', '52.36%', 'α-钋是经典的元素实例。'],
|
|
160
|
+
['面心立方 (FCC)', '4', '12', '74.05%', '铜、铝、镍、银、金及许多延展性金属。'],
|
|
161
|
+
['六方密堆积 (HCP)', '6', '12', '74.05%', '镁、α-钛、锌、钴和铍。'],
|
|
162
|
+
],
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
type: 'paragraph',
|
|
166
|
+
html: '简单立方堆积易于可视化的原因是原子沿立方体棱边接触,每个角原子贡献八分之一给晶胞。FCC在每个面的中心添加原子,因此原子沿面对角线接触,传统立方晶胞的净原子数变为四个。HCP使用六方层而非立方盒子,但理想HCP可达到与FCC相同的密堆积极限。',
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
type: 'title',
|
|
170
|
+
text: '原子堆积因子公式',
|
|
171
|
+
level: 3,
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
type: 'paragraph',
|
|
175
|
+
html: '原子堆积因子是晶胞体积中由硬球原子占据的比例。计算公式为<strong>APF = 晶胞内原子体积 / 晶胞体积</strong>。对于简单立方,由于一个半径为a/2的原子恰好位于立方晶胞内,因此结果为π/6。FCC和理想HCP均达到约0.7405,这是等径球体的最大堆积率。',
|
|
176
|
+
},
|
|
177
|
+
{
|
|
178
|
+
type: 'paragraph',
|
|
179
|
+
html: '堆积因子与密度不同。APF描述的是相同球体填充空间的效率,而密度还取决于摩尔质量和晶格尺寸。轻质HCP金属和重质FCC金属可能具有相似的堆积因子,但密度却相差很大。',
|
|
180
|
+
},
|
|
181
|
+
{
|
|
182
|
+
type: 'title',
|
|
183
|
+
text: '计算器使用的理论密度公式',
|
|
184
|
+
level: 3,
|
|
185
|
+
},
|
|
186
|
+
{
|
|
187
|
+
type: 'paragraph',
|
|
188
|
+
html: '计算器使用<strong>ρ = nM / (NA V胞)</strong>。在该公式中,<strong>n</strong>是每晶胞的原子数或化学式单元数,<strong>M</strong>是摩尔质量(克/摩尔),<strong>NA</strong>是阿伏伽德罗常数,<strong>V胞</strong>是晶胞体积(立方厘米)。立方晶胞使用a³。六方晶胞使用(3√3 / 2)a²c,其中c通过c/a比输入。',
|
|
189
|
+
},
|
|
190
|
+
{
|
|
191
|
+
type: 'paragraph',
|
|
192
|
+
html: '由于晶格常数通常以埃为单位列表,计算器在计算密度之前会先将埃转换为厘米。晶格常数的微小变化会对密度产生显著影响,因为立方晶胞的体积与边长三次方成正比。',
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
type: 'title',
|
|
196
|
+
text: '如何使用金属和矿物的晶格预设',
|
|
197
|
+
level: 3,
|
|
198
|
+
},
|
|
199
|
+
{
|
|
200
|
+
type: 'list',
|
|
201
|
+
items: [
|
|
202
|
+
'<strong>铜和铝:</strong>比较两种每晶胞净原子数相同但摩尔质量和晶格常数不同的FCC金属。',
|
|
203
|
+
'<strong>镁和α-钛:</strong>查看HCP堆积,观察c/a比如何改变六方晶胞体积。',
|
|
204
|
+
'<strong>α-钋:</strong>研究罕见的简单立方结构及其较低的堆积效率。',
|
|
205
|
+
'<strong>岩盐:</strong>使用矿物型NaCl传统晶胞而非单元素金属,练习化学式单元密度计算。',
|
|
206
|
+
],
|
|
207
|
+
},
|
|
208
|
+
{
|
|
209
|
+
type: 'title',
|
|
210
|
+
text: '硬球晶胞模型的局限性',
|
|
211
|
+
level: 3,
|
|
212
|
+
},
|
|
213
|
+
{
|
|
214
|
+
type: 'paragraph',
|
|
215
|
+
html: '此工具使用理想化的几何模型。实际晶体具有电子密度而非硬边界,晶格常数随温度、压力、成分和缺陷而变化。离子晶体和共价晶体还可能需要基元原子、部分占据和对称操作,这超出了此处展示的三种教学结构。',
|
|
216
|
+
},
|
|
217
|
+
{
|
|
218
|
+
type: 'paragraph',
|
|
219
|
+
html: '结果可用于教育、快速估算和常见晶格家族之间的比较。若要达到可发表质量的晶体学水平,请通过原始衍射数据或经过整理的晶体学数据库验证晶格参数、相、化学计量和位点占有率。',
|
|
220
|
+
},
|
|
221
|
+
],
|
|
222
|
+
faq,
|
|
223
|
+
bibliography,
|
|
224
|
+
howTo,
|
|
225
|
+
schemas: [
|
|
226
|
+
{
|
|
227
|
+
'@context': 'https://schema.org',
|
|
228
|
+
'@type': 'SoftwareApplication',
|
|
229
|
+
name: title,
|
|
230
|
+
description,
|
|
231
|
+
applicationCategory: 'EducationalApplication',
|
|
232
|
+
operatingSystem: 'Any',
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
'@context': 'https://schema.org',
|
|
236
|
+
'@type': 'FAQPage',
|
|
237
|
+
mainEntity: faq.map((item) => ({
|
|
238
|
+
'@type': 'Question',
|
|
239
|
+
name: item.question,
|
|
240
|
+
acceptedAnswer: {
|
|
241
|
+
'@type': 'Answer',
|
|
242
|
+
text: item.answer,
|
|
243
|
+
},
|
|
244
|
+
})),
|
|
245
|
+
},
|
|
246
|
+
{
|
|
247
|
+
'@context': 'https://schema.org',
|
|
248
|
+
'@type': 'HowTo',
|
|
249
|
+
name: title,
|
|
250
|
+
step: howTo.map((step) => ({
|
|
251
|
+
'@type': 'HowToStep',
|
|
252
|
+
name: step.name,
|
|
253
|
+
text: step.text,
|
|
254
|
+
})),
|
|
255
|
+
},
|
|
256
|
+
],
|
|
257
|
+
};
|