@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 = '単純立方格子、面心立方格子 (FCC)、六方最密充填 (HCP) の単位格子をインタラクティブな3Dビューア、原子充填率、配位数、理論密度計算機で探索できます。';
|
|
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: '計算機は1つの単位格子内の質量を単位格子の体積で割ります。セル質量は、セルあたりの原子数または式単位にモル質量を掛け、アボガドロ定数で割ることで得られます。',
|
|
39
|
-
},
|
|
40
|
-
{
|
|
41
|
-
question: '測定密度が理論結果と異なるのはなぜですか?',
|
|
42
|
-
answer: '実際の試料には、空孔、不純物、気孔、粒界、同位体混合物、温度膨張、または複数の相が含まれる可能性があります。理論値は選択された格子定数を持つ完全な結晶を仮定しています。',
|
|
43
|
-
},
|
|
44
|
-
{
|
|
45
|
-
question: '岩塩 (halite) は実際にFCC金属格子ですか?',
|
|
46
|
-
answer: 'いいえ。岩塩はイオン性の岩塩であり、金属ではありません。プリセットが従来のFCC派生セルを使用するのは、NaClが立方セルあたり4つの式単位を持つため、密度計算の練習に役立つからです。',
|
|
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 = '単純立方格子、面心立方格子 (FCC)、六方最密充填 (HCP) の単位格子をインタラクティブな3Dビューア、原子充填率、配位数、理論密度計算機で探索できます。';
|
|
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: '計算機は1つの単位格子内の質量を単位格子の体積で割ります。セル質量は、セルあたりの原子数または式単位にモル質量を掛け、アボガドロ定数で割ることで得られます。',
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
question: '測定密度が理論結果と異なるのはなぜですか?',
|
|
42
|
+
answer: '実際の試料には、空孔、不純物、気孔、粒界、同位体混合物、温度膨張、または複数の相が含まれる可能性があります。理論値は選択された格子定数を持つ完全な結晶を仮定しています。',
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
question: '岩塩 (halite) は実際にFCC金属格子ですか?',
|
|
46
|
+
answer: 'いいえ。岩塩はイオン性の岩塩であり、金属ではありません。プリセットが従来のFCC派生セルを使用するのは、NaClが立方セルあたり4つの式単位を持つため、密度計算の練習に役立つからです。',
|
|
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: '4つの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: '単純立方格子の充填は、原子が立方体の辺に沿って接触し、各角の原子がセルに8分の1を寄与するため、視覚化が容易です。FCCは各面の中心に原子を追加するため、原子は面の対角線に沿って接触し、従来の立方セルあたりの正味数は4原子になります。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の1つの原子が立方セルに収まるため、pi / 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>rho = nM / (NA Vcell)</strong>を使用します。この式において、<strong>n</strong>はセルあたりの原子数または式単位、<strong>M</strong>はグラム毎モルでのモル質量、<strong>NA</strong>はアボガドロ定数、<strong>Vcell</strong>は立方センチメートルでの単位格子の体積です。立方セルはa^3を使用します。六方セルは(3 sqrt(3) / 2) a^2 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> セルあたりの正味原子数は同じだがモル質量と格子定数が異なる2つの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: 'このツールは理想化された幾何学モデルを使用しています。実際の結晶は硬い境界ではなく電子密度を持ち、格子定数は温度、圧力、組成、欠陥によって変化します。イオン結晶や共有結合結晶では、ここに示した3つの教育用構造を超える基底原子、部分占有、対称操作が必要になる場合もあります。',
|
|
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: '単純立方格子の充填は、原子が立方体の辺に沿って接触し、各角の原子がセルに8分の1を寄与するため、視覚化が容易です。FCCは各面の中心に原子を追加するため、原子は面の対角線に沿って接触し、従来の立方セルあたりの正味数は4原子になります。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の1つの原子が立方セルに収まるため、pi / 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>rho = nM / (NA Vcell)</strong>を使用します。この式において、<strong>n</strong>はセルあたりの原子数または式単位、<strong>M</strong>はグラム毎モルでのモル質量、<strong>NA</strong>はアボガドロ定数、<strong>Vcell</strong>は立方センチメートルでの単位格子の体積です。立方セルはa^3を使用します。六方セルは(3 sqrt(3) / 2) a^2 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> セルあたりの正味原子数は同じだがモル質量と格子定数が異なる2つの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: 'このツールは理想化された幾何学モデルを使用しています。実際の結晶は硬い境界ではなく電子密度を持ち、格子定数は温度、圧力、組成、欠陥によって変化します。イオン結晶や共有結合結晶では、ここに示した3つの教育用構造を超える基底原子、部分占有、対称操作が必要になる場合もあります。',
|
|
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
|
+
};
|