courses:ast100:2
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| courses:ast100:2 [2026/02/23 23:17] – [2. Description] asad | courses:ast100:2 [2026/03/22 02:14] (current) – asad | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== 2. Galactic age ====== | ====== 2. Galactic age ====== | ||
| - | ===== - Timeline ===== | ||
| < | < | ||
| < | < | ||
| <meta charset=" | <meta charset=" | ||
| <meta name=" | <meta name=" | ||
| - | < | + | < |
| </ | </ | ||
| < | < | ||
| Line 13: | Line 12: | ||
| < | < | ||
| /* Container ID: # | /* Container ID: # | ||
| - | | + | |
| */ | */ | ||
| # | # | ||
| - | /* Elegant | + | /* Elegant Theme Variables */ |
| - | --bg-color: #ffffff; | + | --bg: #ffffff; |
| - | --panel-bg: #f8f9fa; | + | --text-main: #1a202c; |
| - | --text-primary: #2d3748; | + | --text-muted: #4a5568; |
| - | --text-secondary: #718096; | + | --border: #e2e8f0; |
| - | --accent-color: #4a5568; | + | --hover: #f8fafc; |
| - | --border-color: #e2e8f0; | + | --accent: #2b6cb0; |
| - | --line-color: #cbd5e0; | + | --transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1); |
| | | ||
| /* Typography & Layout */ | /* Typography & Layout */ | ||
| font-family: | font-family: | ||
| - | background-color: | + | background-color: |
| - | color: var(--text-primary); | + | max-width: |
| - | line-height: | + | margin: |
| - | width: 100%; | + | padding: |
| - | max-width: | + | |
| - | display: block; | + | |
| - | margin: | + | |
| - | padding: | + | |
| } | } | ||
| Line 42: | Line 37: | ||
| } | } | ||
| - | /* Timeline Styling | + | /* Table Architecture |
| - | # | + | # |
| - | | + | |
| - | | + | |
| - | | + | |
| + | border-radius: | ||
| + | box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.05), 0 4px 6px -2px rgba(0, 0, 0, 0.025); | ||
| + | overflow: hidden; | ||
| } | } | ||
| - | | + | # |
| - | | + | |
| - | | + | |
| - | position: absolute; | + | |
| - | left: 24px; | + | |
| - | top: 0; | + | |
| - | | + | |
| - | width: 2px; | + | |
| - | background: | + | |
| } | } | ||
| - | # | + | # |
| - | | + | |
| - | margin-bottom: | + | |
| } | } | ||
| - | # | + | |
| - | | + | |
| + | display: flex; | ||
| + | padding: 22px 30px; | ||
| + | cursor: pointer; | ||
| + | align-items: center; | ||
| + | | ||
| + | transition: var(--transition); | ||
| } | } | ||
| - | | + | # |
| - | | + | background: var(--hover); |
| - | position: absolute; | + | |
| - | left: -32px; | + | |
| - | top: 8px; | + | |
| - | width: 16px; | + | |
| - | height: 16px; | + | |
| - | border-radius: | + | |
| - | background-color: #fff; | + | |
| - | border: 3px solid var(--accent-color); | + | |
| - | z-index: 2; | + | |
| } | } | ||
| - | # | + | # |
| - | | + | |
| - | font-size: 0.85rem; | + | |
| font-weight: | font-weight: | ||
| - | | + | |
| - | margin-bottom: 10px; | + | |
| - | | + | |
| - | padding: 4px 12px; | + | |
| - | border-radius: 20px; | + | |
| - | text-transform: uppercase; | + | |
| letter-spacing: | letter-spacing: | ||
| } | } | ||
| - | # | + | # |
| - | font-size: 1.3rem; | + | flex: 1 1 auto; |
| - | | + | font-weight: |
| - | color: #1a202c; | + | font-size: 1.15rem; |
| - | | + | |
| - | | + | padding-right: |
| + | line-height: | ||
| + | } | ||
| + | |||
| + | /* Chevron Icon */ | ||
| + | # | ||
| + | flex: 0 0 32px; | ||
| + | display: flex; | ||
| + | align-items: | ||
| + | justify-content: | ||
| + | width: 32px; | ||
| + | height: 32px; | ||
| + | border-radius: | ||
| + | background: #edf2f7; | ||
| + | color: | ||
| + | transition: var(--transition); | ||
| + | } | ||
| + | |||
| + | | ||
| + | width: 16px; | ||
| + | | ||
| + | transition: var(--transition); | ||
| + | fill: none; | ||
| + | | ||
| + | stroke-width: | ||
| + | stroke-linecap: | ||
| + | stroke-linejoin: | ||
| + | } | ||
| + | |||
| + | /* Active State */ | ||
| + | # | ||
| + | background: var(--hover); | ||
| + | } | ||
| + | |||
| + | # | ||
| + | transform: rotate(180deg); | ||
| + | background: var(--accent); | ||
| + | color: var(--bg); | ||
| + | } | ||
| + | |||
| + | /* Expanded Content */ | ||
| + | # | ||
| + | max-height: | ||
| + | overflow: hidden; | ||
| + | transition: max-height 0.4s cubic-bezier(0.4, | ||
| + | background: var(--hover); | ||
| } | } | ||
| - | # | + | # |
| - | | + | |
| font-size: 1.05rem; | font-size: 1.05rem; | ||
| - | | + | line-height: |
| - | | + | color: var(--text-muted); |
| + | text-align: justify; | ||
| } | } | ||
| /* Mobile Optimization */ | /* Mobile Optimization */ | ||
| - | @media (max-width: | + | @media (max-width: |
| - | # | + | # |
| - | # | + | flex-wrap: wrap; |
| - | #doku-cosmic-light .timeline::before { left: 19px; } | + | |
| - | # | + | |
| - | # | + | # |
| + | flex: 1 1 100%; | ||
| + | | ||
| + | font-size: 0.85rem; | ||
| + | | ||
| + | # | ||
| + | font-size: 1.05rem; | ||
| + | padding-right: 15px; | ||
| + | | ||
| + | # | ||
| + | padding: 0 20px 24px 20px; | ||
| + | | ||
| } | } | ||
| </ | </ | ||
| - | <div class=" | + | <div class=" |
| - | < | + | |
| - | <div class=" | + | < |
| - | <span class=" | + | <div class=" |
| - | <h3 class=" | + | <div class=" |
| - | <p class=" | + | <div class=" |
| - | | + | <div class=" |
| + | <div class=" | ||
| + | <svg viewBox=" | ||
| + | </div> | ||
| + | </div> | ||
| + | < | ||
| + | <div class=" | ||
| + | | ||
| + | | ||
| + | </ | ||
| </ | </ | ||
| - | < | + | < |
| - | <div class=" | + | <div class=" |
| - | <span class=" | + | <div class=" |
| - | <h3 class=" | + | <div class=" |
| - | <p class=" | + | <div class=" |
| - | | + | <div class=" |
| + | <svg viewBox=" | ||
| + | </div> | ||
| + | </div> | ||
| + | < | ||
| + | <div class=" | ||
| + | | ||
| + | | ||
| + | </ | ||
| </ | </ | ||
| - | < | + | < |
| - | <div class=" | + | <div class=" |
| - | <span class=" | + | <div class=" |
| - | <h3 class=" | + | <div class=" |
| - | <p class=" | + | <div class=" |
| - | | + | <div class=" |
| + | <svg viewBox=" | ||
| + | </div> | ||
| + | </div> | ||
| + | < | ||
| + | <div class=" | ||
| + | As the universe continued to expand and evolve between 500 million and 1 billion years after the Big Bang, it was populated not by the grand spiral and elliptical galaxies we see today, but by countless small, irregular | ||
| + | | ||
| + | </ | ||
| </ | </ | ||
| - | < | + | < |
| - | <div class=" | + | <div class=" |
| - | <span class=" | + | <div class=" |
| - | <h3 class=" | + | <div class=" |
| - | <p class=" | + | <div class=" |
| - | | + | <div class=" |
| + | <svg viewBox=" | ||
| + | </div> | ||
| + | </div> | ||
| + | < | ||
| + | <div class=" | ||
| + | As early protogalaxies collided and merged to form increasingly massive structures, tremendous quantities of gas, dust, and stars were driven toward their dense galactic centers. Under the overwhelming force of such extreme | ||
| + | | ||
| + | </ | ||
| </ | </ | ||
| - | < | + | < |
| - | <div class=" | + | <div class=" |
| - | <span class=" | + | <div class=" |
| - | <h3 class=" | + | <div class=" |
| - | <p class=" | + | <div class=" |
| - | | + | <div class=" |
| + | <svg viewBox=" | ||
| + | </div> | ||
| + | </div> | ||
| + | < | ||
| + | <div class=" | ||
| + | | ||
| + | | ||
| + | </ | ||
| </ | </ | ||
| - | < | + | < |
| - | <div class=" | + | <div class=" |
| - | <span class=" | + | <div class=" |
| - | <h3 class=" | + | <div class=" |
| - | <p class=" | + | <div class=" |
| - | | + | <div class=" |
| + | <svg viewBox=" | ||
| + | </div> | ||
| + | </div> | ||
| + | < | ||
| + | <div class=" | ||
| + | By the time the universe reached three billion years of age, its grand macroscopic architecture had largely taken its final shape, sculpted by the persistent, unyielding influence of dark matter and gravity. | ||
| + | | ||
| + | </ | ||
| </ | </ | ||
| - | < | + | < |
| - | <div class=" | + | <div class=" |
| - | <span class=" | + | <div class=" |
| - | <h3 class=" | + | <div class=" |
| - | <p class=" | + | <div class=" |
| - | | + | <div class=" |
| + | <svg viewBox=" | ||
| + | </div> | ||
| + | </div> | ||
| + | < | ||
| + | <div class=" | ||
| + | Throughout the Galactic Age, a continuous and violent cycle of stellar birth and explosive death slowly but fundamentally transformed | ||
| + | | ||
| + | </ | ||
| </ | </ | ||
| + | |||
| </ | </ | ||
| + | |||
| + | < | ||
| + | function toggleRow(element) { | ||
| + | const row = element.parentElement; | ||
| + | const content = row.querySelector(' | ||
| + | const inner = row.querySelector(' | ||
| + | | ||
| + | // Toggle the active class for styling and rotation | ||
| + | row.classList.toggle(' | ||
| + | | ||
| + | // Calculate and set the max-height to smoothly animate the opening | ||
| + | if (row.classList.contains(' | ||
| + | content.style.maxHeight = inner.scrollHeight + " | ||
| + | } else { | ||
| + | content.style.maxHeight = " | ||
| + | } | ||
| + | } | ||
| + | | ||
| + | // Ensure heights are recalculated if the window is resized to prevent content clipping | ||
| + | window.addEventListener(' | ||
| + | document.querySelectorAll(' | ||
| + | const inner = content.querySelector(' | ||
| + | content.style.maxHeight = inner.scrollHeight + " | ||
| + | }); | ||
| + | }); | ||
| + | </ | ||
| </ | </ | ||
| </ | </ | ||
| </ | </ | ||
| - | |||
| - | ===== - Description ===== | ||
| - | |||
| - | Following the epochs of recombination and decoupling at the end of the Particle Age, the universe became electrically neutral and transparent as electrons and protons combined to form hydrogen and helium atoms. However, this transition ushered in a prolonged **Dark Ages** spanning hundreds of millions of years. During this era, the primordial fireball had dimmed and the first luminous stars had yet to ignite, leaving the cosmos in absolute darkness even as it continued its rapid expansion. Simultaneously, | ||
| - | |||
| - | The cosmic dark ages drew to a close probably 200 million years after the Big Bang with the dawn of the first luminous objects during the **Cosmic Dawn**. Within the densest pockets of gas, the first massive stars and protogalaxies ignited with tremendous energy. These pioneering stellar giants were incredibly hot, emitting intense floods of ultraviolet radiation into the surrounding space. This fierce radiation was powerful enough to reionize the surrounding neutral hydrogen gas, stripping electrons from their atomic nuclei. This pivotal reionization event fundamentally altered the intergalactic medium, effectively rendering the universe transparent to ultraviolet light. | ||
| - | |||
| - | During this turbulent epoch, the universe was populated by small protogalactic fragments and dwarf galaxies containing only millions of solar masses. Possibly, through a " | ||
| - | |||
| - | As early galaxies merged and matured, massive concentrations of matter collapsed within their dense centers, giving birth to **supermassive black holes** with masses ranging from millions to billions of suns. The intense gravitational pull of these black holes triggered the violent accretion of surrounding gas and stars. As this infalling matter spiraled inward through a superheated accretion disk, it released staggering amounts of energy before crossing the event horizon. This highly efficient mechanism powered the first quasars, which shone with the luminosity of a trillion suns, making them the most energetic and brilliant objects in the known universe. | ||
| - | |||
| - | The period spanning two to three billion years after the Big Bang represented the peak epoch for **quasars** and active galactic nuclei. During this time, frequent collisions between gas-rich galaxies provided an abundant fuel supply to feed central supermassive black holes, extending their luminous lifetimes. However, this period of maximum activity eventually subsided as galactic cores consumed their available gas and dust. These once-brilliant quasars faded, leaving behind the relatively dormant supermassive black holes that lurk quietly at the centers of most modern galaxies. | ||
| - | |||
| - | By the time the universe was three billion years old, its macroscopic architecture had largely taken shape through the persistent influence of dark matter and gravity. Galaxies and clusters, such as our Local Group, did not remain isolated; instead, they organized into a vast, interconnected **cosmic web**. This enormous structure is characterized by sweeping filaments and extensive sheets of galaxies that intersect at massive superclusters. These densely populated regions surround immense, unpopulated voids, giving the distribution of matter a distinctly " | ||
| - | |||
| - | The continuous cycle of stellar birth and explosive death slowly transformed the chemical composition of the cosmos. Supernovae from the earliest massive stars blasted newly forged heavy elements—such as carbon, oxygen, and iron—deep into the interstellar medium. This chemical enrichment of galactic disks allowed for the subsequent formation of metal-rich, second- and third-generation stars, known as **Population I stars**. This development marked the universe' | ||
| - | |||
courses/ast100/2.1771913829.txt.gz · Last modified: by asad
