@jjlmoya/utils-science 1.41.0 → 1.43.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 +1 -1
- package/scripts/crystal-lattice-catalog-translations.mjs +459 -0
- package/scripts/sync-crystal-lattice-i18n.mjs +50 -0
- package/src/category/index.ts +3 -1
- package/src/entries.ts +5 -1
- package/src/index.ts +2 -0
- package/src/tests/diacritics_density.test.ts +140 -0
- package/src/tests/inverted_punctuation.test.ts +84 -0
- package/src/tests/locale_completeness.test.ts +2 -2
- package/src/tests/script_density.test.ts +94 -0
- package/src/tests/tool_validation.test.ts +2 -3
- package/src/tool/conway-life-rule-lab/i18n/de.ts +62 -5
- package/src/tool/conway-life-rule-lab/i18n/es.ts +62 -5
- package/src/tool/conway-life-rule-lab/i18n/fr.ts +62 -5
- package/src/tool/conway-life-rule-lab/i18n/id.ts +102 -45
- package/src/tool/conway-life-rule-lab/i18n/it.ts +62 -5
- package/src/tool/conway-life-rule-lab/i18n/ja.ts +62 -5
- package/src/tool/conway-life-rule-lab/i18n/ko.ts +62 -5
- package/src/tool/conway-life-rule-lab/i18n/nl.ts +102 -45
- package/src/tool/conway-life-rule-lab/i18n/pl.ts +62 -5
- package/src/tool/conway-life-rule-lab/i18n/pt.ts +62 -5
- package/src/tool/conway-life-rule-lab/i18n/ru.ts +62 -5
- package/src/tool/conway-life-rule-lab/i18n/sv.ts +62 -5
- package/src/tool/conway-life-rule-lab/i18n/tr.ts +62 -5
- package/src/tool/conway-life-rule-lab/i18n/zh.ts +62 -5
- package/src/tool/cosmic-inflation/i18n/es.ts +5 -5
- package/src/tool/cosmic-inflation/i18n/it.ts +51 -51
- package/src/tool/cosmic-inflation/i18n/ru.ts +42 -150
- package/src/tool/crystal-lattice-structure-finder/component.astro +120 -39
- package/src/tool/crystal-lattice-structure-finder/crystal-lattice-structure-finder.css +204 -56
- package/src/tool/crystal-lattice-structure-finder/data.ts +107 -133
- package/src/tool/crystal-lattice-structure-finder/i18n/de.ts +39 -0
- package/src/tool/crystal-lattice-structure-finder/i18n/en.ts +45 -6
- package/src/tool/crystal-lattice-structure-finder/i18n/es.ts +39 -0
- package/src/tool/crystal-lattice-structure-finder/i18n/fr.ts +39 -0
- package/src/tool/crystal-lattice-structure-finder/i18n/id.ts +39 -0
- package/src/tool/crystal-lattice-structure-finder/i18n/it.ts +39 -0
- package/src/tool/crystal-lattice-structure-finder/i18n/ja.ts +39 -0
- package/src/tool/crystal-lattice-structure-finder/i18n/ko.ts +39 -0
- package/src/tool/crystal-lattice-structure-finder/i18n/nl.ts +39 -0
- package/src/tool/crystal-lattice-structure-finder/i18n/pl.ts +39 -0
- package/src/tool/crystal-lattice-structure-finder/i18n/pt.ts +39 -0
- package/src/tool/crystal-lattice-structure-finder/i18n/ru.ts +39 -0
- package/src/tool/crystal-lattice-structure-finder/i18n/sv.ts +39 -0
- package/src/tool/crystal-lattice-structure-finder/i18n/tr.ts +39 -0
- package/src/tool/crystal-lattice-structure-finder/i18n/zh.ts +39 -0
- package/src/tool/crystal-lattice-structure-finder/logic.ts +7 -3
- package/src/tool/crystal-lattice-structure-finder/structures/README.md +26 -0
- package/src/tool/crystal-lattice-structure-finder/structures/body-centered-cubic.ts +19 -0
- package/src/tool/crystal-lattice-structure-finder/structures/cesium-chloride.ts +19 -0
- package/src/tool/crystal-lattice-structure-finder/structures/diamond-cubic.ts +23 -0
- package/src/tool/crystal-lattice-structure-finder/structures/face-centered-cubic.ts +16 -0
- package/src/tool/crystal-lattice-structure-finder/structures/hexagonal-close-packed.ts +30 -0
- package/src/tool/crystal-lattice-structure-finder/structures/index.ts +25 -0
- package/src/tool/crystal-lattice-structure-finder/structures/perovskite.ts +20 -0
- package/src/tool/crystal-lattice-structure-finder/structures/rock-salt.ts +23 -0
- package/src/tool/crystal-lattice-structure-finder/structures/rutile.ts +25 -0
- package/src/tool/crystal-lattice-structure-finder/structures/shared.ts +86 -0
- package/src/tool/crystal-lattice-structure-finder/structures/simple-cubic.ts +16 -0
- package/src/tool/crystal-lattice-structure-finder/structures/wurtzite.ts +22 -0
- package/src/tool/crystal-lattice-structure-finder/structures/zinc-blende.ts +23 -0
- package/src/tool/double-slit-decoherence/i18n/fr.ts +42 -86
- package/src/tool/double-slit-decoherence/i18n/it.ts +28 -72
- package/src/tool/double-slit-decoherence/i18n/pt.ts +35 -79
- package/src/tool/double-slit-decoherence/i18n/ru.ts +59 -59
- package/src/tool/double-slit-decoherence/i18n/sv.ts +33 -81
- package/src/tool/double-slit-decoherence/i18n/tr.ts +55 -55
- package/src/tool/dyson-sphere-energy-capture/i18n/de.ts +42 -123
- package/src/tool/dyson-sphere-energy-capture/i18n/es.ts +6 -6
- package/src/tool/dyson-sphere-energy-capture/i18n/fr.ts +63 -131
- package/src/tool/dyson-sphere-energy-capture/i18n/it.ts +36 -113
- package/src/tool/dyson-sphere-energy-capture/i18n/ja.ts +66 -42
- package/src/tool/dyson-sphere-energy-capture/i18n/ko.ts +66 -42
- package/src/tool/dyson-sphere-energy-capture/i18n/pl.ts +50 -133
- package/src/tool/dyson-sphere-energy-capture/i18n/pt.ts +51 -132
- package/src/tool/dyson-sphere-energy-capture/i18n/ru.ts +61 -98
- package/src/tool/dyson-sphere-energy-capture/i18n/sv.ts +56 -137
- package/src/tool/dyson-sphere-energy-capture/i18n/tr.ts +61 -142
- package/src/tool/dyson-sphere-energy-capture/i18n/zh.ts +67 -43
- package/src/tool/epidemic-sir-simulator/bibliography.astro +15 -0
- package/src/tool/epidemic-sir-simulator/bibliography.ts +37 -0
- package/src/tool/epidemic-sir-simulator/component.astro +384 -0
- package/src/tool/epidemic-sir-simulator/entry.ts +30 -0
- package/src/tool/epidemic-sir-simulator/epidemic-sir-simulator.css +624 -0
- package/src/tool/epidemic-sir-simulator/i18n/de.ts +347 -0
- package/src/tool/epidemic-sir-simulator/i18n/en.ts +347 -0
- package/src/tool/epidemic-sir-simulator/i18n/es.ts +347 -0
- package/src/tool/epidemic-sir-simulator/i18n/fr.ts +347 -0
- package/src/tool/epidemic-sir-simulator/i18n/id.ts +347 -0
- package/src/tool/epidemic-sir-simulator/i18n/it.ts +347 -0
- package/src/tool/epidemic-sir-simulator/i18n/ja.ts +347 -0
- package/src/tool/epidemic-sir-simulator/i18n/ko.ts +347 -0
- package/src/tool/epidemic-sir-simulator/i18n/nl.ts +347 -0
- package/src/tool/epidemic-sir-simulator/i18n/pl.ts +347 -0
- package/src/tool/epidemic-sir-simulator/i18n/pt.ts +347 -0
- package/src/tool/epidemic-sir-simulator/i18n/ru.ts +347 -0
- package/src/tool/epidemic-sir-simulator/i18n/sv.ts +347 -0
- package/src/tool/epidemic-sir-simulator/i18n/tr.ts +347 -0
- package/src/tool/epidemic-sir-simulator/i18n/zh.ts +347 -0
- package/src/tool/epidemic-sir-simulator/index.ts +12 -0
- package/src/tool/epidemic-sir-simulator/logic.ts +163 -0
- package/src/tool/epidemic-sir-simulator/seo.astro +16 -0
- package/src/tool/fermi-paradox-filter-lab/bibliography.astro +14 -0
- package/src/tool/fermi-paradox-filter-lab/bibliography.ts +24 -0
- package/src/tool/fermi-paradox-filter-lab/component.astro +257 -0
- package/src/tool/fermi-paradox-filter-lab/entry.ts +26 -0
- package/src/tool/fermi-paradox-filter-lab/fermi-paradox-filter-lab.css +228 -0
- package/src/tool/fermi-paradox-filter-lab/i18n/de.ts +192 -0
- package/src/tool/fermi-paradox-filter-lab/i18n/en.ts +192 -0
- package/src/tool/fermi-paradox-filter-lab/i18n/es.ts +193 -0
- package/src/tool/fermi-paradox-filter-lab/i18n/fr.ts +192 -0
- package/src/tool/fermi-paradox-filter-lab/i18n/id.ts +192 -0
- package/src/tool/fermi-paradox-filter-lab/i18n/it.ts +192 -0
- package/src/tool/fermi-paradox-filter-lab/i18n/ja.ts +192 -0
- package/src/tool/fermi-paradox-filter-lab/i18n/ko.ts +192 -0
- package/src/tool/fermi-paradox-filter-lab/i18n/nl.ts +192 -0
- package/src/tool/fermi-paradox-filter-lab/i18n/pl.ts +193 -0
- package/src/tool/fermi-paradox-filter-lab/i18n/pt.ts +192 -0
- package/src/tool/fermi-paradox-filter-lab/i18n/ru.ts +192 -0
- package/src/tool/fermi-paradox-filter-lab/i18n/sv.ts +192 -0
- package/src/tool/fermi-paradox-filter-lab/i18n/tr.ts +192 -0
- package/src/tool/fermi-paradox-filter-lab/i18n/zh.ts +192 -0
- package/src/tool/fermi-paradox-filter-lab/index.ts +11 -0
- package/src/tool/fermi-paradox-filter-lab/logic.ts +125 -0
- package/src/tool/fermi-paradox-filter-lab/seo.astro +15 -0
- package/src/tool/global-albedo-snowball-simulator/i18n/ru.ts +50 -63
- package/src/tool/lorenz-attractor/i18n/de.ts +52 -78
- package/src/tool/lorenz-attractor/i18n/es.ts +5 -5
- package/src/tool/lorenz-attractor/i18n/fr.ts +51 -77
- package/src/tool/lorenz-attractor/i18n/it.ts +36 -36
- package/src/tool/lorenz-attractor/i18n/pt.ts +51 -75
- package/src/tool/mandelbrot-fractal/i18n/de.ts +31 -58
- package/src/tool/mandelbrot-fractal/i18n/es.ts +5 -5
- package/src/tool/mandelbrot-fractal/i18n/fr.ts +39 -57
- package/src/tool/mandelbrot-fractal/i18n/it.ts +30 -48
- package/src/tool/mandelbrot-fractal/i18n/pl.ts +34 -52
- package/src/tool/mandelbrot-fractal/i18n/pt.ts +30 -30
- package/src/tool/mandelbrot-fractal/i18n/ru.ts +42 -60
- package/src/tool/mandelbrot-fractal/i18n/sv.ts +38 -65
- package/src/tool/natural-selection-drift/i18n/it.ts +18 -95
- package/src/tool/natural-selection-drift/i18n/pt.ts +76 -19
- package/src/tool/natural-selection-drift/i18n/ru.ts +27 -24
- package/src/tool/natural-selection-drift/i18n/sv.ts +9 -6
- package/src/tool/phase-diagram-critical-points/i18n/de.ts +30 -68
- package/src/tool/phase-diagram-critical-points/i18n/es.ts +4 -4
- package/src/tool/phase-diagram-critical-points/i18n/fr.ts +37 -75
- package/src/tool/phase-diagram-critical-points/i18n/it.ts +8 -8
- package/src/tool/planet-atmosphere-survival/i18n/ru.ts +49 -192
- package/src/tool/radioactive-decay/i18n/de.ts +16 -32
- package/src/tool/radioactive-decay/i18n/es.ts +5 -5
- package/src/tool/radioactive-decay/i18n/fr.ts +24 -40
- package/src/tool/radioactive-decay/i18n/it.ts +18 -35
- package/src/tool/radioactive-decay/i18n/pt.ts +34 -34
- package/src/tool/roche-limit-satellite-disruption/i18n/pl.ts +52 -128
- package/src/tool/temperature-timeline/i18n/de.ts +46 -174
- package/src/tool/temperature-timeline/i18n/es.ts +5 -5
- package/src/tool/temperature-timeline/i18n/fr.ts +69 -144
- package/src/tool/temperature-timeline/i18n/it.ts +34 -133
- package/src/tool/temperature-timeline/i18n/pt.ts +35 -174
- package/src/tool/temperature-timeline/i18n/ru.ts +48 -174
- package/src/tool/twin-paradox-visualizer/i18n/es.ts +5 -5
- package/src/tool/twin-paradox-visualizer/i18n/fr.ts +34 -34
- package/src/tool/twin-paradox-visualizer/i18n/pt.ts +31 -71
- package/src/tools.ts +4 -0
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
import { LATTICE_STRUCTURES as STRUCTURES } from './structures';
|
|
2
|
+
|
|
3
|
+
export type LatticeId = string;
|
|
2
4
|
|
|
3
5
|
export interface AtomSite {
|
|
4
6
|
id: string;
|
|
@@ -10,7 +12,9 @@ export interface AtomSite {
|
|
|
10
12
|
|
|
11
13
|
export interface LatticeStructure {
|
|
12
14
|
id: LatticeId;
|
|
15
|
+
name: string;
|
|
13
16
|
shortName: string;
|
|
17
|
+
cellGeometry: 'cubic' | 'hexagonal' | 'tetragonal';
|
|
14
18
|
coordinationNumber: number;
|
|
15
19
|
atomsPerCell: number;
|
|
16
20
|
packingFactor: number;
|
|
@@ -23,6 +27,8 @@ export interface LatticeStructure {
|
|
|
23
27
|
|
|
24
28
|
export interface MaterialPreset {
|
|
25
29
|
id: string;
|
|
30
|
+
name: string;
|
|
31
|
+
note: string;
|
|
26
32
|
formula: string;
|
|
27
33
|
latticeId: LatticeId;
|
|
28
34
|
atomicMass: number;
|
|
@@ -39,141 +45,13 @@ export interface DensityResult {
|
|
|
39
45
|
packingFactor: number;
|
|
40
46
|
}
|
|
41
47
|
|
|
42
|
-
const
|
|
43
|
-
[0, 0, 0],
|
|
44
|
-
[1, 0, 0],
|
|
45
|
-
[1, 1, 0],
|
|
46
|
-
[0, 1, 0],
|
|
47
|
-
[0, 0, 1],
|
|
48
|
-
[1, 0, 1],
|
|
49
|
-
[1, 1, 1],
|
|
50
|
-
[0, 1, 1],
|
|
51
|
-
];
|
|
52
|
-
|
|
53
|
-
const cubeEdges: [number, number][] = [
|
|
54
|
-
[0, 1],
|
|
55
|
-
[1, 2],
|
|
56
|
-
[2, 3],
|
|
57
|
-
[3, 0],
|
|
58
|
-
[4, 5],
|
|
59
|
-
[5, 6],
|
|
60
|
-
[6, 7],
|
|
61
|
-
[7, 4],
|
|
62
|
-
[0, 4],
|
|
63
|
-
[1, 5],
|
|
64
|
-
[2, 6],
|
|
65
|
-
[3, 7],
|
|
66
|
-
];
|
|
67
|
-
|
|
68
|
-
const hexVertices: [number, number, number][] = [
|
|
69
|
-
[1, 0, 0],
|
|
70
|
-
[0.5, 0.866, 0],
|
|
71
|
-
[-0.5, 0.866, 0],
|
|
72
|
-
[-1, 0, 0],
|
|
73
|
-
[-0.5, -0.866, 0],
|
|
74
|
-
[0.5, -0.866, 0],
|
|
75
|
-
[1, 0, 1],
|
|
76
|
-
[0.5, 0.866, 1],
|
|
77
|
-
[-0.5, 0.866, 1],
|
|
78
|
-
[-1, 0, 1],
|
|
79
|
-
[-0.5, -0.866, 1],
|
|
80
|
-
[0.5, -0.866, 1],
|
|
81
|
-
];
|
|
82
|
-
|
|
83
|
-
const hexEdges: [number, number][] = [
|
|
84
|
-
[0, 1],
|
|
85
|
-
[1, 2],
|
|
86
|
-
[2, 3],
|
|
87
|
-
[3, 4],
|
|
88
|
-
[4, 5],
|
|
89
|
-
[5, 0],
|
|
90
|
-
[6, 7],
|
|
91
|
-
[7, 8],
|
|
92
|
-
[8, 9],
|
|
93
|
-
[9, 10],
|
|
94
|
-
[10, 11],
|
|
95
|
-
[11, 6],
|
|
96
|
-
[0, 6],
|
|
97
|
-
[1, 7],
|
|
98
|
-
[2, 8],
|
|
99
|
-
[3, 9],
|
|
100
|
-
[4, 10],
|
|
101
|
-
[5, 11],
|
|
102
|
-
];
|
|
103
|
-
|
|
104
|
-
export const LATTICE_STRUCTURES: LatticeStructure[] = [
|
|
105
|
-
{
|
|
106
|
-
id: 'simple-cubic',
|
|
107
|
-
shortName: 'SC',
|
|
108
|
-
coordinationNumber: 6,
|
|
109
|
-
atomsPerCell: 1,
|
|
110
|
-
packingFactor: Math.PI / 6,
|
|
111
|
-
radiusToA: 0.5,
|
|
112
|
-
vertices: cubeVertices,
|
|
113
|
-
edges: cubeEdges,
|
|
114
|
-
sites: cubeVertices.map(([x, y, z], index) => ({
|
|
115
|
-
id: `sc-corner-${index}`,
|
|
116
|
-
x,
|
|
117
|
-
y,
|
|
118
|
-
z,
|
|
119
|
-
role: 'corner' as const,
|
|
120
|
-
})),
|
|
121
|
-
},
|
|
122
|
-
{
|
|
123
|
-
id: 'face-centered-cubic',
|
|
124
|
-
shortName: 'FCC',
|
|
125
|
-
coordinationNumber: 12,
|
|
126
|
-
atomsPerCell: 4,
|
|
127
|
-
packingFactor: Math.PI / (3 * Math.sqrt(2)),
|
|
128
|
-
radiusToA: Math.sqrt(2) / 4,
|
|
129
|
-
vertices: cubeVertices,
|
|
130
|
-
edges: cubeEdges,
|
|
131
|
-
sites: [
|
|
132
|
-
...cubeVertices.map(([x, y, z], index) => ({
|
|
133
|
-
id: `fcc-corner-${index}`,
|
|
134
|
-
x,
|
|
135
|
-
y,
|
|
136
|
-
z,
|
|
137
|
-
role: 'corner' as const,
|
|
138
|
-
})),
|
|
139
|
-
{ id: 'fcc-face-bottom', x: 0.5, y: 0.5, z: 0, role: 'face' as const },
|
|
140
|
-
{ id: 'fcc-face-top', x: 0.5, y: 0.5, z: 1, role: 'face' as const },
|
|
141
|
-
{ id: 'fcc-face-front', x: 0.5, y: 0, z: 0.5, role: 'face' as const },
|
|
142
|
-
{ id: 'fcc-face-back', x: 0.5, y: 1, z: 0.5, role: 'face' as const },
|
|
143
|
-
{ id: 'fcc-face-left', x: 0, y: 0.5, z: 0.5, role: 'face' as const },
|
|
144
|
-
{ id: 'fcc-face-right', x: 1, y: 0.5, z: 0.5, role: 'face' as const },
|
|
145
|
-
],
|
|
146
|
-
},
|
|
147
|
-
{
|
|
148
|
-
id: 'hexagonal-close-packed',
|
|
149
|
-
shortName: 'HCP',
|
|
150
|
-
coordinationNumber: 12,
|
|
151
|
-
atomsPerCell: 6,
|
|
152
|
-
packingFactor: 0.74048,
|
|
153
|
-
radiusToA: 0.5,
|
|
154
|
-
cToA: 1.633,
|
|
155
|
-
vertices: hexVertices,
|
|
156
|
-
edges: hexEdges,
|
|
157
|
-
sites: [
|
|
158
|
-
...hexVertices.map(([x, y, z], index) => ({
|
|
159
|
-
id: `hcp-boundary-${index}`,
|
|
160
|
-
x: (x + 1) / 2,
|
|
161
|
-
y: (y + 0.866) / 1.732,
|
|
162
|
-
z,
|
|
163
|
-
role: 'corner' as const,
|
|
164
|
-
})),
|
|
165
|
-
{ id: 'hcp-center-bottom', x: 0.5, y: 0.5, z: 0, role: 'face' as const },
|
|
166
|
-
{ id: 'hcp-center-top', x: 0.5, y: 0.5, z: 1, role: 'face' as const },
|
|
167
|
-
{ id: 'hcp-interior-a', x: 0.33, y: 0.42, z: 0.5, role: 'interior' as const },
|
|
168
|
-
{ id: 'hcp-interior-b', x: 0.67, y: 0.58, z: 0.5, role: 'interior' as const },
|
|
169
|
-
{ id: 'hcp-interior-c', x: 0.5, y: 0.28, z: 0.5, role: 'interior' as const },
|
|
170
|
-
],
|
|
171
|
-
},
|
|
172
|
-
];
|
|
48
|
+
export const LATTICE_STRUCTURES: LatticeStructure[] = STRUCTURES;
|
|
173
49
|
|
|
174
50
|
export const MATERIAL_PRESETS: MaterialPreset[] = [
|
|
175
51
|
{
|
|
176
52
|
id: 'copper',
|
|
53
|
+
name: 'Copper',
|
|
54
|
+
note: 'Common FCC metal with high electrical conductivity.',
|
|
177
55
|
formula: 'Cu',
|
|
178
56
|
latticeId: 'face-centered-cubic',
|
|
179
57
|
atomicMass: 63.546,
|
|
@@ -181,13 +59,35 @@ export const MATERIAL_PRESETS: MaterialPreset[] = [
|
|
|
181
59
|
},
|
|
182
60
|
{
|
|
183
61
|
id: 'aluminum',
|
|
62
|
+
name: 'Aluminum',
|
|
63
|
+
note: 'Lightweight FCC metal used as a classroom density benchmark.',
|
|
184
64
|
formula: 'Al',
|
|
185
65
|
latticeId: 'face-centered-cubic',
|
|
186
66
|
atomicMass: 26.9815,
|
|
187
67
|
latticeA: 4.0495,
|
|
188
68
|
},
|
|
69
|
+
{
|
|
70
|
+
id: 'alpha-iron',
|
|
71
|
+
name: 'Alpha iron',
|
|
72
|
+
note: 'Room-temperature body-centered cubic iron phase.',
|
|
73
|
+
formula: 'Fe',
|
|
74
|
+
latticeId: 'body-centered-cubic',
|
|
75
|
+
atomicMass: 55.845,
|
|
76
|
+
latticeA: 2.866,
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
id: 'tungsten',
|
|
80
|
+
name: 'Tungsten',
|
|
81
|
+
note: 'Dense BCC refractory metal with a very high melting point.',
|
|
82
|
+
formula: 'W',
|
|
83
|
+
latticeId: 'body-centered-cubic',
|
|
84
|
+
atomicMass: 183.84,
|
|
85
|
+
latticeA: 3.165,
|
|
86
|
+
},
|
|
189
87
|
{
|
|
190
88
|
id: 'polonium',
|
|
89
|
+
name: 'Alpha polonium',
|
|
90
|
+
note: 'Rare example of a simple cubic elemental crystal.',
|
|
191
91
|
formula: 'Po',
|
|
192
92
|
latticeId: 'simple-cubic',
|
|
193
93
|
atomicMass: 208.9824,
|
|
@@ -195,6 +95,8 @@ export const MATERIAL_PRESETS: MaterialPreset[] = [
|
|
|
195
95
|
},
|
|
196
96
|
{
|
|
197
97
|
id: 'magnesium',
|
|
98
|
+
name: 'Magnesium',
|
|
99
|
+
note: 'HCP metal with a c/a ratio close to ideal packing.',
|
|
198
100
|
formula: 'Mg',
|
|
199
101
|
latticeId: 'hexagonal-close-packed',
|
|
200
102
|
atomicMass: 24.305,
|
|
@@ -203,18 +105,90 @@ export const MATERIAL_PRESETS: MaterialPreset[] = [
|
|
|
203
105
|
},
|
|
204
106
|
{
|
|
205
107
|
id: 'titanium',
|
|
108
|
+
name: 'Alpha titanium',
|
|
109
|
+
note: 'Room-temperature HCP phase of titanium.',
|
|
206
110
|
formula: 'Ti',
|
|
207
111
|
latticeId: 'hexagonal-close-packed',
|
|
208
112
|
atomicMass: 47.867,
|
|
209
113
|
latticeA: 2.951,
|
|
210
114
|
cToA: 1.587,
|
|
211
115
|
},
|
|
116
|
+
{
|
|
117
|
+
id: 'silicon',
|
|
118
|
+
name: 'Silicon',
|
|
119
|
+
note: 'Diamond cubic semiconductor used in integrated circuits.',
|
|
120
|
+
formula: 'Si',
|
|
121
|
+
latticeId: 'diamond-cubic',
|
|
122
|
+
atomicMass: 28.0855,
|
|
123
|
+
latticeA: 5.431,
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
id: 'diamond',
|
|
127
|
+
name: 'Diamond',
|
|
128
|
+
note: 'Covalent carbon network in the diamond cubic structure.',
|
|
129
|
+
formula: 'C',
|
|
130
|
+
latticeId: 'diamond-cubic',
|
|
131
|
+
atomicMass: 12.011,
|
|
132
|
+
latticeA: 3.567,
|
|
133
|
+
},
|
|
212
134
|
{
|
|
213
135
|
id: 'halite',
|
|
136
|
+
name: 'Halite',
|
|
137
|
+
note: 'Rock salt crystal with four NaCl formula units per conventional cell.',
|
|
214
138
|
formula: 'NaCl',
|
|
215
|
-
latticeId: '
|
|
139
|
+
latticeId: 'rock-salt',
|
|
216
140
|
atomicMass: 58.4428,
|
|
217
141
|
latticeA: 5.640,
|
|
218
142
|
atomsPerFormulaUnit: 4,
|
|
219
143
|
},
|
|
144
|
+
{
|
|
145
|
+
id: 'cesium-chloride',
|
|
146
|
+
name: 'Cesium chloride',
|
|
147
|
+
note: 'Interpenetrating simple cubic ionic structure with eightfold coordination.',
|
|
148
|
+
formula: 'CsCl',
|
|
149
|
+
latticeId: 'cesium-chloride',
|
|
150
|
+
atomicMass: 168.358,
|
|
151
|
+
latticeA: 4.123,
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
id: 'zinc-sulfide',
|
|
155
|
+
name: 'Zinc sulfide',
|
|
156
|
+
note: 'Sphalerite, also called zinc blende, with tetrahedral coordination.',
|
|
157
|
+
formula: 'ZnS',
|
|
158
|
+
latticeId: 'zinc-blende',
|
|
159
|
+
atomicMass: 97.474,
|
|
160
|
+
latticeA: 5.409,
|
|
161
|
+
atomsPerFormulaUnit: 4,
|
|
162
|
+
},
|
|
163
|
+
{
|
|
164
|
+
id: 'gallium-nitride',
|
|
165
|
+
name: 'Gallium nitride',
|
|
166
|
+
note: 'Wurtzite semiconductor used in LEDs and power electronics.',
|
|
167
|
+
formula: 'GaN',
|
|
168
|
+
latticeId: 'wurtzite',
|
|
169
|
+
atomicMass: 83.730,
|
|
170
|
+
latticeA: 3.189,
|
|
171
|
+
cToA: 1.626,
|
|
172
|
+
atomsPerFormulaUnit: 2,
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
id: 'strontium-titanate',
|
|
176
|
+
name: 'Strontium titanate',
|
|
177
|
+
note: 'Cubic perovskite oxide often used as a substrate and dielectric model.',
|
|
178
|
+
formula: 'SrTiO3',
|
|
179
|
+
latticeId: 'perovskite',
|
|
180
|
+
atomicMass: 183.49,
|
|
181
|
+
latticeA: 3.905,
|
|
182
|
+
},
|
|
183
|
+
{
|
|
184
|
+
id: 'rutile-titania',
|
|
185
|
+
name: 'Rutile titania',
|
|
186
|
+
note: 'Rutile TiO2 structure with octahedral titanium coordination.',
|
|
187
|
+
formula: 'TiO2',
|
|
188
|
+
latticeId: 'rutile',
|
|
189
|
+
atomicMass: 79.866,
|
|
190
|
+
latticeA: 4.594,
|
|
191
|
+
cToA: 0.644,
|
|
192
|
+
atomsPerFormulaUnit: 2,
|
|
193
|
+
},
|
|
220
194
|
];
|
|
@@ -93,6 +93,45 @@ export const content: ToolLocaleContent = {
|
|
|
93
93
|
materialTitaniumNote: 'Raumtemperatur-HDP-Phase von Titan.',
|
|
94
94
|
materialHalite: 'Halit (Näherung)',
|
|
95
95
|
materialHaliteNote: 'Steinsalz wird über seine konventionelle FCC-Zelle mit vier NaCl-Formeleinheiten modelliert.',
|
|
96
|
+
shortSimpleCubic: 'SC',
|
|
97
|
+
shortFaceCenteredCubic: 'FCC',
|
|
98
|
+
shortHexagonalClosePacked: 'HCP',
|
|
99
|
+
shortBodyCenteredCubic: 'BCC',
|
|
100
|
+
shortDiamondCubic: 'DC',
|
|
101
|
+
shortRockSalt: 'NaCl',
|
|
102
|
+
shortCesiumChloride: 'CsCl',
|
|
103
|
+
shortZincBlende: 'ZnS',
|
|
104
|
+
shortWurtzite: 'WZ',
|
|
105
|
+
shortPerovskite: 'ABO3',
|
|
106
|
+
shortRutile: 'TiO2',
|
|
107
|
+
latticeBodyCenteredCubic: 'Kubisch raumzentriert',
|
|
108
|
+
latticeCesiumChloride: 'Cäsiumchlorid',
|
|
109
|
+
latticeDiamondCubic: 'Diamantkubisch',
|
|
110
|
+
latticeFaceCenteredCubic: 'Kubisch flächenzentriert',
|
|
111
|
+
latticeHexagonalClosePacked: 'Hexagonal dichtest gepackt',
|
|
112
|
+
latticePerovskite: 'Kubischer Perowskit',
|
|
113
|
+
latticeRockSalt: 'Steinsalz',
|
|
114
|
+
latticeRutile: 'Rutil',
|
|
115
|
+
latticeWurtzite: 'Wurtzit',
|
|
116
|
+
latticeZincBlende: 'Zinkblende',
|
|
117
|
+
materialAlphaIron: 'Alpha-Eisen',
|
|
118
|
+
materialAlphaIronNote: 'Raumtemperaturphase von Eisen mit kubisch raumzentrierter Struktur.',
|
|
119
|
+
materialTungsten: 'Wolfram',
|
|
120
|
+
materialTungstenNote: 'Dichtes BCC-Refraktärmetall mit sehr hohem Schmelzpunkt.',
|
|
121
|
+
materialSilicon: 'Silicium',
|
|
122
|
+
materialSiliconNote: 'Diamantkubischer Halbleiter für integrierte Schaltungen.',
|
|
123
|
+
materialDiamond: 'Diamant',
|
|
124
|
+
materialDiamondNote: 'Kovalentes Kohlenstoffnetzwerk in diamantkubischer Struktur.',
|
|
125
|
+
materialCesiumChloride: 'Cäsiumchlorid',
|
|
126
|
+
materialCesiumChlorideNote: 'Ionenstruktur aus ineinander greifenden einfach kubischen Gittern mit achtfacher Koordination.',
|
|
127
|
+
materialZincSulfide: 'Zinksulfid',
|
|
128
|
+
materialZincSulfideNote: 'Sphalerit, auch Zinkblende genannt, mit tetraedrischer Koordination.',
|
|
129
|
+
materialGalliumNitride: 'Galliumnitrid',
|
|
130
|
+
materialGalliumNitrideNote: 'Wurtzit-Halbleiter für LEDs und Leistungselektronik.',
|
|
131
|
+
materialStrontiumTitanate: 'Strontiumtitanat',
|
|
132
|
+
materialStrontiumTitanateNote: 'Kubisches Perowskitoxid, oft als Substrat und dielektrisches Modell verwendet.',
|
|
133
|
+
materialRutileTitania: 'Rutil-Titania',
|
|
134
|
+
materialRutileTitaniaNote: 'Rutil-TiO2-Struktur mit oktaedrischer Titan-Koordination.',
|
|
96
135
|
},
|
|
97
136
|
seo: [
|
|
98
137
|
{
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { bibliography } from '../bibliography';
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
2
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
3
|
|
|
4
4
|
const slug = 'crystal-lattice-structure-finder';
|
|
5
5
|
const title = 'Crystal Lattice Structure Finder';
|
|
6
|
-
const description = 'Explore
|
|
6
|
+
const description = 'Explore common metallic, ionic, covalent, and ceramic crystal structures with an interactive 3D viewer, packing factor, coordination number, and theoretical density calculator.';
|
|
7
7
|
|
|
8
8
|
const howTo = [
|
|
9
9
|
{
|
|
10
10
|
name: 'Choose a lattice or material',
|
|
11
|
-
text: 'Start from a structure family such as
|
|
11
|
+
text: 'Start from a structure family such as SC, BCC, FCC, HCP, diamond cubic, rock salt, zinc blende, wurtzite, perovskite, or rutile, or select a material preset to load lattice constants and mass.',
|
|
12
12
|
},
|
|
13
13
|
{
|
|
14
14
|
name: 'Rotate the unit cell',
|
|
@@ -72,7 +72,6 @@ export const content: ToolLocaleContent = {
|
|
|
72
72
|
interiorAtoms: 'Interior atoms',
|
|
73
73
|
materialNote: 'Material note',
|
|
74
74
|
formula: 'Formula',
|
|
75
|
-
resetView: 'Reset view',
|
|
76
75
|
crystalProperties: 'Crystal properties',
|
|
77
76
|
physicalMetrics: 'Physical metrics',
|
|
78
77
|
latticeSimpleCubic: 'Simple cubic',
|
|
@@ -93,6 +92,45 @@ export const content: ToolLocaleContent = {
|
|
|
93
92
|
materialTitaniumNote: 'Room-temperature HCP phase of titanium.',
|
|
94
93
|
materialHalite: 'Halite approximation',
|
|
95
94
|
materialHaliteNote: 'Rock salt is modeled through its FCC conventional cell with four NaCl formula units.',
|
|
95
|
+
shortSimpleCubic: 'SC',
|
|
96
|
+
shortFaceCenteredCubic: 'FCC',
|
|
97
|
+
shortHexagonalClosePacked: 'HCP',
|
|
98
|
+
shortBodyCenteredCubic: 'BCC',
|
|
99
|
+
shortDiamondCubic: 'DC',
|
|
100
|
+
shortRockSalt: 'NaCl',
|
|
101
|
+
shortCesiumChloride: 'CsCl',
|
|
102
|
+
shortZincBlende: 'ZnS',
|
|
103
|
+
shortWurtzite: 'WZ',
|
|
104
|
+
shortPerovskite: 'ABO3',
|
|
105
|
+
shortRutile: 'TiO2',
|
|
106
|
+
latticeBodyCenteredCubic: 'Body-centered cubic',
|
|
107
|
+
latticeCesiumChloride: 'Cesium chloride',
|
|
108
|
+
latticeDiamondCubic: 'Diamond cubic',
|
|
109
|
+
latticeFaceCenteredCubic: 'Face-centered cubic',
|
|
110
|
+
latticeHexagonalClosePacked: 'Hexagonal close-packed',
|
|
111
|
+
latticePerovskite: 'Cubic perovskite',
|
|
112
|
+
latticeRockSalt: 'Rock salt',
|
|
113
|
+
latticeRutile: 'Rutile',
|
|
114
|
+
latticeWurtzite: 'Wurtzite',
|
|
115
|
+
latticeZincBlende: 'Zinc blende',
|
|
116
|
+
materialAlphaIron: 'Alpha iron',
|
|
117
|
+
materialAlphaIronNote: 'Room-temperature body-centered cubic iron phase.',
|
|
118
|
+
materialTungsten: 'Tungsten',
|
|
119
|
+
materialTungstenNote: 'Dense BCC refractory metal with a very high melting point.',
|
|
120
|
+
materialSilicon: 'Silicon',
|
|
121
|
+
materialSiliconNote: 'Diamond cubic semiconductor used in integrated circuits.',
|
|
122
|
+
materialDiamond: 'Diamond',
|
|
123
|
+
materialDiamondNote: 'Covalent carbon network in the diamond cubic structure.',
|
|
124
|
+
materialCesiumChloride: 'Cesium chloride',
|
|
125
|
+
materialCesiumChlorideNote: 'Interpenetrating simple cubic ionic structure with eightfold coordination.',
|
|
126
|
+
materialZincSulfide: 'Zinc sulfide',
|
|
127
|
+
materialZincSulfideNote: 'Sphalerite, also called zinc blende, with tetrahedral coordination.',
|
|
128
|
+
materialGalliumNitride: 'Gallium nitride',
|
|
129
|
+
materialGalliumNitrideNote: 'Wurtzite semiconductor used in LEDs and power electronics.',
|
|
130
|
+
materialStrontiumTitanate: 'Strontium titanate',
|
|
131
|
+
materialStrontiumTitanateNote: 'Cubic perovskite oxide often used as a substrate and dielectric model.',
|
|
132
|
+
materialRutileTitania: 'Rutile titania',
|
|
133
|
+
materialRutileTitaniaNote: 'Rutile TiO2 structure with octahedral titanium coordination.',
|
|
96
134
|
},
|
|
97
135
|
seo: [
|
|
98
136
|
{
|
|
@@ -102,7 +140,7 @@ export const content: ToolLocaleContent = {
|
|
|
102
140
|
},
|
|
103
141
|
{
|
|
104
142
|
type: 'paragraph',
|
|
105
|
-
html: 'This crystal lattice structure finder helps connect the picture of a unit cell with the calculations that students and materials scientists usually need next. You can inspect
|
|
143
|
+
html: 'This crystal lattice structure finder helps connect the picture of a unit cell with the calculations that students and materials scientists usually need next. You can inspect metallic, ionic, covalent, and ceramic structures, then calculate atomic packing factor, coordination number, atoms per cell, atomic radius from lattice parameter, cell volume, cell mass, and theoretical density from real material presets or custom inputs.',
|
|
106
144
|
},
|
|
107
145
|
{
|
|
108
146
|
type: 'paragraph',
|
|
@@ -173,7 +211,7 @@ export const content: ToolLocaleContent = {
|
|
|
173
211
|
},
|
|
174
212
|
{
|
|
175
213
|
type: 'paragraph',
|
|
176
|
-
html: 'This tool uses idealized geometric models. Real crystals have electron density rather than hard boundaries, and lattice constants change with temperature, pressure, composition, and defects. Ionic and
|
|
214
|
+
html: 'This tool uses idealized geometric models. Real crystals have electron density rather than hard boundaries, and lattice constants change with temperature, pressure, composition, and defects. Ionic, covalent, and ceramic crystals can also require basis atoms, partial occupancies, and symmetry operations beyond a compact unit-cell teaching model.',
|
|
177
215
|
},
|
|
178
216
|
{
|
|
179
217
|
type: 'paragraph',
|
|
@@ -216,3 +254,4 @@ export const content: ToolLocaleContent = {
|
|
|
216
254
|
},
|
|
217
255
|
],
|
|
218
256
|
};
|
|
257
|
+
|
|
@@ -93,6 +93,45 @@ export const content: ToolLocaleContent = {
|
|
|
93
93
|
materialTitaniumNote: 'Fase HCP del titanio a temperatura ambiente.',
|
|
94
94
|
materialHalite: 'Aproximación de halita',
|
|
95
95
|
materialHaliteNote: 'La sal gema se modela mediante su celdilla FCC convencional con cuatro unidades fórmula de NaCl.',
|
|
96
|
+
shortSimpleCubic: 'SC',
|
|
97
|
+
shortFaceCenteredCubic: 'FCC',
|
|
98
|
+
shortHexagonalClosePacked: 'HCP',
|
|
99
|
+
shortBodyCenteredCubic: 'BCC',
|
|
100
|
+
shortDiamondCubic: 'DC',
|
|
101
|
+
shortRockSalt: 'NaCl',
|
|
102
|
+
shortCesiumChloride: 'CsCl',
|
|
103
|
+
shortZincBlende: 'ZnS',
|
|
104
|
+
shortWurtzite: 'WZ',
|
|
105
|
+
shortPerovskite: 'ABO3',
|
|
106
|
+
shortRutile: 'TiO2',
|
|
107
|
+
latticeBodyCenteredCubic: 'Cúbica centrada en el cuerpo',
|
|
108
|
+
latticeCesiumChloride: 'Cloruro de cesio',
|
|
109
|
+
latticeDiamondCubic: 'Cúbica tipo diamante',
|
|
110
|
+
latticeFaceCenteredCubic: 'Cúbica centrada en caras',
|
|
111
|
+
latticeHexagonalClosePacked: 'Hexagonal compacta',
|
|
112
|
+
latticePerovskite: 'Perovskita cúbica',
|
|
113
|
+
latticeRockSalt: 'Sal gema',
|
|
114
|
+
latticeRutile: 'Rutilo',
|
|
115
|
+
latticeWurtzite: 'Wurtzita',
|
|
116
|
+
latticeZincBlende: 'Blenda de zinc',
|
|
117
|
+
materialAlphaIron: 'Hierro alfa',
|
|
118
|
+
materialAlphaIronNote: 'Fase de hierro cúbica centrada en el cuerpo a temperatura ambiente.',
|
|
119
|
+
materialTungsten: 'Tungsteno',
|
|
120
|
+
materialTungstenNote: 'Metal refractario BCC denso con punto de fusión muy alto.',
|
|
121
|
+
materialSilicon: 'Silicio',
|
|
122
|
+
materialSiliconNote: 'Semiconductor cúbico tipo diamante usado en circuitos integrados.',
|
|
123
|
+
materialDiamond: 'Diamante',
|
|
124
|
+
materialDiamondNote: 'Red covalente de carbono en estructura cúbica tipo diamante.',
|
|
125
|
+
materialCesiumChloride: 'Cloruro de cesio',
|
|
126
|
+
materialCesiumChlorideNote: 'Estructura iónica cúbica simple interpenetrada con coordinación ocho.',
|
|
127
|
+
materialZincSulfide: 'Sulfuro de zinc',
|
|
128
|
+
materialZincSulfideNote: 'Esfalerita, también llamada blenda de zinc, con coordinación tetraédrica.',
|
|
129
|
+
materialGalliumNitride: 'Nitruro de galio',
|
|
130
|
+
materialGalliumNitrideNote: 'Semiconductor wurtzita usado en LED y electrónica de potencia.',
|
|
131
|
+
materialStrontiumTitanate: 'Titanato de estroncio',
|
|
132
|
+
materialStrontiumTitanateNote: 'Óxido perovskita cúbico usado como sustrato y modelo dieléctrico.',
|
|
133
|
+
materialRutileTitania: 'Titania rutilo',
|
|
134
|
+
materialRutileTitaniaNote: 'Estructura TiO2 tipo rutilo con coordinación octaédrica del titanio.',
|
|
96
135
|
},
|
|
97
136
|
seo: [
|
|
98
137
|
{
|
|
@@ -93,6 +93,45 @@ export const content: ToolLocaleContent = {
|
|
|
93
93
|
materialTitaniumNote: 'Phase HC du titane à température ambiante.',
|
|
94
94
|
materialHalite: 'Halite (approximation)',
|
|
95
95
|
materialHaliteNote: 'Le sel gemme est modélisé par sa maille conventionnelle CFC avec quatre motifs formulaires NaCl.',
|
|
96
|
+
shortSimpleCubic: 'SC',
|
|
97
|
+
shortFaceCenteredCubic: 'FCC',
|
|
98
|
+
shortHexagonalClosePacked: 'HCP',
|
|
99
|
+
shortBodyCenteredCubic: 'BCC',
|
|
100
|
+
shortDiamondCubic: 'DC',
|
|
101
|
+
shortRockSalt: 'NaCl',
|
|
102
|
+
shortCesiumChloride: 'CsCl',
|
|
103
|
+
shortZincBlende: 'ZnS',
|
|
104
|
+
shortWurtzite: 'WZ',
|
|
105
|
+
shortPerovskite: 'ABO3',
|
|
106
|
+
shortRutile: 'TiO2',
|
|
107
|
+
latticeBodyCenteredCubic: 'Cubique centré',
|
|
108
|
+
latticeCesiumChloride: 'Chlorure de césium',
|
|
109
|
+
latticeDiamondCubic: 'Cubique diamant',
|
|
110
|
+
latticeFaceCenteredCubic: 'Cubique à faces centrées',
|
|
111
|
+
latticeHexagonalClosePacked: 'Hexagonal compact',
|
|
112
|
+
latticePerovskite: 'Pérovskite cubique',
|
|
113
|
+
latticeRockSalt: 'Sel gemme',
|
|
114
|
+
latticeRutile: 'Rutile',
|
|
115
|
+
latticeWurtzite: 'Wurtzite',
|
|
116
|
+
latticeZincBlende: 'Blende de zinc',
|
|
117
|
+
materialAlphaIron: 'Fer alpha',
|
|
118
|
+
materialAlphaIronNote: 'Phase cubique centrée du fer à température ambiante.',
|
|
119
|
+
materialTungsten: 'Tungstène',
|
|
120
|
+
materialTungstenNote: 'Métal réfractaire BCC dense à très haut point de fusion.',
|
|
121
|
+
materialSilicon: 'Silicium',
|
|
122
|
+
materialSiliconNote: 'Semi-conducteur cubique diamant utilisé dans les circuits intégrés.',
|
|
123
|
+
materialDiamond: 'Diamant',
|
|
124
|
+
materialDiamondNote: 'Réseau covalent de carbone en structure cubique diamant.',
|
|
125
|
+
materialCesiumChloride: 'Chlorure de césium',
|
|
126
|
+
materialCesiumChlorideNote: 'Structure ionique cubique simple interpénétrée à coordination huit.',
|
|
127
|
+
materialZincSulfide: 'Sulfure de zinc',
|
|
128
|
+
materialZincSulfideNote: 'Sphalérite, aussi appelée blende de zinc, à coordination tétraédrique.',
|
|
129
|
+
materialGalliumNitride: 'Nitrure de gallium',
|
|
130
|
+
materialGalliumNitrideNote: 'Semi-conducteur wurtzite utilisé dans les LED et en électronique de puissance.',
|
|
131
|
+
materialStrontiumTitanate: 'Titanate de strontium',
|
|
132
|
+
materialStrontiumTitanateNote: 'Oxyde pérovskite cubique utilisé comme substrat et modèle diélectrique.',
|
|
133
|
+
materialRutileTitania: 'Titane rutile',
|
|
134
|
+
materialRutileTitaniaNote: 'Structure TiO2 rutile avec coordination octaédrique du titane.',
|
|
96
135
|
},
|
|
97
136
|
seo: [
|
|
98
137
|
{
|
|
@@ -93,6 +93,45 @@ export const content: ToolLocaleContent = {
|
|
|
93
93
|
materialTitaniumNote: 'Logam HCP kuat yang umum digunakan dalam aplikasi kedirgantaraan.',
|
|
94
94
|
materialHalite: 'Halit',
|
|
95
95
|
materialHaliteNote: 'Garam batu ionik dengan sel konvensional turunan FCC untuk empat unit NaCl.',
|
|
96
|
+
shortSimpleCubic: 'SC',
|
|
97
|
+
shortFaceCenteredCubic: 'FCC',
|
|
98
|
+
shortHexagonalClosePacked: 'HCP',
|
|
99
|
+
shortBodyCenteredCubic: 'BCC',
|
|
100
|
+
shortDiamondCubic: 'DC',
|
|
101
|
+
shortRockSalt: 'NaCl',
|
|
102
|
+
shortCesiumChloride: 'CsCl',
|
|
103
|
+
shortZincBlende: 'ZnS',
|
|
104
|
+
shortWurtzite: 'WZ',
|
|
105
|
+
shortPerovskite: 'ABO3',
|
|
106
|
+
shortRutile: 'TiO2',
|
|
107
|
+
latticeBodyCenteredCubic: 'Kubus berpusat badan',
|
|
108
|
+
latticeCesiumChloride: 'Sesium klorida',
|
|
109
|
+
latticeDiamondCubic: 'Kubus berlian',
|
|
110
|
+
latticeFaceCenteredCubic: 'Kubus berpusat muka',
|
|
111
|
+
latticeHexagonalClosePacked: 'Heksagonal tumpukan rapat',
|
|
112
|
+
latticePerovskite: 'Perovskit kubus',
|
|
113
|
+
latticeRockSalt: 'Garam batu',
|
|
114
|
+
latticeRutile: 'Rutil',
|
|
115
|
+
latticeWurtzite: 'Wurtzite',
|
|
116
|
+
latticeZincBlende: 'Blenda seng',
|
|
117
|
+
materialAlphaIron: 'Besi alfa',
|
|
118
|
+
materialAlphaIronNote: 'Fase besi kubus berpusat badan pada suhu ruang.',
|
|
119
|
+
materialTungsten: 'Tungsten',
|
|
120
|
+
materialTungstenNote: 'Logam refraktori BCC yang padat dengan titik lebur sangat tinggi.',
|
|
121
|
+
materialSilicon: 'Silikon',
|
|
122
|
+
materialSiliconNote: 'Semikonduktor kubus berlian yang digunakan dalam sirkuit terpadu.',
|
|
123
|
+
materialDiamond: 'Berlian',
|
|
124
|
+
materialDiamondNote: 'Jaringan karbon kovalen dalam struktur kubus berlian.',
|
|
125
|
+
materialCesiumChloride: 'Sesium klorida',
|
|
126
|
+
materialCesiumChlorideNote: 'Struktur ionik kubus sederhana saling menembus dengan koordinasi delapan.',
|
|
127
|
+
materialZincSulfide: 'Seng sulfida',
|
|
128
|
+
materialZincSulfideNote: 'Sfalerit, juga disebut blenda seng, dengan koordinasi tetrahedral.',
|
|
129
|
+
materialGalliumNitride: 'Galium nitrida',
|
|
130
|
+
materialGalliumNitrideNote: 'Semikonduktor wurtzite yang digunakan pada LED dan elektronika daya.',
|
|
131
|
+
materialStrontiumTitanate: 'Stronsium titanat',
|
|
132
|
+
materialStrontiumTitanateNote: 'Oksida perovskit kubus yang sering digunakan sebagai substrat dan model dielektrik.',
|
|
133
|
+
materialRutileTitania: 'Titania rutil',
|
|
134
|
+
materialRutileTitaniaNote: 'Struktur TiO2 rutil dengan koordinasi oktahedral titanium.',
|
|
96
135
|
},
|
|
97
136
|
seo: [
|
|
98
137
|
{
|
|
@@ -93,6 +93,45 @@ export const content: ToolLocaleContent = {
|
|
|
93
93
|
materialTitaniumNote: 'Fase EC a temperatura ambiente del titanio.',
|
|
94
94
|
materialHalite: 'Alite (approssimazione)',
|
|
95
95
|
materialHaliteNote: 'Il salgemma è modellato tramite la sua cella convenzionale CFC con quattro unità di formula NaCl.',
|
|
96
|
+
shortSimpleCubic: 'SC',
|
|
97
|
+
shortFaceCenteredCubic: 'FCC',
|
|
98
|
+
shortHexagonalClosePacked: 'HCP',
|
|
99
|
+
shortBodyCenteredCubic: 'BCC',
|
|
100
|
+
shortDiamondCubic: 'DC',
|
|
101
|
+
shortRockSalt: 'NaCl',
|
|
102
|
+
shortCesiumChloride: 'CsCl',
|
|
103
|
+
shortZincBlende: 'ZnS',
|
|
104
|
+
shortWurtzite: 'WZ',
|
|
105
|
+
shortPerovskite: 'ABO3',
|
|
106
|
+
shortRutile: 'TiO2',
|
|
107
|
+
latticeBodyCenteredCubic: 'Cubica a corpo centrato',
|
|
108
|
+
latticeCesiumChloride: 'Cloruro di cesio',
|
|
109
|
+
latticeDiamondCubic: 'Cubica del diamante',
|
|
110
|
+
latticeFaceCenteredCubic: 'Cubica a facce centrate',
|
|
111
|
+
latticeHexagonalClosePacked: 'Esagonale compatta',
|
|
112
|
+
latticePerovskite: 'Perovskite cubica',
|
|
113
|
+
latticeRockSalt: 'Salgemma',
|
|
114
|
+
latticeRutile: 'Rutilo',
|
|
115
|
+
latticeWurtzite: 'Wurtzite',
|
|
116
|
+
latticeZincBlende: 'Blenda di zinco',
|
|
117
|
+
materialAlphaIron: 'Ferro alfa',
|
|
118
|
+
materialAlphaIronNote: 'Fase del ferro cubica a corpo centrato a temperatura ambiente.',
|
|
119
|
+
materialTungsten: 'Tungsteno',
|
|
120
|
+
materialTungstenNote: 'Metallo refrattario BCC denso con punto di fusione molto alto.',
|
|
121
|
+
materialSilicon: 'Silicio',
|
|
122
|
+
materialSiliconNote: 'Semiconduttore cubico del diamante usato nei circuiti integrati.',
|
|
123
|
+
materialDiamond: 'Diamante',
|
|
124
|
+
materialDiamondNote: 'Rete covalente di carbonio nella struttura cubica del diamante.',
|
|
125
|
+
materialCesiumChloride: 'Cloruro di cesio',
|
|
126
|
+
materialCesiumChlorideNote: 'Struttura ionica cubica semplice interpenetrata con coordinazione otto.',
|
|
127
|
+
materialZincSulfide: 'Solfuro di zinco',
|
|
128
|
+
materialZincSulfideNote: 'Sfalerite, detta anche blenda di zinco, con coordinazione tetraedrica.',
|
|
129
|
+
materialGalliumNitride: 'Nitruro di gallio',
|
|
130
|
+
materialGalliumNitrideNote: 'Semiconduttore wurtzite usato in LED ed elettronica di potenza.',
|
|
131
|
+
materialStrontiumTitanate: 'Titanato di stronzio',
|
|
132
|
+
materialStrontiumTitanateNote: 'Ossido perovskitico cubico usato come substrato e modello dielettrico.',
|
|
133
|
+
materialRutileTitania: 'Titania rutilo',
|
|
134
|
+
materialRutileTitaniaNote: 'Struttura TiO2 rutilo con coordinazione ottaedrica del titanio.',
|
|
96
135
|
},
|
|
97
136
|
seo: [
|
|
98
137
|
{
|
|
@@ -93,6 +93,45 @@ export const content: ToolLocaleContent = {
|
|
|
93
93
|
materialTitaniumNote: '航空宇宙用途で広く使用される高強度HCP金属。',
|
|
94
94
|
materialHalite: '岩塩',
|
|
95
95
|
materialHaliteNote: '4つのNaCl単位を持つFCC派生従来型セルのイオン性岩塩。',
|
|
96
|
+
shortSimpleCubic: 'SC',
|
|
97
|
+
shortFaceCenteredCubic: 'FCC',
|
|
98
|
+
shortHexagonalClosePacked: 'HCP',
|
|
99
|
+
shortBodyCenteredCubic: 'BCC',
|
|
100
|
+
shortDiamondCubic: 'DC',
|
|
101
|
+
shortRockSalt: 'NaCl',
|
|
102
|
+
shortCesiumChloride: 'CsCl',
|
|
103
|
+
shortZincBlende: 'ZnS',
|
|
104
|
+
shortWurtzite: 'WZ',
|
|
105
|
+
shortPerovskite: 'ABO3',
|
|
106
|
+
shortRutile: 'TiO2',
|
|
107
|
+
latticeBodyCenteredCubic: '体心立方',
|
|
108
|
+
latticeCesiumChloride: '塩化セシウム型',
|
|
109
|
+
latticeDiamondCubic: 'ダイヤモンド立方',
|
|
110
|
+
latticeFaceCenteredCubic: '面心立方',
|
|
111
|
+
latticeHexagonalClosePacked: '六方最密充填',
|
|
112
|
+
latticePerovskite: '立方ペロブスカイト',
|
|
113
|
+
latticeRockSalt: '岩塩型',
|
|
114
|
+
latticeRutile: 'ルチル型',
|
|
115
|
+
latticeWurtzite: 'ウルツ鉱型',
|
|
116
|
+
latticeZincBlende: '閃亜鉛鉱型',
|
|
117
|
+
materialAlphaIron: 'α鉄',
|
|
118
|
+
materialAlphaIronNote: '室温での体心立方構造の鉄相。',
|
|
119
|
+
materialTungsten: 'タングステン',
|
|
120
|
+
materialTungstenNote: '非常に高い融点を持つ高密度のBCC耐火金属。',
|
|
121
|
+
materialSilicon: 'シリコン',
|
|
122
|
+
materialSiliconNote: '集積回路で使われるダイヤモンド立方半導体。',
|
|
123
|
+
materialDiamond: 'ダイヤモンド',
|
|
124
|
+
materialDiamondNote: 'ダイヤモンド立方構造の共有結合性炭素ネットワーク。',
|
|
125
|
+
materialCesiumChloride: '塩化セシウム',
|
|
126
|
+
materialCesiumChlorideNote: '八配位を持つ相互貫入した単純立方イオン構造。',
|
|
127
|
+
materialZincSulfide: '硫化亜鉛',
|
|
128
|
+
materialZincSulfideNote: '閃亜鉛鉱型とも呼ばれる四面体配位構造。',
|
|
129
|
+
materialGalliumNitride: '窒化ガリウム',
|
|
130
|
+
materialGalliumNitrideNote: 'LEDやパワーエレクトロニクスで使われるウルツ鉱型半導体。',
|
|
131
|
+
materialStrontiumTitanate: 'チタン酸ストロンチウム',
|
|
132
|
+
materialStrontiumTitanateNote: '基板や誘電体モデルとしてよく使われる立方ペロブスカイト酸化物。',
|
|
133
|
+
materialRutileTitania: 'ルチル型チタニア',
|
|
134
|
+
materialRutileTitaniaNote: 'チタンの八面体配位を持つルチル型TiO2構造。',
|
|
96
135
|
},
|
|
97
136
|
seo: [
|
|
98
137
|
{
|