@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.
Files changed (338) hide show
  1. package/package.json +2 -2
  2. package/src/category/i18n/es.ts +3 -4
  3. package/src/category/i18n/fr.ts +2 -2
  4. package/src/category/i18n/it.ts +2 -2
  5. package/src/category/i18n/pt.ts +2 -2
  6. package/src/category/index.ts +25 -25
  7. package/src/components/PreviewNavSidebar.astro +1 -1
  8. package/src/components/PreviewToolbar.astro +1 -1
  9. package/src/data.ts +1 -1
  10. package/src/env.d.ts +1 -1
  11. package/src/layouts/PreviewLayout.astro +1 -1
  12. package/src/pages/index.astro +1 -1
  13. package/src/tests/bibliography_wellformed_export.test.ts +46 -0
  14. package/src/tests/category_seo_quality.test.ts +76 -0
  15. package/src/tests/faq_count.test.ts +19 -19
  16. package/src/tests/i18n_coverage.test.ts +36 -36
  17. package/src/tests/mocks/astro_mock.js +1 -1
  18. package/src/tests/no_h1_in_components.test.ts +1 -1
  19. package/src/tests/script_density.test.ts +94 -94
  20. package/src/tests/seo_length.test.ts +24 -24
  21. package/src/tests/seo_parity.test.ts +5 -5
  22. package/src/tests/seo_translation_completeness.test.ts +76 -0
  23. package/src/tests/seo_wellformed_export.test.ts +65 -0
  24. package/src/tests/spanish_leakage.test.ts +175 -153
  25. package/src/tool/asteroid-impact/component.astro +251 -251
  26. package/src/tool/asteroid-impact/helpers.ts +17 -17
  27. package/src/tool/asteroid-impact/i18n/de.ts +2 -2
  28. package/src/tool/asteroid-impact/i18n/en.ts +2 -2
  29. package/src/tool/asteroid-impact/i18n/es.ts +2 -2
  30. package/src/tool/asteroid-impact/i18n/fr.ts +2 -2
  31. package/src/tool/asteroid-impact/i18n/id.ts +2 -2
  32. package/src/tool/asteroid-impact/i18n/it.ts +2 -2
  33. package/src/tool/asteroid-impact/i18n/ja.ts +2 -2
  34. package/src/tool/asteroid-impact/i18n/ko.ts +2 -2
  35. package/src/tool/asteroid-impact/i18n/nl.ts +2 -2
  36. package/src/tool/asteroid-impact/i18n/pl.ts +2 -2
  37. package/src/tool/asteroid-impact/i18n/pt.ts +2 -2
  38. package/src/tool/asteroid-impact/i18n/ru.ts +2 -2
  39. package/src/tool/asteroid-impact/i18n/sv.ts +2 -2
  40. package/src/tool/asteroid-impact/i18n/tr.ts +2 -2
  41. package/src/tool/asteroid-impact/i18n/zh.ts +2 -2
  42. package/src/tool/asteroid-impact/script.ts +262 -262
  43. package/src/tool/asteroid-impact/seo.astro +15 -15
  44. package/src/tool/asteroid-impact/ui.ts +69 -69
  45. package/src/tool/black-hole-event-horizon-simulator/i18n/de.ts +249 -241
  46. package/src/tool/black-hole-event-horizon-simulator/i18n/fr.ts +252 -247
  47. package/src/tool/black-hole-event-horizon-simulator/i18n/id.ts +259 -259
  48. package/src/tool/black-hole-event-horizon-simulator/i18n/it.ts +255 -252
  49. package/src/tool/black-hole-event-horizon-simulator/i18n/ja.ts +254 -252
  50. package/src/tool/black-hole-event-horizon-simulator/i18n/ko.ts +258 -258
  51. package/src/tool/black-hole-event-horizon-simulator/i18n/nl.ts +256 -252
  52. package/src/tool/black-hole-event-horizon-simulator/i18n/pl.ts +258 -258
  53. package/src/tool/black-hole-event-horizon-simulator/i18n/pt.ts +256 -252
  54. package/src/tool/black-hole-event-horizon-simulator/i18n/ru.ts +258 -258
  55. package/src/tool/black-hole-event-horizon-simulator/i18n/sv.ts +257 -252
  56. package/src/tool/black-hole-event-horizon-simulator/i18n/tr.ts +256 -251
  57. package/src/tool/black-hole-event-horizon-simulator/i18n/zh.ts +261 -252
  58. package/src/tool/cellular-renewal/component.astro +126 -126
  59. package/src/tool/cellular-renewal/i18n/de.ts +1 -1
  60. package/src/tool/cellular-renewal/i18n/en.ts +1 -1
  61. package/src/tool/cellular-renewal/i18n/es.ts +1 -1
  62. package/src/tool/cellular-renewal/i18n/fr.ts +1 -1
  63. package/src/tool/cellular-renewal/i18n/id.ts +1 -1
  64. package/src/tool/cellular-renewal/i18n/it.ts +1 -1
  65. package/src/tool/cellular-renewal/i18n/ja.ts +1 -1
  66. package/src/tool/cellular-renewal/i18n/ko.ts +1 -1
  67. package/src/tool/cellular-renewal/i18n/nl.ts +1 -1
  68. package/src/tool/cellular-renewal/i18n/pl.ts +1 -1
  69. package/src/tool/cellular-renewal/i18n/pt.ts +1 -1
  70. package/src/tool/cellular-renewal/i18n/ru.ts +1 -1
  71. package/src/tool/cellular-renewal/i18n/sv.ts +1 -1
  72. package/src/tool/cellular-renewal/i18n/tr.ts +1 -1
  73. package/src/tool/cellular-renewal/i18n/zh.ts +1 -1
  74. package/src/tool/cellular-renewal/seo.astro +15 -15
  75. package/src/tool/colony-counter/i18n/de.ts +1 -1
  76. package/src/tool/colony-counter/i18n/en.ts +1 -1
  77. package/src/tool/colony-counter/i18n/es.ts +1 -1
  78. package/src/tool/colony-counter/i18n/fr.ts +1 -1
  79. package/src/tool/colony-counter/i18n/id.ts +1 -1
  80. package/src/tool/colony-counter/i18n/it.ts +1 -1
  81. package/src/tool/colony-counter/i18n/ja.ts +1 -1
  82. package/src/tool/colony-counter/i18n/ko.ts +1 -1
  83. package/src/tool/colony-counter/i18n/nl.ts +1 -1
  84. package/src/tool/colony-counter/i18n/pl.ts +1 -1
  85. package/src/tool/colony-counter/i18n/pt.ts +1 -1
  86. package/src/tool/colony-counter/i18n/ru.ts +1 -1
  87. package/src/tool/colony-counter/i18n/sv.ts +1 -1
  88. package/src/tool/colony-counter/i18n/tr.ts +1 -1
  89. package/src/tool/colony-counter/i18n/zh.ts +1 -1
  90. package/src/tool/colony-counter/seo.astro +15 -15
  91. package/src/tool/conway-life-rule-lab/component.astro +1 -1
  92. package/src/tool/conway-life-rule-lab/i18n/de.ts +145 -141
  93. package/src/tool/conway-life-rule-lab/i18n/es.ts +146 -142
  94. package/src/tool/conway-life-rule-lab/i18n/fr.ts +146 -142
  95. package/src/tool/conway-life-rule-lab/i18n/id.ts +146 -145
  96. package/src/tool/conway-life-rule-lab/i18n/it.ts +146 -145
  97. package/src/tool/conway-life-rule-lab/i18n/ja.ts +146 -145
  98. package/src/tool/conway-life-rule-lab/i18n/ko.ts +146 -145
  99. package/src/tool/conway-life-rule-lab/i18n/nl.ts +147 -145
  100. package/src/tool/conway-life-rule-lab/i18n/pl.ts +147 -145
  101. package/src/tool/conway-life-rule-lab/i18n/pt.ts +147 -145
  102. package/src/tool/conway-life-rule-lab/i18n/ru.ts +147 -145
  103. package/src/tool/conway-life-rule-lab/i18n/sv.ts +147 -145
  104. package/src/tool/conway-life-rule-lab/i18n/tr.ts +147 -145
  105. package/src/tool/conway-life-rule-lab/i18n/zh.ts +147 -145
  106. package/src/tool/conway-life-rule-lab/logic/LifeLabRuntime.ts +2 -2
  107. package/src/tool/cosmic-inflation/i18n/ru.ts +105 -105
  108. package/src/tool/crystal-lattice-structure-finder/i18n/de.ts +217 -217
  109. package/src/tool/crystal-lattice-structure-finder/i18n/en.ts +1 -1
  110. package/src/tool/crystal-lattice-structure-finder/i18n/es.ts +217 -217
  111. package/src/tool/crystal-lattice-structure-finder/i18n/fr.ts +217 -217
  112. package/src/tool/crystal-lattice-structure-finder/i18n/id.ts +217 -217
  113. package/src/tool/crystal-lattice-structure-finder/i18n/it.ts +217 -217
  114. package/src/tool/crystal-lattice-structure-finder/i18n/ja.ts +217 -217
  115. package/src/tool/crystal-lattice-structure-finder/i18n/ko.ts +217 -217
  116. package/src/tool/crystal-lattice-structure-finder/i18n/nl.ts +217 -217
  117. package/src/tool/crystal-lattice-structure-finder/i18n/pl.ts +217 -217
  118. package/src/tool/crystal-lattice-structure-finder/i18n/pt.ts +217 -217
  119. package/src/tool/crystal-lattice-structure-finder/i18n/ru.ts +217 -217
  120. package/src/tool/crystal-lattice-structure-finder/i18n/sv.ts +217 -217
  121. package/src/tool/crystal-lattice-structure-finder/i18n/tr.ts +217 -217
  122. package/src/tool/crystal-lattice-structure-finder/i18n/zh.ts +217 -217
  123. package/src/tool/double-slit-decoherence/i18n/de.ts +181 -181
  124. package/src/tool/double-slit-decoherence/i18n/fr.ts +180 -180
  125. package/src/tool/double-slit-decoherence/i18n/id.ts +181 -181
  126. package/src/tool/double-slit-decoherence/i18n/it.ts +180 -180
  127. package/src/tool/double-slit-decoherence/i18n/ja.ts +181 -181
  128. package/src/tool/double-slit-decoherence/i18n/ko.ts +181 -181
  129. package/src/tool/double-slit-decoherence/i18n/nl.ts +181 -181
  130. package/src/tool/double-slit-decoherence/i18n/pl.ts +181 -181
  131. package/src/tool/double-slit-decoherence/i18n/pt.ts +178 -174
  132. package/src/tool/double-slit-decoherence/i18n/ru.ts +180 -180
  133. package/src/tool/double-slit-decoherence/i18n/sv.ts +176 -172
  134. package/src/tool/double-slit-decoherence/i18n/tr.ts +180 -180
  135. package/src/tool/double-slit-decoherence/i18n/zh.ts +181 -181
  136. package/src/tool/dyson-sphere-energy-capture/component.astro +253 -253
  137. package/src/tool/dyson-sphere-energy-capture/i18n/de.ts +194 -194
  138. package/src/tool/dyson-sphere-energy-capture/i18n/en.ts +6 -6
  139. package/src/tool/dyson-sphere-energy-capture/i18n/es.ts +6 -6
  140. package/src/tool/dyson-sphere-energy-capture/i18n/fr.ts +194 -194
  141. package/src/tool/dyson-sphere-energy-capture/i18n/id.ts +195 -195
  142. package/src/tool/dyson-sphere-energy-capture/i18n/it.ts +194 -194
  143. package/src/tool/dyson-sphere-energy-capture/i18n/ja.ts +194 -190
  144. package/src/tool/dyson-sphere-energy-capture/i18n/ko.ts +194 -193
  145. package/src/tool/dyson-sphere-energy-capture/i18n/nl.ts +197 -197
  146. package/src/tool/dyson-sphere-energy-capture/i18n/pl.ts +168 -166
  147. package/src/tool/dyson-sphere-energy-capture/i18n/pt.ts +194 -193
  148. package/src/tool/dyson-sphere-energy-capture/i18n/ru.ts +195 -193
  149. package/src/tool/dyson-sphere-energy-capture/i18n/sv.ts +195 -193
  150. package/src/tool/dyson-sphere-energy-capture/i18n/tr.ts +168 -166
  151. package/src/tool/dyson-sphere-energy-capture/i18n/zh.ts +194 -193
  152. package/src/tool/epidemic-sir-simulator/i18n/de.ts +347 -347
  153. package/src/tool/epidemic-sir-simulator/i18n/es.ts +347 -347
  154. package/src/tool/epidemic-sir-simulator/i18n/fr.ts +347 -347
  155. package/src/tool/epidemic-sir-simulator/i18n/it.ts +346 -346
  156. package/src/tool/epidemic-sir-simulator/i18n/nl.ts +347 -347
  157. package/src/tool/epidemic-sir-simulator/i18n/ru.ts +347 -347
  158. package/src/tool/epidemic-sir-simulator/i18n/sv.ts +347 -347
  159. package/src/tool/epidemic-sir-simulator/i18n/zh.ts +347 -347
  160. package/src/tool/exoplanet-biosignature-detector/i18n/de.ts +186 -186
  161. package/src/tool/exoplanet-biosignature-detector/i18n/en.ts +195 -195
  162. package/src/tool/exoplanet-biosignature-detector/i18n/es.ts +194 -194
  163. package/src/tool/exoplanet-biosignature-detector/i18n/fr.ts +183 -183
  164. package/src/tool/exoplanet-biosignature-detector/i18n/id.ts +193 -193
  165. package/src/tool/exoplanet-biosignature-detector/i18n/it.ts +194 -194
  166. package/src/tool/exoplanet-biosignature-detector/i18n/ja.ts +194 -194
  167. package/src/tool/exoplanet-biosignature-detector/i18n/ko.ts +194 -194
  168. package/src/tool/exoplanet-biosignature-detector/i18n/nl.ts +194 -194
  169. package/src/tool/exoplanet-biosignature-detector/i18n/pl.ts +144 -144
  170. package/src/tool/exoplanet-biosignature-detector/i18n/pt.ts +146 -146
  171. package/src/tool/exoplanet-biosignature-detector/i18n/ru.ts +143 -143
  172. package/src/tool/exoplanet-biosignature-detector/i18n/sv.ts +144 -144
  173. package/src/tool/exoplanet-biosignature-detector/i18n/tr.ts +145 -145
  174. package/src/tool/exoplanet-biosignature-detector/i18n/zh.ts +194 -194
  175. package/src/tool/global-albedo-snowball-simulator/component.astro +1 -1
  176. package/src/tool/global-albedo-snowball-simulator/i18n/de.ts +169 -169
  177. package/src/tool/global-albedo-snowball-simulator/i18n/fr.ts +169 -169
  178. package/src/tool/global-albedo-snowball-simulator/i18n/id.ts +169 -169
  179. package/src/tool/global-albedo-snowball-simulator/i18n/it.ts +87 -87
  180. package/src/tool/global-albedo-snowball-simulator/i18n/ja.ts +87 -87
  181. package/src/tool/global-albedo-snowball-simulator/i18n/ko.ts +169 -169
  182. package/src/tool/global-albedo-snowball-simulator/i18n/nl.ts +169 -169
  183. package/src/tool/global-albedo-snowball-simulator/i18n/pl.ts +169 -169
  184. package/src/tool/global-albedo-snowball-simulator/i18n/pt.ts +169 -169
  185. package/src/tool/global-albedo-snowball-simulator/i18n/ru.ts +165 -161
  186. package/src/tool/global-albedo-snowball-simulator/i18n/sv.ts +169 -169
  187. package/src/tool/global-albedo-snowball-simulator/i18n/tr.ts +169 -169
  188. package/src/tool/global-albedo-snowball-simulator/i18n/zh.ts +169 -169
  189. package/src/tool/lorenz-attractor/i18n/de.ts +144 -143
  190. package/src/tool/lorenz-attractor/i18n/fr.ts +144 -144
  191. package/src/tool/lorenz-attractor/i18n/id.ts +149 -149
  192. package/src/tool/lorenz-attractor/i18n/it.ts +149 -149
  193. package/src/tool/lorenz-attractor/i18n/ja.ts +149 -149
  194. package/src/tool/lorenz-attractor/i18n/ko.ts +149 -149
  195. package/src/tool/lorenz-attractor/i18n/nl.ts +149 -149
  196. package/src/tool/lorenz-attractor/i18n/pl.ts +149 -149
  197. package/src/tool/lorenz-attractor/i18n/pt.ts +142 -141
  198. package/src/tool/lorenz-attractor/i18n/ru.ts +149 -149
  199. package/src/tool/lorenz-attractor/i18n/sv.ts +149 -149
  200. package/src/tool/lorenz-attractor/i18n/tr.ts +149 -149
  201. package/src/tool/lorenz-attractor/i18n/zh.ts +149 -149
  202. package/src/tool/mandelbrot-fractal/i18n/de.ts +158 -158
  203. package/src/tool/mandelbrot-fractal/i18n/fr.ts +158 -158
  204. package/src/tool/mandelbrot-fractal/i18n/id.ts +159 -159
  205. package/src/tool/mandelbrot-fractal/i18n/it.ts +155 -151
  206. package/src/tool/mandelbrot-fractal/i18n/ja.ts +159 -159
  207. package/src/tool/mandelbrot-fractal/i18n/ko.ts +159 -159
  208. package/src/tool/mandelbrot-fractal/i18n/nl.ts +159 -159
  209. package/src/tool/mandelbrot-fractal/i18n/pl.ts +157 -153
  210. package/src/tool/mandelbrot-fractal/i18n/pt.ts +158 -158
  211. package/src/tool/mandelbrot-fractal/i18n/ru.ts +159 -159
  212. package/src/tool/mandelbrot-fractal/i18n/sv.ts +159 -150
  213. package/src/tool/mandelbrot-fractal/i18n/tr.ts +159 -159
  214. package/src/tool/mandelbrot-fractal/i18n/zh.ts +159 -159
  215. package/src/tool/microwave-detector/component.astro +238 -238
  216. package/src/tool/microwave-detector/i18n/de.ts +1 -1
  217. package/src/tool/microwave-detector/i18n/en.ts +1 -1
  218. package/src/tool/microwave-detector/i18n/es.ts +1 -1
  219. package/src/tool/microwave-detector/i18n/fr.ts +1 -1
  220. package/src/tool/microwave-detector/i18n/id.ts +1 -1
  221. package/src/tool/microwave-detector/i18n/it.ts +1 -1
  222. package/src/tool/microwave-detector/i18n/ja.ts +1 -1
  223. package/src/tool/microwave-detector/i18n/ko.ts +1 -1
  224. package/src/tool/microwave-detector/i18n/nl.ts +1 -1
  225. package/src/tool/microwave-detector/i18n/pl.ts +1 -1
  226. package/src/tool/microwave-detector/i18n/pt.ts +1 -1
  227. package/src/tool/microwave-detector/i18n/ru.ts +1 -1
  228. package/src/tool/microwave-detector/i18n/sv.ts +1 -1
  229. package/src/tool/microwave-detector/i18n/tr.ts +1 -1
  230. package/src/tool/microwave-detector/i18n/zh.ts +1 -1
  231. package/src/tool/microwave-detector/seo.astro +15 -15
  232. package/src/tool/natural-selection-drift/component.astro +135 -135
  233. package/src/tool/natural-selection-drift/i18n/de.ts +164 -160
  234. package/src/tool/natural-selection-drift/i18n/fr.ts +204 -204
  235. package/src/tool/natural-selection-drift/i18n/id.ts +156 -154
  236. package/src/tool/natural-selection-drift/i18n/it.ts +197 -193
  237. package/src/tool/natural-selection-drift/i18n/ja.ts +155 -154
  238. package/src/tool/natural-selection-drift/i18n/ko.ts +155 -154
  239. package/src/tool/natural-selection-drift/i18n/nl.ts +164 -163
  240. package/src/tool/natural-selection-drift/i18n/pl.ts +168 -166
  241. package/src/tool/natural-selection-drift/i18n/pt.ts +200 -195
  242. package/src/tool/natural-selection-drift/i18n/ru.ts +186 -184
  243. package/src/tool/natural-selection-drift/i18n/sv.ts +157 -154
  244. package/src/tool/natural-selection-drift/i18n/tr.ts +186 -184
  245. package/src/tool/natural-selection-drift/i18n/zh.ts +160 -154
  246. package/src/tool/natural-selection-drift/natural-selection-drift.css +563 -563
  247. package/src/tool/phase-diagram-critical-points/i18n/de.ts +178 -178
  248. package/src/tool/phase-diagram-critical-points/i18n/fr.ts +178 -178
  249. package/src/tool/phase-diagram-critical-points/i18n/id.ts +179 -179
  250. package/src/tool/phase-diagram-critical-points/i18n/it.ts +179 -179
  251. package/src/tool/phase-diagram-critical-points/i18n/ja.ts +179 -179
  252. package/src/tool/phase-diagram-critical-points/i18n/ko.ts +179 -179
  253. package/src/tool/phase-diagram-critical-points/i18n/nl.ts +179 -179
  254. package/src/tool/phase-diagram-critical-points/i18n/pl.ts +179 -179
  255. package/src/tool/phase-diagram-critical-points/i18n/pt.ts +179 -179
  256. package/src/tool/phase-diagram-critical-points/i18n/ru.ts +179 -179
  257. package/src/tool/phase-diagram-critical-points/i18n/sv.ts +179 -179
  258. package/src/tool/phase-diagram-critical-points/i18n/tr.ts +179 -179
  259. package/src/tool/phase-diagram-critical-points/i18n/zh.ts +179 -179
  260. package/src/tool/planet-atmosphere-survival/i18n/de.ts +255 -255
  261. package/src/tool/planet-atmosphere-survival/i18n/fr.ts +255 -255
  262. package/src/tool/planet-atmosphere-survival/i18n/id.ts +255 -255
  263. package/src/tool/planet-atmosphere-survival/i18n/it.ts +255 -255
  264. package/src/tool/planet-atmosphere-survival/i18n/ja.ts +255 -255
  265. package/src/tool/planet-atmosphere-survival/i18n/ko.ts +255 -255
  266. package/src/tool/planet-atmosphere-survival/i18n/nl.ts +255 -255
  267. package/src/tool/planet-atmosphere-survival/i18n/pl.ts +255 -255
  268. package/src/tool/planet-atmosphere-survival/i18n/pt.ts +255 -255
  269. package/src/tool/planet-atmosphere-survival/i18n/ru.ts +227 -223
  270. package/src/tool/planet-atmosphere-survival/i18n/sv.ts +255 -255
  271. package/src/tool/planet-atmosphere-survival/i18n/tr.ts +255 -255
  272. package/src/tool/planet-atmosphere-survival/i18n/zh.ts +255 -255
  273. package/src/tool/radioactive-decay/i18n/de.ts +168 -164
  274. package/src/tool/radioactive-decay/i18n/fr.ts +76 -75
  275. package/src/tool/radioactive-decay/i18n/id.ts +169 -165
  276. package/src/tool/radioactive-decay/i18n/it.ts +76 -74
  277. package/src/tool/radioactive-decay/i18n/ja.ts +168 -167
  278. package/src/tool/radioactive-decay/i18n/ko.ts +168 -167
  279. package/src/tool/radioactive-decay/i18n/nl.ts +170 -168
  280. package/src/tool/radioactive-decay/i18n/pl.ts +170 -168
  281. package/src/tool/radioactive-decay/i18n/pt.ts +169 -167
  282. package/src/tool/radioactive-decay/i18n/ru.ts +170 -168
  283. package/src/tool/radioactive-decay/i18n/sv.ts +170 -168
  284. package/src/tool/radioactive-decay/i18n/tr.ts +171 -168
  285. package/src/tool/radioactive-decay/i18n/zh.ts +171 -167
  286. package/src/tool/roche-limit-satellite-disruption/i18n/de.ts +241 -241
  287. package/src/tool/roche-limit-satellite-disruption/i18n/fr.ts +241 -241
  288. package/src/tool/roche-limit-satellite-disruption/i18n/id.ts +241 -241
  289. package/src/tool/roche-limit-satellite-disruption/i18n/it.ts +241 -241
  290. package/src/tool/roche-limit-satellite-disruption/i18n/ja.ts +241 -241
  291. package/src/tool/roche-limit-satellite-disruption/i18n/ko.ts +241 -241
  292. package/src/tool/roche-limit-satellite-disruption/i18n/nl.ts +241 -241
  293. package/src/tool/roche-limit-satellite-disruption/i18n/pl.ts +237 -229
  294. package/src/tool/roche-limit-satellite-disruption/i18n/pt.ts +241 -241
  295. package/src/tool/roche-limit-satellite-disruption/i18n/ru.ts +241 -241
  296. package/src/tool/roche-limit-satellite-disruption/i18n/sv.ts +241 -241
  297. package/src/tool/roche-limit-satellite-disruption/i18n/tr.ts +241 -241
  298. package/src/tool/roche-limit-satellite-disruption/i18n/zh.ts +241 -241
  299. package/src/tool/simulation-probability/component.astro +138 -138
  300. package/src/tool/simulation-probability/i18n/de.ts +1 -1
  301. package/src/tool/simulation-probability/i18n/en.ts +1 -1
  302. package/src/tool/simulation-probability/i18n/es.ts +1 -1
  303. package/src/tool/simulation-probability/i18n/fr.ts +1 -1
  304. package/src/tool/simulation-probability/i18n/id.ts +1 -1
  305. package/src/tool/simulation-probability/i18n/it.ts +1 -1
  306. package/src/tool/simulation-probability/i18n/ja.ts +1 -1
  307. package/src/tool/simulation-probability/i18n/ko.ts +1 -1
  308. package/src/tool/simulation-probability/i18n/nl.ts +1 -1
  309. package/src/tool/simulation-probability/i18n/pl.ts +1 -1
  310. package/src/tool/simulation-probability/i18n/pt.ts +1 -1
  311. package/src/tool/simulation-probability/i18n/ru.ts +1 -1
  312. package/src/tool/simulation-probability/i18n/sv.ts +1 -1
  313. package/src/tool/simulation-probability/i18n/tr.ts +1 -1
  314. package/src/tool/simulation-probability/i18n/zh.ts +1 -1
  315. package/src/tool/simulation-probability/seo.astro +15 -15
  316. package/src/tool/stellar-habitability-zone/i18n/ru.ts +189 -189
  317. package/src/tool/temperature-timeline/i18n/de.ts +2 -1
  318. package/src/tool/temperature-timeline/i18n/fr.ts +177 -177
  319. package/src/tool/temperature-timeline/i18n/it.ts +142 -141
  320. package/src/tool/temperature-timeline/i18n/pt.ts +3 -1
  321. package/src/tool/temperature-timeline/i18n/ru.ts +116 -114
  322. package/src/tool/three-body-problem/app.ts +4 -4
  323. package/src/tool/three-body-problem/component.astro +6 -6
  324. package/src/tool/twin-paradox-visualizer/i18n/de.ts +168 -168
  325. package/src/tool/twin-paradox-visualizer/i18n/es.ts +165 -165
  326. package/src/tool/twin-paradox-visualizer/i18n/fr.ts +168 -168
  327. package/src/tool/twin-paradox-visualizer/i18n/id.ts +168 -168
  328. package/src/tool/twin-paradox-visualizer/i18n/it.ts +168 -168
  329. package/src/tool/twin-paradox-visualizer/i18n/ja.ts +168 -168
  330. package/src/tool/twin-paradox-visualizer/i18n/ko.ts +168 -168
  331. package/src/tool/twin-paradox-visualizer/i18n/nl.ts +168 -168
  332. package/src/tool/twin-paradox-visualizer/i18n/pl.ts +168 -168
  333. package/src/tool/twin-paradox-visualizer/i18n/pt.ts +164 -160
  334. package/src/tool/twin-paradox-visualizer/i18n/ru.ts +168 -168
  335. package/src/tool/twin-paradox-visualizer/i18n/sv.ts +168 -168
  336. package/src/tool/twin-paradox-visualizer/i18n/tr.ts +168 -168
  337. package/src/tool/twin-paradox-visualizer/i18n/zh.ts +168 -168
  338. package/src/types.ts +1 -1
@@ -1,254 +1,263 @@
1
- import { bibliography } from '../bibliography';
2
- import type { ToolLocaleContent } from '../../../types';
3
-
4
- const slug = 'black-hole-event-horizon-simulator';
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: '利用事件视界、光子球和ISCO的参考环,理解非旋转黑洞周围的不同物理边界。',
24
- },
25
- ];
26
-
27
- const faq = [
28
- {
29
- question: '什么是黑洞的事件视界?',
30
- answer: '事件视界是逃逸速度达到光速的边界。一旦物体跨越此界限,包括光在内的任何信号都无法返回外部宇宙。',
31
- },
32
- {
33
- question: '施瓦西半径意味着什么?',
34
- answer: '施瓦西半径是针对非旋转、不带电黑洞定义的事件视界半径。该半径与质量成正比,即质量加倍,视界半径也加倍。',
35
- },
36
- {
37
- question: '什么是光子球?',
38
- answer: '光子球位于1.5倍施瓦西半径处,是光线能够以不稳定轨道绕黑洞运行的区域。微小的扰动即会导致光子逃逸或坠入黑洞。',
39
- },
40
- {
41
- question: '什么是ISCO?',
42
- answer: 'ISCO是"最内层稳定圆形轨道"(Innermost Stable Circular Orbit)的缩写。对于非旋转黑洞,它位于3倍施瓦西半径(即6倍引力半径)处,是有质量粒子能维持的最后稳定轨道。',
43
- },
44
- {
45
- question: '为什么时间膨胀在视界附近会显著增加?',
46
- answer: '在施瓦西时空中,处于更强引力场中的时钟相对于远处观测者走得更慢。随着探测器接近事件视界,时间膨胀因子趋近于零。',
47
- },
48
- {
49
- question: '这个模拟器能模拟旋转黑洞吗?',
50
- answer: '不能。本模拟器基于施瓦西度规,假设黑洞不旋转且不带电。真实的黑洞多为旋转黑洞,其自转会改变视界大小、ISCO位置及吸积盘动力学。',
51
- },
52
- {
53
- question: '为什么超大质量黑洞的潮汐力反而较小?',
54
- answer: '视界处的潮汐梯度随黑洞质量的增加而减小。小型黑洞会在视界附近剧烈撕裂物体,而超大质量黑洞在此处的局部潮汐力相对温和。',
55
- },
56
- {
57
- question: '这是真实的黑洞照片吗?',
58
- answer: '这是一个教育示意图,而非光线追踪模拟。光环和吸积盘按施瓦西半径缩放,旨在让用户直观比较不同的物理区域。',
59
- },
60
- ];
61
-
62
- export const content: ToolLocaleContent = {
63
- slug,
64
- title,
65
- description,
66
- ui: {
67
- visualTitle: '事件视界场图',
68
- visualCaption: '探测器在缩放后的施瓦西时空中移动。明亮的参考环标记了视界、光子球和最内层稳定圆形轨道。',
69
- controlsTitle: '黑洞控制',
70
- eventHorizon: '事件视界',
71
- photonSphere: '光子球',
72
- isco: 'ISCO',
73
- rsLabel: '施瓦西半径',
74
- diameterLabel: '直径',
75
- timeLabel: '时间膨胀',
76
- redshiftLabel: '红移',
77
- statusSafe: '位于稳定轨道区外',
78
- statusPhoton: '位于光子球区内',
79
- statusInside: '视界内',
80
- diameter: '视界直径',
81
- lightCrossing: '光穿行时间',
82
- timeDilation: '相对远处观测者的时钟速率',
83
- redshift: '引力红移',
84
- mass: '黑洞质量',
85
- distance: '探测器距离',
86
- speed: '轨道速度',
87
- escapeVelocity: '逃逸速度',
88
- orbitalPeriod: '轨道周期',
89
- tidalGradient: '潮汐梯度',
90
- kilometerUnit: '公里',
91
- millisecondUnit: '毫秒',
92
- secondUnit: '秒',
93
- lightSpeedUnit: '% c',
94
- tidalUnit: 'g/m',
95
- solarMassesUnit: '太阳质量',
96
- rsUnit: 'Rs',
97
- zeroKilometers: '0 km',
98
- zeroMilliseconds: '0 ms',
99
- zeroMultiplier: '0x',
100
- zeroLightSpeed: '0% c',
101
- zeroTidal: '0 g/m',
102
- initialMassOutput: '10 太阳质量',
103
- initialDistanceOutput: '3.0 Rs',
104
- initialSpeedOutput: '32% c',
105
- },
106
- seo: [
107
- {
108
- type: 'title',
109
- text: '用于史瓦西半径、光子球和时间膨胀的黑洞事件视界模拟器',
110
- level: 2,
111
- },
112
- {
113
- type: 'paragraph',
114
- html: '这个黑洞事件视界模拟器将史瓦西黑洞的核心概念转化为互动式视觉模型。',
115
- },
116
- {
117
- type: 'paragraph',
118
- html: '该模拟器专为天文学学生、物理教师和好奇的探索者设计。',
119
- },
120
- {
121
- type: 'title',
122
- text: '如何计算事件视界半径',
123
- level: 3,
124
- },
125
- {
126
- type: 'paragraph',
127
- html: '对于无旋转、无电荷的黑洞,视界半径即为<strong>史瓦西半径</strong>:<strong>Rs = 2GM / c^2</strong>。',
128
- },
129
- {
130
- type: 'paragraph',
131
- html: '由于半径与质量成正比,10倍太阳质量的黑洞半径约为29.5公里。',
132
- },
133
- {
134
- type: 'table',
135
- headers: ['区域', '以史瓦西半径为单位的半径', '物理意义'],
136
- rows: [
137
- ['事件视界', '1.0 Rs', '逃逸速度等于光速的单向边界。'],
138
- ['光子球', '1.5 Rs', '光线的非稳定圆轨道。'],
139
- ['ISCO', '3.0 Rs', '有质量粒子的最内侧稳定圆轨道。'],
140
- ['弱场区域', '6 Rs 及以外', '引力依然强劲,但圆轨道更容易维持。'],
141
- ],
142
- },
143
- {
144
- type: 'title',
145
- text: '逃逸速度与视界作为因果边界的原理',
146
- level: 3,
147
- },
148
- {
149
- type: 'paragraph',
150
- html: '逃逸速度是指物体在没有额外推进力的情况下到达无限远处所需的最小速度。',
151
- },
152
- {
153
- type: 'paragraph',
154
- html: '逃逸速度读数提供了直观参考,但并非完整的相对论描述。',
155
- },
156
- {
157
- type: 'title',
158
- text: '黑洞附近的时间膨胀与引力红移',
159
- level: 3,
160
- },
161
- {
162
- type: 'paragraph',
163
- html: '相比远处的观察者,固定在黑洞外侧特定半径处的时钟走得更慢。简化因子为 <strong>sqrt(1 - Rs / r)</strong>。',
164
- },
165
- {
166
- type: 'paragraph',
167
- html: '引力红移遵循相同的几何原理。光线从引力深井爬出时会损失能量。',
168
- },
169
- {
170
- type: 'title',
171
- text: '光子球与ISCO详解',
172
- level: 3,
173
- },
174
- {
175
- type: 'paragraph',
176
- html: '1.5 Rs 处的光子球是光线理论上可以围绕史瓦西黑洞运行的非稳定轨道。',
177
- },
178
- {
179
- type: 'paragraph',
180
- html: '3 Rs 处的 ISCO 代表物质最内侧的稳定圆轨道。',
181
- },
182
- {
183
- type: 'title',
184
- text: '恒星级黑洞与超大质量黑洞的比较',
185
- level: 3,
186
- },
187
- {
188
- type: 'paragraph',
189
- html: '一个出乎意料的规律是,越巨大的黑洞在视界处的潮汐力反而越温和。',
190
- },
191
- {
192
- type: 'paragraph',
193
- html: '模拟器包含了以每米地球重力加速度表示的潮汐梯度读数。',
194
- },
195
- {
196
- type: 'title',
197
- text: '本模拟器的局限性',
198
- level: 3,
199
- },
200
- {
201
- type: 'list',
202
- items: [
203
- '<strong>无自旋:</strong> 采用史瓦西几何。',
204
- '<strong>吸积物理简化:</strong> 仅显示示意性吸积盘。',
205
- '<strong>无光线追踪:</strong> 教学示意图。',
206
- '<strong>静止观察者时钟:</strong> 非自由落体坐标。',
207
- ],
208
- },
209
- {
210
- type: 'title',
211
- text: '常见问题',
212
- level: 3,
213
- },
214
- {
215
- type: 'paragraph',
216
- html: '使用本工具估算黑洞的相关物理参数。',
217
- },
1
+ import { bibliography } from '../bibliography';
2
+ import type { ToolLocaleContent } from '../../../types';
3
+
4
+ const slug = 'black-hole-event-horizon-simulator';
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: '利用事件视界、光子球和ISCO的参考环,理解非旋转黑洞周围的不同物理边界。',
24
+ },
25
+ ];
26
+
27
+ const faq = [
28
+ {
29
+ question: '什么是黑洞的事件视界?',
30
+ answer: '事件视界是逃逸速度达到光速的边界。一旦物体跨越此界限,包括光在内的任何信号都无法返回外部宇宙。',
31
+ },
32
+ {
33
+ question: '施瓦西半径意味着什么?',
34
+ answer: '施瓦西半径是针对非旋转、不带电黑洞定义的事件视界半径。该半径与质量成正比,即质量加倍,视界半径也加倍。',
35
+ },
36
+ {
37
+ question: '什么是光子球?',
38
+ answer: '光子球位于1.5倍施瓦西半径处,是光线能够以不稳定轨道绕黑洞运行的区域。微小的扰动即会导致光子逃逸或坠入黑洞。',
39
+ },
40
+ {
41
+ question: '什么是ISCO?',
42
+ answer: 'ISCO是"最内层稳定圆形轨道"(Innermost Stable Circular Orbit)的缩写。对于非旋转黑洞,它位于3倍施瓦西半径(即6倍引力半径)处,是有质量粒子能维持的最后稳定轨道。',
43
+ },
44
+ {
45
+ question: '为什么时间膨胀在视界附近会显著增加?',
46
+ answer: '在施瓦西时空中,处于更强引力场中的时钟相对于远处观测者走得更慢。随着探测器接近事件视界,时间膨胀因子趋近于零。',
47
+ },
48
+ {
49
+ question: '这个模拟器能模拟旋转黑洞吗?',
50
+ answer: '不能。本模拟器基于施瓦西度规,假设黑洞不旋转且不带电。真实的黑洞多为旋转黑洞,其自转会改变视界大小、ISCO位置及吸积盘动力学。',
51
+ },
52
+ {
53
+ question: '为什么超大质量黑洞的潮汐力反而较小?',
54
+ answer: '视界处的潮汐梯度随黑洞质量的增加而减小。小型黑洞会在视界附近剧烈撕裂物体,而超大质量黑洞在此处的局部潮汐力相对温和。',
55
+ },
56
+ {
57
+ question: '这是真实的黑洞照片吗?',
58
+ answer: '这是一个教育示意图,而非光线追踪模拟。光环和吸积盘按施瓦西半径缩放,旨在让用户直观比较不同的物理区域。',
59
+ },
60
+ ];
61
+
62
+ export const content: ToolLocaleContent = {
63
+ slug,
64
+ title,
65
+ description,
66
+ ui: {
67
+ visualTitle: '事件视界场图',
68
+ visualCaption: '探测器在缩放后的施瓦西时空中移动。明亮的参考环标记了视界、光子球和最内层稳定圆形轨道。',
69
+ controlsTitle: '黑洞控制',
70
+ eventHorizon: '事件视界',
71
+ photonSphere: '光子球',
72
+ isco: 'ISCO',
73
+ rsLabel: '施瓦西半径',
74
+ diameterLabel: '直径',
75
+ timeLabel: '时间膨胀',
76
+ redshiftLabel: '红移',
77
+ statusSafe: '位于稳定轨道区外',
78
+ statusPhoton: '位于光子球区内',
79
+ statusInside: '视界内',
80
+ diameter: '视界直径',
81
+ lightCrossing: '光穿行时间',
82
+ timeDilation: '相对远处观测者的时钟速率',
83
+ redshift: '引力红移',
84
+ mass: '黑洞质量',
85
+ distance: '探测器距离',
86
+ speed: '轨道速度',
87
+ escapeVelocity: '逃逸速度',
88
+ orbitalPeriod: '轨道周期',
89
+ tidalGradient: '潮汐梯度',
90
+ kilometerUnit: '公里',
91
+ millisecondUnit: '毫秒',
92
+ secondUnit: '秒',
93
+ lightSpeedUnit: '% c',
94
+ tidalUnit: 'g/m',
95
+ solarMassesUnit: '太阳质量',
96
+ rsUnit: 'Rs',
97
+ zeroKilometers: '0 km',
98
+ zeroMilliseconds: '0 ms',
99
+ zeroMultiplier: '0x',
100
+ zeroLightSpeed: '0% c',
101
+ zeroTidal: '0 g/m',
102
+ initialMassOutput: '10 太阳质量',
103
+ initialDistanceOutput: '3.0 Rs',
104
+ initialSpeedOutput: '32% c',
105
+ },
106
+ seo: [
107
+ {
108
+ type: 'title',
109
+ text: '用于史瓦西半径、光子球和时间膨胀的黑洞事件视界模拟器',
110
+ level: 2,
111
+ },
112
+ {
113
+ type: 'paragraph',
114
+ html: '这个黑洞事件视界模拟器将史瓦西黑洞的核心概念转化为互动式视觉模型。',
115
+ },
116
+ {
117
+ type: 'paragraph',
118
+ html: '该模拟器专为天文学学生、物理教师和好奇的探索者设计。',
119
+ },
120
+ {
121
+ type: 'title',
122
+ text: '如何计算事件视界半径',
123
+ level: 3,
124
+ },
125
+ {
126
+ type: 'paragraph',
127
+ html: '对于无旋转、无电荷的黑洞,视界半径即为<strong>史瓦西半径</strong>:<strong>Rs = 2GM / c^2</strong>。',
128
+ },
129
+ {
130
+ type: 'paragraph',
131
+ html: '由于半径与质量成正比,10倍太阳质量的黑洞半径约为29.5公里。',
132
+ },
133
+ {
134
+ type: 'table',
135
+ headers: ['区域', '以史瓦西半径为单位的半径', '物理意义'],
136
+ rows: [
137
+ ['事件视界', '1.0 Rs', '逃逸速度等于光速的单向边界。'],
138
+ ['光子球', '1.5 Rs', '光线的非稳定圆轨道。'],
139
+ ['ISCO', '3.0 Rs', '有质量粒子的最内侧稳定圆轨道。'],
140
+ ['弱场区域', '6 Rs 及以外', '引力依然强劲,但圆轨道更容易维持。'],
141
+ ],
142
+ },
143
+ {
144
+ type: 'title',
145
+ text: '逃逸速度与视界作为因果边界的原理',
146
+ level: 3,
147
+ },
148
+ {
149
+ type: 'paragraph',
150
+ html: '逃逸速度是指物体在没有额外推进力的情况下到达无限远处所需的最小速度。',
151
+ },
152
+ {
153
+ type: 'paragraph',
154
+ html: '逃逸速度读数提供了直观参考,但并非完整的相对论描述。',
155
+ },
156
+ {
157
+ type: 'title',
158
+ text: '黑洞附近的时间膨胀与引力红移',
159
+ level: 3,
160
+ },
161
+ {
162
+ type: 'paragraph',
163
+ html: '相比远处的观察者,固定在黑洞外侧特定半径处的时钟走得更慢。简化因子为 <strong>sqrt(1 - Rs / r)</strong>。',
164
+ },
165
+ {
166
+ type: 'paragraph',
167
+ html: '引力红移遵循相同的几何原理。光线从引力深井爬出时会损失能量。',
168
+ },
169
+ {
170
+ type: 'title',
171
+ text: '光子球与ISCO详解',
172
+ level: 3,
173
+ },
174
+ {
175
+ type: 'paragraph',
176
+ html: '1.5 Rs 处的光子球是光线理论上可以围绕史瓦西黑洞运行的非稳定轨道。',
177
+ },
178
+ {
179
+ type: 'paragraph',
180
+ html: '3 Rs 处的 ISCO 代表物质最内侧的稳定圆轨道。',
181
+ },
182
+ {
183
+ type: 'title',
184
+ text: '恒星级黑洞与超大质量黑洞的比较',
185
+ level: 3,
186
+ },
187
+ {
188
+ type: 'paragraph',
189
+ html: '一个出乎意料的规律是,越巨大的黑洞在视界处的潮汐力反而越温和。',
190
+ },
191
+ {
192
+ type: 'paragraph',
193
+ html: '模拟器包含了以每米地球重力加速度表示的潮汐梯度读数。',
194
+ },
195
+ {
196
+ type: 'title',
197
+ text: '本模拟器的局限性',
198
+ level: 3,
199
+ },
200
+ {
201
+ type: 'list',
202
+ items: [
203
+ '<strong>无自旋:</strong> 采用史瓦西几何。',
204
+ '<strong>吸积物理简化:</strong> 仅显示示意性吸积盘。',
205
+ '<strong>无光线追踪:</strong> 教学示意图。',
206
+ '<strong>静止观察者时钟:</strong> 非自由落体坐标。',
207
+ ],
208
+ },
209
+ {
210
+ type: 'title',
211
+ text: '常见问题',
212
+ level: 3,
213
+ },
214
+ {
215
+ type: 'paragraph',
216
+ html: '使用本工具估算黑洞的相关物理参数。',
217
+ },
218
+ { type: 'paragraph', html: '本节进一步说明模拟使用的几何模型。史瓦西半径随质量增大,在理想的史瓦西解中与事件视界相关。光子球位于更外侧,是不稳定的圆形光轨道,微小扰动也可能明显改变光线的后续路径。页面显示的时间膨胀取决于比较时采用的观察者位置,不能简单等同于局部时钟的固有时。请分别改变质量和距离来比较尺度,避免混淆不同因素。模型没有包含自旋、电荷、周围物质、吸积盘、磁场、辐射或具体天体的潮汐力。它用于建立广义相对论的直观理解,并区分数学定义与天文观测。分析真实天体还需要质量、自旋、环境和轨道数据,以及公开的方法;本页面不提供实际操作预测或接近致密天体的指引。请记录参数并一次只改变一个条件,以便理解结果的来源。' },
219
+ { type: 'paragraph', html: '还可以改变观察者位置,比较时间显示如何变化。这有助于区分坐标表示与局部时钟的测量。在真实天体中,自旋和周围物质会影响光线轨迹与观测信号,因此不能只用简单的球对称模型解释全部观测结果。请记录每个输入,并使用相同条件重复计算,以便理解结果的来源和限制。' },
220
+ { type: 'paragraph', html: '请比较多次独立运行,并且每次只改变一个参数。这样可以区分模型中的几何效应与观察者选择造成的差异。公式有助于建立直观理解,但解释始终取决于参考系和初始条件。' },
221
+ { type: 'paragraph', html: '请使用相同设置进行可重复比较,再一次只改变一个参数。这样可以区分几何模型产生的效果与参考系选择造成的差异。模拟用于学习,并不是对真实观测黑洞的完整描述。' },
222
+ { type: 'paragraph', html: '请记录每个参数并逐项比较变化,这样更容易理解模型的假设以及结果的来源。' },
223
+ { type: 'paragraph', html: '可以先保持质量不变,改变观察者距离,再单独改变质量。这样能清楚比较半径、光子球和时间显示的关系。真实黑洞还可能旋转并受到周围物质影响,因此这些结果只用于理解理想模型。' },
224
+ { type: 'paragraph', html: '请把每次运行的质量、距离和速度写下来,再与另一组条件比较。记录过程有助于发现哪些变化来自输入,哪些变化来自模型本身的近似。' },
225
+ { type: 'paragraph', html: '这样可以更清楚地解释每次比较的结果。' },
226
+ { type: 'paragraph', html: '请同时阅读限制说明,再解释数值结果,并记录本次运行使用的输入条件,清晰理解。' },
218
227
  ],
219
228
  faq,
220
- bibliography,
221
- howTo,
222
- schemas: [
223
- {
224
- '@context': 'https://schema.org',
225
- '@type': 'SoftwareApplication',
226
- name: title,
227
- description,
228
- applicationCategory: 'ScientificApplication',
229
- operatingSystem: 'Any',
230
- },
231
- {
232
- '@context': 'https://schema.org',
233
- '@type': 'FAQPage',
234
- mainEntity: faq.map((item) => ({
235
- '@type': 'Question',
236
- name: item.question,
237
- acceptedAnswer: {
238
- '@type': 'Answer',
239
- text: item.answer,
240
- },
241
- })),
242
- },
243
- {
244
- '@context': 'https://schema.org',
245
- '@type': 'HowTo',
246
- name: title,
247
- step: howTo.map((step) => ({
248
- '@type': 'HowToStep',
249
- name: step.name,
250
- text: step.text,
251
- })),
252
- },
253
- ],
254
- };
229
+ bibliography,
230
+ howTo,
231
+ schemas: [
232
+ {
233
+ '@context': 'https://schema.org',
234
+ '@type': 'SoftwareApplication',
235
+ name: title,
236
+ description,
237
+ applicationCategory: 'ScientificApplication',
238
+ operatingSystem: 'Any',
239
+ },
240
+ {
241
+ '@context': 'https://schema.org',
242
+ '@type': 'FAQPage',
243
+ mainEntity: faq.map((item) => ({
244
+ '@type': 'Question',
245
+ name: item.question,
246
+ acceptedAnswer: {
247
+ '@type': 'Answer',
248
+ text: item.answer,
249
+ },
250
+ })),
251
+ },
252
+ {
253
+ '@context': 'https://schema.org',
254
+ '@type': 'HowTo',
255
+ name: title,
256
+ step: howTo.map((step) => ({
257
+ '@type': 'HowToStep',
258
+ name: step.name,
259
+ text: step.text,
260
+ })),
261
+ },
262
+ ],
263
+ };