courses:ast100:0
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| courses:ast100:0 [2026/01/18 05:58] – [1. Timelines] asad | courses:ast100:0 [2026/02/01 09:01] (current) – asad | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Seven Ages of the Universe ====== | + | ====== |
| + | Slides: https:// | ||
| The history of the universe is divided into seven distinct ages based on the increasing complexity of matter and life. It begins with the Particle age, spanning the first 300,000 years, where fundamental particles and the first atoms formed. This was followed by the Galactic age, lasting from 300,000 years to 4 billion years, during which the first large-scale structures and galaxies assembled. The Stellar age ensued from 4 billion to 9 billion years, marked by the peak of star formation and the creation of heavier elements. Following this, the Planetary age occurred between 9 billion and 11 billion years, seeing the birth of solar systems and solid worlds. The timeline then transitions into the Chemical age (11 to 13 billion years), where complex organic molecules began to synthesize, paving the way for the Biological age (13 to 14 billion years), representing the rise of complex life on water and land. Finally, the Cultural age occupies the most recent 300,000 years, defined by the emergence of humanity, technology, and complex culture. | The history of the universe is divided into seven distinct ages based on the increasing complexity of matter and life. It begins with the Particle age, spanning the first 300,000 years, where fundamental particles and the first atoms formed. This was followed by the Galactic age, lasting from 300,000 years to 4 billion years, during which the first large-scale structures and galaxies assembled. The Stellar age ensued from 4 billion to 9 billion years, marked by the peak of star formation and the creation of heavier elements. Following this, the Planetary age occurred between 9 billion and 11 billion years, seeing the birth of solar systems and solid worlds. The timeline then transitions into the Chemical age (11 to 13 billion years), where complex organic molecules began to synthesize, paving the way for the Biological age (13 to 14 billion years), representing the rise of complex life on water and land. Finally, the Cultural age occupies the most recent 300,000 years, defined by the emergence of humanity, technology, and complex culture. | ||
| Line 9: | Line 11: | ||
| ===== - Timelines ===== | ===== - Timelines ===== | ||
| + | < | ||
| + | <div id=" | ||
| + | <style scoped> | ||
| + | /* SCOPED CSS FOR DOKUWIKI | ||
| + | | ||
| + | | ||
| + | */ | ||
| + | |||
| + | # | ||
| + | /* Elegant Light Theme Variables */ | ||
| + | --bg-color: #ffffff; | ||
| + | --panel-bg: #f8f9fa; | ||
| + | --text-primary: | ||
| + | --text-secondary: | ||
| + | --accent-color: | ||
| + | --border-color: | ||
| + | --hover-color: | ||
| + | --line-color: | ||
| + | | ||
| + | /* Typography & Layout */ | ||
| + | font-family: | ||
| + | background-color: | ||
| + | color: var(--text-primary); | ||
| + | line-height: | ||
| + | width: 100%; | ||
| + | display: block; | ||
| + | margin: 0; | ||
| + | padding: 10px 0; | ||
| + | } | ||
| + | |||
| + | /* Enforce box-sizing */ | ||
| + | # | ||
| + | box-sizing: border-box; | ||
| + | } | ||
| + | |||
| + | /* Accordion Section */ | ||
| + | # | ||
| + | border-bottom: | ||
| + | background-color: | ||
| + | transition: background-color 0.2s ease; | ||
| + | } | ||
| + | |||
| + | # | ||
| + | border-top: 1px solid var(--border-color); | ||
| + | } | ||
| + | |||
| + | /* Header Styling */ | ||
| + | # | ||
| + | padding: 20px 15px; | ||
| + | cursor: pointer; | ||
| + | display: flex; | ||
| + | justify-content: | ||
| + | align-items: | ||
| + | user-select: | ||
| + | position: relative; | ||
| + | } | ||
| + | |||
| + | # | ||
| + | background-color: | ||
| + | } | ||
| + | |||
| + | # | ||
| + | display: flex; | ||
| + | flex-direction: | ||
| + | } | ||
| + | |||
| + | # | ||
| + | font-size: 1.1rem; | ||
| + | font-weight: | ||
| + | text-transform: | ||
| + | letter-spacing: | ||
| + | color: var(--text-primary); | ||
| + | margin-bottom: | ||
| + | } | ||
| + | |||
| + | # | ||
| + | font-size: 0.95rem; | ||
| + | color: var(--text-secondary); | ||
| + | font-family: | ||
| + | font-style: italic; | ||
| + | } | ||
| + | |||
| + | # | ||
| + | font-size: 1.2rem; | ||
| + | color: var(--text-secondary); | ||
| + | transition: transform 0.3s ease; | ||
| + | margin-left: | ||
| + | } | ||
| + | |||
| + | /* Content Area */ | ||
| + | # | ||
| + | max-height: 0; | ||
| + | overflow: hidden; | ||
| + | transition: max-height 0.5s ease-out; | ||
| + | background-color: | ||
| + | } | ||
| + | |||
| + | /* Timeline Styling */ | ||
| + | # | ||
| + | position: relative; | ||
| + | padding: 40px 20px 40px 40px; | ||
| + | max-width: 800px; | ||
| + | margin: 0 auto; | ||
| + | } | ||
| + | |||
| + | /* Vertical Line */ | ||
| + | # | ||
| + | content: ''; | ||
| + | position: absolute; | ||
| + | left: 19px; /* Aligns with the dot center */ | ||
| + | top: 45px; | ||
| + | bottom: 45px; | ||
| + | width: 2px; | ||
| + | background: var(--line-color); | ||
| + | } | ||
| + | |||
| + | # | ||
| + | position: relative; | ||
| + | padding-left: | ||
| + | margin-bottom: | ||
| + | } | ||
| + | |||
| + | # | ||
| + | margin-bottom: | ||
| + | } | ||
| + | |||
| + | /* Timeline Dot */ | ||
| + | # | ||
| + | position: absolute; | ||
| + | left: -26px; /* Adjust based on padding-left */ | ||
| + | top: 6px; | ||
| + | width: 12px; | ||
| + | height: 12px; | ||
| + | border-radius: | ||
| + | background-color: | ||
| + | border: 2px solid var(--accent-color); | ||
| + | z-index: 2; | ||
| + | } | ||
| + | |||
| + | # | ||
| + | display: inline-block; | ||
| + | font-size: 0.85rem; | ||
| + | font-weight: | ||
| + | color: var(--accent-color); | ||
| + | margin-bottom: | ||
| + | background: #e2e8f0; | ||
| + | padding: 2px 8px; | ||
| + | border-radius: | ||
| + | } | ||
| + | |||
| + | # | ||
| + | font-size: 1.15rem; | ||
| + | margin: 0 0 8px 0; | ||
| + | color: #1a202c; | ||
| + | font-weight: | ||
| + | line-height: | ||
| + | } | ||
| + | |||
| + | # | ||
| + | color: #4a5568; | ||
| + | font-size: 0.95rem; | ||
| + | margin: 0; | ||
| + | line-height: | ||
| + | } | ||
| + | |||
| + | /* Math Superscripts */ | ||
| + | # | ||
| + | font-size: 0.7em; | ||
| + | vertical-align: | ||
| + | line-height: | ||
| + | } | ||
| + | |||
| + | /* Animation States */ | ||
| + | # | ||
| + | transform: rotate(180deg); | ||
| + | } | ||
| + | | ||
| + | # | ||
| + | max-height: 3000px; /* Large enough to fit content */ | ||
| + | border-bottom: | ||
| + | } | ||
| + | |||
| + | /* Mobile Optimization */ | ||
| + | @media (max-width: 600px) { | ||
| + | # | ||
| + | # | ||
| + | # | ||
| + | # | ||
| + | # | ||
| + | # | ||
| + | } | ||
| + | </ | ||
| + | |||
| + | <div class=" | ||
| + | <div class=" | ||
| + | <div class=" | ||
| + | <span class=" | ||
| + | <span class=" | ||
| + | </ | ||
| + | <span class=" | ||
| + | </ | ||
| + | <div class=" | ||
| + | <div class=" | ||
| + | <div class=" | ||
| + | <span class=" | ||
| + | <h3 class=" | ||
| + | <p class=" | ||
| + | <div class=" | ||
| + | </ | ||
| + | <div class=" | ||
| + | <span class=" | ||
| + | <h3 class=" | ||
| + | <p class=" | ||
| + | <div class=" | ||
| + | </ | ||
| + | <div class=" | ||
| + | <span class=" | ||
| + | <h3 class=" | ||
| + | <p class=" | ||
| + | <div class=" | ||
| + | </ | ||
| + | <div class=" | ||
| + | <span class=" | ||
| + | <h3 class=" | ||
| + | <p class=" | ||
| + | <div class=" | ||
| + | </ | ||
| + | <div class=" | ||
| + | <span class=" | ||
| + | <h3 class=" | ||
| + | <p class=" | ||
| + | <div class=" | ||
| + | </ | ||
| + | <div class=" | ||
| + | <span class=" | ||
| + | <h3 class=" | ||
| + | <p class=" | ||
| + | <div class=" | ||
| + | </ | ||
| + | <div class=" | ||
| + | <span class=" | ||
| + | <h3 class=" | ||
| + | <p class=" | ||
| + | <div class=" | ||
| + | </ | ||
| + | </ | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | <div class=" | ||
| + | <div class=" | ||
| + | <div class=" | ||
| + | <span class=" | ||
| + | <span class=" | ||
| + | </ | ||
| + | <span class=" | ||
| + | </ | ||
| + | <div class=" | ||
| + | <div class=" | ||
| + | <div class=" | ||
| + | <span class=" | ||
| + | <h3 class=" | ||
| + | <p class=" | ||
| + | <div class=" | ||
| + | </ | ||
| + | <div class=" | ||
| + | <span class=" | ||
| + | <h3 class=" | ||
| + | <p class=" | ||
| + | <div class=" | ||
| + | </ | ||
| + | <div class=" | ||
| + | <span class=" | ||
| + | <h3 class=" | ||
| + | <p class=" | ||
| + | <div class=" | ||
| + | </ | ||
| + | <div class=" | ||
| + | <span class=" | ||
| + | <h3 class=" | ||
| + | <p class=" | ||
| + | <div class=" | ||
| + | </ | ||
| + | <div class=" | ||
| + | <span class=" | ||
| + | <h3 class=" | ||
| + | <p class=" | ||
| + | <div class=" | ||
| + | </ | ||
| + | <div class=" | ||
| + | <span class=" | ||
| + | <h3 class=" | ||
| + | <p class=" | ||
| + | <div class=" | ||
| + | </ | ||
| + | <div class=" | ||
| + | <span class=" | ||
| + | <h3 class=" | ||
| + | <p class=" | ||
| + | <div class=" | ||
| + | </ | ||
| + | </ | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | <div class=" | ||
| + | <div class=" | ||
| + | <div class=" | ||
| + | <span class=" | ||
| + | <span class=" | ||
| + | </ | ||
| + | <span class=" | ||
| + | </ | ||
| + | <div class=" | ||
| + | <div class=" | ||
| + | <div class=" | ||
| + | <span class=" | ||
| + | <h3 class=" | ||
| + | <p class=" | ||
| + | <div class=" | ||
| + | </ | ||
| + | <div class=" | ||
| + | <span class=" | ||
| + | <h3 class=" | ||
| + | <p class=" | ||
| + | <div class=" | ||
| + | </ | ||
| + | <div class=" | ||
| + | <span class=" | ||
| + | <h3 class=" | ||
| + | <p class=" | ||
| + | <div class=" | ||
| + | </ | ||
| + | <div class=" | ||
| + | <span class=" | ||
| + | <h3 class=" | ||
| + | <p class=" | ||
| + | <div class=" | ||
| + | </ | ||
| + | <div class=" | ||
| + | <span class=" | ||
| + | <h3 class=" | ||
| + | <p class=" | ||
| + | <div class=" | ||
| + | </ | ||
| + | <div class=" | ||
| + | <span class=" | ||
| + | <h3 class=" | ||
| + | <p class=" | ||
| + | <div class=" | ||
| + | </ | ||
| + | <div class=" | ||
| + | <span class=" | ||
| + | <h3 class=" | ||
| + | <p class=" | ||
| + | <div class=" | ||
| + | </ | ||
| + | </ | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | <div class=" | ||
| + | <div class=" | ||
| + | <div class=" | ||
| + | <span class=" | ||
| + | <span class=" | ||
| + | </ | ||
| + | <span class=" | ||
| + | </ | ||
| + | <div class=" | ||
| + | <div class=" | ||
| + | <div class=" | ||
| + | <span class=" | ||
| + | <h3 class=" | ||
| + | <p class=" | ||
| + | <div class=" | ||
| + | </ | ||
| + | <div class=" | ||
| + | <span class=" | ||
| + | <h3 class=" | ||
| + | <p class=" | ||
| + | <div class=" | ||
| + | </ | ||
| + | <div class=" | ||
| + | <span class=" | ||
| + | <h3 class=" | ||
| + | <p class=" | ||
| + | <div class=" | ||
| + | </ | ||
| + | <div class=" | ||
| + | <span class=" | ||
| + | <h3 class=" | ||
| + | <p class=" | ||
| + | <div class=" | ||
| + | </ | ||
| + | <div class=" | ||
| + | <span class=" | ||
| + | <h3 class=" | ||
| + | <p class=" | ||
| + | <div class=" | ||
| + | </ | ||
| + | <div class=" | ||
| + | <span class=" | ||
| + | <h3 class=" | ||
| + | <p class=" | ||
| + | <div class=" | ||
| + | </ | ||
| + | <div class=" | ||
| + | <span class=" | ||
| + | <h3 class=" | ||
| + | <p class=" | ||
| + | <div class=" | ||
| + | </ | ||
| + | </ | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | <div class=" | ||
| + | <div class=" | ||
| + | <div class=" | ||
| + | <span class=" | ||
| + | <span class=" | ||
| + | </ | ||
| + | <span class=" | ||
| + | </ | ||
| + | <div class=" | ||
| + | <div class=" | ||
| + | <div class=" | ||
| + | <span class=" | ||
| + | <h3 class=" | ||
| + | <p class=" | ||
| + | <div class=" | ||
| + | </ | ||
| + | <div class=" | ||
| + | <span class=" | ||
| + | <h3 class=" | ||
| + | <p class=" | ||
| + | <div class=" | ||
| + | </ | ||
| + | <div class=" | ||
| + | <span class=" | ||
| + | <h3 class=" | ||
| + | <p class=" | ||
| + | <div class=" | ||
| + | </ | ||
| + | <div class=" | ||
| + | <span class=" | ||
| + | <h3 class=" | ||
| + | <p class=" | ||
| + | <div class=" | ||
| + | </ | ||
| + | <div class=" | ||
| + | <span class=" | ||
| + | <h3 class=" | ||
| + | <p class=" | ||
| + | <div class=" | ||
| + | </ | ||
| + | <div class=" | ||
| + | <span class=" | ||
| + | <h3 class=" | ||
| + | <p class=" | ||
| + | <div class=" | ||
| + | </ | ||
| + | <div class=" | ||
| + | <span class=" | ||
| + | <h3 class=" | ||
| + | <p class=" | ||
| + | <div class=" | ||
| + | </ | ||
| + | </ | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | <div class=" | ||
| + | <div class=" | ||
| + | <div class=" | ||
| + | <span class=" | ||
| + | <span class=" | ||
| + | </ | ||
| + | <span class=" | ||
| + | </ | ||
| + | <div class=" | ||
| + | <div class=" | ||
| + | <div class=" | ||
| + | <span class=" | ||
| + | <h3 class=" | ||
| + | <p class=" | ||
| + | <div class=" | ||
| + | </ | ||
| + | <div class=" | ||
| + | <span class=" | ||
| + | <h3 class=" | ||
| + | <p class=" | ||
| + | <div class=" | ||
| + | </ | ||
| + | <div class=" | ||
| + | <span class=" | ||
| + | <h3 class=" | ||
| + | <p class=" | ||
| + | <div class=" | ||
| + | </ | ||
| + | <div class=" | ||
| + | <span class=" | ||
| + | <h3 class=" | ||
| + | <p class=" | ||
| + | <div class=" | ||
| + | </ | ||
| + | <div class=" | ||
| + | <span class=" | ||
| + | <h3 class=" | ||
| + | <p class=" | ||
| + | <div class=" | ||
| + | </ | ||
| + | <div class=" | ||
| + | <span class=" | ||
| + | <h3 class=" | ||
| + | <p class=" | ||
| + | <div class=" | ||
| + | </ | ||
| + | <div class=" | ||
| + | <span class=" | ||
| + | <h3 class=" | ||
| + | <p class=" | ||
| + | <div class=" | ||
| + | </ | ||
| + | </ | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | <div class=" | ||
| + | <div class=" | ||
| + | <div class=" | ||
| + | <span class=" | ||
| + | <span class=" | ||
| + | </ | ||
| + | <span class=" | ||
| + | </ | ||
| + | <div class=" | ||
| + | <div class=" | ||
| + | <div class=" | ||
| + | <span class=" | ||
| + | <h3 class=" | ||
| + | <p class=" | ||
| + | <div class=" | ||
| + | </ | ||
| + | <div class=" | ||
| + | <span class=" | ||
| + | <h3 class=" | ||
| + | <p class=" | ||
| + | <div class=" | ||
| + | </ | ||
| + | <div class=" | ||
| + | <span class=" | ||
| + | <h3 class=" | ||
| + | <p class=" | ||
| + | <div class=" | ||
| + | </ | ||
| + | <div class=" | ||
| + | <span class=" | ||
| + | <h3 class=" | ||
| + | <p class=" | ||
| + | <div class=" | ||
| + | </ | ||
| + | <div class=" | ||
| + | <span class=" | ||
| + | <h3 class=" | ||
| + | <p class=" | ||
| + | <div class=" | ||
| + | </ | ||
| + | <div class=" | ||
| + | <span class=" | ||
| + | <h3 class=" | ||
| + | <p class=" | ||
| + | <div class=" | ||
| + | </ | ||
| + | <div class=" | ||
| + | <span class=" | ||
| + | <h3 class=" | ||
| + | <p class=" | ||
| + | <div class=" | ||
| + | </ | ||
| + | </ | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | < | ||
| + | (function() { | ||
| + | const wrapper = document.getElementById(' | ||
| + | if (!wrapper) return; | ||
| + | |||
| + | const headers = wrapper.querySelectorAll(' | ||
| - | ^ 1. PARTICLE AGE ^^^ | + | headers.forEach(header => { |
| - | | $0$ | **The Big Bang** | The singularity event marking the origin of space, time, energy and matter | + | |
| - | | $10^{-35}$ to $10^{-32}$ seconds | **Cosmic Inflation** | A brief, exponential expansion where the universe swells in size by a factor of roughly $10^{50}$. This process smoothed out initial irregularities. | | + | const content = header.nextElementSibling; |
| - | | $10^{-43}$ to $10^{-10}$ seconds | **Separation of Forces** | As the universe cooled, the single unified " | + | const icon = header.querySelector('.toggle-icon'); |
| - | | $10^{-35}$ to 1 second | **Particle Creation & Annihilation** | Energy converted into matter via "pair production" | + | |
| - | | 3 minutes to 15 minutes | **Primordial Nucleosynthesis** | The universe cooled sufficiently (below $10^9$ K) for protons and neutrons to fuse. This " | + | |
| - | | 50,000 years | **Matter Domination** | The " | + | |
| - | | 300,000 to 380,000 years | **Recombination & Decoupling** | Electrons combined with nuclei to form neutral atoms (recombination). This neutralized the charged fog, allowing photons to travel freely (decoupling), | + | |
| - | | | + | |
| - | ^ 2. GALACTIC AGE ^^^ | + | |
| - | | | + | |
| - | | 300 ky – 200 My | **The Cosmic Dark Ages** | Following recombination, | + | |
| - | | $\sim$ 200 My | **Cosmic Dawn (Reionization)** | The first massive stars and protogalaxies ignited. Their intense ultraviolet radiation re-ionized the surrounding neutral hydrogen, ending the Dark Ages and making the universe transparent to ultraviolet light. | | + | |
| - | | $\sim$ 500 My – 1 Gy | **Hierarchical Merging** | Small " | + | |
| - | | $\sim$ 1 – 2 Gy | **Rise of Supermassive Black Holes** | Massive concentrations of matter collapsed in the centers of young galaxies to form black holes. The accretion of matter into these holes powered the first quasars, which shone with the brightness of a trillion suns. | | + | |
| - | | $\sim$ 2 – 3 Gy | **Peak Quasar Epoch** | The era of maximum activity for Active Galactic Nuclei (AGN; quasars). As galactic cores consumed their fuel supplies, this violent activity eventually subsided, leaving dormant supermassive black holes at the centers of most normal galaxies. | | + | |
| - | | $\sim$ 3 Gy | **Large-Scale Structure Formation** | Galaxies organized themselves into vast sheets, filaments, and clusters (such as the Local Group), separated by immense voids, creating the " | + | |
| - | | $\sim$ 4 Gy | **Birth of Population I Stars** | Enrichment of the interstellar medium by earlier supernovae allowed the formation of metal-rich stars (Population I) in galactic disks. This marked the transition toward the Stellar Age and set the conditions for future planetary systems. | | + | |
| - | | | + | |
| - | ^ 3. STELLAR AGE ^^^ | + | |
| - | | | + | |
| - | | $\sim$ 4 Gy | **Formation of the Milky Way's Thin Disk** | Following the earlier formation of the galactic halo, the Milky Way flattened into a thin disk. This structural change coincided with the birth of metal-rich Population I stars, which contained heavy elements produced by earlier generations of stars. | | + | |
| - | | $\sim$ 4 – 5 Gy | **Peak Star Formation Rate** | The universe experienced its maximum rate of star formation. Massive stars fused hydrogen and helium into heavier elements like carbon, oxygen, and iron, acting as " | + | |
| - | | $\sim$ 6 Gy | **Emergence of the Galactic Habitable Zone** | A region within the galaxy emerged where conditions favored the development of complex life. By this time, metallicity | + | |
| - | | Ongoing (4 – 9 Gy) | **Stellar Nucleosynthesis** | Main-sequence stars fused hydrogen into helium, while massive evolved stars fused helium into carbon, neon, oxygen, silicon, and finally iron in their cores. This process created the chemical complexity required for planetary bodies. | | + | |
| - | | Ongoing (4 – 9 Gy) | **Supernova Enrichment** | Massive stars died in core-collapse explosions, scattering chemically enriched material into the interstellar medium. These explosions also synthesized elements heavier than iron (such as gold and uranium) via the r-process (rapid neutron capture). | | + | |
| - | | $\sim$ 7 Gy | **Acceleration of Cosmic Expansion** | The expansion of the universe began to accelerate due to the influence of repulsive "dark energy." | + | |
| - | | $\sim$ 9 Gy | **Solar Nebula Collapse** | The Stellar Age concluded with the gravitational collapse of a chemically enriched interstellar cloud in our region of the Milky Way. Triggered perhaps by a nearby supernova, this event initiated the formation of the Sun and the Solar System about 4.6 billion years ago. | | + | |
| - | | | + | |
| - | ^ 4. PLANETARY AGE ^^^ | + | |
| - | | | + | |
| - | | $\sim$ 9.1 Gy | **Accretion of Planetesimals** | Following the solar nebula collapse, dust grains in the disk collided and stuck together via electrostatic forces and gravity to form " | + | |
| - | | $\sim$ 9.1 Gy | **The T-Tauri Solar Wind** | The young Sun entered a highly active " | + | |
| - | | $\sim$ 9.2 Gy | **Planetary Differentiation** | Intense heat from accretion and radioactive decay caused the early Earth to melt. Heavy elements like iron and nickel sank to the center to form the metallic core (generating the magnetic field), while lighter silicates rose to form the mantle and crust. | | + | |
| - | | $\sim$ 9.2 Gy | **Formation of the Moon** | A Mars-sized protoplanet collided with the newly differentiated Earth. The debris from this cataclysmic impact formed a ring around Earth, which rapidly accreted to form the Moon. | | + | |
| - | | $\sim$ 9.4 Gy | **Formation of Atmosphere and Oceans** | As Earth cooled, volcanic activity outgassed volatiles (water vapor, carbon dioxide) from the interior to form a secondary atmosphere. As temperatures dropped further, this water vapor condensed to form the first oceans, augmented by water delivered by comets. | | + | |
| - | | $\sim$ 9.6 Gy – 10 Gy | **Late Heavy Bombardment** | A period of intense asteroid and comet impacts scarred planetary surfaces and pulverized the early crust. This " | + | |
| - | | $\sim$ 10 Gy – 11 Gy | **Stabilization of the Lithosphere** | The Planetary Age concluded with the stabilization of Earth' | + | |
| - | | | + | |
| - | ^ 5. CHEMICAL AGE ^^^ | + | |
| - | | | + | |
| - | | $\sim$ 10.5 – 11 Gy | **Synthesis of Prebiotic Molecules** | In the energy-rich environment of the early Earth, simple atmospheric gases (like methane and ammonia) interacted with lightning and UV radiation to synthesize the building blocks of life: amino acids and nucleotide bases. | | + | |
| - | | $\sim$ 11 Gy | **Formation of Protocells** | Organic molecules concentrated in water to form " | + | |
| - | | $\sim$ 11 Gy | **The "RNA World" | + | |
| - | | $\sim$ 11.5 Gy | **Emergence of Prokaryotes** | The first true living cells appeared, likely as heterotrophic bacteria in hydrothermal vents. These simple, single-celled organisms (lacking a nucleus) fed on the organic " | + | |
| - | | $\sim$ 12 Gy | **Invention of Photosynthesis** | Certain bacteria (autotrophs), | + | |
| - | | $\sim$ 12.2 Gy | **The Oxygen Crisis** | As a byproduct of photosynthesis, | + | |
| - | | $\sim$ 12.5 Gy | **Eukaryotic Symbiosis** | Large cells ingested smaller specialized bacteria (which became mitochondria and chloroplasts) without digesting them. This symbiosis led to the first eukaryotes: complex cells with distinct nuclei and organelles that became the ancestors of all plants and animals. | | + | |
| - | | | + | |
| - | ^ 6. BIOLOGICAL AGE ^^^ | + | |
| - | | | + | |
| - | | $\sim$ 1 Gy | **Rise of Multicellularity** | Single-celled eukaryotes began to cluster and cooperate, leading to the first true multicellular organisms. This transition involved a division of labor among cells, allowing for specialization and increased complexity beyond simple colonial living. | | + | |
| - | | $\sim$ 540 – 600 My | **The Cambrian Explosion** | A rapid burst of biological diversification often called " | + | |
| - | | $\sim$ 400 – 475 My | **Colonization of Land** | Life migrated from the oceans to the barren continents. Simple plants (like mosses) were the first to adapt to the harsh terrestrial environment, | + | |
| - | | $\sim$ 300 My | **Dominance of Reptiles** | Reptiles evolved watertight skin and amniotic eggs with hard shells, allowing them to reproduce on dry land without returning to water. This adaptation enabled them to spread across the supercontinent Pangea and dominate the planet. | | + | |
| - | | $\sim$ 200 My | **Emergence of Mammals** | The first small, warm-blooded (endothermic) mammals appeared during the Triassic period. While overshadowed by dinosaurs for millions of years, they developed key traits like fur, milk production, and larger brains relative to body size. | | + | |
| - | | 65 My | **K-T Mass Extinction** | A massive asteroid impact (likely at Chicxulub, Mexico) caused global climatic upheaval, wiping out the dinosaurs and roughly half of all plant species. This catastrophic event cleared ecological niches, allowing mammals to radiate and dominate the Cenozoic era. | | + | |
| - | | $\sim$ 5 – 7 My | **Divergence of Hominids** | In response to changing climates and shrinking forests in Africa, the ancestors of humans separated from the lineage of great apes. This period marked the beginning of bipedalism (walking upright), setting the stage for the Cultural Age. | | + | |
| - | | | + | |
| - | ^ 7. CULTURAL AGE ^^^ | + | |
| - | | | + | |
| - | | $\sim$ 1 My – 500 ky | **Control of Fire** | Humans mastered the use of fire for warmth, protection, and cooking. This " | + | |
| - | | $\sim$ 200 – 300 ky | **Emergence of //Homo sapiens//** | Anatomically modern humans appeared in Africa. While genetically similar to ancestors, they possessed superior potential for communication and technological adaptation, marking the biological start of the Cultural Age. | | + | |
| - | | $\sim$ 50 ky | **The " | + | |
| - | | $\sim$ 10 ky | **The Agricultural Revolution** | Following the last ice age, humans shifted from hunter-gatherer lifestyles to farming and animal domestication. This ability to harvest increased solar energy led to population surges and settled village life. | | + | |
| - | | $\sim$ 5 ky | **Rise of Civilization and State** | The emergence of dense populations, | + | |
| - | | $\sim$ 250 years | **The Industrial Revolution** | Humanity learned to exploit energy stored in fossil fuels (coal and oil), increasing per capita energy use by nearly a factor of 100. This transition powered machines, mechanizing production and globalizing human society. | | + | |
| - | | Present / Future | **The "Life Era"** | A potential new phase of cosmic evolution where technological life begins to manipulate matter and genetic evolution itself. Humans have become agents of change, capable of leaving Earth and potentially dominating matter on a cosmic scale. | | + | |
| + | // Toggle class for animation | ||
| + | content.classList.toggle(' | ||
| + | icon.classList.toggle(' | ||
| + | }); | ||
| + | }); | ||
| + | })(); | ||
| + | </ | ||
| + | </ | ||
| + | </ | ||
courses/ast100/0.1768741085.txt.gz · Last modified: by asad
