@jjlmoya/utils-science 1.20.0 → 1.22.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -1
- package/src/category/i18n/de.ts +1 -1
- package/src/category/i18n/fr.ts +6 -6
- package/src/category/i18n/ru.ts +1 -1
- package/src/category/index.ts +4 -1
- package/src/category/seo.astro +2 -2
- package/src/entries.ts +7 -1
- package/src/index.ts +3 -0
- package/src/pages/[locale]/[slug].astro +5 -4
- package/src/tests/locale_completeness.test.ts +2 -2
- package/src/tests/no_en_dash.test.ts +70 -0
- package/src/tests/seo_length.test.ts +5 -3
- package/src/tests/title_quality.test.ts +1 -1
- package/src/tests/tool_validation.test.ts +2 -2
- package/src/tool/asteroid-impact/bibliography.astro +2 -2
- package/src/tool/asteroid-impact/component.astro +16 -9
- package/src/tool/asteroid-impact/i18n/fr.ts +6 -6
- package/src/tool/asteroid-impact/i18n/ru.ts +4 -4
- package/src/tool/asteroid-impact/index.ts +1 -0
- package/src/tool/asteroid-impact/script.ts +13 -7
- package/src/tool/cellular-renewal/bibliography.astro +2 -2
- package/src/tool/cellular-renewal/i18n/fr.ts +13 -13
- package/src/tool/cellular-renewal/i18n/ru.ts +17 -17
- package/src/tool/cellular-renewal/i18n/zh.ts +9 -9
- package/src/tool/cellular-renewal/index.ts +1 -0
- package/src/tool/colony-counter/bibliography.astro +2 -2
- package/src/tool/colony-counter/i18n/ru.ts +5 -5
- package/src/tool/colony-counter/i18n/zh.ts +2 -2
- package/src/tool/colony-counter/index.ts +1 -0
- package/src/tool/cosmic-inflation/bibliography.astro +14 -0
- package/src/tool/cosmic-inflation/bibliography.ts +12 -0
- package/src/tool/cosmic-inflation/component.astro +270 -0
- package/src/tool/cosmic-inflation/cosmic-inflation-calculator.css +277 -0
- package/src/tool/cosmic-inflation/entry.ts +26 -0
- package/src/tool/cosmic-inflation/i18n/de.ts +188 -0
- package/src/tool/cosmic-inflation/i18n/en.ts +188 -0
- package/src/tool/cosmic-inflation/i18n/es.ts +168 -0
- package/src/tool/cosmic-inflation/i18n/fr.ts +188 -0
- package/src/tool/cosmic-inflation/i18n/id.ts +188 -0
- package/src/tool/cosmic-inflation/i18n/it.ts +188 -0
- package/src/tool/cosmic-inflation/i18n/ja.ts +188 -0
- package/src/tool/cosmic-inflation/i18n/ko.ts +188 -0
- package/src/tool/cosmic-inflation/i18n/nl.ts +188 -0
- package/src/tool/cosmic-inflation/i18n/pl.ts +188 -0
- package/src/tool/cosmic-inflation/i18n/pt.ts +188 -0
- package/src/tool/cosmic-inflation/i18n/ru.ts +188 -0
- package/src/tool/cosmic-inflation/i18n/sv.ts +188 -0
- package/src/tool/cosmic-inflation/i18n/tr.ts +188 -0
- package/src/tool/cosmic-inflation/i18n/zh.ts +188 -0
- package/src/tool/cosmic-inflation/index.ts +11 -0
- package/src/tool/cosmic-inflation/logic/CosmicInflationEngine.ts +21 -0
- package/src/tool/cosmic-inflation/seo.astro +15 -0
- package/src/tool/lorenz-attractor/bibliography.astro +14 -0
- package/src/tool/lorenz-attractor/bibliography.ts +12 -0
- package/src/tool/lorenz-attractor/component.astro +146 -0
- package/src/tool/lorenz-attractor/entry.ts +27 -0
- package/src/tool/lorenz-attractor/i18n/de.ts +113 -0
- package/src/tool/lorenz-attractor/i18n/en.ts +185 -0
- package/src/tool/lorenz-attractor/i18n/es.ts +113 -0
- package/src/tool/lorenz-attractor/i18n/fr.ts +113 -0
- package/src/tool/lorenz-attractor/i18n/id.ts +113 -0
- package/src/tool/lorenz-attractor/i18n/it.ts +113 -0
- package/src/tool/lorenz-attractor/i18n/ja.ts +113 -0
- package/src/tool/lorenz-attractor/i18n/ko.ts +113 -0
- package/src/tool/lorenz-attractor/i18n/nl.ts +113 -0
- package/src/tool/lorenz-attractor/i18n/pl.ts +113 -0
- package/src/tool/lorenz-attractor/i18n/pt.ts +113 -0
- package/src/tool/lorenz-attractor/i18n/ru.ts +113 -0
- package/src/tool/lorenz-attractor/i18n/sv.ts +113 -0
- package/src/tool/lorenz-attractor/i18n/tr.ts +113 -0
- package/src/tool/lorenz-attractor/i18n/zh.ts +113 -0
- package/src/tool/lorenz-attractor/index.ts +9 -0
- package/src/tool/lorenz-attractor/logic/LorenzEngine.ts +32 -0
- package/src/tool/lorenz-attractor/lorenz-attractor.css +335 -0
- package/src/tool/lorenz-attractor/renderer.ts +136 -0
- package/src/tool/lorenz-attractor/script.ts +282 -0
- package/src/tool/lorenz-attractor/seo.astro +15 -0
- package/src/tool/microwave-detector/bibliography.astro +2 -2
- package/src/tool/microwave-detector/component.astro +9 -7
- package/src/tool/microwave-detector/i18n/fr.ts +4 -4
- package/src/tool/microwave-detector/i18n/ru.ts +18 -18
- package/src/tool/microwave-detector/i18n/zh.ts +10 -10
- package/src/tool/microwave-detector/index.ts +1 -0
- package/src/tool/microwave-detector/logic/MicrowaveEngine.ts +5 -1
- package/src/tool/simulation-probability/bibliography.astro +2 -2
- package/src/tool/simulation-probability/i18n/fr.ts +5 -5
- package/src/tool/simulation-probability/i18n/ru.ts +7 -7
- package/src/tool/simulation-probability/i18n/zh.ts +4 -4
- package/src/tool/simulation-probability/index.ts +1 -0
- package/src/tool/temperature-timeline/bibliography.astro +14 -0
- package/src/tool/temperature-timeline/bibliography.ts +12 -0
- package/src/tool/temperature-timeline/component.astro +289 -0
- package/src/tool/temperature-timeline/entry.ts +26 -0
- package/src/tool/temperature-timeline/i18n/de.ts +213 -0
- package/src/tool/temperature-timeline/i18n/en.ts +213 -0
- package/src/tool/temperature-timeline/i18n/es.ts +178 -0
- package/src/tool/temperature-timeline/i18n/fr.ts +213 -0
- package/src/tool/temperature-timeline/i18n/id.ts +213 -0
- package/src/tool/temperature-timeline/i18n/it.ts +213 -0
- package/src/tool/temperature-timeline/i18n/ja.ts +213 -0
- package/src/tool/temperature-timeline/i18n/ko.ts +213 -0
- package/src/tool/temperature-timeline/i18n/nl.ts +213 -0
- package/src/tool/temperature-timeline/i18n/pl.ts +213 -0
- package/src/tool/temperature-timeline/i18n/pt.ts +213 -0
- package/src/tool/temperature-timeline/i18n/ru.ts +213 -0
- package/src/tool/temperature-timeline/i18n/sv.ts +213 -0
- package/src/tool/temperature-timeline/i18n/tr.ts +213 -0
- package/src/tool/temperature-timeline/i18n/zh.ts +213 -0
- package/src/tool/temperature-timeline/index.ts +11 -0
- package/src/tool/temperature-timeline/logic/TemperatureTimelineEngine.ts +58 -0
- package/src/tool/temperature-timeline/planet-temperature-timeline.css +158 -0
- package/src/tool/temperature-timeline/seo.astro +15 -0
- package/src/tools.ts +6 -0
- package/src/types.ts +1 -1
|
@@ -0,0 +1,213 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
2
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
|
|
4
|
+
const slug = 'planet-temperatur-zeitleiste';
|
|
5
|
+
const description = 'Erkunden Sie die durchschnittliche Temperaturgeschichte der Erde ueber geologische Epochen hinweg.';
|
|
6
|
+
const title = 'Durchschnittliche Temperaturzeitleiste der Erde';
|
|
7
|
+
|
|
8
|
+
const howTo = [
|
|
9
|
+
{
|
|
10
|
+
name: 'Epoche auswaehlen',
|
|
11
|
+
text: 'Klicken Sie auf eine Kerbe auf dem Skalenlineal.',
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
name: 'Temperatur pruefen',
|
|
15
|
+
text: 'Lesen Sie die globale Durchschnittstemperatur ab.',
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
name: 'Planet beobachten',
|
|
19
|
+
text: 'Beobachten Sie, wie die Leinwand auf den thermischen Zustand reagiert.',
|
|
20
|
+
},
|
|
21
|
+
];
|
|
22
|
+
|
|
23
|
+
const faq = [
|
|
24
|
+
{
|
|
25
|
+
"question": "War die Erde in der Vergangenheit waermer als heute?",
|
|
26
|
+
"answer": "Ja, die Erde erlebte Klimata, die wesentlich waermer waren als heute. Waehrend des Mesozoikums (Zeitalter der Dinosaurier) und des fruehen Eozaens befand sich der Planet in einem Treibhauszustand ohne polare Eiskappen, und die weltweiten Durchschnittstemperaturen ueberstiegen 22 Grad, etwa 7 bis 8 Grad waermer als der heutige Durchschnitt. Die Uebergaenge zu diesen Perioden erstreckten sich jedoch ueber Jahrmillionen, was eine evolutionaere Anpassung ermoeglichte."
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"question": "Was verursachte das Schneeball-Erde-Phaenomen?",
|
|
30
|
+
"answer": "Die Schneeball-Erde (globale Vereisung) trat vor allem im Neoproterozoikum auf (vor etwa 700 Millionen Jahren). Sie wurde durch eine extreme Verringerung der Treibhausgase infolge einer beschleunigten chemischen Verwitterung von Silikatgesteinen nach dem Auseinanderbrechen des Superkontinents Rodinia ausgeloest. Das Eis erstreckte sich vom Pol bis zum Aequator, reflektierte die Sonnenstrahlung (Albedo-Effekt) und fing den Planeten in einer globalen Kaeltschleife ein, die erst nach Millionen von Jahren vulkanischer CO2-Akkumulation durchbrochen wurde."
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"question": "Wie reguliert die Erde ihre Temperatur langfristig?",
|
|
34
|
+
"answer": "Die Erde besitzt einen natuerlichen Thermostaten, der durch den geologischen Kohlenstoffkreislauf gesteuert wird, der wiederum massgeblich durch Plattentektonik und Silikatverwitterung reguliert wird. Wenn sich der Planet erwaermt, reagiert saurer Regen schneller mit Silikatgesteinen, entzieht der Atmosphaere CO2 und lagert es als Karbonate auf dem Meeresboden ab, was den Treibhauseffekt abschwaecht. Kuehlt sich der Planet ab, nimmt die Verwitterung ab, aber die vulkanische Aktivitaet stoesst weiterhin CO2 aus, wodurch sich der Planet allmaehlich wieder erwaermt."
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"question": "Wie unterscheidet sich der Klimawandel im Anthropozean von der geologischen Vergangenheit?",
|
|
38
|
+
"answer": "Der grundlegende Unterschied liegt in der Geschwindigkeit des Wandels. Waehrend natuerliche Klimauebergaenge in der geologischen Vergangenheit in der Regel ueber Zehntausende oder Millionen von Jahren stattfanden (was Raum fuer biologische Wanderungen und Evolution liess), vollzieht sich die Erwaermung im Anthropozean in wenigen Jahrzehnten. Diese Rate der thermischen Schwankung ist exponentiell schneller als fast jedes andere dokumentierte Ereignis zuvor, uebertrifft die Anpassungsfaehigkeit der derzeitigen Biosphaere und verursacht ein beschleunigtes Massensterben."
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"question": "Was war das Palaeozaen-Eozaen-Termalmaximum (PETM)?",
|
|
42
|
+
"answer": "Das PETM war ein extremes globales Erwaermungsereignis, das vor etwa 56 Millionen Jahren stattfand. Es wurde durch einen raschen und massiven Eintrag von Kohlenstoff in die Atmosphaere verursacht (moeglicherweise durch die Freisetzung von ozeanischen Methanhydraten oder Vulkanismus im Nordatlantik), wodurch sich die globalen Temperaturen in wenigen tausend Jahren um 5 bis 8 Grad erhoehten. Es gilt als das beste geologische Analogon fuer den modernen Klimawandel und fuehrte zu einer schweren Versauerung der Ozeane und zum Aussterben benthischer Organismen."
|
|
43
|
+
}
|
|
44
|
+
];
|
|
45
|
+
|
|
46
|
+
export const content: ToolLocaleContent = {
|
|
47
|
+
slug,
|
|
48
|
+
title,
|
|
49
|
+
description,
|
|
50
|
+
ui: {
|
|
51
|
+
title: 'Temperaturzeitleiste der Erde',
|
|
52
|
+
sub: 'Erkunden Sie die geologischen Klimaepochen der Erde',
|
|
53
|
+
ageLabel: 'Alter:',
|
|
54
|
+
tempLabel: 'Durchschnittstemperatur:',
|
|
55
|
+
selectPrompt: 'Waehlen Sie eine geologische Periode aus.',
|
|
56
|
+
epoch_archean_name: 'Archaeikum',
|
|
57
|
+
epoch_archean_age: '4,0 bis 2,5 Milliarden Jahre vor heute',
|
|
58
|
+
epoch_archean_desc: 'Extrem heisse Erde mit methan- und kohlendioxidreicher Atmosphaere.',
|
|
59
|
+
epoch_proterozoic_name: 'Proterozoikum',
|
|
60
|
+
epoch_proterozoic_age: '2,5 Milliarden bis 541 Millionen Jahre vor heute',
|
|
61
|
+
epoch_proterozoic_desc: 'Sauerstoffanstieg verursacht Huroni-Vereisung.',
|
|
62
|
+
epoch_paleozoic_name: 'Palaeozoikum',
|
|
63
|
+
epoch_paleozoic_age: '541 bis 252 Millionen Jahre vor heute',
|
|
64
|
+
epoch_paleozoic_desc: 'Lebensexplosion in Ozeanen und Besiedlung des Landes.',
|
|
65
|
+
epoch_mesozoic_name: 'Mesozoikum',
|
|
66
|
+
epoch_mesozoic_age: '252 bis 66 Millionen Jahre vor heute',
|
|
67
|
+
epoch_mesozoic_desc: 'Zeitalter der Dinosaurier. Weltweite Treibhausbedingungen.',
|
|
68
|
+
epoch_cenozoic_name: 'Kaenozoikum',
|
|
69
|
+
epoch_cenozoic_age: '66 Millionen Jahre vor heute bis Gegenwart',
|
|
70
|
+
epoch_cenozoic_desc: 'Allmaehliche Abkuehlung bis zu quartaeren Eiszeiten.',
|
|
71
|
+
epoch_anthropocene_name: 'Anthropozean',
|
|
72
|
+
epoch_anthropocene_age: 'Gegenwart und Zukunft',
|
|
73
|
+
epoch_anthropocene_desc: 'Schnelle Erwaermung durch Treibhausgasemissionen.',
|
|
74
|
+
},
|
|
75
|
+
seo: [
|
|
76
|
+
{
|
|
77
|
+
"type": "title",
|
|
78
|
+
"text": "HISTORISCHE KLIMATOLOGIE: Die thermische Evolution der Erde durch geologische Epochen",
|
|
79
|
+
"level": 2
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
"type": "paragraph",
|
|
83
|
+
"html": "Das Klima der Erde war nie statisch. Im Laufe ihrer 4,5 Milliarden Jahre dauernden Geschichte schwankte unser Planet zwischen zwei Grundzustaenden: dem Treibhauszustand (greenhouse) und dem Eiszeitenzustand (icehouse). Das Verstaendnis dieser grossraeumigen Schwankungen ist nicht nur eine geologische Neugierde, sondern ein unverzichtbares Instrument zur Kontextualisierung der Geschwindigkeit und Schwere der anthropogenen globalen Erwaermung. Durch die Untersuchung von Sauerstoffisotopen in marinen Fossilien und in Eiskernen eingeschlossenen Luftblasen konnten Paleoklimatologen die Temperaturgeschichte der Erde praezise rekonstruieren."
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"type": "title",
|
|
87
|
+
"text": "Temperaturaufzeichnung nach geologischer Epoche und Aera",
|
|
88
|
+
"level": 3
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"type": "paragraph",
|
|
92
|
+
"html": "Die Geschichte der Erde unterteilt sich in grosse Zeitintervalle, die durch biologische und geologische Veraenderungen definiert sind. Unten ist die Liste der geschaetzten Durchschnittstemperaturen fuer jede verfuegbare Epoche aufgefuehrt:"
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"type": "table",
|
|
96
|
+
"headers": [
|
|
97
|
+
"Geologische Epoche",
|
|
98
|
+
"Alter Aprox.",
|
|
99
|
+
"Durchschnittstemp.",
|
|
100
|
+
"Klimatologische Meilensteine und Merkmale"
|
|
101
|
+
],
|
|
102
|
+
"rows": [
|
|
103
|
+
[
|
|
104
|
+
"<strong>Archaeikum</strong>",
|
|
105
|
+
"4,0 bis 2,5 Ga",
|
|
106
|
+
"30 °C",
|
|
107
|
+
"Fruehe heisse Erde. Eine schwache junge Sonne wurde durch einen extremen, methanreichen Treibhauseffekt kompensiert."
|
|
108
|
+
],
|
|
109
|
+
[
|
|
110
|
+
"<strong>Proterozoikum</strong>",
|
|
111
|
+
"2,5 Ga bis 541 Ma",
|
|
112
|
+
"12 °C",
|
|
113
|
+
"Anstieg des freien Sauerstoffs; fuehrte zum Methankollaps und loeste globale Vereisungen aus (\"Schneeball Erde\")."
|
|
114
|
+
],
|
|
115
|
+
[
|
|
116
|
+
"<strong>Palaeozoikum</strong>",
|
|
117
|
+
"541 bis 252 Ma",
|
|
118
|
+
"20 °C",
|
|
119
|
+
"Grosse marine Biodiversitaet und Landbesiedlung. Endete mit Vulkanausbruechen und extremer Erwaermung."
|
|
120
|
+
],
|
|
121
|
+
[
|
|
122
|
+
"<strong>Mesozoikum</strong>",
|
|
123
|
+
"252 bis 66 Ma",
|
|
124
|
+
"22 °C",
|
|
125
|
+
"Die Warmzeit par excellence (Super-Treibhaus ohne polares Eis). Bluetezeit der Dinosaurier."
|
|
126
|
+
],
|
|
127
|
+
[
|
|
128
|
+
"<strong>Kaenozoikum</strong>",
|
|
129
|
+
"66 Ma bis heute",
|
|
130
|
+
"14 °C",
|
|
131
|
+
"Schrittweise Abkuehlung durch kontinentale Meeresstroemungen, die zu quartaeren Eiszeitzyklen fuehrte."
|
|
132
|
+
],
|
|
133
|
+
[
|
|
134
|
+
"<strong>Anthropozean</strong>",
|
|
135
|
+
"Gegenwart & Zukunft",
|
|
136
|
+
"15.2 °C",
|
|
137
|
+
"Drastische und anomale Erwaermung durch anthropogene Emissionen von Treibhausgasen."
|
|
138
|
+
]
|
|
139
|
+
]
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
"type": "title",
|
|
143
|
+
"text": "Thermische Extreme der Vergangenheit: Von der globalen Vereisung zur Hitze des Mesozoikums",
|
|
144
|
+
"level": 3
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
"type": "paragraph",
|
|
148
|
+
"html": "Die Geschichte unseres Planeten umfasst extreme klimatische Ereignisse. Im Proterozoikum setzte die primitive Fotosynthese in grossem Massstab Sauerstoff frei, wodurch das Methan in der Atmosphaere oxidiert wurde und der Planet in die Huroni-Vereisung stuerzte - eine der Epochen der \"Schneeball-Erde\", in der die Gletscher aequatoriale Breiten erreichten. Am entgegengesetzten Extrem, waehrend des Mesozoikums und des Palaeozans, saettigte eine intensive tektonische Vulkanaktivitaet die Atmosphaere mit CO2, was die globale Durchschnittstemperatur auf bis zu 10 Grad ueber das heutige Niveau ansteigen liess. In diesen Zeitraeumen gab es ueberhaupt kein Polareis, in arktischen Breiten wuchsen gemaessigte Waelder und Dinosaurier dominierten."
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
"type": "title",
|
|
152
|
+
"text": "Faktoren, die das globale Klima auf geologischer Skala steuern",
|
|
153
|
+
"level": 3
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
"type": "paragraph",
|
|
157
|
+
"html": "Das langfristige Klima der Erde ist das Ergebnis eines empfindlichen thermodynamischen Gleichgewichts, das von mehreren miteinander verknuepften natuerlichen Mechanismen gesteuert wird:"
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
"type": "list",
|
|
161
|
+
"items": [
|
|
162
|
+
"<strong>Milankovitch-Zyklen:</strong> Geringfuegige periodische Schwankungen der orbitalen Exzentrizitaet, Neigung und Praezession der Erde veraendern die empfangene Sonnenstrahlung.",
|
|
163
|
+
"<strong>Silikat-Karbonat-Kohlenstoffkreislauf:</strong> Der langfristige geochemische Thermostat. Regen entzieht der Atmosphaere CO2 und wandelt es in Silikate um, die in den Ozeanen abgelagert werden.",
|
|
164
|
+
"<strong>Plattentektonik:</strong> Die Kontinentaldrift veraendert die globalen Meeresstroemungen und laesst Gebirge entstehen, welche die chemische Verwitterung von CO2 beschleunigen.",
|
|
165
|
+
"<strong>Albedo-Rueckkopplung:</strong> Das Vorhandensein von Schnee und Eis reflektiert das Sonnenlicht und kuehlt den Planeten in Rueckkopplungsschleifen weiter ab."
|
|
166
|
+
]
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
"type": "title",
|
|
170
|
+
"text": "Das Anthropozean: Eine beispiellose thermische Beschleunigung der Biosphaere",
|
|
171
|
+
"level": 3
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
"type": "paragraph",
|
|
175
|
+
"html": "Der Uebergang vom stabilen Holozaen zum Anthropozean markiert das Zeitalter des direkten Einflusses der Menschheit auf die Systeme unseres Planeten. Im Gegensatz zu frueheren thermischen Ereignissen, deren orbitale oder vulkanische Ursachen sich ueber Zehntausende von Jahren erstreckten, wird die heutige Erwaermung durch die massive Verbrennung fossiler Kohlenstoffreserven vorangetrieben, die sich ueber Jahrmillionen angesammelt haben. Die derzeitige Rate der Treibhausgasakkumulation und des Anstiegs der globalen Durchschnittstemperatur ist wesentlich schneller als beim Perm-Trias-Massensterben oder dem PETM und stellt eine beispiellose Herausforderung fuer die biologische Anpassungsfaehigkeit dar."
|
|
176
|
+
}
|
|
177
|
+
],
|
|
178
|
+
faq,
|
|
179
|
+
bibliography,
|
|
180
|
+
howTo,
|
|
181
|
+
schemas: [
|
|
182
|
+
{
|
|
183
|
+
'@context': 'https://schema.org',
|
|
184
|
+
'@type': 'SoftwareApplication',
|
|
185
|
+
name: title,
|
|
186
|
+
description: description,
|
|
187
|
+
applicationCategory: 'ScientificApplication',
|
|
188
|
+
operatingSystem: 'Any',
|
|
189
|
+
},
|
|
190
|
+
{
|
|
191
|
+
'@context': 'https://schema.org',
|
|
192
|
+
'@type': 'FAQPage',
|
|
193
|
+
mainEntity: faq.map((item) => ({
|
|
194
|
+
'@type': 'Question',
|
|
195
|
+
name: item.question,
|
|
196
|
+
acceptedAnswer: {
|
|
197
|
+
'@type': 'Answer',
|
|
198
|
+
text: item.answer,
|
|
199
|
+
},
|
|
200
|
+
})),
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
'@context': 'https://schema.org',
|
|
204
|
+
'@type': 'HowTo',
|
|
205
|
+
name: title,
|
|
206
|
+
step: howTo.map((step) => ({
|
|
207
|
+
'@type': 'HowToStep',
|
|
208
|
+
name: step.name,
|
|
209
|
+
text: step.text,
|
|
210
|
+
})),
|
|
211
|
+
},
|
|
212
|
+
],
|
|
213
|
+
};
|
|
@@ -0,0 +1,213 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
2
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
|
|
4
|
+
const slug = 'planet-temperature-timeline';
|
|
5
|
+
const description = 'Explore the average temperature history of Earth across geologic eras from the early Archean to the modern Anthropocene.';
|
|
6
|
+
const title = 'Planet Average Temperature Timeline: Geologic Climate History';
|
|
7
|
+
|
|
8
|
+
const howTo = [
|
|
9
|
+
{
|
|
10
|
+
name: 'Select a geologic epoch',
|
|
11
|
+
text: 'Click a notch on the vertical scale ruler or drag the planetary canvas to travel through geologic time.',
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
name: 'Check global average temperature',
|
|
15
|
+
text: 'Observe the monumental temperature readout and its deviation from today\'s baseline.',
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
name: 'Watch the planetary canvas',
|
|
19
|
+
text: 'Observe how the abstract earth expands, contracts, and changes colors to represent extreme heat or glacial ice.',
|
|
20
|
+
},
|
|
21
|
+
];
|
|
22
|
+
|
|
23
|
+
const faq = [
|
|
24
|
+
{
|
|
25
|
+
"question": "Has Earth been warmer in the past than it is today?",
|
|
26
|
+
"answer": "Yes, Earth has experienced climates considerably warmer than today. During the Mesozoic (the era of the dinosaurs) and the early Eocene, the planet was in a greenhouse state with no polar ice caps, and global average temperatures exceeded 22 degrees, about 7 to 8 degrees warmer than today's average. However, transitions to those periods occurred over timescales of millions of years, allowing for evolutionary adaptation."
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"question": "What caused the Snowball Earth phenomenon?",
|
|
30
|
+
"answer": "Snowball Earth (global glaciation) occurred primarily during the Neoproterozoic (about 700 million years ago). It was triggered by an extreme reduction in greenhouse gases due to accelerated chemical weathering of silicate rocks following the breakup of the supercontinent Rodinia. Ice extended from the poles to the equator, reflecting solar radiation (albedo effect) and trapping the planet in a global freeze loop that was only broken after millions of years of volcanic CO2 accumulation."
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"question": "How does Earth regulate its temperature over the long term?",
|
|
34
|
+
"answer": "Earth possesses a natural thermostat controlled by the geological carbon cycle, regulated mainly by plate tectonics and silicate weathering. When the planet warms, acid rain reacts more quickly with silicate rocks, drawing CO2 out of the atmosphere and depositing it on the ocean floor as carbonates, reducing the greenhouse effect. If the planet cools, weathering decreases but volcanic activity continues to release CO2, gradually warming the planet again."
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"question": "How does Anthropocene climate change differ from the geological past?",
|
|
38
|
+
"answer": "The fundamental difference lies in the speed of change. While natural climate transitions in the geological past typically occurred over tens of thousands or millions of years (allowing margin for biological migration and evolution), Anthropocene warming is happening in a matter of decades. This rate of thermal variation is exponentially faster than almost any documented prior event, outpacing the adaptive capacity of the current biosphere and causing accelerated mass extinction."
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"question": "What was the Paleocene-Eocene Thermal Maximum (PETM)?",
|
|
42
|
+
"answer": "The PETM was an extreme global warming event that occurred approximately 56 million years ago. It was caused by a rapid and massive injection of carbon into the atmosphere (possibly from the release of oceanic methane hydrates or North Atlantic volcanism), raising global temperatures by 5 to 8 degrees in a few thousand years. It is considered the best geological analogue for modern climate change, resulting in severe ocean acidification and mass extinctions of benthic organisms."
|
|
43
|
+
}
|
|
44
|
+
];
|
|
45
|
+
|
|
46
|
+
export const content: ToolLocaleContent = {
|
|
47
|
+
slug,
|
|
48
|
+
title,
|
|
49
|
+
description,
|
|
50
|
+
ui: {
|
|
51
|
+
title: 'Earth Temperature Timeline',
|
|
52
|
+
sub: 'Explore Earth\'s geologic climate epochs',
|
|
53
|
+
ageLabel: 'Age:',
|
|
54
|
+
tempLabel: 'Average Temperature:',
|
|
55
|
+
selectPrompt: 'Select a geologic period on the interactive chart below to view climatic details.',
|
|
56
|
+
epoch_archean_name: 'Archean Eon',
|
|
57
|
+
epoch_archean_age: '4.0 to 2.5 billion years ago',
|
|
58
|
+
epoch_archean_desc: 'Extremely hot earth with a methane and carbon dioxide rich atmosphere. Liquid oceans existed despite a faint young sun due to greenhouse effect.',
|
|
59
|
+
epoch_proterozoic_name: 'Proterozoic Eon',
|
|
60
|
+
epoch_proterozoic_age: '2.5 billion to 541 million years ago',
|
|
61
|
+
epoch_proterozoic_desc: 'Rise of oxygen causes the Huronian glaciation, leading to one of the first Snowball Earth periods, followed by stabilization.',
|
|
62
|
+
epoch_paleozoic_name: 'Paleozoic Era',
|
|
63
|
+
epoch_paleozoic_age: '541 to 252 million years ago',
|
|
64
|
+
epoch_paleozoic_desc: 'Explosion of life in oceans and migration to land. Ended with the Permian-Triassic extinction, the warmest phase of this era.',
|
|
65
|
+
epoch_mesozoic_name: 'Mesozoic Era',
|
|
66
|
+
epoch_mesozoic_age: '252 to 66 million years ago',
|
|
67
|
+
epoch_mesozoic_desc: 'The age of dinosaurs. Greenhouse conditions prevailed worldwide with no polar ice caps, resulting in high ocean levels and warm climates.',
|
|
68
|
+
epoch_cenozoic_name: 'Cenozoic Era',
|
|
69
|
+
epoch_cenozoic_age: '66 million years ago to Present',
|
|
70
|
+
epoch_cenozoic_desc: 'Gradual cooling trend culminating in the Quaternary glaciations (Ice Ages) and the modern Holocene epoch.',
|
|
71
|
+
epoch_anthropocene_name: 'Anthropocene Epoch',
|
|
72
|
+
epoch_anthropocene_age: 'Present Day and Future',
|
|
73
|
+
epoch_anthropocene_desc: 'Rapid warming driven by greenhouse gas emissions, deviating from the long term natural cooling trend of the late Cenozoic.',
|
|
74
|
+
},
|
|
75
|
+
seo: [
|
|
76
|
+
{
|
|
77
|
+
"type": "title",
|
|
78
|
+
"text": "HISTORICAL CLIMATOLOGY: The Thermal Evolution of Earth Through Geological Eras",
|
|
79
|
+
"level": 2
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
"type": "paragraph",
|
|
83
|
+
"html": "Earth's climate has never been static. Over its 4.5 billion years of existence, our planet has oscillated between two fundamental states: the greenhouse state and the icehouse state. Understanding these large-scale fluctuations is not just a geological curiosity, but an indispensable tool for contextualizing the speed and severity of anthropogenic global warming. By studying oxygen isotopes in marine fossils and air bubbles trapped in ice cores, paleoclimatologists have reconstructed a precise record of past Earth temperatures."
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"type": "title",
|
|
87
|
+
"text": "Temperature Record by Geological Eon and Era",
|
|
88
|
+
"level": 3
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"type": "paragraph",
|
|
92
|
+
"html": "Earth's history is divided into major time intervals defined by biological and geological changes. Below is the list of estimated average temperatures for each epoch available in this timeline:"
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"type": "table",
|
|
96
|
+
"headers": [
|
|
97
|
+
"Geological Epoch",
|
|
98
|
+
"Approx. Age",
|
|
99
|
+
"Average Temp.",
|
|
100
|
+
"Climatological Hestones and Features"
|
|
101
|
+
],
|
|
102
|
+
"rows": [
|
|
103
|
+
[
|
|
104
|
+
"<strong>Archean Eon</strong>",
|
|
105
|
+
"4.0 to 2.5 Ga",
|
|
106
|
+
"30 °C",
|
|
107
|
+
"Early hot Earth. A faint young Sun was compensated by an extreme greenhouse effect rich in methane."
|
|
108
|
+
],
|
|
109
|
+
[
|
|
110
|
+
"<strong>Proterozoic Eon</strong>",
|
|
111
|
+
"2.5 Ga to 541 Ma",
|
|
112
|
+
"12 °C",
|
|
113
|
+
"Rise of free oxygen; caused methane collapse and triggered global glaciations (\"Snowball Earth\")."
|
|
114
|
+
],
|
|
115
|
+
[
|
|
116
|
+
"<strong>Paleozoic Era</strong>",
|
|
117
|
+
"541 to 252 Ma",
|
|
118
|
+
"20 °C",
|
|
119
|
+
"Great marine biodiversity and land colonization. Ended with volcanic eruptions and extreme warming."
|
|
120
|
+
],
|
|
121
|
+
[
|
|
122
|
+
"<strong>Mesozoic Era</strong>",
|
|
123
|
+
"252 to 66 Ma",
|
|
124
|
+
"22 °C",
|
|
125
|
+
"The warm period par excellence (super-greenhouse with no polar ice). Dinosaur heyday."
|
|
126
|
+
],
|
|
127
|
+
[
|
|
128
|
+
"<strong>Cenozoic Era</strong>",
|
|
129
|
+
"66 Ma to today",
|
|
130
|
+
"14 °C",
|
|
131
|
+
"Progressive cooling driven by continental ocean currents leading to Quaternary ice age cycles."
|
|
132
|
+
],
|
|
133
|
+
[
|
|
134
|
+
"<strong>Anthropocene</strong>",
|
|
135
|
+
"Present & future",
|
|
136
|
+
"15.2 °C",
|
|
137
|
+
"Drastic and anomalous warming induced by anthropogenic emissions of greenhouse gases."
|
|
138
|
+
]
|
|
139
|
+
]
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
"type": "title",
|
|
143
|
+
"text": "Past Thermal Extremes: From Global Glaciation to Mesozoic Heat",
|
|
144
|
+
"level": 3
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
"type": "paragraph",
|
|
148
|
+
"html": "Planetary history includes extreme climatic events. In the Proterozoic Eon, primitive photosynthesis released oxygen on a massive scale, oxidizing atmospheric methane and plunging the planet into the Huronian glaciation, one of the \"Snowball Earth\" periods where glaciers reached equatorial latitudes. At the opposite extreme, during the Mesozoic Era and the Paleocene, intense tectonic volcanic activity saturated the atmosphere with CO2, raising the average global temperature up to 10 degrees above current levels. These periods completely lacked polar ice, hosting temperate forests in Arctic latitudes and allowing the dominance of cold-blooded reptiles like dinosaurs."
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
"type": "title",
|
|
152
|
+
"text": "Factors Driving Planetary Climate on a Geological Scale",
|
|
153
|
+
"level": 3
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
"type": "paragraph",
|
|
157
|
+
"html": "Earth's long-term climate is the result of a delicate thermodynamic balance governed by several interconnected natural mechanisms:"
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
"type": "list",
|
|
161
|
+
"items": [
|
|
162
|
+
"<strong>Milankovitch Cycles:</strong> Small periodic variations in the planet's orbital eccentricity, tilt, and precession change the solar radiation received.",
|
|
163
|
+
"<strong>Silicate-Carbonate Carbon Cycle:</strong> The long-term geochemical thermostat. Rain removes CO2, converting it into silicates deposited in the oceans.",
|
|
164
|
+
"<strong>Plate Tectonics:</strong> Continental drift alters global marine currents and creates mountain ranges that accelerate chemical weathering of CO2.",
|
|
165
|
+
"<strong>Albedo Feedback Effect:</strong> The presence of snow and ice reflects sunlight, cooling the planet further in feedback loops."
|
|
166
|
+
]
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
"type": "title",
|
|
170
|
+
"text": "The Anthropocene: An Unprecedented Thermal Acceleration in the Biosphere",
|
|
171
|
+
"level": 3
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
"type": "paragraph",
|
|
175
|
+
"html": "The transition from the stable Holocene period to the Anthropocene marks the era of humanity's direct impact on planetary systems. Unlike past thermal events, whose orbital or volcanic causes operated over timescales of tens of thousands of years, current warming is driven by the massive burning of fossil carbon reserves accumulated over millions of years. The current rate of greenhouse gas accumulation and global average temperature increase is occurring significantly faster than during the Permian-Triassic extinction or the PETM, posing an unprecedented adaptive challenge for planetary biodiversity."
|
|
176
|
+
}
|
|
177
|
+
],
|
|
178
|
+
faq,
|
|
179
|
+
bibliography,
|
|
180
|
+
howTo,
|
|
181
|
+
schemas: [
|
|
182
|
+
{
|
|
183
|
+
'@context': 'https://schema.org',
|
|
184
|
+
'@type': 'SoftwareApplication',
|
|
185
|
+
name: title,
|
|
186
|
+
description: description,
|
|
187
|
+
applicationCategory: 'ScientificApplication',
|
|
188
|
+
operatingSystem: 'Any',
|
|
189
|
+
},
|
|
190
|
+
{
|
|
191
|
+
'@context': 'https://schema.org',
|
|
192
|
+
'@type': 'FAQPage',
|
|
193
|
+
mainEntity: faq.map((item) => ({
|
|
194
|
+
'@type': 'Question',
|
|
195
|
+
name: item.question,
|
|
196
|
+
acceptedAnswer: {
|
|
197
|
+
'@type': 'Answer',
|
|
198
|
+
text: item.answer,
|
|
199
|
+
},
|
|
200
|
+
})),
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
'@context': 'https://schema.org',
|
|
204
|
+
'@type': 'HowTo',
|
|
205
|
+
name: title,
|
|
206
|
+
step: howTo.map((step) => ({
|
|
207
|
+
'@type': 'HowToStep',
|
|
208
|
+
name: step.name,
|
|
209
|
+
text: step.text,
|
|
210
|
+
})),
|
|
211
|
+
},
|
|
212
|
+
],
|
|
213
|
+
};
|
|
@@ -0,0 +1,178 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
2
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
|
|
4
|
+
const slug = 'cronologia-temperatura-planeta';
|
|
5
|
+
const description = 'Explora la historia de la temperatura media de la Tierra a lo largo de las eras geologicas.';
|
|
6
|
+
const title = 'Cronologia de la Temperatura Media del Planeta';
|
|
7
|
+
|
|
8
|
+
const howTo = [
|
|
9
|
+
{
|
|
10
|
+
name: 'Seleccionar era',
|
|
11
|
+
text: 'Haz clic en una muesca de la regla de escala.',
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
name: 'Comprobar temperatura',
|
|
15
|
+
text: 'Lee la temperatura media global.',
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
name: 'Observar el planeta',
|
|
19
|
+
text: 'Observa como reacciona el lienzo al estado termico.',
|
|
20
|
+
},
|
|
21
|
+
];
|
|
22
|
+
|
|
23
|
+
const faq = [
|
|
24
|
+
{
|
|
25
|
+
question: 'Ha estado la Tierra mas caliente en el pasado que en la actualidad?',
|
|
26
|
+
answer: 'Si, la Tierra ha experimentado climas considerablemente mas calidos que el actual. Durante el Mesozoico (la era de los dinosaurios) y el Eoceno temprano, el planeta se encontraba en un estado de invernadero (greenhouse) sin casquetes polares, y las temperaturas medias globales superaban los 22 grados, unos 7 a 8 grados mas calientes que el promedio actual. No obstante, las transiciones hacia esos periodos ocurrieron en escalas de millones de anos, permitiendo la adaptacion evolutiva.',
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
question: 'Que causo el fenomeno de la Tierra Bola de Nieve?',
|
|
30
|
+
answer: 'La Tierra Bola de Nieve (glaciacion global) ocurrio principalmente durante el Neoproterozoico (hace unos 700 millones de anos). Fue desencadenada por una reduccion extrema de los gases de efecto invernadero debido al intemperismo quimico acelerado de rocas de silicato tras la fractura del supercontinente Rodinia. El hielo se extendio desde los polos hasta el ecuador, reflejando la radiacion solar (efecto albedo) y atrapando al planeta en un bucle de congelacion global que solo se rompio tras millones de anos de acumulacion de CO2 volcanico.',
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
question: 'Como regula la Tierra su temperatura a largo plazo?',
|
|
34
|
+
answer: 'La Tierra posee un termostato natural controlado por el ciclo del carbono a escala geologica, regulado principalmente por la tectonica de placas y la meteorizacion de los silicatos. Cuando el planeta se calienta, la lluvia acida reacciona mas rapidamente con las rocas de silicato, absorbiendo CO2 de la atmosfera y depositandolo en el fondo oceanico en forma de carbonatos, lo que reduce el efecto invernadero. Si el planeta se enfria, la meteorizacion disminuye pero la actividad volcanica continua liberando CO2, calentando gradualmente el planeta de nuevo.',
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
question: 'En que se diferencia el cambio climatico del Antropoceno del pasado geologico?',
|
|
38
|
+
answer: 'La diferencia fundamental radica en la velocidad del cambio. Mientras que las transiciones climaticas naturales del pasado geologico solian ocurrir a lo largo de decenas de miles o millones de anos (dando margen a la migracion y evolucion biologica), el calentamiento del Antropoceno esta sucediendo en cuestion de decadas. Esta tasa de variacion termica es exponencialmente mas rapida que casi cualquier evento previo documentado, superando la capacidad de adaptacion de la biosfera actual y provocando una extincion masiva acelerada.',
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
question: 'Que fue el Maximo Termico del Paleoceno-Eoceno (PETM)?',
|
|
42
|
+
answer: 'El PETM fue un evento de calentamiento global extremo ocurrido hace aproximadamente 56 millones de anos. Se debio a una inyeccion masiva y rapida de carbono en la atmosfera (posiblemente por la liberacion de hidratos de metano oceanicos o volcanismo en el Atlantico Norte), elevando la temperatura global de 5 a 8 grados en unos pocos miles de anos. Se considera el mejor analogo geologico del cambio climatico moderno, y resulto en acidificacion oceanica severa y extinciones masivas de foraminiferos bentonicos.',
|
|
43
|
+
},
|
|
44
|
+
];
|
|
45
|
+
|
|
46
|
+
export const content: ToolLocaleContent = {
|
|
47
|
+
slug,
|
|
48
|
+
title,
|
|
49
|
+
description,
|
|
50
|
+
ui: {
|
|
51
|
+
title: 'Cronologia de la Temperatura Terrestre',
|
|
52
|
+
sub: 'Explora las eras climaticas geologicas de la Tierra',
|
|
53
|
+
ageLabel: 'Edad:',
|
|
54
|
+
tempLabel: 'Temperatura Media:',
|
|
55
|
+
selectPrompt: 'Selecciona un periodo geologico.',
|
|
56
|
+
epoch_archean_name: 'Eon Arcaico',
|
|
57
|
+
epoch_archean_age: '4.0 a 2.5 mil millones de anos atras',
|
|
58
|
+
epoch_archean_desc: 'Tierra extremadamente caliente con atmosfera de metano y CO2.',
|
|
59
|
+
epoch_proterozoic_name: 'Eon Proterozoico',
|
|
60
|
+
epoch_proterozoic_age: '2.5 mil millones a 541 millones de anos atras',
|
|
61
|
+
epoch_proterozoic_desc: 'El oxigeno causa la glaciacion huroniana.',
|
|
62
|
+
epoch_paleozoic_name: 'Era Paleozoica',
|
|
63
|
+
epoch_paleozoic_age: '541 a 252 millones de anos atras',
|
|
64
|
+
epoch_paleozoic_desc: 'Explosion de vida en oceanos y migracion a la tierra.',
|
|
65
|
+
epoch_mesozoic_name: 'Era Mesozoica',
|
|
66
|
+
epoch_mesozoic_age: '252 a 66 millones de anos atras',
|
|
67
|
+
epoch_mesozoic_desc: 'La era de los dinosaurios con condiciones de invernadero.',
|
|
68
|
+
epoch_cenozoic_name: 'Era Cenozoica',
|
|
69
|
+
epoch_cenozoic_age: '66 millones de anos atras al Presente',
|
|
70
|
+
epoch_cenozoic_desc: 'Enfriamiento gradual hasta glaciaciones cuaternarias.',
|
|
71
|
+
epoch_anthropocene_name: 'Epoca del Antropoceno',
|
|
72
|
+
epoch_anthropocene_age: 'Dia Presente y Futuro',
|
|
73
|
+
epoch_anthropocene_desc: 'Calentamiento rapido por gases de efecto invernadero.',
|
|
74
|
+
},
|
|
75
|
+
seo: [
|
|
76
|
+
{
|
|
77
|
+
type: 'title',
|
|
78
|
+
text: 'CLIMATOLOGIA HISTORICA: La evolucion termica de la Tierra a traves de las eras geologicas',
|
|
79
|
+
level: 2,
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
type: 'paragraph',
|
|
83
|
+
html: 'El clima de la Tierra nunca ha sido estatico. A lo largo de sus 4.500 millones de anos de existencia, nuestro planeta ha oscilado entre dos estados fundamentales: el estado de invernadero (greenhouse) y el estado de glaciacion (icehouse). Comprender estas fluctuaciones a gran escala no es solo un ejercicio de curiosidad geologica, sino una herramienta indispensable para contextualizar la velocidad y gravedad del calentamiento global antropogenico. Mediante el estudio de isotopos de oxigeno en fosiles marinos y burbujas de aire atrapadas en nucleos de hielo, los paleoclimatologos han podido reconstruir un registro preciso de la temperatura terrestre del pasado.',
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
type: 'title',
|
|
87
|
+
text: 'Registro de temperaturas por eon y era geologica',
|
|
88
|
+
level: 3,
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
type: 'paragraph',
|
|
92
|
+
html: 'La historia planetaria se divide en grandes intervalos temporales definidos por cambios biologicos y geologicos. A continuacion, se presenta la relacion de temperaturas medias estimadas para cada epoca disponible en esta cronologia:',
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
type: 'table',
|
|
96
|
+
headers: ['Epoca Geologica', 'Edad Aprox.', 'Temperatura Media', 'Hito y Caracteristicas Climatologicas'],
|
|
97
|
+
rows: [
|
|
98
|
+
['<strong>Eon Arcaico</strong>', '4.0 a 2.5 Ga', '30 °C', 'Tierra primitiva muy caliente. Sol joven debil compensado por un efecto invernadero extremo rico en metano.'],
|
|
99
|
+
['<strong>Eon Proterozoico</strong>', '2.5 Ga a 541 Ma', '12 °C', 'Aumento de oxigeno libre; provoca el colapso del metano y desencadena glaciaciones globales ("Tierra Bola de Nieve").'],
|
|
100
|
+
['<strong>Era Paleozoica</strong>', '541 a 252 Ma', '20 °C', 'Gran biodiversidad marina y colonizacion terrestre. Termina con un evento volcanico y calentamiento extremo.'],
|
|
101
|
+
['<strong>Era Mesozoica</strong>', '252 a 66 Ma', '22 °C', 'El periodo calido por excelencia (superinvernadero sin hielo polar). Florecimiento de los dinosaurios.'],
|
|
102
|
+
['<strong>Era Cenozoica</strong>', '66 Ma a hoy', '14 °C', 'Enfriamiento progresivo impulsado por corrientes oceanicas continentales hasta los ciclos de glaciaciones cuaternarias.'],
|
|
103
|
+
['<strong>Antropoceno</strong>', 'Presente y futuro', '15.2 °C', 'Calentamiento anomalo y vertiginoso debido a las emisiones antropogenicas de gases de efecto invernadero.'],
|
|
104
|
+
],
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
type: 'title',
|
|
108
|
+
text: 'Los extremos termicos del pasado: De la glaciacion global al calor del Mesozoico',
|
|
109
|
+
level: 3,
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
type: 'paragraph',
|
|
113
|
+
html: 'La historia planetaria incluye hitos climaticos extremos. En el Eon Proterozoico, la fotosintesis primitiva libero oxigeno masivamente, oxidando el metano atmosferico y sumiendo al planeta en la glaciacion Huroni, uno de los periodos de "Tierra Bola de Nieve" donde los glaciares alcanzaron latitudes ecuatoriales. En el extremo opuesto, durante la Era Mesozoica y el Paleoceno, la intensa actividad volcanica tectonica saturo la atmosfera de CO2, elevando la temperatura global promedio hasta 10 grados por encima de los niveles actuales. Estos periodos carecian por completo de hielo polar, albergando bosques templados en latitudes árticas y permitiendo la hegemonia de reptiles de sangre fria como los dinosaurios.',
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
type: 'title',
|
|
117
|
+
text: 'Factores que dirigen el clima planetario a escala geologica',
|
|
118
|
+
level: 3,
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
type: 'paragraph',
|
|
122
|
+
html: 'El clima de la Tierra a largo plazo es el resultado de un delicado equilibrio termodinamico gobernado por varios mecanismos naturales interconectados:',
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
type: 'list',
|
|
126
|
+
items: [
|
|
127
|
+
'<strong>Ciclos de Milankovitch:</strong> Pequeñas variaciones periodicas en la excentricidad, inclinacion y precesion orbital del planeta cambian la radiacion solar recibida.',
|
|
128
|
+
'<strong>Ciclo del Carbono Silicato-Carbonato:</strong> El termostato geoquimico a largo plazo. La lluvia remueve CO2 convirtiendolo en silicatos depositados en los oceanos.',
|
|
129
|
+
'<strong>Tectonica de Placas:</strong> La deriva continental altera las corrientes marinas globales y crea cadenas montañosas que aceleran la meteorizacion quimica del CO2.',
|
|
130
|
+
'<strong>Efecto Albedo de Retroalimentacion:</strong> La presencia de nieve y hielo refleja la luz solar, enfriando aun mas el planeta en circulos de retroalimentacion.',
|
|
131
|
+
],
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
type: 'title',
|
|
135
|
+
text: 'El Antropoceno: Una aceleracion termica sin precedentes en la biosfera',
|
|
136
|
+
level: 3,
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
type: 'paragraph',
|
|
140
|
+
html: 'La transicion del periodo estable del Holoceno al Antropoceno marca la era de impacto directo de la humanidad sobre los sistemas planetarios. A diferencia de los eventos termicos del pasado, cuyas causas orbitales o volcanicas operaban a escalas de decenas de miles de anos, el calentamiento actual esta impulsado por la combustion masiva de reservas de carbono fosil acumuladas durante millones de anos. La tasa actual de acumulacion de gases de efecto invernadero y el incremento de la temperatura global promedio estan ocurriendo a una velocidad significativamente superior que la de la extincion del Permico-Triasico o el PETM, planteando un desafio adaptativo sin precedentes para la biodiversidad planetaria.',
|
|
141
|
+
},
|
|
142
|
+
],
|
|
143
|
+
faq,
|
|
144
|
+
bibliography,
|
|
145
|
+
howTo,
|
|
146
|
+
schemas: [
|
|
147
|
+
{
|
|
148
|
+
'@context': 'https://schema.org',
|
|
149
|
+
'@type': 'SoftwareApplication',
|
|
150
|
+
name: title,
|
|
151
|
+
description: description,
|
|
152
|
+
applicationCategory: 'ScientificApplication',
|
|
153
|
+
operatingSystem: 'Any',
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
'@context': 'https://schema.org',
|
|
157
|
+
'@type': 'FAQPage',
|
|
158
|
+
mainEntity: faq.map((item) => ({
|
|
159
|
+
'@type': 'Question',
|
|
160
|
+
name: item.question,
|
|
161
|
+
acceptedAnswer: {
|
|
162
|
+
'@type': 'Answer',
|
|
163
|
+
text: item.answer,
|
|
164
|
+
},
|
|
165
|
+
})),
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
'@context': 'https://schema.org',
|
|
169
|
+
'@type': 'HowTo',
|
|
170
|
+
name: title,
|
|
171
|
+
step: howTo.map((step) => ({
|
|
172
|
+
'@type': 'HowToStep',
|
|
173
|
+
name: step.name,
|
|
174
|
+
text: step.text,
|
|
175
|
+
})),
|
|
176
|
+
},
|
|
177
|
+
],
|
|
178
|
+
};
|