@jjlmoya/utils-science 1.51.0 → 1.53.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (339) hide show
  1. package/package.json +2 -2
  2. package/scripts/crystal-lattice-catalog-translations.mjs +1 -0
  3. package/src/category/i18n/es.ts +3 -4
  4. package/src/category/i18n/fr.ts +2 -2
  5. package/src/category/i18n/it.ts +2 -2
  6. package/src/category/i18n/pt.ts +2 -2
  7. package/src/category/index.ts +25 -25
  8. package/src/components/PreviewNavSidebar.astro +1 -1
  9. package/src/components/PreviewToolbar.astro +1 -1
  10. package/src/data.ts +1 -1
  11. package/src/env.d.ts +1 -1
  12. package/src/layouts/PreviewLayout.astro +1 -1
  13. package/src/pages/index.astro +1 -1
  14. package/src/tests/bibliography_wellformed_export.test.ts +46 -0
  15. package/src/tests/category_seo_quality.test.ts +76 -0
  16. package/src/tests/faq_count.test.ts +19 -19
  17. package/src/tests/i18n_coverage.test.ts +36 -36
  18. package/src/tests/mocks/astro_mock.js +1 -1
  19. package/src/tests/no_h1_in_components.test.ts +1 -1
  20. package/src/tests/script_density.test.ts +94 -94
  21. package/src/tests/seo_length.test.ts +24 -24
  22. package/src/tests/seo_parity.test.ts +5 -5
  23. package/src/tests/seo_translation_completeness.test.ts +76 -0
  24. package/src/tests/seo_wellformed_export.test.ts +65 -0
  25. package/src/tests/spanish_leakage.test.ts +175 -175
  26. package/src/tool/asteroid-impact/component.astro +251 -251
  27. package/src/tool/asteroid-impact/helpers.ts +17 -17
  28. package/src/tool/asteroid-impact/i18n/de.ts +2 -2
  29. package/src/tool/asteroid-impact/i18n/en.ts +2 -2
  30. package/src/tool/asteroid-impact/i18n/es.ts +2 -2
  31. package/src/tool/asteroid-impact/i18n/fr.ts +2 -2
  32. package/src/tool/asteroid-impact/i18n/id.ts +2 -2
  33. package/src/tool/asteroid-impact/i18n/it.ts +2 -2
  34. package/src/tool/asteroid-impact/i18n/ja.ts +2 -2
  35. package/src/tool/asteroid-impact/i18n/ko.ts +2 -2
  36. package/src/tool/asteroid-impact/i18n/nl.ts +2 -2
  37. package/src/tool/asteroid-impact/i18n/pl.ts +2 -2
  38. package/src/tool/asteroid-impact/i18n/pt.ts +2 -2
  39. package/src/tool/asteroid-impact/i18n/ru.ts +2 -2
  40. package/src/tool/asteroid-impact/i18n/sv.ts +2 -2
  41. package/src/tool/asteroid-impact/i18n/tr.ts +2 -2
  42. package/src/tool/asteroid-impact/i18n/zh.ts +2 -2
  43. package/src/tool/asteroid-impact/script.ts +262 -262
  44. package/src/tool/asteroid-impact/seo.astro +15 -15
  45. package/src/tool/asteroid-impact/ui.ts +69 -69
  46. package/src/tool/black-hole-event-horizon-simulator/i18n/de.ts +249 -241
  47. package/src/tool/black-hole-event-horizon-simulator/i18n/fr.ts +252 -247
  48. package/src/tool/black-hole-event-horizon-simulator/i18n/id.ts +259 -259
  49. package/src/tool/black-hole-event-horizon-simulator/i18n/it.ts +255 -252
  50. package/src/tool/black-hole-event-horizon-simulator/i18n/ja.ts +254 -252
  51. package/src/tool/black-hole-event-horizon-simulator/i18n/ko.ts +258 -258
  52. package/src/tool/black-hole-event-horizon-simulator/i18n/nl.ts +256 -252
  53. package/src/tool/black-hole-event-horizon-simulator/i18n/pl.ts +258 -258
  54. package/src/tool/black-hole-event-horizon-simulator/i18n/pt.ts +256 -252
  55. package/src/tool/black-hole-event-horizon-simulator/i18n/ru.ts +258 -258
  56. package/src/tool/black-hole-event-horizon-simulator/i18n/sv.ts +257 -252
  57. package/src/tool/black-hole-event-horizon-simulator/i18n/tr.ts +256 -251
  58. package/src/tool/black-hole-event-horizon-simulator/i18n/zh.ts +261 -252
  59. package/src/tool/cellular-renewal/component.astro +126 -126
  60. package/src/tool/cellular-renewal/i18n/de.ts +1 -1
  61. package/src/tool/cellular-renewal/i18n/en.ts +1 -1
  62. package/src/tool/cellular-renewal/i18n/es.ts +1 -1
  63. package/src/tool/cellular-renewal/i18n/fr.ts +1 -1
  64. package/src/tool/cellular-renewal/i18n/id.ts +1 -1
  65. package/src/tool/cellular-renewal/i18n/it.ts +1 -1
  66. package/src/tool/cellular-renewal/i18n/ja.ts +1 -1
  67. package/src/tool/cellular-renewal/i18n/ko.ts +1 -1
  68. package/src/tool/cellular-renewal/i18n/nl.ts +1 -1
  69. package/src/tool/cellular-renewal/i18n/pl.ts +1 -1
  70. package/src/tool/cellular-renewal/i18n/pt.ts +1 -1
  71. package/src/tool/cellular-renewal/i18n/ru.ts +1 -1
  72. package/src/tool/cellular-renewal/i18n/sv.ts +1 -1
  73. package/src/tool/cellular-renewal/i18n/tr.ts +1 -1
  74. package/src/tool/cellular-renewal/i18n/zh.ts +1 -1
  75. package/src/tool/cellular-renewal/seo.astro +15 -15
  76. package/src/tool/colony-counter/i18n/de.ts +1 -1
  77. package/src/tool/colony-counter/i18n/en.ts +1 -1
  78. package/src/tool/colony-counter/i18n/es.ts +1 -1
  79. package/src/tool/colony-counter/i18n/fr.ts +1 -1
  80. package/src/tool/colony-counter/i18n/id.ts +1 -1
  81. package/src/tool/colony-counter/i18n/it.ts +1 -1
  82. package/src/tool/colony-counter/i18n/ja.ts +1 -1
  83. package/src/tool/colony-counter/i18n/ko.ts +1 -1
  84. package/src/tool/colony-counter/i18n/nl.ts +1 -1
  85. package/src/tool/colony-counter/i18n/pl.ts +1 -1
  86. package/src/tool/colony-counter/i18n/pt.ts +1 -1
  87. package/src/tool/colony-counter/i18n/ru.ts +1 -1
  88. package/src/tool/colony-counter/i18n/sv.ts +1 -1
  89. package/src/tool/colony-counter/i18n/tr.ts +1 -1
  90. package/src/tool/colony-counter/i18n/zh.ts +1 -1
  91. package/src/tool/colony-counter/seo.astro +15 -15
  92. package/src/tool/conway-life-rule-lab/component.astro +1 -1
  93. package/src/tool/conway-life-rule-lab/i18n/de.ts +145 -141
  94. package/src/tool/conway-life-rule-lab/i18n/es.ts +146 -142
  95. package/src/tool/conway-life-rule-lab/i18n/fr.ts +146 -142
  96. package/src/tool/conway-life-rule-lab/i18n/id.ts +146 -145
  97. package/src/tool/conway-life-rule-lab/i18n/it.ts +146 -145
  98. package/src/tool/conway-life-rule-lab/i18n/ja.ts +146 -145
  99. package/src/tool/conway-life-rule-lab/i18n/ko.ts +146 -145
  100. package/src/tool/conway-life-rule-lab/i18n/nl.ts +147 -145
  101. package/src/tool/conway-life-rule-lab/i18n/pl.ts +147 -145
  102. package/src/tool/conway-life-rule-lab/i18n/pt.ts +147 -145
  103. package/src/tool/conway-life-rule-lab/i18n/ru.ts +147 -145
  104. package/src/tool/conway-life-rule-lab/i18n/sv.ts +147 -145
  105. package/src/tool/conway-life-rule-lab/i18n/tr.ts +147 -145
  106. package/src/tool/conway-life-rule-lab/i18n/zh.ts +147 -145
  107. package/src/tool/conway-life-rule-lab/logic/LifeLabRuntime.ts +2 -2
  108. package/src/tool/cosmic-inflation/i18n/ru.ts +105 -105
  109. package/src/tool/crystal-lattice-structure-finder/i18n/de.ts +217 -217
  110. package/src/tool/crystal-lattice-structure-finder/i18n/en.ts +1 -1
  111. package/src/tool/crystal-lattice-structure-finder/i18n/es.ts +217 -217
  112. package/src/tool/crystal-lattice-structure-finder/i18n/fr.ts +217 -217
  113. package/src/tool/crystal-lattice-structure-finder/i18n/id.ts +217 -217
  114. package/src/tool/crystal-lattice-structure-finder/i18n/it.ts +217 -217
  115. package/src/tool/crystal-lattice-structure-finder/i18n/ja.ts +217 -217
  116. package/src/tool/crystal-lattice-structure-finder/i18n/ko.ts +217 -217
  117. package/src/tool/crystal-lattice-structure-finder/i18n/nl.ts +217 -217
  118. package/src/tool/crystal-lattice-structure-finder/i18n/pl.ts +217 -217
  119. package/src/tool/crystal-lattice-structure-finder/i18n/pt.ts +217 -217
  120. package/src/tool/crystal-lattice-structure-finder/i18n/ru.ts +217 -217
  121. package/src/tool/crystal-lattice-structure-finder/i18n/sv.ts +217 -217
  122. package/src/tool/crystal-lattice-structure-finder/i18n/tr.ts +217 -217
  123. package/src/tool/crystal-lattice-structure-finder/i18n/zh.ts +217 -217
  124. package/src/tool/double-slit-decoherence/i18n/de.ts +181 -181
  125. package/src/tool/double-slit-decoherence/i18n/fr.ts +180 -180
  126. package/src/tool/double-slit-decoherence/i18n/id.ts +181 -181
  127. package/src/tool/double-slit-decoherence/i18n/it.ts +180 -180
  128. package/src/tool/double-slit-decoherence/i18n/ja.ts +181 -181
  129. package/src/tool/double-slit-decoherence/i18n/ko.ts +181 -181
  130. package/src/tool/double-slit-decoherence/i18n/nl.ts +181 -181
  131. package/src/tool/double-slit-decoherence/i18n/pl.ts +181 -181
  132. package/src/tool/double-slit-decoherence/i18n/pt.ts +178 -174
  133. package/src/tool/double-slit-decoherence/i18n/ru.ts +180 -180
  134. package/src/tool/double-slit-decoherence/i18n/sv.ts +176 -172
  135. package/src/tool/double-slit-decoherence/i18n/tr.ts +180 -180
  136. package/src/tool/double-slit-decoherence/i18n/zh.ts +181 -181
  137. package/src/tool/dyson-sphere-energy-capture/component.astro +253 -253
  138. package/src/tool/dyson-sphere-energy-capture/i18n/de.ts +194 -194
  139. package/src/tool/dyson-sphere-energy-capture/i18n/en.ts +6 -6
  140. package/src/tool/dyson-sphere-energy-capture/i18n/es.ts +6 -6
  141. package/src/tool/dyson-sphere-energy-capture/i18n/fr.ts +194 -194
  142. package/src/tool/dyson-sphere-energy-capture/i18n/id.ts +195 -195
  143. package/src/tool/dyson-sphere-energy-capture/i18n/it.ts +194 -194
  144. package/src/tool/dyson-sphere-energy-capture/i18n/ja.ts +194 -190
  145. package/src/tool/dyson-sphere-energy-capture/i18n/ko.ts +194 -193
  146. package/src/tool/dyson-sphere-energy-capture/i18n/nl.ts +197 -197
  147. package/src/tool/dyson-sphere-energy-capture/i18n/pl.ts +168 -166
  148. package/src/tool/dyson-sphere-energy-capture/i18n/pt.ts +194 -193
  149. package/src/tool/dyson-sphere-energy-capture/i18n/ru.ts +195 -193
  150. package/src/tool/dyson-sphere-energy-capture/i18n/sv.ts +195 -193
  151. package/src/tool/dyson-sphere-energy-capture/i18n/tr.ts +168 -166
  152. package/src/tool/dyson-sphere-energy-capture/i18n/zh.ts +194 -193
  153. package/src/tool/epidemic-sir-simulator/i18n/de.ts +347 -347
  154. package/src/tool/epidemic-sir-simulator/i18n/es.ts +347 -347
  155. package/src/tool/epidemic-sir-simulator/i18n/fr.ts +347 -347
  156. package/src/tool/epidemic-sir-simulator/i18n/it.ts +346 -346
  157. package/src/tool/epidemic-sir-simulator/i18n/nl.ts +347 -347
  158. package/src/tool/epidemic-sir-simulator/i18n/ru.ts +347 -347
  159. package/src/tool/epidemic-sir-simulator/i18n/sv.ts +347 -347
  160. package/src/tool/epidemic-sir-simulator/i18n/zh.ts +347 -347
  161. package/src/tool/exoplanet-biosignature-detector/i18n/de.ts +186 -186
  162. package/src/tool/exoplanet-biosignature-detector/i18n/en.ts +195 -195
  163. package/src/tool/exoplanet-biosignature-detector/i18n/es.ts +194 -194
  164. package/src/tool/exoplanet-biosignature-detector/i18n/fr.ts +183 -183
  165. package/src/tool/exoplanet-biosignature-detector/i18n/id.ts +193 -193
  166. package/src/tool/exoplanet-biosignature-detector/i18n/it.ts +194 -194
  167. package/src/tool/exoplanet-biosignature-detector/i18n/ja.ts +194 -194
  168. package/src/tool/exoplanet-biosignature-detector/i18n/ko.ts +194 -194
  169. package/src/tool/exoplanet-biosignature-detector/i18n/nl.ts +194 -194
  170. package/src/tool/exoplanet-biosignature-detector/i18n/pl.ts +144 -144
  171. package/src/tool/exoplanet-biosignature-detector/i18n/pt.ts +146 -146
  172. package/src/tool/exoplanet-biosignature-detector/i18n/ru.ts +143 -143
  173. package/src/tool/exoplanet-biosignature-detector/i18n/sv.ts +144 -144
  174. package/src/tool/exoplanet-biosignature-detector/i18n/tr.ts +145 -145
  175. package/src/tool/exoplanet-biosignature-detector/i18n/zh.ts +194 -194
  176. package/src/tool/global-albedo-snowball-simulator/component.astro +1 -1
  177. package/src/tool/global-albedo-snowball-simulator/i18n/de.ts +169 -169
  178. package/src/tool/global-albedo-snowball-simulator/i18n/fr.ts +169 -169
  179. package/src/tool/global-albedo-snowball-simulator/i18n/id.ts +169 -169
  180. package/src/tool/global-albedo-snowball-simulator/i18n/it.ts +87 -87
  181. package/src/tool/global-albedo-snowball-simulator/i18n/ja.ts +87 -87
  182. package/src/tool/global-albedo-snowball-simulator/i18n/ko.ts +169 -169
  183. package/src/tool/global-albedo-snowball-simulator/i18n/nl.ts +169 -169
  184. package/src/tool/global-albedo-snowball-simulator/i18n/pl.ts +169 -169
  185. package/src/tool/global-albedo-snowball-simulator/i18n/pt.ts +169 -169
  186. package/src/tool/global-albedo-snowball-simulator/i18n/ru.ts +165 -161
  187. package/src/tool/global-albedo-snowball-simulator/i18n/sv.ts +169 -169
  188. package/src/tool/global-albedo-snowball-simulator/i18n/tr.ts +169 -169
  189. package/src/tool/global-albedo-snowball-simulator/i18n/zh.ts +169 -169
  190. package/src/tool/lorenz-attractor/i18n/de.ts +144 -143
  191. package/src/tool/lorenz-attractor/i18n/fr.ts +144 -144
  192. package/src/tool/lorenz-attractor/i18n/id.ts +149 -149
  193. package/src/tool/lorenz-attractor/i18n/it.ts +149 -149
  194. package/src/tool/lorenz-attractor/i18n/ja.ts +149 -149
  195. package/src/tool/lorenz-attractor/i18n/ko.ts +149 -149
  196. package/src/tool/lorenz-attractor/i18n/nl.ts +149 -149
  197. package/src/tool/lorenz-attractor/i18n/pl.ts +149 -149
  198. package/src/tool/lorenz-attractor/i18n/pt.ts +142 -141
  199. package/src/tool/lorenz-attractor/i18n/ru.ts +149 -149
  200. package/src/tool/lorenz-attractor/i18n/sv.ts +149 -149
  201. package/src/tool/lorenz-attractor/i18n/tr.ts +149 -149
  202. package/src/tool/lorenz-attractor/i18n/zh.ts +149 -149
  203. package/src/tool/mandelbrot-fractal/i18n/de.ts +158 -158
  204. package/src/tool/mandelbrot-fractal/i18n/fr.ts +158 -158
  205. package/src/tool/mandelbrot-fractal/i18n/id.ts +159 -159
  206. package/src/tool/mandelbrot-fractal/i18n/it.ts +155 -151
  207. package/src/tool/mandelbrot-fractal/i18n/ja.ts +159 -159
  208. package/src/tool/mandelbrot-fractal/i18n/ko.ts +159 -159
  209. package/src/tool/mandelbrot-fractal/i18n/nl.ts +159 -159
  210. package/src/tool/mandelbrot-fractal/i18n/pl.ts +157 -153
  211. package/src/tool/mandelbrot-fractal/i18n/pt.ts +158 -158
  212. package/src/tool/mandelbrot-fractal/i18n/ru.ts +159 -159
  213. package/src/tool/mandelbrot-fractal/i18n/sv.ts +159 -150
  214. package/src/tool/mandelbrot-fractal/i18n/tr.ts +159 -159
  215. package/src/tool/mandelbrot-fractal/i18n/zh.ts +159 -159
  216. package/src/tool/microwave-detector/component.astro +238 -238
  217. package/src/tool/microwave-detector/i18n/de.ts +1 -1
  218. package/src/tool/microwave-detector/i18n/en.ts +1 -1
  219. package/src/tool/microwave-detector/i18n/es.ts +1 -1
  220. package/src/tool/microwave-detector/i18n/fr.ts +1 -1
  221. package/src/tool/microwave-detector/i18n/id.ts +1 -1
  222. package/src/tool/microwave-detector/i18n/it.ts +1 -1
  223. package/src/tool/microwave-detector/i18n/ja.ts +1 -1
  224. package/src/tool/microwave-detector/i18n/ko.ts +1 -1
  225. package/src/tool/microwave-detector/i18n/nl.ts +1 -1
  226. package/src/tool/microwave-detector/i18n/pl.ts +1 -1
  227. package/src/tool/microwave-detector/i18n/pt.ts +1 -1
  228. package/src/tool/microwave-detector/i18n/ru.ts +1 -1
  229. package/src/tool/microwave-detector/i18n/sv.ts +1 -1
  230. package/src/tool/microwave-detector/i18n/tr.ts +1 -1
  231. package/src/tool/microwave-detector/i18n/zh.ts +1 -1
  232. package/src/tool/microwave-detector/seo.astro +15 -15
  233. package/src/tool/natural-selection-drift/component.astro +135 -135
  234. package/src/tool/natural-selection-drift/i18n/de.ts +164 -160
  235. package/src/tool/natural-selection-drift/i18n/fr.ts +204 -204
  236. package/src/tool/natural-selection-drift/i18n/id.ts +156 -154
  237. package/src/tool/natural-selection-drift/i18n/it.ts +197 -193
  238. package/src/tool/natural-selection-drift/i18n/ja.ts +155 -154
  239. package/src/tool/natural-selection-drift/i18n/ko.ts +155 -154
  240. package/src/tool/natural-selection-drift/i18n/nl.ts +164 -163
  241. package/src/tool/natural-selection-drift/i18n/pl.ts +168 -166
  242. package/src/tool/natural-selection-drift/i18n/pt.ts +200 -195
  243. package/src/tool/natural-selection-drift/i18n/ru.ts +186 -184
  244. package/src/tool/natural-selection-drift/i18n/sv.ts +157 -154
  245. package/src/tool/natural-selection-drift/i18n/tr.ts +186 -184
  246. package/src/tool/natural-selection-drift/i18n/zh.ts +160 -154
  247. package/src/tool/natural-selection-drift/natural-selection-drift.css +563 -563
  248. package/src/tool/phase-diagram-critical-points/i18n/de.ts +178 -178
  249. package/src/tool/phase-diagram-critical-points/i18n/fr.ts +178 -178
  250. package/src/tool/phase-diagram-critical-points/i18n/id.ts +179 -179
  251. package/src/tool/phase-diagram-critical-points/i18n/it.ts +179 -179
  252. package/src/tool/phase-diagram-critical-points/i18n/ja.ts +179 -179
  253. package/src/tool/phase-diagram-critical-points/i18n/ko.ts +179 -179
  254. package/src/tool/phase-diagram-critical-points/i18n/nl.ts +179 -179
  255. package/src/tool/phase-diagram-critical-points/i18n/pl.ts +179 -179
  256. package/src/tool/phase-diagram-critical-points/i18n/pt.ts +179 -179
  257. package/src/tool/phase-diagram-critical-points/i18n/ru.ts +179 -179
  258. package/src/tool/phase-diagram-critical-points/i18n/sv.ts +179 -179
  259. package/src/tool/phase-diagram-critical-points/i18n/tr.ts +179 -179
  260. package/src/tool/phase-diagram-critical-points/i18n/zh.ts +179 -179
  261. package/src/tool/planet-atmosphere-survival/i18n/de.ts +255 -255
  262. package/src/tool/planet-atmosphere-survival/i18n/fr.ts +255 -255
  263. package/src/tool/planet-atmosphere-survival/i18n/id.ts +255 -255
  264. package/src/tool/planet-atmosphere-survival/i18n/it.ts +255 -255
  265. package/src/tool/planet-atmosphere-survival/i18n/ja.ts +255 -255
  266. package/src/tool/planet-atmosphere-survival/i18n/ko.ts +255 -255
  267. package/src/tool/planet-atmosphere-survival/i18n/nl.ts +255 -255
  268. package/src/tool/planet-atmosphere-survival/i18n/pl.ts +255 -255
  269. package/src/tool/planet-atmosphere-survival/i18n/pt.ts +255 -255
  270. package/src/tool/planet-atmosphere-survival/i18n/ru.ts +227 -223
  271. package/src/tool/planet-atmosphere-survival/i18n/sv.ts +255 -255
  272. package/src/tool/planet-atmosphere-survival/i18n/tr.ts +255 -255
  273. package/src/tool/planet-atmosphere-survival/i18n/zh.ts +255 -255
  274. package/src/tool/radioactive-decay/i18n/de.ts +168 -164
  275. package/src/tool/radioactive-decay/i18n/fr.ts +76 -75
  276. package/src/tool/radioactive-decay/i18n/id.ts +169 -165
  277. package/src/tool/radioactive-decay/i18n/it.ts +76 -74
  278. package/src/tool/radioactive-decay/i18n/ja.ts +168 -167
  279. package/src/tool/radioactive-decay/i18n/ko.ts +168 -167
  280. package/src/tool/radioactive-decay/i18n/nl.ts +170 -168
  281. package/src/tool/radioactive-decay/i18n/pl.ts +170 -168
  282. package/src/tool/radioactive-decay/i18n/pt.ts +169 -167
  283. package/src/tool/radioactive-decay/i18n/ru.ts +170 -168
  284. package/src/tool/radioactive-decay/i18n/sv.ts +170 -168
  285. package/src/tool/radioactive-decay/i18n/tr.ts +171 -168
  286. package/src/tool/radioactive-decay/i18n/zh.ts +171 -167
  287. package/src/tool/roche-limit-satellite-disruption/i18n/de.ts +241 -241
  288. package/src/tool/roche-limit-satellite-disruption/i18n/fr.ts +241 -241
  289. package/src/tool/roche-limit-satellite-disruption/i18n/id.ts +241 -241
  290. package/src/tool/roche-limit-satellite-disruption/i18n/it.ts +241 -241
  291. package/src/tool/roche-limit-satellite-disruption/i18n/ja.ts +241 -241
  292. package/src/tool/roche-limit-satellite-disruption/i18n/ko.ts +241 -241
  293. package/src/tool/roche-limit-satellite-disruption/i18n/nl.ts +241 -241
  294. package/src/tool/roche-limit-satellite-disruption/i18n/pl.ts +237 -229
  295. package/src/tool/roche-limit-satellite-disruption/i18n/pt.ts +241 -241
  296. package/src/tool/roche-limit-satellite-disruption/i18n/ru.ts +241 -241
  297. package/src/tool/roche-limit-satellite-disruption/i18n/sv.ts +241 -241
  298. package/src/tool/roche-limit-satellite-disruption/i18n/tr.ts +241 -241
  299. package/src/tool/roche-limit-satellite-disruption/i18n/zh.ts +241 -241
  300. package/src/tool/simulation-probability/component.astro +138 -138
  301. package/src/tool/simulation-probability/i18n/de.ts +1 -1
  302. package/src/tool/simulation-probability/i18n/en.ts +1 -1
  303. package/src/tool/simulation-probability/i18n/es.ts +1 -1
  304. package/src/tool/simulation-probability/i18n/fr.ts +1 -1
  305. package/src/tool/simulation-probability/i18n/id.ts +1 -1
  306. package/src/tool/simulation-probability/i18n/it.ts +1 -1
  307. package/src/tool/simulation-probability/i18n/ja.ts +1 -1
  308. package/src/tool/simulation-probability/i18n/ko.ts +1 -1
  309. package/src/tool/simulation-probability/i18n/nl.ts +1 -1
  310. package/src/tool/simulation-probability/i18n/pl.ts +1 -1
  311. package/src/tool/simulation-probability/i18n/pt.ts +1 -1
  312. package/src/tool/simulation-probability/i18n/ru.ts +1 -1
  313. package/src/tool/simulation-probability/i18n/sv.ts +1 -1
  314. package/src/tool/simulation-probability/i18n/tr.ts +1 -1
  315. package/src/tool/simulation-probability/i18n/zh.ts +1 -1
  316. package/src/tool/simulation-probability/seo.astro +15 -15
  317. package/src/tool/stellar-habitability-zone/i18n/ru.ts +189 -189
  318. package/src/tool/temperature-timeline/i18n/de.ts +2 -1
  319. package/src/tool/temperature-timeline/i18n/fr.ts +177 -177
  320. package/src/tool/temperature-timeline/i18n/it.ts +142 -141
  321. package/src/tool/temperature-timeline/i18n/pt.ts +3 -1
  322. package/src/tool/temperature-timeline/i18n/ru.ts +116 -114
  323. package/src/tool/three-body-problem/app.ts +4 -4
  324. package/src/tool/three-body-problem/component.astro +6 -6
  325. package/src/tool/twin-paradox-visualizer/i18n/de.ts +168 -168
  326. package/src/tool/twin-paradox-visualizer/i18n/es.ts +165 -165
  327. package/src/tool/twin-paradox-visualizer/i18n/fr.ts +168 -168
  328. package/src/tool/twin-paradox-visualizer/i18n/id.ts +168 -168
  329. package/src/tool/twin-paradox-visualizer/i18n/it.ts +168 -168
  330. package/src/tool/twin-paradox-visualizer/i18n/ja.ts +168 -168
  331. package/src/tool/twin-paradox-visualizer/i18n/ko.ts +168 -168
  332. package/src/tool/twin-paradox-visualizer/i18n/nl.ts +168 -168
  333. package/src/tool/twin-paradox-visualizer/i18n/pl.ts +168 -168
  334. package/src/tool/twin-paradox-visualizer/i18n/pt.ts +164 -160
  335. package/src/tool/twin-paradox-visualizer/i18n/ru.ts +168 -168
  336. package/src/tool/twin-paradox-visualizer/i18n/sv.ts +168 -168
  337. package/src/tool/twin-paradox-visualizer/i18n/tr.ts +168 -168
  338. package/src/tool/twin-paradox-visualizer/i18n/zh.ts +168 -168
  339. package/src/types.ts +1 -1
@@ -1,255 +1,255 @@
1
- import { bibliography } from '../bibliography';
2
- import type { ToolLocaleContent } from '../../../types';
3
-
4
- const slug = 'planet-atmosphere-survival-calculator';
5
- const title = '行星大气生存计算器';
6
- const description = '在火星、金星、土卫六、木星或珠穆朗玛峰上没有宇航服你能生存多久?这个交互式计算器根据压力、温度、氧气、二氧化碳、毒性和风危险来估算未受保护的人类生存时间。';
7
-
8
- const howTo = [
9
- {
10
- name: '选择目的地以加载真实大气数据',
11
- text: '选择火星、金星、土卫六、木星或珠穆朗玛峰山顶预设,即可立即设置该环境的逼真压力、温度、气体混合和风值。',
12
- },
13
- {
14
- name: '调整条件以探索临界点',
15
- text: '移动压力、温度、氧气和二氧化碳滑块,观察哪种危险首先变得致命。微小的变化可能会完全改变限制因素。',
16
- },
17
- {
18
- name: '读取生存计时器和最薄弱的环节',
19
- text: '计时器显示发生严重生物应激前的估计时间。限制因素标签准确告诉您目前哪种危险是最紧迫的威胁。',
20
- },
21
- {
22
- name: '在风险图上直观比较危险',
23
- text: '径向辐条和时间线图表显示压力、热、冷、缺氧、毒性和风如何随时间各自促成了总体风险。',
24
- },
25
- ];
26
-
27
- const faq = [
28
- {
29
- question: '人类在没有宇航服的情况下能在火星上生存吗?',
30
- answer: '不能。火星气压极低(不到地球的1%),几乎没有可呼吸的氧气,大气主要由二氧化碳组成。如果没有压力和氧气支持,几秒钟内就会失去意识,几分钟内就会受到严重伤害。',
31
- },
32
- {
33
- question: '为什么大气压力对人类生存如此关键?',
34
- answer: '在Armstrong极限(约6.3 kPa)以下,水可以在体温下沸腾。即使空气是100%氧气,低压也会阻止氧气进入血液。这就是压力是最快致命危险之一的原因。',
35
- },
36
- {
37
- question: '哪颗行星拥有最可生存的大气?',
38
- answer: '在太阳系目的地中,高海拔地球(珠穆朗玛峰)是最可生存的,但未经适应仍然危险。土卫六是其他选项中最不敌意的,因为它的压力是可管理的,但缺乏氧气且极冷。除地球外,没有行星或卫星拥有可呼吸的大气。',
39
- },
40
- {
41
- question: '金星更糟糕是因为热还是压力?',
42
- answer: '两者在表面都很极端。金星具有毁灭性的压力(地球的92倍)和比厨房烤箱更热的表面温度。这些危险共同作用,因此工具将两者标记为即时的主导威胁。',
43
- },
44
- {
45
- question: '为什么土卫六的生存估计时间比火星长?',
46
- answer: '土卫六有浓厚的大气,因此压力本身并不是即时问题。生存时间受到极端寒冷(约-180°C)和完全缺乏氧气的限制。火星在压力上失败,土卫六在温度上失败。',
47
- },
48
- {
49
- question: '在太空中没有宇航服的主要死因是什么?',
50
- answer: '最快的杀手是真空暴露(压力损失在几秒钟内导致ebullism和缺氧),其次是极端温度、有毒气体成分和风驱动的热量损失。计算器跟踪所有六种危险类别。',
51
- },
52
- {
53
- question: '这个工具适合太空任务规划吗?',
54
- answer: '不适合。这是一个使用简化生物学阈值的教育模型。真正的减压、缺氧、有毒气体、热损伤和任务风险分析需要专家医学和工程评估以确保安全。',
55
- },
56
- ];
57
-
58
- export const content: ToolLocaleContent = {
59
- slug,
60
- title,
61
- description,
62
- ui: {
63
- riskMap: '大气风险图',
64
- timeline: '生物风险时间线',
65
- controls: '大气控制',
66
- destination: '目的地',
67
- pressure: '压力',
68
- temperature: '温度',
69
- oxygen: '氧气',
70
- co2: '二氧化碳',
71
- limitingFactor: '限制因素',
72
- verdict: '判定',
73
- exposureSummary: '暴露摘要',
74
- atmosphericModel: '大气暴露模型',
75
- survivalEnvelope: '生存包络',
76
- survival: '生存',
77
- mode: '模式',
78
- metric: '公制',
79
- imperial: '英制',
80
- unitSystem: '单位制',
81
- vitalStress: '生命压力',
82
- timeLabel: '时间',
83
- estimatedSurvival: '估计生存时间',
84
- hazardPressure: '气压',
85
- hazardTemperature: '温度',
86
- hazardOxygen: '氧气',
87
- hazardToxicity: '毒性',
88
- hazardWind: '风',
89
- presetMars: '火星',
90
- presetVenus: '金星表面',
91
- presetTitan: '土卫六',
92
- presetJupiter: '木星云层',
93
- presetEverest: '地球·珠峰顶',
94
- noteMars: '近乎真空、极端寒冷,几乎没有可呼吸的氧气。',
95
- noteVenus: '毁灭性的压力和熔炉般的高温立即占主导地位。',
96
- noteTitan: '稠密的氮气大气,但致命寒冷且无氧气。',
97
- noteJupiter: '富含氢的大气、严寒和暴风。',
98
- noteEverest: '训练有素的登山者可生存,但缺氧和寒冷是严重的。',
99
- verdictSeconds: '秒',
100
- verdictMinutes: '分钟',
101
- verdictHours: '小时',
102
- verdictExtended: '长期暴露风险',
103
- },
104
- seo: [
105
- {
106
- type: 'title',
107
- text: '行星大气生存计算器: 在火星、金星、土卫六或木星上没有宇航服你能生存多久?',
108
- level: 2,
109
- },
110
- {
111
- type: 'paragraph',
112
- html: '如果你突然暴露在另一个行星的大气中没有宇航服,你能生存多久?这个计算器通过模拟六种危险:总压力、氧气可用性、温度、二氧化碳浓度、有毒化学物质和风应力,估算在火星、金星、土卫六、木星和珠穆朗玛峰上未受保护的人类生存时间。它回答了太空爱好者和学生最常问的问题:哪颗行星杀死你最快,哪种危险是真正的威胁,以及你需要什么才能生存。',
113
- },
114
- {
115
- type: 'paragraph',
116
- html: '结果是教育性估计,而非任务规划数字。它旨在帮助比较为什么不同的世界以截然不同的方式危险。火星在几秒钟内因压力和缺氧而失败。金星将毁灭性压力与烤箱高温结合在一起。土卫六极冷且没有氧气。气态巨行星的云层增加了有毒成分和超音速风。每个环境都教会我们关于地球独特宜居性的不同内容。',
117
- },
118
- {
119
- type: 'title',
120
- text: '哪颗行星拥有最可生存的大气?',
121
- level: 3,
122
- },
123
- {
124
- type: 'paragraph',
125
- html: '在这个计算器的目的地中,地球的高海拔环境(如珠穆朗玛峰顶部)是最可生存的,但未经准备仍然危险。在其他行星中,土卫六拥有最宽容的压力,但在温度和氧气上失败。除地球外,没有其他目的地目前提供可呼吸的大气。这个计算器帮助您准确看到每个世界失败的原因以及哪种危险首先越过临界阈值。',
126
- },
127
- {
128
- type: 'title',
129
- text: '每种危险如何影响身体',
130
- level: 3,
131
- },
132
- {
133
- type: 'list',
134
- items: [
135
- '<strong>压力(低):</strong> 低于6.3 kPa时体液可能沸腾(ebullism)。即使高于该值,低压也会阻止氧气吸收。这是近真空环境中最快的杀手。',
136
- '<strong>压力(高):</strong> 极端压力压缩呼吸气体,增加氮麻醉风险,并可能机械损伤肺部和鼻窦。',
137
- '<strong>氧分压:</strong> 可呼吸的氧气取决于气体百分比和总压力。稀薄的大气可能有21%的氧气,但仍然会导致缺氧。',
138
- '<strong>温度(热):</strong> 大约60°C以上时,蛋白质变性和器官衰竭迅速开始。金星表面温度超过460°C。',
139
- '<strong>温度(冷):</strong> 冰点以下时,冻伤和体温过低开始发生。在土卫六的-180°C等极低温度下,组织冻结几乎是瞬间的。',
140
- '<strong>二氧化碳毒性:</strong> CO2超过约5%会导致头晕、头痛和意识丧失。许多行星大气主要由CO2组成。',
141
- '<strong>有毒化学物质:</strong> 硫化合物、氨、甲烷和氢气可能具有腐蚀性、窒息性或化学危险性。',
142
- '<strong>风:</strong> 强风通过对流加速热量损失,造成风寒,吹走碎片,并可能使人身体不稳。',
143
- ],
144
- },
145
- {
146
- type: 'title',
147
- text: '火星: 为什么低压先于其他因素致死',
148
- level: 3,
149
- },
150
- {
151
- type: 'paragraph',
152
- html: '火星的表面压力约为0.6 kPa,远低于水可在体温下沸腾的Armstrong极限6.3 kPa。未受保护的暴露会在15秒内导致ebullism、快速缺氧和意识丧失。即使考虑寒冷(平均-60°C)和富含二氧化碳的大气,压力和缺氧主导了时间线。功能性的压力服和氧气供应是在火星上生存的绝对最低要求。',
153
- },
154
- {
155
- type: 'title',
156
- text: '金星: 极端压力和热量共同作用',
157
- level: 3,
158
- },
159
- {
160
- type: 'paragraph',
161
- html: '金星表面有92个地球大气压的压力(约9.3 MPa,相当于水下900米)和462°C的表面温度。大气是96%的二氧化碳,含有硫酸云。这些危险同时而非顺序地作用:压力压碎,热烘烤,CO2毒害。在这个计算器中,金星是多个危险几乎同时越过致命阈值的唯一目的地。',
162
- },
163
- {
164
- type: 'title',
165
- text: '土卫六: 地球之外太阳系中最友好的压力',
166
- level: 3,
167
- },
168
- {
169
- type: 'paragraph',
170
- html: '土星的卫星土卫六因其表面压力(约147 kPa,地球的1.45倍)实际上处于人类可以忍受的范围内而与众不同。仅就该变量而言,不需要压力服。然而,土卫六基本没有氧气,表面温度为-179°C,大气为甲烷-氮气。计算器显示压力是可管理的,但温度和缺氧立即占据主导。土卫六提醒我们,生存取决于整个危险概况,而不仅仅是单一测量值。',
171
- },
172
- {
173
- type: 'title',
174
- text: '如何解读生存计时器和风险图',
175
- level: 3,
176
- },
177
- {
178
- type: 'paragraph',
179
- html: '生存计时器估计未受保护的人发生严重生物应激之前的间隔。限制因素标签识别哪种危险首先越过临界阈值。径向危险辐条显示六种跟踪危险中每一种的相对严重程度,时间线图表显示在暴露窗口内组合风险如何累积。这些视觉工具帮助您一眼看出为什么特定环境是危险的,以及哪种保护系统最重要。',
180
- },
181
- {
182
- type: 'table',
183
- headers: ['目的地', '致命危险', '最快威胁', '宇航服必须解决的问题'],
184
- rows: [
185
- ['火星', '近真空、缺氧、寒冷、CO2', '压力 < Armstrong极限', '压力服、氧气、热绝缘'],
186
- ['金星表面', '毁灭性压力、462°C高温、CO2、硫酸', '压力和热同时', '强力冷却、耐压壳体、呼吸装置'],
187
- ['土卫六', '无氧气、-179°C寒冷、甲烷', '温度和缺氧', '氧气供应、极端热保护'],
188
- ['木星云层', '无氧气、富氢、寒冷、强风', '缺氧和缺乏可呼吸气体', '密封呼吸系统、温度控制'],
189
- ['珠穆朗玛峰山顶', '缺氧、寒冷、风', '氧分压过低', '氧气面罩、防寒装备、适应'],
190
- ],
191
- },
192
- {
193
- type: 'title',
194
- text: '没有宇航服生存需要什么?',
195
- level: 3,
196
- },
197
- {
198
- type: 'paragraph',
199
- html: '实际上,除地球外没有已知的太阳系天体允许未受保护的人类生存超过几分钟,而且大多数在几秒钟内致命。这个计算器的价值不在于寻找安全的行星,而在于理解每个环境敌对的特定原因。这些知识指导着行星科学教育、太空栖息地设计、宇航员训练优先事项以及寻找大气可能真正支持生命的潜在宜居系外行星。',
200
- },
201
- {
202
- type: 'list',
203
- items: [
204
- '<strong>用于学习:</strong> 观察改变一个变量,比如将火星压力加倍,如何改变生存窗口。',
205
- '<strong>用于比较:</strong> 对比土卫六和金星虽然都不可生存,但为什么土卫六提供更多时间。',
206
- '<strong>用于讨论:</strong> 探索经过地球化改造的大气需要什么才能达到可呼吸的条件。',
207
- '<strong>不要用于真实决策:</strong> 计算器使用简化阈值。应急计划需要专业航空航天医学。',
208
- ],
209
- },
210
- {
211
- type: 'title',
212
- text: '重要限制和教育目的',
213
- level: 3,
214
- },
215
- {
216
- type: 'paragraph',
217
- html: '真正的生存取决于个人健康、衣物、劳累程度、湿度、太阳辐射、减压历史、呼吸气体混合物、救援时间以及许多其他变量。行星大气数据也因海拔、季节和测量来源而异。此工具使用简化的生物学阈值和代表性环境数据进行科学教育。它旨在帮助学生、教师、太空爱好者和科学作家理解行星宜居性,而非指导实际的太空操作。',
218
- },
219
- ],
220
- faq,
221
- bibliography,
222
- howTo,
223
- schemas: [
224
- {
225
- '@context': 'https://schema.org',
226
- '@type': 'SoftwareApplication',
227
- name: title,
228
- description,
229
- applicationCategory: 'ScientificApplication',
230
- operatingSystem: 'Any',
231
- },
232
- {
233
- '@context': 'https://schema.org',
234
- '@type': 'FAQPage',
235
- mainEntity: faq.map((item) => ({
236
- '@type': 'Question',
237
- name: item.question,
238
- acceptedAnswer: {
239
- '@type': 'Answer',
240
- text: item.answer,
241
- },
242
- })),
243
- },
244
- {
245
- '@context': 'https://schema.org',
246
- '@type': 'HowTo',
247
- name: title,
248
- step: howTo.map((step) => ({
249
- '@type': 'HowToStep',
250
- name: step.name,
251
- text: step.text,
252
- })),
253
- },
254
- ],
255
- };
1
+ import { bibliography } from '../bibliography';
2
+ import type { ToolLocaleContent } from '../../../types';
3
+
4
+ const slug = 'planet-atmosphere-survival-calculator';
5
+ const title = '行星大气生存计算器';
6
+ const description = '在火星、金星、土卫六、木星或珠穆朗玛峰上没有宇航服你能生存多久?这个交互式计算器根据压力、温度、氧气、二氧化碳、毒性和风危险来估算未受保护的人类生存时间。';
7
+
8
+ const howTo = [
9
+ {
10
+ name: '选择目的地以加载真实大气数据',
11
+ text: '选择火星、金星、土卫六、木星或珠穆朗玛峰山顶预设,即可立即设置该环境的逼真压力、温度、气体混合和风值。',
12
+ },
13
+ {
14
+ name: '调整条件以探索临界点',
15
+ text: '移动压力、温度、氧气和二氧化碳滑块,观察哪种危险首先变得致命。微小的变化可能会完全改变限制因素。',
16
+ },
17
+ {
18
+ name: '读取生存计时器和最薄弱的环节',
19
+ text: '计时器显示发生严重生物应激前的估计时间。限制因素标签准确告诉您目前哪种危险是最紧迫的威胁。',
20
+ },
21
+ {
22
+ name: '在风险图上直观比较危险',
23
+ text: '径向辐条和时间线图表显示压力、热、冷、缺氧、毒性和风如何随时间各自促成了总体风险。',
24
+ },
25
+ ];
26
+
27
+ const faq = [
28
+ {
29
+ question: '人类在没有宇航服的情况下能在火星上生存吗?',
30
+ answer: '不能。火星气压极低(不到地球的1%),几乎没有可呼吸的氧气,大气主要由二氧化碳组成。如果没有压力和氧气支持,几秒钟内就会失去意识,几分钟内就会受到严重伤害。',
31
+ },
32
+ {
33
+ question: '为什么大气压力对人类生存如此关键?',
34
+ answer: '在Armstrong极限(约6.3 kPa)以下,水可以在体温下沸腾。即使空气是100%氧气,低压也会阻止氧气进入血液。这就是压力是最快致命危险之一的原因。',
35
+ },
36
+ {
37
+ question: '哪颗行星拥有最可生存的大气?',
38
+ answer: '在太阳系目的地中,高海拔地球(珠穆朗玛峰)是最可生存的,但未经适应仍然危险。土卫六是其他选项中最不敌意的,因为它的压力是可管理的,但缺乏氧气且极冷。除地球外,没有行星或卫星拥有可呼吸的大气。',
39
+ },
40
+ {
41
+ question: '金星更糟糕是因为热还是压力?',
42
+ answer: '两者在表面都很极端。金星具有毁灭性的压力(地球的92倍)和比厨房烤箱更热的表面温度。这些危险共同作用,因此工具将两者标记为即时的主导威胁。',
43
+ },
44
+ {
45
+ question: '为什么土卫六的生存估计时间比火星长?',
46
+ answer: '土卫六有浓厚的大气,因此压力本身并不是即时问题。生存时间受到极端寒冷(约-180°C)和完全缺乏氧气的限制。火星在压力上失败,土卫六在温度上失败。',
47
+ },
48
+ {
49
+ question: '在太空中没有宇航服的主要死因是什么?',
50
+ answer: '最快的杀手是真空暴露(压力损失在几秒钟内导致ebullism和缺氧),其次是极端温度、有毒气体成分和风驱动的热量损失。计算器跟踪所有六种危险类别。',
51
+ },
52
+ {
53
+ question: '这个工具适合太空任务规划吗?',
54
+ answer: '不适合。这是一个使用简化生物学阈值的教育模型。真正的减压、缺氧、有毒气体、热损伤和任务风险分析需要专家医学和工程评估以确保安全。',
55
+ },
56
+ ];
57
+
58
+ export const content: ToolLocaleContent = {
59
+ slug,
60
+ title,
61
+ description,
62
+ ui: {
63
+ riskMap: '大气风险图',
64
+ timeline: '生物风险时间线',
65
+ controls: '大气控制',
66
+ destination: '目的地',
67
+ pressure: '压力',
68
+ temperature: '温度',
69
+ oxygen: '氧气',
70
+ co2: '二氧化碳',
71
+ limitingFactor: '限制因素',
72
+ verdict: '判定',
73
+ exposureSummary: '暴露摘要',
74
+ atmosphericModel: '大气暴露模型',
75
+ survivalEnvelope: '生存包络',
76
+ survival: '生存',
77
+ mode: '模式',
78
+ metric: '公制',
79
+ imperial: '英制',
80
+ unitSystem: '单位制',
81
+ vitalStress: '生命压力',
82
+ timeLabel: '时间',
83
+ estimatedSurvival: '估计生存时间',
84
+ hazardPressure: '气压',
85
+ hazardTemperature: '温度',
86
+ hazardOxygen: '氧气',
87
+ hazardToxicity: '毒性',
88
+ hazardWind: '风',
89
+ presetMars: '火星',
90
+ presetVenus: '金星表面',
91
+ presetTitan: '土卫六',
92
+ presetJupiter: '木星云层',
93
+ presetEverest: '地球·珠峰顶',
94
+ noteMars: '近乎真空、极端寒冷,几乎没有可呼吸的氧气。',
95
+ noteVenus: '毁灭性的压力和熔炉般的高温立即占主导地位。',
96
+ noteTitan: '稠密的氮气大气,但致命寒冷且无氧气。',
97
+ noteJupiter: '富含氢的大气、严寒和暴风。',
98
+ noteEverest: '训练有素的登山者可生存,但缺氧和寒冷是严重的。',
99
+ verdictSeconds: '秒',
100
+ verdictMinutes: '分钟',
101
+ verdictHours: '小时',
102
+ verdictExtended: '长期暴露风险',
103
+ },
104
+ seo: [
105
+ {
106
+ type: 'title',
107
+ text: '行星大气生存计算器: 在火星、金星、土卫六或木星上没有宇航服你能生存多久?',
108
+ level: 2,
109
+ },
110
+ {
111
+ type: 'paragraph',
112
+ html: '如果你突然暴露在另一个行星的大气中没有宇航服,你能生存多久?这个计算器通过模拟六种危险:总压力、氧气可用性、温度、二氧化碳浓度、有毒化学物质和风应力,估算在火星、金星、土卫六、木星和珠穆朗玛峰上未受保护的人类生存时间。它回答了太空爱好者和学生最常问的问题:哪颗行星杀死你最快,哪种危险是真正的威胁,以及你需要什么才能生存。',
113
+ },
114
+ {
115
+ type: 'paragraph',
116
+ html: '结果是教育性估计,而非任务规划数字。它旨在帮助比较为什么不同的世界以截然不同的方式危险。火星在几秒钟内因压力和缺氧而失败。金星将毁灭性压力与烤箱高温结合在一起。土卫六极冷且没有氧气。气态巨行星的云层增加了有毒成分和超音速风。每个环境都教会我们关于地球独特宜居性的不同内容。',
117
+ },
118
+ {
119
+ type: 'title',
120
+ text: '哪颗行星拥有最可生存的大气?',
121
+ level: 3,
122
+ },
123
+ {
124
+ type: 'paragraph',
125
+ html: '在这个计算器的目的地中,地球的高海拔环境(如珠穆朗玛峰顶部)是最可生存的,但未经准备仍然危险。在其他行星中,土卫六拥有最宽容的压力,但在温度和氧气上失败。除地球外,没有其他目的地目前提供可呼吸的大气。这个计算器帮助您准确看到每个世界失败的原因以及哪种危险首先越过临界阈值。',
126
+ },
127
+ {
128
+ type: 'title',
129
+ text: '每种危险如何影响身体',
130
+ level: 3,
131
+ },
132
+ {
133
+ type: 'list',
134
+ items: [
135
+ '<strong>压力(低):</strong> 低于6.3 kPa时体液可能沸腾(ebullism)。即使高于该值,低压也会阻止氧气吸收。这是近真空环境中最快的杀手。',
136
+ '<strong>压力(高):</strong> 极端压力压缩呼吸气体,增加氮麻醉风险,并可能机械损伤肺部和鼻窦。',
137
+ '<strong>氧分压:</strong> 可呼吸的氧气取决于气体百分比和总压力。稀薄的大气可能有21%的氧气,但仍然会导致缺氧。',
138
+ '<strong>温度(热):</strong> 大约60°C以上时,蛋白质变性和器官衰竭迅速开始。金星表面温度超过460°C。',
139
+ '<strong>温度(冷):</strong> 冰点以下时,冻伤和体温过低开始发生。在土卫六的-180°C等极低温度下,组织冻结几乎是瞬间的。',
140
+ '<strong>二氧化碳毒性:</strong> CO2超过约5%会导致头晕、头痛和意识丧失。许多行星大气主要由CO2组成。',
141
+ '<strong>有毒化学物质:</strong> 硫化合物、氨、甲烷和氢气可能具有腐蚀性、窒息性或化学危险性。',
142
+ '<strong>风:</strong> 强风通过对流加速热量损失,造成风寒,吹走碎片,并可能使人身体不稳。',
143
+ ],
144
+ },
145
+ {
146
+ type: 'title',
147
+ text: '火星: 为什么低压先于其他因素致死',
148
+ level: 3,
149
+ },
150
+ {
151
+ type: 'paragraph',
152
+ html: '火星的表面压力约为0.6 kPa,远低于水可在体温下沸腾的Armstrong极限6.3 kPa。未受保护的暴露会在15秒内导致ebullism、快速缺氧和意识丧失。即使考虑寒冷(平均-60°C)和富含二氧化碳的大气,压力和缺氧主导了时间线。功能性的压力服和氧气供应是在火星上生存的绝对最低要求。',
153
+ },
154
+ {
155
+ type: 'title',
156
+ text: '金星: 极端压力和热量共同作用',
157
+ level: 3,
158
+ },
159
+ {
160
+ type: 'paragraph',
161
+ html: '金星表面有92个地球大气压的压力(约9.3 MPa,相当于水下900米)和462°C的表面温度。大气是96%的二氧化碳,含有硫酸云。这些危险同时而非顺序地作用:压力压碎,热烘烤,CO2毒害。在这个计算器中,金星是多个危险几乎同时越过致命阈值的唯一目的地。',
162
+ },
163
+ {
164
+ type: 'title',
165
+ text: '土卫六: 地球之外太阳系中最友好的压力',
166
+ level: 3,
167
+ },
168
+ {
169
+ type: 'paragraph',
170
+ html: '土星的卫星土卫六因其表面压力(约147 kPa,地球的1.45倍)实际上处于人类可以忍受的范围内而与众不同。仅就该变量而言,不需要压力服。然而,土卫六基本没有氧气,表面温度为-179°C,大气为甲烷-氮气。计算器显示压力是可管理的,但温度和缺氧立即占据主导。土卫六提醒我们,生存取决于整个危险概况,而不仅仅是单一测量值。',
171
+ },
172
+ {
173
+ type: 'title',
174
+ text: '如何解读生存计时器和风险图',
175
+ level: 3,
176
+ },
177
+ {
178
+ type: 'paragraph',
179
+ html: '生存计时器估计未受保护的人发生严重生物应激之前的间隔。限制因素标签识别哪种危险首先越过临界阈值。径向危险辐条显示六种跟踪危险中每一种的相对严重程度,时间线图表显示在暴露窗口内组合风险如何累积。这些视觉工具帮助您一眼看出为什么特定环境是危险的,以及哪种保护系统最重要。',
180
+ },
181
+ {
182
+ type: 'table',
183
+ headers: ['目的地', '致命危险', '最快威胁', '宇航服必须解决的问题'],
184
+ rows: [
185
+ ['火星', '近真空、缺氧、寒冷、CO2', '压力 < Armstrong极限', '压力服、氧气、热绝缘'],
186
+ ['金星表面', '毁灭性压力、462°C高温、CO2、硫酸', '压力和热同时', '强力冷却、耐压壳体、呼吸装置'],
187
+ ['土卫六', '无氧气、-179°C寒冷、甲烷', '温度和缺氧', '氧气供应、极端热保护'],
188
+ ['木星云层', '无氧气、富氢、寒冷、强风', '缺氧和缺乏可呼吸气体', '密封呼吸系统、温度控制'],
189
+ ['珠穆朗玛峰山顶', '缺氧、寒冷、风', '氧分压过低', '氧气面罩、防寒装备、适应'],
190
+ ],
191
+ },
192
+ {
193
+ type: 'title',
194
+ text: '没有宇航服生存需要什么?',
195
+ level: 3,
196
+ },
197
+ {
198
+ type: 'paragraph',
199
+ html: '实际上,除地球外没有已知的太阳系天体允许未受保护的人类生存超过几分钟,而且大多数在几秒钟内致命。这个计算器的价值不在于寻找安全的行星,而在于理解每个环境敌对的特定原因。这些知识指导着行星科学教育、太空栖息地设计、宇航员训练优先事项以及寻找大气可能真正支持生命的潜在宜居系外行星。',
200
+ },
201
+ {
202
+ type: 'list',
203
+ items: [
204
+ '<strong>用于学习:</strong> 观察改变一个变量,比如将火星压力加倍,如何改变生存窗口。',
205
+ '<strong>用于比较:</strong> 对比土卫六和金星虽然都不可生存,但为什么土卫六提供更多时间。',
206
+ '<strong>用于讨论:</strong> 探索经过地球化改造的大气需要什么才能达到可呼吸的条件。',
207
+ '<strong>不要用于真实决策:</strong> 计算器使用简化阈值。应急计划需要专业航空航天医学。',
208
+ ],
209
+ },
210
+ {
211
+ type: 'title',
212
+ text: '重要限制和教育目的',
213
+ level: 3,
214
+ },
215
+ {
216
+ type: 'paragraph',
217
+ html: '真正的生存取决于个人健康、衣物、劳累程度、湿度、太阳辐射、减压历史、呼吸气体混合物、救援时间以及许多其他变量。行星大气数据也因海拔、季节和测量来源而异。此工具使用简化的生物学阈值和代表性环境数据进行科学教育。它旨在帮助学生、教师、太空爱好者和科学作家理解行星宜居性,而非指导实际的太空操作。',
218
+ },
219
+ ],
220
+ faq,
221
+ bibliography,
222
+ howTo,
223
+ schemas: [
224
+ {
225
+ '@context': 'https://schema.org',
226
+ '@type': 'SoftwareApplication',
227
+ name: title,
228
+ description,
229
+ applicationCategory: 'ScientificApplication',
230
+ operatingSystem: 'Any',
231
+ },
232
+ {
233
+ '@context': 'https://schema.org',
234
+ '@type': 'FAQPage',
235
+ mainEntity: faq.map((item) => ({
236
+ '@type': 'Question',
237
+ name: item.question,
238
+ acceptedAnswer: {
239
+ '@type': 'Answer',
240
+ text: item.answer,
241
+ },
242
+ })),
243
+ },
244
+ {
245
+ '@context': 'https://schema.org',
246
+ '@type': 'HowTo',
247
+ name: title,
248
+ step: howTo.map((step) => ({
249
+ '@type': 'HowToStep',
250
+ name: step.name,
251
+ text: step.text,
252
+ })),
253
+ },
254
+ ],
255
+ };