@jjlmoya/utils-science 1.48.0 → 1.49.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 (97) hide show
  1. package/package.json +2 -2
  2. package/src/tests/seo_parity.test.ts +60 -0
  3. package/src/tests/translation_copy.test.ts +122 -0
  4. package/src/tool/black-hole-event-horizon-simulator/i18n/de.ts +79 -4
  5. package/src/tool/black-hole-event-horizon-simulator/i18n/fr.ts +86 -11
  6. package/src/tool/black-hole-event-horizon-simulator/i18n/it.ts +86 -11
  7. package/src/tool/black-hole-event-horizon-simulator/i18n/ja.ts +85 -10
  8. package/src/tool/black-hole-event-horizon-simulator/i18n/nl.ts +87 -12
  9. package/src/tool/black-hole-event-horizon-simulator/i18n/pt.ts +85 -10
  10. package/src/tool/black-hole-event-horizon-simulator/i18n/sv.ts +85 -10
  11. package/src/tool/black-hole-event-horizon-simulator/i18n/tr.ts +85 -11
  12. package/src/tool/black-hole-event-horizon-simulator/i18n/zh.ts +87 -12
  13. package/src/tool/conway-life-rule-lab/i18n/de.ts +46 -6
  14. package/src/tool/conway-life-rule-lab/i18n/es.ts +46 -6
  15. package/src/tool/conway-life-rule-lab/i18n/fr.ts +46 -6
  16. package/src/tool/conway-life-rule-lab/i18n/id.ts +46 -6
  17. package/src/tool/conway-life-rule-lab/i18n/it.ts +46 -6
  18. package/src/tool/conway-life-rule-lab/i18n/ja.ts +46 -6
  19. package/src/tool/conway-life-rule-lab/i18n/ko.ts +46 -6
  20. package/src/tool/conway-life-rule-lab/i18n/nl.ts +46 -6
  21. package/src/tool/conway-life-rule-lab/i18n/pl.ts +46 -6
  22. package/src/tool/conway-life-rule-lab/i18n/pt.ts +46 -6
  23. package/src/tool/conway-life-rule-lab/i18n/ru.ts +49 -9
  24. package/src/tool/conway-life-rule-lab/i18n/sv.ts +46 -6
  25. package/src/tool/conway-life-rule-lab/i18n/tr.ts +46 -6
  26. package/src/tool/conway-life-rule-lab/i18n/zh.ts +46 -6
  27. package/src/tool/cosmic-inflation/i18n/ru.ts +30 -4
  28. package/src/tool/double-slit-decoherence/i18n/fr.ts +48 -4
  29. package/src/tool/double-slit-decoherence/i18n/it.ts +52 -8
  30. package/src/tool/double-slit-decoherence/i18n/pt.ts +53 -9
  31. package/src/tool/double-slit-decoherence/i18n/sv.ts +56 -8
  32. package/src/tool/dyson-sphere-energy-capture/i18n/de.ts +119 -38
  33. package/src/tool/dyson-sphere-energy-capture/i18n/fr.ts +116 -48
  34. package/src/tool/dyson-sphere-energy-capture/i18n/it.ts +96 -19
  35. package/src/tool/dyson-sphere-energy-capture/i18n/ja.ts +124 -24
  36. package/src/tool/dyson-sphere-energy-capture/i18n/ko.ts +122 -22
  37. package/src/tool/dyson-sphere-energy-capture/i18n/pl.ts +68 -14
  38. package/src/tool/dyson-sphere-energy-capture/i18n/pt.ts +126 -45
  39. package/src/tool/dyson-sphere-energy-capture/i18n/ru.ts +46 -9
  40. package/src/tool/dyson-sphere-energy-capture/i18n/sv.ts +134 -53
  41. package/src/tool/dyson-sphere-energy-capture/i18n/tr.ts +68 -14
  42. package/src/tool/dyson-sphere-energy-capture/i18n/zh.ts +124 -24
  43. package/src/tool/global-albedo-snowball-simulator/i18n/ru.ts +20 -7
  44. package/src/tool/lorenz-attractor/i18n/de.ts +35 -5
  45. package/src/tool/lorenz-attractor/i18n/fr.ts +35 -5
  46. package/src/tool/lorenz-attractor/i18n/id.ts +10 -0
  47. package/src/tool/lorenz-attractor/i18n/it.ts +9 -0
  48. package/src/tool/lorenz-attractor/i18n/ja.ts +10 -0
  49. package/src/tool/lorenz-attractor/i18n/ko.ts +10 -0
  50. package/src/tool/lorenz-attractor/i18n/nl.ts +10 -0
  51. package/src/tool/lorenz-attractor/i18n/pl.ts +10 -0
  52. package/src/tool/lorenz-attractor/i18n/pt.ts +35 -5
  53. package/src/tool/lorenz-attractor/i18n/ru.ts +10 -0
  54. package/src/tool/lorenz-attractor/i18n/sv.ts +10 -0
  55. package/src/tool/lorenz-attractor/i18n/tr.ts +10 -0
  56. package/src/tool/lorenz-attractor/i18n/zh.ts +10 -0
  57. package/src/tool/mandelbrot-fractal/i18n/de.ts +27 -0
  58. package/src/tool/mandelbrot-fractal/i18n/fr.ts +18 -0
  59. package/src/tool/mandelbrot-fractal/i18n/it.ts +26 -8
  60. package/src/tool/mandelbrot-fractal/i18n/pl.ts +27 -9
  61. package/src/tool/mandelbrot-fractal/i18n/ru.ts +22 -4
  62. package/src/tool/mandelbrot-fractal/i18n/sv.ts +35 -8
  63. package/src/tool/natural-selection-drift/i18n/de.ts +125 -22
  64. package/src/tool/natural-selection-drift/i18n/id.ts +113 -5
  65. package/src/tool/natural-selection-drift/i18n/it.ts +74 -2
  66. package/src/tool/natural-selection-drift/i18n/ja.ts +113 -5
  67. package/src/tool/natural-selection-drift/i18n/ko.ts +113 -5
  68. package/src/tool/natural-selection-drift/i18n/nl.ts +121 -6
  69. package/src/tool/natural-selection-drift/i18n/pl.ts +136 -16
  70. package/src/tool/natural-selection-drift/i18n/pt.ts +110 -15
  71. package/src/tool/natural-selection-drift/i18n/ru.ts +142 -7
  72. package/src/tool/natural-selection-drift/i18n/sv.ts +110 -5
  73. package/src/tool/natural-selection-drift/i18n/tr.ts +160 -22
  74. package/src/tool/natural-selection-drift/i18n/zh.ts +113 -5
  75. package/src/tool/phase-diagram-critical-points/i18n/de.ts +44 -6
  76. package/src/tool/phase-diagram-critical-points/i18n/fr.ts +46 -8
  77. package/src/tool/planet-atmosphere-survival/i18n/ru.ts +118 -2
  78. package/src/tool/radioactive-decay/i18n/de.ts +112 -5
  79. package/src/tool/radioactive-decay/i18n/fr.ts +16 -0
  80. package/src/tool/radioactive-decay/i18n/id.ts +112 -8
  81. package/src/tool/radioactive-decay/i18n/it.ts +16 -0
  82. package/src/tool/radioactive-decay/i18n/ja.ts +112 -8
  83. package/src/tool/radioactive-decay/i18n/ko.ts +112 -8
  84. package/src/tool/radioactive-decay/i18n/nl.ts +112 -14
  85. package/src/tool/radioactive-decay/i18n/pl.ts +112 -7
  86. package/src/tool/radioactive-decay/i18n/pt.ts +112 -21
  87. package/src/tool/radioactive-decay/i18n/ru.ts +112 -8
  88. package/src/tool/radioactive-decay/i18n/sv.ts +112 -8
  89. package/src/tool/radioactive-decay/i18n/tr.ts +112 -8
  90. package/src/tool/radioactive-decay/i18n/zh.ts +112 -8
  91. package/src/tool/roche-limit-satellite-disruption/i18n/pl.ts +76 -0
  92. package/src/tool/temperature-timeline/i18n/de.ts +22 -2
  93. package/src/tool/temperature-timeline/i18n/fr.ts +41 -1
  94. package/src/tool/temperature-timeline/i18n/it.ts +30 -1
  95. package/src/tool/temperature-timeline/i18n/pt.ts +34 -1
  96. package/src/tool/temperature-timeline/i18n/ru.ts +29 -0
  97. package/src/tool/twin-paradox-visualizer/i18n/pt.ts +41 -1
@@ -45,14 +45,118 @@ export const content: ToolLocaleContent = {
45
45
  resetSeed: '新的原子图案',
46
46
  },
47
47
  seo: [
48
- { type: 'title', text: '放射性半衰期计算器: 剩余原子、活度和同位素示例', level: 2 },
49
- { type: 'paragraph', html: '这个放射性衰变计算器用于估算不稳定同位素在给定时间后还剩多少。它覆盖常见搜索意图: 半衰期公式、真实同位素计算、剩余母核、已衰变原子核以及活度下降。' },
50
- { type: 'paragraph', html: '使用的公式是 <strong>N(t) = N0 x (1/2)^(t / T1/2)</strong>。<strong>N0</strong> 是初始母核数量,<strong>N(t)</strong> 是时间 <strong>t</strong> 后的期望剩余量,<strong>T1/2</strong> 是半衰期。' },
51
- { type: 'table', headers: ['经过时间', '公式因子', '剩余母核', '相对活度'], rows: [['0 个半衰期', '(1/2)^0', '100%', '100%'], ['1 个半衰期', '(1/2)^1', '50%', '50%'], ['2 个半衰期', '(1/2)^2', '25%', '25%'], ['3 个半衰期', '(1/2)^3', '12.5%', '12.5%'], ['5 个半衰期', '(1/2)^5', '3.125%', '3.125%'], ['10 个半衰期', '(1/2)^10', '0.098%', '0.098%']] },
52
- { type: 'title', text: '同位素示例和结果解读', level: 3 },
53
- { type: 'table', headers: ['同位素', '近似半衰期', '常见用途', '结果说明'], rows: [['碳-14', '5,730 年', '放射性碳测年', '曾经属于生物的材料中还剩多少碳-14 活度。'], ['碘-131', '8.02 天', '医学治疗和核事件', '活度在数天内下降得多快。'], ['锝-99m', '6.01 小时', '诊断成像', '有用的医学活度为什么会在一个临床工作日内下降。'], ['铀-238', '44.7 亿年', '地质年代测定', '长寿命同位素为什么能在地球历史尺度上被测量。'], ['氡-222', '3.82 天', '室内辐射', '气态暴露源如何变化。']] },
54
- { type: 'paragraph', html: '对于单一母体同位素,活度与未衰变原子核数量成正比。原子场展示单个衰变事件的随机性,而大样本会接近平滑的指数曲线。' },
55
- { type: 'paragraph', html: '该模型用单一半衰期描述母体同位素。真实测量可能需要校正探测器效率、背景辐射、分支比、子体产物、生物清除、化学形态、屏蔽和校准曲线。它适合作为教学估算,不应替代医疗指示、剂量评估或实验室分析。' },
48
+ {
49
+ type: 'title',
50
+ text: '放射性半衰期计算器: 剩余原子、活度和同位素示例',
51
+ level: 2,
52
+ },
53
+ {
54
+ type: 'paragraph',
55
+ html: '这个放射性衰变计算器用于估算不稳定同位素在给定时间后还剩多少。它覆盖常见搜索意图: 半衰期公式、真实同位素计算、剩余母核、已衰变原子核以及活度下降。',
56
+ },
57
+ {
58
+ type: 'paragraph',
59
+ html: '本工具结合了两个互补模型。数值计算结果采用标准指数衰变方程,而原子场则通过随机阈值模拟单个原子核。',
60
+ },
61
+ {
62
+ type: 'title',
63
+ text: '计算器使用的放射性衰变公式',
64
+ level: 3,
65
+ },
66
+ {
67
+ type: 'paragraph',
68
+ html: '使用的公式是 <strong>N(t) = N0 x (1/2)^(t / T1/2)</strong>。<strong>N0</strong> 是初始母核数量,<strong>N(t)</strong> 是时间 <strong>t</strong> 后的期望剩余量,<strong>T1/2</strong> 是半衰期。',
69
+ },
70
+ {
71
+ type: 'paragraph',
72
+ html: '例如,如果初始样本有 1,000 个母核,经过 2 个半衰期后,预期剩余量为 1,000 x (1/2)^2 = 250 个原子核。衰变掉的数量为 750 个。',
73
+ },
74
+ {
75
+ type: 'table',
76
+ headers: ['经过时间', '公式因子', '剩余母核', '相对活度'],
77
+ rows: [
78
+ ['0 个半衰期', '(1/2)^0', '100%', '100%'],
79
+ ['1 个半衰期', '(1/2)^1', '50%', '50%'],
80
+ ['2 个半衰期', '(1/2)^2', '25%', '25%'],
81
+ ['3 个半衰期', '(1/2)^3', '12.5%', '12.5%'],
82
+ ['5 个半衰期', '(1/2)^5', '3.125%', '3.125%'],
83
+ ['10 个半衰期', '(1/2)^10', '0.098%', '0.098%'],
84
+ ],
85
+ },
86
+ {
87
+ type: 'title',
88
+ text: '如何计算半衰期后的剩余活度',
89
+ level: 3,
90
+ },
91
+ {
92
+ type: 'paragraph',
93
+ html: '对于单一同位素,活度与未衰变原子核数量成正比。如果母体同位素还剩 25%,其活度也约为初始活度的 25%。',
94
+ },
95
+ {
96
+ type: 'paragraph',
97
+ html: '这种关系在核医学和辐射防护中至关重要。',
98
+ },
99
+ {
100
+ type: 'title',
101
+ text: '示例:碳-14、碘-131、锝-99m、铀-238 和氡-222',
102
+ level: 3,
103
+ },
104
+ {
105
+ type: 'table',
106
+ headers: ['同位素', '近似半衰期', '常见用途', '结果说明'],
107
+ rows: [
108
+ ['碳-14', '5,730 年', '放射性碳测年', '有机物中剩余的碳-14 活度。'],
109
+ ['碘-131', '8.02 天', '医学治疗', '治疗后数天内活度下降的速度。'],
110
+ ['锝-99m', '6.01 小时', '诊断成像', '有用的医学活度为什么会在一个临床工作日内下降。'],
111
+ ['铀-238', '44.7 亿年', '地质年代测定', '长寿命同位素为什么能在地球历史尺度上被测量。'],
112
+ ['氡-222', '3.82 天', '室内辐射', '气态暴露源在数天内的变化。'],
113
+ ],
114
+ },
115
+ {
116
+ type: 'paragraph',
117
+ html: '这些示例涵盖了不同的时间尺度和科学应用。',
118
+ },
119
+ {
120
+ type: 'title',
121
+ text: '如何解读随机原子模拟',
122
+ level: 3,
123
+ },
124
+ {
125
+ type: 'paragraph',
126
+ html: '原子场采用了随机建模。对于小样本,结果会在理论值周围波动。',
127
+ },
128
+ {
129
+ type: 'paragraph',
130
+ html: '平滑曲线只有在汇总大量独立随机事件时才会显现。',
131
+ },
132
+ {
133
+ type: 'title',
134
+ text: '半衰期计算器的应用场景',
135
+ level: 3,
136
+ },
137
+ {
138
+ type: 'list',
139
+ items: [
140
+ '<strong>物理教学:</strong> 计算剩余原子核并联系直观模型。',
141
+ '<strong>核化学:</strong> 比较同位素稳定性和衰变速率。',
142
+ '<strong>碳十四测年:</strong> 理解有机样本的衰变规律。',
143
+ '<strong>核医学:</strong> 规划短半衰期同位素诊断。',
144
+ '<strong>辐射防护:</strong> 评估活度随时间下降的趋势。',
145
+ ],
146
+ },
147
+ {
148
+ type: 'title',
149
+ text: '重要局限性',
150
+ level: 3,
151
+ },
152
+ {
153
+ type: 'paragraph',
154
+ html: '本计算器仅对母体同位素进行单一半衰期建模。',
155
+ },
156
+ {
157
+ type: 'paragraph',
158
+ html: '请将计算结果作为教学模型和科学估算参考。',
159
+ },
56
160
  ],
57
161
  faq,
58
162
  bibliography,
@@ -126,6 +126,82 @@ export const content: ToolLocaleContent = {
126
126
  ['Wskazanie z korektą o spójność', 'Między przypadkiem płynnym a sztywnym', 'Porównanie scenariuszy', 'Praktyczna linia ryzyka.'],
127
127
  ],
128
128
  },
129
+ {
130
+ type: 'title',
131
+ text: 'Przykład: Dlaczego lodowy księżyc przy Saturnie jest wrażliwy',
132
+ level: 3,
133
+ },
134
+ {
135
+ type: 'paragraph',
136
+ html: 'Saturn ma małą gęstość, ale jest ogromny. Lodowy księżyc ma słabą grawitację własną, więc granica płynna Roche wypadnie daleko od chmur Saturna.',
137
+ },
138
+ {
139
+ type: 'paragraph',
140
+ html: 'Zmieniając odległość orbitalną, obserwuj współczynnik bezpieczeństwa.',
141
+ },
142
+ {
143
+ type: 'title',
144
+ text: 'Jak interpretować współczynnik bezpieczeństwa',
145
+ level: 3,
146
+ },
147
+ {
148
+ type: 'paragraph',
149
+ html: 'Współczynnik bezpieczeństwa to stosunek odległości orbitalnej do aktywnej granicy Roche.',
150
+ },
151
+ {
152
+ type: 'table',
153
+ headers: ['Współczynnik', 'Stan', 'Odczyt praktyczny'],
154
+ rows: [
155
+ ['Powyżej 1,12x', 'Stabilna orbita', 'Satelita jest bezpieczny.'],
156
+ ['1,00x do 1,12x', 'Oddziaływanie pływowe', 'Możliwe pęknięcia powierzchniowe.'],
157
+ ['0,78x do 1,00x', 'Fragmentacja', 'Rozpad satelity.'],
158
+ ['Poniżej 0,78x', 'Układ pierścieni', 'Tworzenie się dysku cząstek.'],
159
+ ],
160
+ },
161
+ {
162
+ type: 'paragraph',
163
+ html: 'Szczątki rozciągają się wzdłuż orbity pod wpływem ścinania orbitalnego.',
164
+ },
165
+ {
166
+ type: 'title',
167
+ text: 'Dlaczego granica Roche tworzy pierścienie',
168
+ level: 3,
169
+ },
170
+ {
171
+ type: 'paragraph',
172
+ html: 'Wewnątrz granicy Roche cząstki nie mogą ulec ponownej akrecji z powodu niszczących sił pływowych.',
173
+ },
174
+ {
175
+ type: 'paragraph',
176
+ html: 'Tworzenie pierścienia jest procesem stopniowym.',
177
+ },
178
+ {
179
+ type: 'title',
180
+ text: 'Ważne ograniczenia kalkulatora',
181
+ level: 3,
182
+ },
183
+ {
184
+ type: 'paragraph',
185
+ html: 'Realne satelity różnią się rotacją, porowatością i spójnością strukturalną.',
186
+ },
187
+ {
188
+ type: 'list',
189
+ items: [
190
+ '<strong>Stosuj granicę płynną:</strong> dla luźnych i lodowych ciał.',
191
+ '<strong>Stosuj granicę sztywną:</strong> dla zwartych skał.',
192
+ '<strong>Korzystaj z granicy aktywnej:</strong> do szybkiego porównania.',
193
+ '<strong>Nie traktuj wyniku jako pewnik:</strong> bez uwzględnienia geofizyki.',
194
+ ],
195
+ },
196
+ {
197
+ type: 'title',
198
+ text: 'Częste pytania',
199
+ level: 3,
200
+ },
201
+ {
202
+ type: 'paragraph',
203
+ html: 'Używaj narzędzia do szacowania rozpadu satelitów pod wpływem sił pływowych.',
204
+ },
129
205
  ],
130
206
  faq,
131
207
  bibliography,
@@ -28,6 +28,10 @@ const faq = [
28
28
  question: 'Wie unterscheidet sich der Klimawandel im Anthropozän?',
29
29
  answer: 'Der entscheidende Unterschied ist die Geschwindigkeit. Während natürliche Übergänge Jahrmillionen dauerten, vollzieht sich die heutige Erwärmung in wenigen Jahrzehnten. Diese Rate ist exponentiell schneller und übersteigt die Anpassungsfähigkeit der heutigen Biosphäre.'
30
30
  },
31
+ {
32
+ question: 'Was war das Paläozän/Eozän-Temperaturmaximum (PETM)?',
33
+ answer: 'Das PETM war ein extremes globales Erwärmungsereignis vor etwa 56 Millionen Jahren. Es wurde durch einen raschen und massiven Kohlenstoffausstoß verursacht, der die Temperaturen innerhalb weniger tausend Jahre um 5 bis 8 Grad anhob. Es gilt als bester geologischer Analogfall für den modernen Klimawandel.'
34
+ },
31
35
  ];
32
36
 
33
37
  export const content: ToolLocaleContent = {
@@ -61,8 +65,9 @@ export const content: ToolLocaleContent = {
61
65
  },
62
66
  seo: [
63
67
  { type: 'title', text: 'HISTORISCHE KLIMATOLOGIE: Die thermische Evolution der Erde', level: 2 },
64
- { type: 'paragraph', html: 'Das Klima der Erde war nie statisch. Unser Planet schwankte zwischen Treibhaus- und Eiszeit-Zuständen. Das Verständnis dieser Prozesse ist entscheidend, um den heutigen anthropogenen Klimawandel in einen geologischen Kontext zu setzen.' },
68
+ { type: 'paragraph', html: 'Das Klima der Erde war nie statisch. Unser Planet schwankte zwischen Treibhaus- und Eiszeit-Zuständen. Das Verständnis dieser Prozesse ist entscheidend, um den heutigen anthropogenen Klimawandel in einen geologischen Kontext zu setzen. Mithilfe von Sauerstoffisotopen und Eisbohrkernen rekonstruieren Paläoklimatologen die globale Temperaturgeschichte.' },
65
69
  { type: 'title', text: 'Temperaturdaten nach Epochen', level: 3 },
70
+ { type: 'paragraph', html: 'Die Erdgeschichte gliedert sich in große Zeitabschnitte, die durch biologische und geologische Veränderungen definiert sind. Nachfolgend sind die geschätzten Durchschnittstemperaturen aufgeführt:' },
66
71
  {
67
72
  type: 'table', headers: ['Geologische Epoche', 'Alter', 'Temp.', 'Merkmale'], rows: [
68
73
  ['Archäikum', '4,0-2,5 Ga', '30 °C', 'Extremer Treibhauseffekt durch Methan.'],
@@ -72,7 +77,22 @@ export const content: ToolLocaleContent = {
72
77
  ['Känozoikum', '66 Ma-heute', '14 °C', 'Allmähliche Abkühlung.'],
73
78
  ['Anthropozän', 'Gegenwart', '15,2 °C', 'Anthroprogene Erwärmung.']
74
79
  ]
75
- }
80
+ },
81
+ { type: 'title', text: 'Vergangene thermische Extreme: Von globaler Vereisung bis zur Treibhauswelt', level: 3 },
82
+ { type: 'paragraph', html: 'Die Erdgeschichte umfasst extreme Klimaerlebnisse. Im Proterozoikum setzte die primitive Fotosynthese massenhaft Sauerstoff frei, was zur Oxidation von Methan führte und die Erde in globale Eiszeiten stürzte. Im Mesozoikum hingegen reicherte Vulkanismus die Atmosphäre mit CO2 an.' },
83
+ { type: 'title', text: 'Einflussfaktoren auf das Erdklima im geologischen Maßstab', level: 3 },
84
+ { type: 'paragraph', html: 'Das langfristige Erdklima beruht auf einem thermodynamischen Gleichgewicht mehrerer natürlicher Mechanismen:' },
85
+ {
86
+ type: 'list',
87
+ items: [
88
+ '<strong>Milankovitch-Zyklen:</strong> Periodische Bahnänderungen der Erde verändern die Sonneneinstrahlung.',
89
+ '<strong>Silikat-Karbonat-Kohlenstoffkreislauf:</strong> Der langfristige geochemische Thermostat der Erde.',
90
+ '<strong>Plattentektonik:</strong> Kontinentalverschiebung verändert Meeresströmungen und CO2-Verwitterung.',
91
+ '<strong>Albedo-Rückkopplung:</strong> Eis und Schnee reflektieren Sonnenlicht und verstärken die Abkühlung.',
92
+ ]
93
+ },
94
+ { type: 'title', text: 'Das Anthropozän: Eine beispiellose thermische Beschleunigung', level: 3 },
95
+ { type: 'paragraph', html: 'Der Übergang zum Anthropozän markiert die Ära des direkten menschlichen Einflusses auf Erdsysteme. Im Gegensatz zu früheren klimatischen Veränderungen erfolgt die Erwärmung heute extrem schnell.' },
76
96
  ],
77
97
  faq,
78
98
  bibliography,
@@ -80,13 +80,17 @@ export const content: ToolLocaleContent = {
80
80
  },
81
81
  {
82
82
  type: 'paragraph',
83
- html: 'Le climat de la Terre n\'a jamais été statique. Au cours de ses 4,5 milliards d\'années, notre planète a oscillé entre deux états fondamentaux: l\'état de serre (greenhouse) et l\'état de glaciation (icehouse). Comprendre ces fluctuations est indispensable pour contextualiser la vitesse du réchauffement climatique anthropique actuel.',
83
+ html: 'Le climat de la Terre n\'a jamais été statique. Au cours de ses 4,5 milliards d\'années, notre planète a oscillé entre deux états fondamentaux: l\'état de serre (greenhouse) et l\'état de glaciation (icehouse). Comprendre ces fluctuations est indispensable pour contextualiser la vitesse du réchauffement climatique anthropique actuel. Grâce aux isotopes de l\'oxygène et aux carottes de glace, les paléoclimatologues reconsituent l\'histoire thermique du globe.',
84
84
  },
85
85
  {
86
86
  type: 'title',
87
87
  text: 'Enregistrement de la température par ère géologique',
88
88
  level: 3,
89
89
  },
90
+ {
91
+ type: 'paragraph',
92
+ html: 'L\'histoire de la Terre est divisée en intervalles majeurs définis par des changements biologiques et géologiques. Voici la liste des températures moyennes estimées pour chaque époque:',
93
+ },
90
94
  {
91
95
  type: 'table',
92
96
  headers: ['Époque Géologique', 'Âge Approx.', 'Temp. Moyenne', 'Caractéristiques Climatologiques'],
@@ -99,6 +103,42 @@ export const content: ToolLocaleContent = {
99
103
  ['<strong>Anthropocène</strong>', 'Présent', '15,2 °C', 'Réchauffement rapide d\'origine humaine.'],
100
104
  ],
101
105
  },
106
+ {
107
+ type: 'title',
108
+ text: 'Extrêmes thermiques passés: de la glaciation globale à la chaleur du Mésozoïque',
109
+ level: 3,
110
+ },
111
+ {
112
+ type: 'paragraph',
113
+ html: 'L\'histoire planète comprend des événements climatiques extrêmes. Durant l\'ère protérozoïque, la photosynthèse primitive a libéré de l\'oxygène à grande échelle, provoquant l\'oxydation du méthane et plongeant la planète dans des glaciations globales. À l\'inverse, pendant le Mésozoïque, une forte activité volcanique a saturé l\'atmosphère en CO2, élevant la température globale.',
114
+ },
115
+ {
116
+ type: 'title',
117
+ text: 'Facteurs régissant le climat terrestre à l\'échelle géologique',
118
+ level: 3,
119
+ },
120
+ {
121
+ type: 'paragraph',
122
+ html: 'Le climat terrestre à long terme résulte d\'un équilibre thermodynamique gouverné par plusieurs mécanismes naturels interconnectés:',
123
+ },
124
+ {
125
+ type: 'list',
126
+ items: [
127
+ '<strong>Cycles de Milankovitch:</strong> Variations orbitales périodiques modifiant l\'insolation reçue.',
128
+ '<strong>Cycle du Carbone Silicate-Carbonate:</strong> Thermostat géochimique à long terme.',
129
+ '<strong>Tectonique des Plaques:</strong> Dérive des continents modifiant les courants marins et l\'altération des roches.',
130
+ '<strong>Effet d\'Albédo:</strong> Réflexion de la lumière solaire par la glace amplifiant le refroidissement.',
131
+ ],
132
+ },
133
+ {
134
+ type: 'title',
135
+ text: 'L\'Anthropocène: une accélération thermique sans précédent dans la biosphère',
136
+ level: 3,
137
+ },
138
+ {
139
+ type: 'paragraph',
140
+ html: 'La transition de l\'Holocène à l\'Anthropocène marque l\'impact direct des activités humaines sur les systèmes planétaires. Contrairement aux événements thermiques du passé, le réchauffement actuel se produit à un rythme extrêmement rapide, dépassant les capacités d\'adaptation de la biosphère.',
141
+ },
102
142
  ],
103
143
  faq,
104
144
  bibliography,
@@ -74,7 +74,36 @@ export const content: ToolLocaleContent = {
74
74
  },
75
75
  seo: [
76
76
  { type: 'title', text: 'CLIMATOLOGIA STORICA: L\'evoluzione termica della Terra', level: 2 },
77
- { type: 'paragraph', html: 'Il clima della Terra non è mai stato statico. Nel corso di 4,5 miliardi di anni, il pianeta ha oscillato tra stati di serra (greenhouse) e di glaciazione (icehouse). Comprendere queste fluttuazioni è indispensabile per contestualizzare la velocità del riscaldamento globale antropico.' },
77
+ { type: 'paragraph', html: 'Il clima della Terra non è mai stato statico. Nel corso di 4,5 miliardi di anni, il pianeta ha oscillato tra stati di serra (greenhouse) e di glaciazione (icehouse). Comprendere queste fluttuazioni è indispensabile per contestualizzare la velocità del riscaldamento globale antropico. Grazie agli isotopi dell\'ossigeno e alle carote di ghiaccio, i paleoclimatologi ricostruiscono la storia termica globale.' },
78
+ { type: 'title', text: 'Registrazione delle temperature per eone ed era geologica', level: 3 },
79
+ { type: 'paragraph', html: 'La storia della Terra è divisa in grandi intervalli temporali definiti da cambiamenti biologici e geologici. Di seguito la tabella delle temperature medie stimate:' },
80
+ {
81
+ type: 'table',
82
+ headers: ['Epoca Geologica', 'Età Aprox.', 'Temp. Media', 'Caratteristiche Climatologiche'],
83
+ rows: [
84
+ ['<strong>Eone Archeano</strong>', '4,0 - 2,5 Ga', '30 °C', 'Terra primordiale calda con forte effetto serra.'],
85
+ ['<strong>Eone Proterozoico</strong>', '2,5 Ga - 541 Ma', '12 °C', 'Glaciazioni globali ("Terra a Palla di Neve").'],
86
+ ['<strong>Era Paleozoica</strong>', '541 - 252 Ma', '20 °C', 'Esplosione della vita marina e colonizzazione terrestre.'],
87
+ ['<strong>Era Mesozoica</strong>', '252 - 66 Ma', '22 °C', 'Periodo di serra senza ghiaccio polare.'],
88
+ ['<strong>Era Cenozoica</strong>', '66 Ma - oggi', '14 °C', 'Raffreddamento progressivo e cicli glaciali.'],
89
+ ['<strong>Antropocene</strong>', 'Presente', '15,2 °C', 'Riscaldamento rapido di origine umana.'],
90
+ ],
91
+ },
92
+ { type: 'title', text: 'Estremi termici del passato: dalla glaciazione globale al caldo mesozoico', level: 3 },
93
+ { type: 'paragraph', html: 'La storia del pianeta include eventi climatici estremi. Nel Proterozoico la fotosintesi ha liberato ossigeno ossidando il metano e causando glaciazioni. Nel Mesozoico l\'attività vulcanica ha saturato l\'atmosfera di CO2.' },
94
+ { type: 'title', text: 'Fattori che guidano il clima planetario su scala geologica', level: 3 },
95
+ { type: 'paragraph', html: 'Il clima terrestre a lungo termine è il risultato di un equilibrio termodinamico guidato da diversi meccanismi naturali interconnessi:' },
96
+ {
97
+ type: 'list',
98
+ items: [
99
+ '<strong>Cicli di Milankovitch:</strong> Variazioni orbitali che modificano la radiazione solare.',
100
+ '<strong>Ciclo del Carbonio Silicato-Carbonato:</strong> Termostato geochimico a lungo termine.',
101
+ '<strong>Tettonica delle Placche:</strong> Deriva dei continenti e alterazione chimica.',
102
+ '<strong>Effetto Albedo:</strong> Riflessione della luce solare da parte del ghiaccio.',
103
+ ],
104
+ },
105
+ { type: 'title', text: 'L\'Antropocene: Un\'accelerazione termica senza precedenti nella biosfera', level: 3 },
106
+ { type: 'paragraph', html: 'La transizione all\'Antropocene segna l\'impatto diretto delle attività umane sui sistemi planetari. A differenza degli eventi termici del passato, il riscaldamento attuale si verifica a un ritmo estremamente rapido.' },
78
107
  ],
79
108
  faq,
80
109
  bibliography,
@@ -28,6 +28,10 @@ const faq = [
28
28
  question: 'Em que difere a mudança climática do Antropoceno do passado geológico?',
29
29
  answer: 'A diferença fundamental reside na velocidade. Enquanto transições passadas levavam dezenas de milhares a milhões de anos, o aquecimento do Antropoceno ocorre em poucas décadas. Esta taxa de variação térmica supera a capacidade de adaptação da biosfera atual.'
30
30
  },
31
+ {
32
+ question: 'O que foi o Máximo Térmico do Paleoceno-Eoceno (PETM)?',
33
+ answer: 'O PETM foi um evento de aquecimento global extremo ocorrido há cerca de 56 milhões de anos, causado por uma injeção massiva de carbono na atmosfera. Aumentou as temperaturas globais em 5 a 8°C em poucos milhares de anos, sendo considerado o melhor análogo geológico para as mudanças climáticas modernas.'
34
+ },
31
35
  ];
32
36
 
33
37
  export const content: ToolLocaleContent = {
@@ -61,7 +65,36 @@ export const content: ToolLocaleContent = {
61
65
  },
62
66
  seo: [
63
67
  { type: 'title', text: 'CLIMATOLOGIA HISTÓRICA: A evolução térmica da Terra através das eras geológicas', level: 2 },
64
- { type: 'paragraph', html: 'O clima da Terra nunca foi estático. Ao longo de 4,5 bilhões de anos, o planeta oscilou entre estados de estufa (greenhouse) e glaciação (icehouse). Compreender estas flutuações é indispensável para contextualizar a gravidade do aquecimento global atual.' },
68
+ { type: 'paragraph', html: 'O clima da Terra nunca foi estático. Ao longo de 4,5 bilhões de anos, o planeta oscilou entre estados de estufa (greenhouse) e glaciação (icehouse). Compreender estas flutuações é indispensável para contextualizar a gravidade do aquecimento global atual. Através de isótopos de oxigênio e testemunhos de gelo, os paleoclimatologistas reconstroem a história térmica da Terra.' },
69
+ { type: 'title', text: 'Registro de temperaturas por éon e era geológica', level: 3 },
70
+ { type: 'paragraph', html: 'A história da Terra é dividida em grandes intervalos definidos por mudanças biológicas e geológicas. Abaixo apresenta-se a tabela das temperaturas médias estimadas:' },
71
+ {
72
+ type: 'table',
73
+ headers: ['Época Geológica', 'Idade Aprox.', 'Temp. Média', 'Marcos Climatológicos'],
74
+ rows: [
75
+ ['<strong>Éon Arqueano</strong>', '4,0 - 2,5 Ga', '30 °C', 'Terra primitiva quente com forte efeito estufa.'],
76
+ ['<strong>Éon Proterozoico</strong>', '2,5 Ga - 541 Ma', '12 °C', 'Glaciações globais ("Terra Bola de Neve").'],
77
+ ['<strong>Era Paleozoica</strong>', '541 - 252 Ma', '20 °C', 'Explosão de vida marinha e colonização terrestre.'],
78
+ ['<strong>Era Mesozoica</strong>', '252 - 66 Ma', '22 °C', 'Período de estufa sem gelo polar.'],
79
+ ['<strong>Era Cenozoica</strong>', '66 Ma - presente', '14 °C', 'Resfriamento gradual e ciclos glaciais.'],
80
+ ['<strong>Antropoceno</strong>', 'Presente', '15,2 °C', 'Aquecimento rápido de origem humana.'],
81
+ ],
82
+ },
83
+ { type: 'title', text: 'Extremos térmicos do passado: da glaciação global ao calor do Mesozoico', level: 3 },
84
+ { type: 'paragraph', html: 'A história do planeta inclui eventos climáticos extremos. No Proterozoico a fotossíntese liberou oxigênio oxidando o metano e gerando glaciações. No Mesozoico o vulcanismo saturou a atmosfera com CO2.' },
85
+ { type: 'title', text: 'Fatores que regem o clima planetário em escala geológica', level: 3 },
86
+ { type: 'paragraph', html: 'O clima da Terra a longo prazo resulta de um equilíbrio termodinâmico governado por diversos mecanismos naturais interconectados:' },
87
+ {
88
+ type: 'list',
89
+ items: [
90
+ '<strong>Ciclos de Milankovitch:</strong> Variações orbitais que alteram a radiação solar recebida.',
91
+ '<strong>Ciclo do Carbono Silicato-Carbonato:</strong> Termostato geoquímico a longo prazo.',
92
+ '<strong>Tectônica de Placas:</strong> Deriva continental e intemperismo químico do CO2.',
93
+ '<strong>Efeito Albedo:</strong> Reflexão da luz solar pelo gelo ampliando o resfriamento.',
94
+ ],
95
+ },
96
+ { type: 'title', text: 'O Antropoceno: Uma aceleração térmica sem precedentes na biosfera', level: 3 },
97
+ { type: 'paragraph', html: 'A transição para o Antropoceno marca o impacto direto das atividades humanas nos sistemas planetários. Ao contrário de eventos térmicos passados, o aquecimento atual ocorre a um ritmo extremamente rápido.' },
65
98
  ],
66
99
  faq,
67
100
  bibliography,
@@ -75,6 +75,35 @@ export const content: ToolLocaleContent = {
75
75
  seo: [
76
76
  { type: 'title', text: 'ИСТОРИЧЕСКАЯ КЛИМАТОЛОГИЯ: Термическая эволюция Земли', level: 2 },
77
77
  { type: 'paragraph', html: 'Климат Земли никогда не был статичным. За 4,5 миллиарда лет планета многократно переходила от состояния "парника" (greenhouse) к "ледниковому дому" (icehouse). Наш калькулятор помогает понять масштаб и скорость текущих изменений через призму палеоклиматологии.' },
78
+ { type: 'title', text: 'Запись температур по эонам и геологическим эрам', level: 3 },
79
+ { type: 'paragraph', html: 'История Земли разделена на крупные временные интервалы. Ниже приведена таблица средних температур:' },
80
+ {
81
+ type: 'table',
82
+ headers: ['Геологическая эпоха', 'Примерный возраст', 'Средняя темп.', 'Климатические особенности'],
83
+ rows: [
84
+ ['<strong>Архейский эон</strong>', '4,0 - 2,5 млрд лет', '30 °C', 'Горячая Земля с сильным парниковым эффектом.'],
85
+ ['<strong>Протерозойский эон</strong>', '2,5 млрд - 541 млн', '12 °C', 'Глобальные оледенения ("Земля-снежок").'],
86
+ ['<strong>Палеозойская эра</strong>', '541 - 252 млн лет', '20 °C', 'Развитие морской жизни и выход на сушу.'],
87
+ ['<strong>Мезозойская эра</strong>', '252 - 66 млн лет', '22 °C', 'Эра теплого парникового климата.'],
88
+ ['<strong>Кайнозойская эра</strong>', '66 млн - наст. время', '14 °C', 'Постепенное похолодание.'],
89
+ ['<strong>Антропоцен</strong>', 'Настоящее время', '15,2 °C', 'Быстрое антропогенное потепление.'],
90
+ ],
91
+ },
92
+ { type: 'title', text: 'Прошлые термические экстремумы: от ледников к суперпарнику', level: 3 },
93
+ { type: 'paragraph', html: 'История планеты включает экстремальные климатические события. В протерозое кислород окислил метан, вызвав оледенение. В мезозое вулканизм насытил атмосферу CO2.' },
94
+ { type: 'title', text: 'Факторы, определяющие планетарный климат', level: 3 },
95
+ { type: 'paragraph', html: 'Долгосрочный климат Земли зависит от нескольких взаимосвязанных механизмов:' },
96
+ {
97
+ type: 'list',
98
+ items: [
99
+ '<strong>Циклы Миланковича:</strong> Орбитальные колебания, меняющие инсоляцию.',
100
+ '<strong>Силикатно-карбонатный цикл:</strong> Долгосрочный геохимический термостат.',
101
+ '<strong>Тектоника плит:</strong> Дрейф континентов и химическое выветривание.',
102
+ '<strong>Эффект альбедо:</strong> Отражение солнечного света льдом.',
103
+ ],
104
+ },
105
+ { type: 'title', text: 'Антропоцен: Беспрецедентная скорость потепления', level: 3 },
106
+ { type: 'paragraph', html: 'Антропоцен знаменует прямое влияние человека на планетарную систему. Текущее потепление происходит беспрецедентно быстро.' },
78
107
  ],
79
108
  faq,
80
109
  bibliography,
@@ -37,6 +37,10 @@ const faq = [
37
37
  question: 'O que significa o fator de Lorentz gamma?',
38
38
  answer: 'O fator de Lorentz gamma é igual a 1 dividido pela raiz quadrada de 1 menos v ao quadrado sobre c ao quadrado. Ele quantifica o quanto intervalos de tempo, comprimentos e energias diferem entre referenciais inerciais. Em velocidades cotidianas, gamma é quase 1, mas perto da velocidade da luz ele aumenta bruscamente.',
39
39
  },
40
+ {
41
+ question: 'Este efeito pode ser medido na vida real?',
42
+ answer: 'Sim. A dilatação temporal foi medida com partículas de alta velocidade, relógios atômicos levados em aviões, sistemas de navegação por satélite e aceleradores de partículas. O paradoxo usa uma história hipotética, mas o efeito físico em relógios é continuamente comprovado.',
43
+ },
40
44
  ];
41
45
 
42
46
  export const content: ToolLocaleContent = {
@@ -64,7 +68,7 @@ export const content: ToolLocaleContent = {
64
68
  seo: [
65
69
  {
66
70
  type: 'title',
67
- text: 'Calculadora do Paradoxo dos Gêmeos para a Relatividade Especial',
71
+ text: 'Visualizador do Paradoxo dos Gêmeos e Dilatação Temporal Relativística',
68
72
  level: 2,
69
73
  },
70
74
  {
@@ -89,6 +93,42 @@ export const content: ToolLocaleContent = {
89
93
  ['0.98c', '5.025', '19.9% da taxa terrestre', 'Dilatação temporal extrema.'],
90
94
  ],
91
95
  },
96
+ {
97
+ type: 'title',
98
+ text: 'Por que a situação não é simétrica',
99
+ level: 3,
100
+ },
101
+ {
102
+ type: 'paragraph',
103
+ html: 'À primeira vista, cada gêmeo poderia dizer que o outro está se movendo. A solução é que o gêmeo na Terra permanece em um único referencial inercial, enquanto o viajante acelera, inverte o sentido e retorna.',
104
+ },
105
+ {
106
+ type: 'title',
107
+ text: 'Leitura do diagrama de linha de universo',
108
+ level: 3,
109
+ },
110
+ {
111
+ type: 'paragraph',
112
+ html: 'Uma linha de universo é um mapa do objeto no espaço-tempo. A linha vertical representa quem ficou na Terra; a linha angular vermelha representa a jornada de ida e volta do viajante.',
113
+ },
114
+ {
115
+ type: 'list',
116
+ items: [
117
+ '<strong>Diferença de idade:</strong> quão mais jovem o viajante fica no reencontro.',
118
+ '<strong>Fator de Lorentz:</strong> o multiplicador entre o tempo da Terra e o tempo próprio da nave.',
119
+ '<strong>Tempo próprio:</strong> o tempo efetivamente medido pelo relógio a bordo.',
120
+ '<strong>Distância de retorno:</strong> a distância máxima alcançada no referencial da Terra.',
121
+ ],
122
+ },
123
+ {
124
+ type: 'title',
125
+ text: 'Evidências práticas da dilatação temporal',
126
+ level: 3,
127
+ },
128
+ {
129
+ type: 'paragraph',
130
+ html: 'A dilatação temporal é comprovada diariamente. Múons gerados na alta atmosfera atingem o solo graças ao retardamento de seus relógios internos. Além disso, os sistemas de navegação por satélite GPS exigem correções relativísticas contínuas.',
131
+ },
92
132
  ],
93
133
  faq,
94
134
  bibliography,