Abekta

The Encyclopédie of CASSA

User Tools

Site Tools


courses:ast100:5.1

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
courses:ast100:5.1 [2026/03/22 02:50] asadcourses:ast100:5.1 [2026/03/22 04:21] (current) asad
Line 2: Line 2:
  
 ===== - Interactive table ===== ===== - Interactive table =====
 +This table is interactive: click any element to open a detailed panel showing its atomic number, mass, electron configuration, phase at standard conditions, and a live atomic animation with orbiting electrons and a glowing nucleus. You can also filter by origin — click "Neutron Star Mergers," for instance, and the table dims every element except those forged in a kilonova, a technique confirmed observationally by the gravitational-wave event GW170817 in 2017. As you work through AST100, return to this table often. Every element you encounter in a lecture — from the oxygen in a molecular cloud to the lead in a dying star's core — has its address here.
  
 <html> <html>
-    <iframe +<style> 
-        src="https://artsexperiments.withgoogle.com/periodic-table+@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300;400;500;600&family=IBM+Plex+Mono:wght@300;400;500&family=Source+Serif+4:ital,wght@0,400;0,600;1,400&display=swap'); 
-        class="w-full h-full border-0+ 
-        allow="autoplayencrypted-media+.cpt *,.cpt *::before,.cpt *::after{box-sizing:border-box;margin:0;padding:0} 
-        allowfullscreen +.cpt{ 
-        title="Google Arts Culture Interactive Periodic Table+  --tx:#111;--tx2:#444;--tx3:#888;--bd:#e0dfdb;--ac:#9a7420; 
-    ></iframe>+  font-family:'IBM Plex Sans',-apple-system,sans-serif;color:var(--tx);line-height:1.4;-webkit-font-smoothing:antialiased; 
 +
 + 
 +/* ── LEGENDS ── */ 
 +.cpt-legs{display:flex;flex-direction:column;gap:10px;padding:0 12px 14px;max-width:1050px;margin:0 auto} 
 +.cpt-leg{display:flex;flex-wrap:wrap;align-items:center;gap:4px 14px} 
 +.cpt-leg-title{ 
 +  font-family:'Source Serif 4',serif;font-size:12px;font-weight:600; 
 +  color:var(--tx2);margin-right:6px;white-space:nowrap; 
 +  letter-spacing:.01em; 
 +
 +.cpt-li{display:flex;align-items:center;gap:5px;font-size:11.5px;color:var(--tx2);cursor:pointer;transition:color .2s;user-select:none} 
 +.cpt-li:hover{color:var(--tx)} 
 +.cpt-ld{width:8px;height:8px;border-radius:50%;flex-shrink:0} 
 +.cpt-ls{width:14px;height:9px;border-radius:2px;flex-shrink:0;border:1px solid rgba(0,0,0,.08)} 
 +.cpt-li.on{color:var(--tx);font-weight:600} 
 +.cpt-li.on .cpt-ld{box-shadow:0 0 0 2px #fff,0 0 0 3.5px currentColor} 
 +.cpt-li.noc{cursor:default} 
 +.cpt-div{width:1px;height:14px;background:var(--bd);margin:0 4px;flex-shrink:0} 
 + 
 +/* ── GRID ── */ 
 +.cpt-w{max-width:1050px;margin:0 auto;padding:0 4px 8px;overflow-x:auto} 
 +.cpt-g{display:grid;grid-template-columns:repeat(18,1fr);gap:1.5px;min-width:700px} 
 + 
 +/* ── CELL ── */ 
 +.cpt-e{ 
 +  aspect-ratio:1;border-radius:3px; 
 +  display:flex;flex-direction:column;align-items:center;justify-content:center; 
 +  cursor:pointer;position:relative; 
 +  transition:transform .15s,box-shadow .15s; 
 +  border:1px solid var(--bd);overflow:hidden;gap:1px; 
 +
 +.cpt-e::after{content:'';position:absolute;left:0;right:0;bottom:0;height:2.5px;background:var(--oc);opacity:.85;transition:height .2s,opacity .2s} 
 +.cpt-e:hover{transform:scale(1.35);z-index:10;box-shadow:0 3px 14px rgba(0,0,0,.1);border-color:var(--oc)} 
 +.cpt-e:hover::after{height:100%;opacity:.1} 
 +.cpt-e .z{font-family:'IBM Plex Mono',monospace;font-size:9px;font-weight:400;color:var(--tx2);line-height:1} 
 +.cpt-e .s{font-family:'IBM Plex Mono',monospace;font-size:15px;font-weight:500;color:var(--tx);line-height:1.15} 
 +.cpt-e.dim{opacity:.1;pointer-events:none} 
 +.cpt-e.hi::after{height:100%;opacity:.14} 
 + 
 +/* ── SPACER & LABELS ── */ 
 +.cpt-sp{grid-column:1/-1;height:8px} 
 +.cpt-lb{ 
 +  grid-column:1/4;display:flex;align-items:center;justify-content:flex-end; 
 +  padding-right:6px;font-size:10px;color:var(--tx3);font-style:italic; 
 +  font-family:'Source Serif 4',serif; 
 +
 + 
 +/* ── OVERLAY ── */ 
 +.cpt-ov{position:fixed;inset:0;background:rgba(255,255,255,.82);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);z-index:10000;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .3s} 
 +.cpt-ov.open{opacity:1;pointer-events:all} 
 +.cpt-md{background:#fff;border:1px solid var(--bd);border-radius:10px;width:min(90vw,480px);max-height:88vh;overflow-y:auto;position:relative;transform:translateY(12px);transition:transform .3s cubic-bezier(.22,1,.36,1);box-shadow:0 20px 60px rgba(0,0,0,.08)} 
 +.cpt-ov.open .cpt-md{transform:translateY(0)} 
 +.cpt-x{position:absolute;top:10px;right:10px;background:none;border:none;color:var(--tx3);font-size:20px;cursor:pointer;z-index:2;width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background .15s} 
 +.cpt-x:hover{background:#f5f5f3;color:var(--tx2)} 
 +.cpt-cw{width:100%;height:190px;overflow:hidden;border-radius:10px 10px 0 0;background:#f9f9f7} 
 +.cpt-cw canvas{width:100%;height:100%} 
 +.cpt-bd{padding:1.2rem 1.5rem 1.5rem} 
 +.cpt-sy{font-family:'IBM Plex Mono',monospace;font-size:2.2rem;font-weight:500;line-height:1} 
 +.cpt-nm{font-family:'Source Serif 4',serif;font-size:1rem;color:var(--tx2);margin-top:2px} 
 +.cpt-mt{font-family:'IBM Plex Mono',monospace;font-size:11px;color:var(--tx3);margin-top:4px} 
 +.cpt-ps{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin-top:1rem} 
 +.cpt-p{background:#f9f9f7;border-radius:5px;padding:8px 10px} 
 +.cpt-pl{font-size:9px;text-transform:uppercase;letter-spacing:.06em;color:var(--tx3);margin-bottom:2px} 
 +.cpt-pv{font-family:'IBM Plex Mono',monospace;font-size:12px;color:var(--tx)} 
 +.cpt-os{margin-top:1rem;padding-top:.9rem;border-top:1px solid var(--bd)} 
 +.cpt-bg{display:inline-flex;align-items:center;gap:5px;padding:3px 10px;border-radius:14px;font-size:11px;font-weight:600;color:#fff} 
 +.cpt-od{font-family:'Source Serif 4',serif;font-size:13px;line-height:1.7;color:var(--tx2);margin-top:8px} 
 +.cpt-od em{color:var(--ac);font-style:normal} 
 +@media(max-width:600px){.cpt-e .s{font-size:11px}.cpt-e .z{font-size:7.5px}} 
 +</style> 
 + 
 +<div class="cpt"> 
 +  <div class="cpt-legs" id="cptLegs"></div> 
 +  <div class="cpt-w"><div class="cpt-g" id="cptG"></div></div> 
 +  <div class="cpt-ov" id="cptO"> 
 +    <div class="cpt-md"> 
 +      <button class="cpt-x" id="cptX">&times;</button> 
 +      <div class="cpt-cw"><canvas id="cptC"></canvas></div> 
 +      <div class="cpt-bd" id="cptB"></div> 
 +    </div> 
 +  </div> 
 +</div> 
 + 
 +<script> 
 +(function(){ 
 + 
 +var ORI={ 
 +BB:{k:'BB',l:'Big Bang',c:'#d94f4f',d:'Forged in the first <em>15 minutes</em> after the Big Bang. As the universe cooled below 1 billion K, primordial nucleosynthesis fused protons and neutrons into light nuclei — roughly 75% hydrogen and 25% helium.'}, 
 +SS:{k:'SS',l:'Small Stars',c:'#c99520',d:'Created in <em>low- to intermediate-mass stars</em> (0.5–8 M☉) through the pp-chain, CNO cycle, helium shell flashes, and the s-process in AGB giants. Returned to the cosmos via planetary nebulae.'}, 
 +LS:{k:'LS',l:'Massive Stars',c:'#2a9d6e',d:'Synthesized in <em>massive stars</em> (>8 M☉) through successive core-burning stages — carbon, neon, oxygen, silicon — at temperatures exceeding 3 billion K. Builds elements up to iron.'}, 
 +SN:{k:'SN',l:'Supernovae',c:'#2878a6',d:'Forged in <em>core-collapse supernovae</em> of massive stars or <em>Type Ia</em> detonations of white dwarfs. Extreme neutron fluxes drive the r-process, creating heavy elements in seconds.'}, 
 +NM:{k:'NM',l:'Neutron Star Mergers',c:'#7040b8',d:'Produced in the violent collision of <em>two neutron stars</em> (kilonovae). Gold, platinum, and uranium are forged in milliseconds — confirmed by the 2017 GW170817 detection.'}, 
 +CR:{k:'CR',l:'Cosmic Ray Spallation',c:'#d4714e',d:'Created when <em>high-energy cosmic rays</em> smash into heavier interstellar atoms, chipping off fragments. The primary source of lithium, beryllium, and boron.'}, 
 +HU:{k:'HU',l:'Artificial',c:'#999',d:'Created in <em>particle accelerators</em> and nuclear reactors. These superheavy elements do not occur naturally and typically decay in fractions of a second.'
 +}; 
 + 
 +var TYPEBG={ 
 +'Alkali metal':'#fdecea','Alkaline earth':'#fef3e2','Transition metal':'#e8f4f0','Post-transition':'#e6eef6', 
 +'Metalloid':'#f0eef6','Nonmetal':'#fdf6e8','Halogen':'#e2f5f5','Noble gas':'#f3eefa', 
 +'Lanthanide':'#fcf0e4','Actinide':'#eef0e8' 
 +}; 
 +var TYPEB={ 
 +'Alkali metal':'#f0c5bf','Alkaline earth':'#f5ddb5','Transition metal':'#bdddd4','Post-transition':'#c5d4e6', 
 +'Metalloid':'#d5d0e6','Nonmetal':'#f0e4be','Halogen':'#b8e2e2','Noble gas':'#ddd0f0', 
 +'Lanthanide':'#f0d8b8','Actinide':'#d5d9c8' 
 +}; 
 + 
 +var EL=[ 
 +[1,'H','Hydrogen',1.008,1,1,'BB','Nonmetal','1s¹','Gas'], 
 +[2,'He','Helium',4.003,1,18,'BB','Noble gas','1s²','Gas'], 
 +[3,'Li','Lithium',6.941,2,1,'CR','Alkali metal','[He]2s¹','Solid'], 
 +[4,'Be','Beryllium',9.012,2,2,'CR','Alkaline earth','[He]2s²','Solid'], 
 +[5,'B','Boron',10.81,2,13,'CR','Metalloid','[He]2s²2p¹','Solid'], 
 +[6,'C','Carbon',12.01,2,14,'SS','Nonmetal','[He]2s²2p²','Solid'], 
 +[7,'N','Nitrogen',14.01,2,15,'LS','Nonmetal','[He]2s²2p³','Gas'], 
 +[8,'O','Oxygen',16.00,2,16,'LS','Nonmetal','[He]2s²2p⁴','Gas'], 
 +[9,'F','Fluorine',19.00,2,17,'LS','Halogen','[He]2s²2p⁵','Gas'], 
 +[10,'Ne','Neon',20.18,2,18,'LS','Noble gas','[He]2s²2p⁶','Gas'], 
 +[11,'Na','Sodium',22.99,3,1,'LS','Alkali metal','[Ne]3s¹','Solid'], 
 +[12,'Mg','Magnesium',24.31,3,2,'LS','Alkaline earth','[Ne]3s²','Solid'], 
 +[13,'Al','Aluminium',26.98,3,13,'LS','Post-transition','[Ne]3s²3p¹','Solid'], 
 +[14,'Si','Silicon',28.09,3,14,'LS','Metalloid','[Ne]3s²3p²','Solid'], 
 +[15,'P','Phosphorus',30.97,3,15,'LS','Nonmetal','[Ne]3s²3p³','Solid'], 
 +[16,'S','Sulfur',32.07,3,16,'LS','Nonmetal','[Ne]3s²3p⁴','Solid'], 
 +[17,'Cl','Chlorine',35.45,3,17,'LS','Halogen','[Ne]3s²3p⁵','Gas'], 
 +[18,'Ar','Argon',39.95,3,18,'LS','Noble gas','[Ne]3s²3p⁶','Gas'], 
 +[19,'K','Potassium',39.10,4,1,'SN','Alkali metal','[Ar]4s¹','Solid'], 
 +[20,'Ca','Calcium',40.08,4,2,'SN','Alkaline earth','[Ar]4s²','Solid'], 
 +[21,'Sc','Scandium',44.96,4,3,'SN','Transition metal','[Ar]3d¹4s²','Solid'], 
 +[22,'Ti','Titanium',47.87,4,4,'SN','Transition metal','[Ar]3d²4s²','Solid'], 
 +[23,'V','Vanadium',50.94,4,5,'SN','Transition metal','[Ar]3d³4s²','Solid'], 
 +[24,'Cr','Chromium',52.00,4,6,'SN','Transition metal','[Ar]3d⁵4s¹','Solid'], 
 +[25,'Mn','Manganese',54.94,4,7,'SN','Transition metal','[Ar]3d⁵4s²','Solid'], 
 +[26,'Fe','Iron',55.85,4,8,'LS','Transition metal','[Ar]3d⁶4s²','Solid'], 
 +[27,'Co','Cobalt',58.93,4,9,'SN','Transition metal','[Ar]3d⁷4s²','Solid'], 
 +[28,'Ni','Nickel',58.69,4,10,'SN','Transition metal','[Ar]3d⁸4s²','Solid'], 
 +[29,'Cu','Copper',63.55,4,11,'SN','Transition metal','[Ar]3d¹⁰4s¹','Solid'], 
 +[30,'Zn','Zinc',65.38,4,12,'SN','Transition metal','[Ar]3d¹⁰4s²','Solid'], 
 +[31,'Ga','Gallium',69.72,4,13,'SN','Post-transition','[Ar]3d¹⁰4s²4p¹','Solid'], 
 +[32,'Ge','Germanium',72.63,4,14,'SN','Metalloid','[Ar]3d¹⁰4s²4p²','Solid'], 
 +[33,'As','Arsenic',74.92,4,15,'SN','Metalloid','[Ar]3d¹⁰4s²4p³','Solid'], 
 +[34,'Se','Selenium',78.97,4,16,'SN','Nonmetal','[Ar]3d¹⁰4s²4p⁴','Solid'], 
 +[35,'Br','Bromine',79.90,4,17,'SN','Halogen','[Ar]3d¹⁰4s²4p⁵','Liquid'], 
 +[36,'Kr','Krypton',83.80,4,18,'SN','Noble gas','[Ar]3d¹⁰4s²4p⁶','Gas'], 
 +[37,'Rb','Rubidium',85.47,5,1,'SS','Alkali metal','[Kr]5s¹','Solid'], 
 +[38,'Sr','Strontium',87.62,5,2,'SS','Alkaline earth','[Kr]5s²','Solid'], 
 +[39,'Y','Yttrium',88.91,5,3,'SS','Transition metal','[Kr]4d¹5s²','Solid'], 
 +[40,'Zr','Zirconium',91.22,5,4,'SS','Transition metal','[Kr]4d²5s²','Solid'], 
 +[41,'Nb','Niobium',92.91,5,5,'SS','Transition metal','[Kr]4d⁴5s¹','Solid'], 
 +[42,'Mo','Molybdenum',95.95,5,6,'SS','Transition metal','[Kr]4d⁵5s¹','Solid'], 
 +[43,'Tc','Technetium',98,5,7,'SS','Transition metal','[Kr]4d⁵5s²','Solid'], 
 +[44,'Ru','Ruthenium',101.1,5,8,'SN','Transition metal','[Kr]4d⁷5s¹','Solid'], 
 +[45,'Rh','Rhodium',102.9,5,9,'SN','Transition metal','[Kr]4d⁸5s¹','Solid'], 
 +[46,'Pd','Palladium',106.4,5,10,'SN','Transition metal','[Kr]4d¹⁰','Solid'], 
 +[47,'Ag','Silver',107.9,5,11,'SS','Transition metal','[Kr]4d¹⁰5s¹','Solid'], 
 +[48,'Cd','Cadmium',112.4,5,12,'SS','Transition metal','[Kr]4d¹⁰5s²','Solid'], 
 +[49,'In','Indium',114.8,5,13,'SS','Post-transition','[Kr]4d¹⁰5s²5p¹','Solid'], 
 +[50,'Sn','Tin',118.7,5,14,'SS','Post-transition','[Kr]4d¹⁰5s²5p²','Solid'], 
 +[51,'Sb','Antimony',121.8,5,15,'SS','Metalloid','[Kr]4d¹⁰5s²5p³','Solid'], 
 +[52,'Te','Tellurium',127.6,5,16,'SS','Metalloid','[Kr]4d¹⁰5s²5p⁴','Solid'], 
 +[53,'I','Iodine',126.9,5,17,'SN','Halogen','[Kr]4d¹⁰5s²5p⁵','Solid'], 
 +[54,'Xe','Xenon',131.3,5,18,'SN','Noble gas','[Kr]4d¹⁰5s²5p⁶','Gas'], 
 +[55,'Cs','Caesium',132.9,6,1,'SS','Alkali metal','[Xe]6s¹','Solid'], 
 +[56,'Ba','Barium',137.3,6,2,'SS','Alkaline earth','[Xe]6s²','Solid'], 
 +[71,'Lu','Lutetium',175.0,6,3,'SN','Lanthanide','[Xe]4f¹⁴5d¹6s²','Solid'], 
 +[72,'Hf','Hafnium',178.5,6,4,'SN','Transition metal','[Xe]4f¹⁴5d²6s²','Solid'], 
 +[73,'Ta','Tantalum',180.9,6,5,'SN','Transition metal','[Xe]4f¹⁴5d³6s²','Solid'], 
 +[74,'W','Tungsten',183.8,6,6,'SN','Transition metal','[Xe]4f¹⁴5d⁴6s²','Solid'], 
 +[75,'Re','Rhenium',186.2,6,7,'SN','Transition metal','[Xe]4f¹⁴5d⁵6s²','Solid'], 
 +[76,'Os','Osmium',190.2,6,8,'SN','Transition metal','[Xe]4f¹⁴5d⁶6s²','Solid'], 
 +[77,'Ir','Iridium',192.2,6,9,'SN','Transition metal','[Xe]4f¹⁴5d⁷6s²','Solid'], 
 +[78,'Pt','Platinum',195.1,6,10,'NM','Transition metal','[Xe]4f¹⁴5d⁹6s¹','Solid'], 
 +[79,'Au','Gold',197.0,6,11,'NM','Transition metal','[Xe]4f¹⁴5d¹⁰6s¹','Solid'], 
 +[80,'Hg','Mercury',200.6,6,12,'NM','Transition metal','[Xe]4f¹⁴5d¹⁰6s²','Liquid'], 
 +[81,'Tl','Thallium',204.4,6,13,'NM','Post-transition','[Xe]4f¹⁴5d¹⁰6s²6p¹','Solid'], 
 +[82,'Pb','Lead',207.2,6,14,'NM','Post-transition','[Xe]4f¹⁴5d¹⁰6s²6p²','Solid'], 
 +[83,'Bi','Bismuth',209.0,6,15,'NM','Post-transition','[Xe]4f¹⁴5d¹⁰6s²6p³','Solid'], 
 +[84,'Po','Polonium',209,6,16,'SN','Post-transition','[Xe]4f¹⁴5d¹⁰6s²6p⁴','Solid'], 
 +[85,'At','Astatine',210,6,17,'SN','Halogen','[Xe]4f¹⁴5d¹⁰6s²6p⁵','Solid'], 
 +[86,'Rn','Radon',222,6,18,'SN','Noble gas','[Xe]4f¹⁴5d¹⁰6s²6p⁶','Gas'], 
 +[87,'Fr','Francium',223,7,1,'SN','Alkali metal','[Rn]7s¹','Solid'], 
 +[88,'Ra','Radium',226,7,2,'SN','Alkaline earth','[Rn]7s²','Solid'], 
 +[103,'Lr','Lawrencium',266,7,3,'HU','Actinide','[Rn]5f¹⁴7s²7p¹','Solid'], 
 +[104,'Rf','Rutherfordium',267,7,4,'HU','Transition metal','[Rn]5f¹⁴6d²7s²','Solid'], 
 +[105,'Db','Dubnium',268,7,5,'HU','Transition metal','[Rn]5f¹⁴6d³7s²','Solid'], 
 +[106,'Sg','Seaborgium',269,7,6,'HU','Transition metal','[Rn]5f¹⁴6d⁴7s²','Solid'], 
 +[107,'Bh','Bohrium',270,7,7,'HU','Transition metal','[Rn]5f¹⁴6d⁵7s²','Solid'], 
 +[108,'Hs','Hassium',277,7,8,'HU','Transition metal','[Rn]5f¹⁴6d⁶7s²','Solid'], 
 +[109,'Mt','Meitnerium',278,7,9,'HU','Transition metal','[Rn]5f¹⁴6d⁷7s²','Solid'], 
 +[110,'Ds','Darmstadtium',281,7,10,'HU','Transition metal','[Rn]5f¹⁴6d⁸7s²','Solid'], 
 +[111,'Rg','Roentgenium',282,7,11,'HU','Transition metal','[Rn]5f¹⁴6d⁹7s²','Solid'], 
 +[112,'Cn','Copernicium',285,7,12,'HU','Transition metal','[Rn]5f¹⁴6d¹⁰7s²','Solid'], 
 +[113,'Nh','Nihonium',286,7,13,'HU','Post-transition','[Rn]5f¹⁴6d¹⁰7s²7p¹','Solid'], 
 +[114,'Fl','Flerovium',289,7,14,'HU','Post-transition','[Rn]5f¹⁴6d¹⁰7s²7p²','Solid'], 
 +[115,'Mc','Moscovium',290,7,15,'HU','Post-transition','[Rn]5f¹⁴6d¹⁰7s²7p³','Solid'], 
 +[116,'Lv','Livermorium',293,7,16,'HU','Post-transition','[Rn]5f¹⁴6d¹⁰7s²7p⁴','Solid'], 
 +[117,'Ts','Tennessine',294,7,17,'HU','Halogen','[Rn]5f¹⁴6d¹⁰7s²7p⁵','Solid'], 
 +[118,'Og','Oganesson',294,7,18,'HU','Noble gas','[Rn]5f¹⁴6d¹⁰7s²7p⁶','Solid'], 
 +[57,'La','Lanthanum',138.9,8,4,'SS','Lanthanide','[Xe]5d¹6s²','Solid'], 
 +[58,'Ce','Cerium',140.1,8,5,'SS','Lanthanide','[Xe]4f¹5d¹6s²','Solid'], 
 +[59,'Pr','Praseodymium',140.9,8,6,'SS','Lanthanide','[Xe]4f³6s²','Solid'], 
 +[60,'Nd','Neodymium',144.2,8,7,'SN','Lanthanide','[Xe]4f⁴6s²','Solid'], 
 +[61,'Pm','Promethium',145,8,8,'SN','Lanthanide','[Xe]4f⁵6s²','Solid'], 
 +[62,'Sm','Samarium',150.4,8,9,'SN','Lanthanide','[Xe]4f⁶6s²','Solid'], 
 +[63,'Eu','Europium',152.0,8,10,'SN','Lanthanide','[Xe]4f⁷6s²','Solid'], 
 +[64,'Gd','Gadolinium',157.3,8,11,'SN','Lanthanide','[Xe]4f⁷5d¹6s²','Solid'], 
 +[65,'Tb','Terbium',158.9,8,12,'SN','Lanthanide','[Xe]4f⁹6s²','Solid'], 
 +[66,'Dy','Dysprosium',162.5,8,13,'SN','Lanthanide','[Xe]4f¹⁰6s²','Solid'], 
 +[67,'Ho','Holmium',164.9,8,14,'SN','Lanthanide','[Xe]4f¹¹6s²','Solid'], 
 +[68,'Er','Erbium',167.3,8,15,'SN','Lanthanide','[Xe]4f¹²6s²','Solid'], 
 +[69,'Tm','Thulium',168.9,8,16,'SN','Lanthanide','[Xe]4f¹³6s²','Solid'], 
 +[70,'Yb','Ytterbium',173.0,8,17,'SN','Lanthanide','[Xe]4f¹⁴6s²','Solid'], 
 +[89,'Ac','Actinium',227,9,4,'SN','Actinide','[Rn]6d¹7s²','Solid'], 
 +[90,'Th','Thorium',232.0,9,5,'NM','Actinide','[Rn]6d²7s²','Solid'], 
 +[91,'Pa','Protactinium',231.0,9,6,'NM','Actinide','[Rn]5f²6d¹7s²','Solid'], 
 +[92,'U','Uranium',238.0,9,7,'NM','Actinide','[Rn]5f³6d¹7s²','Solid'], 
 +[93,'Np','Neptunium',237,9,8,'HU','Actinide','[Rn]5f⁴6d¹7s²','Solid'], 
 +[94,'Pu','Plutonium',244,9,9,'HU','Actinide','[Rn]5f⁶7s²','Solid'], 
 +[95,'Am','Americium',243,9,10,'HU','Actinide','[Rn]5f⁷7s²','Solid'], 
 +[96,'Cm','Curium',247,9,11,'HU','Actinide','[Rn]5f⁷6d¹7s²','Solid'], 
 +[97,'Bk','Berkelium',247,9,12,'HU','Actinide','[Rn]5f⁹7s²','Solid'], 
 +[98,'Cf','Californium',251,9,13,'HU','Actinide','[Rn]5f¹⁰7s²','Solid'], 
 +[99,'Es','Einsteinium',252,9,14,'HU','Actinide','[Rn]5f¹¹7s²','Solid'], 
 +[100,'Fm','Fermium',257,9,15,'HU','Actinide','[Rn]5f¹²7s²','Solid'], 
 +[101,'Md','Mendelevium',258,9,16,'HU','Actinide','[Rn]5f¹³7s²','Solid'], 
 +[102,'No','Nobelium',259,9,17,'HU','Actinide','[Rn]5f¹⁴7s²','Solid'
 +]; 
 + 
 +/* ── LEGENDS ── */ 
 +var legs=document.getElementById('cptLegs'); 
 + 
 +var oLeg=document.createElement('div');oLeg.className='cpt-leg'; 
 +oLeg.innerHTML='<span class="cpt-leg-title">Origin</span>'; 
 +var filt=null; 
 +Object.values(ORI).forEach(function(o){ 
 +  var d=document.createElement('div');d.className='cpt-li'; 
 +  d.innerHTML='<span class="cpt-ld" style="background:'+o.c+'"></span>'+o.l; 
 +  d.onclick=function(){ 
 +    if(filt===o.k){filt=null;oLeg.querySelectorAll('.cpt-li').forEach(function(x){x.classList.remove('on')});document.querySelectorAll('.cpt-e').forEach(function(x){x.classList.remove('dim','hi');x.style.pointerEvents=''});
 +    else{filt=o.k;oLeg.querySelectorAll('.cpt-li').forEach(function(x){x.classList.remove('on')});d.classList.add('on');document.querySelectorAll('.cpt-e').forEach(function(x){if(x.dataset.o===o.k){x.classList.remove('dim');x.classList.add('hi');x.style.pointerEvents='';}else{x.classList.add('dim');x.classList.remove('hi');x.style.pointerEvents='none';}});
 +  }; 
 +  oLeg.appendChild(d); 
 +}); 
 +legs.appendChild(oLeg); 
 + 
 +var tLeg=document.createElement('div');tLeg.className='cpt-leg'; 
 +tLeg.innerHTML='<span class="cpt-leg-title">Type</span>'; 
 +var types=['Alkali metal','Alkaline earth','Transition metal','Post-transition','Metalloid','Nonmetal','Halogen','Noble gas','Lanthanide','Actinide']; 
 +types.forEach(function(t){ 
 +  var d=document.createElement('div');d.className='cpt-li noc'; 
 +  d.innerHTML='<span class="cpt-ls" style="background:'+TYPEBG[t]+'"></span>'+t; 
 +  tLeg.appendChild(d); 
 +}); 
 +legs.appendChild(tLeg); 
 + 
 +/* ── GRID ── */ 
 +var g=document.getElementById('cptG'); 
 + 
 +EL.forEach(function(el){ 
 +  if(el[4]>=8) return; 
 +  var d=mkCell(el);d.style.gridRow=el[4];d.style.gridColumn=el[5]; 
 +  g.appendChild(d); 
 +}); 
 + 
 +var sp=document.createElement('div');sp.className='cpt-sp';sp.style.gridRow='8';g.appendChild(sp); 
 +var ll=document.createElement('div');ll.className='cpt-lb';ll.style.gridRow='9'; 
 +ll.innerHTML='57–70 &nbsp;<span style="font-style:normal;color:#c9a06a">▸</span>'; 
 +g.appendChild(ll); 
 +var al=document.createElement('div');al.className='cpt-lb';al.style.gridRow='10'; 
 +al.innerHTML='89–102 &nbsp;<span style="font-style:normal;color:#a5ab8a">▸</span>'; 
 +g.appendChild(al); 
 + 
 +EL.forEach(function(el){ 
 +  if(el[4]!==8) return; 
 +  var d=mkCell(el);d.style.gridRow='9';d.style.gridColumn=el[5]; 
 +  g.appendChild(d); 
 +}); 
 +EL.forEach(function(el){ 
 +  if(el[4]!==9) return; 
 +  var d=mkCell(el);d.style.gridRow='10';d.style.gridColumn=el[5]; 
 +  g.appendChild(d); 
 +}); 
 + 
 +function mkCell(el){ 
 +  var z=el[0],sym=el[1],ori=el[6],typ=el[7]; 
 +  var d=document.createElement('div');d.className='cpt-e';d.dataset.o=ori; 
 +  d.style.setProperty('--oc',ORI[ori]?ORI[ori].c:'#999'); 
 +  d.style.background=TYPEBG[typ]||'#f7f7f5'; 
 +  d.style.borderColor=TYPEB[typ]||'#e0dfdb'; 
 +  d.innerHTML='<span class="z">'+z+'</span><span class="s">'+sym+'</span>'; 
 +  d.onclick=function(){openM(el)}; 
 +  return d; 
 +
 + 
 +/* ── MODAL ── */ 
 +var ov=document.getElementById('cptO'),bd=document.getElementById('cptB'),cv=document.getElementById('cptC'),anim=null; 
 + 
 +function openM(el){ 
 +  var z=el[0],sym=el[1],nm=el[2],mass=el[3],ori=el[6],grp=el[7],ec=el[8],ph=el[9],o=ORI[ori]; 
 +  bd.innerHTML='<div class="cpt-sy" style="color:'+o.c+'">'+sym+'</div>' 
 +    +'<div class="cpt-nm">'+nm+'</div>' 
 +    +'<div class="cpt-mt">Z = '+z+' · '+mass+' u · '+grp+'</div>' 
 +    +'<div class="cpt-ps">' 
 +    +'<div class="cpt-p"><div class="cpt-pl">Electron Config</div><div class="cpt-pv">'+ec+'</div></div>' 
 +    +'<div class="cpt-p"><div class="cpt-pl">Phase (STP)</div><div class="cpt-pv">'+ph+'</div></div>' 
 +    +'<div class="cpt-p"><div class="cpt-pl">Atomic Number</div><div class="cpt-pv">'+z+'</div></div>' 
 +    +'<div class="cpt-p"><div class="cpt-pl">Atomic Mass</div><div class="cpt-pv">'+mass+' u</div></div>' 
 +    +'</div>' 
 +    +'<div class="cpt-os">' 
 +    +'<div class="cpt-bg" style="background:'+o.c+'">'+o.l+'</div>' 
 +    +'<div class="cpt-od">'+o.d+'</div>' 
 +    +'</div>'; 
 +  ov.classList.add('open');startA(z,o.c); 
 +
 + 
 +function closeM(){ov.classList.remove('open');if(anim){cancelAnimationFrame(anim);anim=null;}} 
 +document.getElementById('cptX').onclick=closeM; 
 +ov.onclick=function(e){if(e.target===ov)closeM()}; 
 +document.addEventListener('keydown',function(e){if(e.key==='Escape')closeM()}); 
 + 
 +/* ── ATOM ANIMATION ── */ 
 +function h2(h,a){var r=parseInt(h.slice(1,3),16),gg=parseInt(h.slice(3,5),16),b=parseInt(h.slice(5,7),16);return'rgba('+r+','+gg+','+b+','+a+')';
 + 
 +function startA(z,col){ 
 +  if(anim)cancelAnimationFrame(anim); 
 +  var w=cv.parentElement,dpr=window.devicePixelRatio||1; 
 +  cv.width=w.clientWidth*dpr;cv.height=w.clientHeight*dpr; 
 +  var ctx=cv.getContext('2d');ctx.scale(dpr,dpr); 
 +  var W=w.clientWidth,H=w.clientHeight,cx=W/2,cy=H/2; 
 +  var shells=[],mx=[2,8,18,32,32,18,8],rem=z; 
 +  for(var i=0;i<mx.length&&rem>0;i++){var n=Math.min(rem,mx[i]);shells.push(n);rem-=n;
 +  var nR=Math.min(10,3.5+z*0.05),np=Math.min(z*2,60),nuc=[]; 
 +  for(var i=0;i<np;i++){var a=Math.random()*Math.PI*2,r=Math.random()*nR;nuc.push({x:Math.cos(a)*r,y:Math.sin(a)*r,vx:(Math.random()-.5)*.25,vy:(Math.random()-.5)*.25,t:i<z?'p':'n',sz:1.5+Math.random()*.8});
 +  var els=[]; 
 +  shells.forEach(function(c,si){var bR=24+si*16;for(var i=0;i<c;i++)els.push({a:(Math.PI*2/c)*i+Math.random()*.4,sp:(.007+Math.random()*.005)*(si%2===0?1:-1),r:bR+(Math.random()-.5)*5,tilt:.12+si*.1+Math.random()*.08});}); 
 + 
 +  function draw(){ 
 +    ctx.clearRect(0,0,W,H); 
 +    var bg=ctx.createRadialGradient(cx,cy,0,cx,cy,W*.5); 
 +    bg.addColorStop(0,h2(col,.04));bg.addColorStop(1,'transparent'); 
 +    ctx.fillStyle=bg;ctx.fillRect(0,0,W,H); 
 +    shells.forEach(function(_,si){var r=24+si*16;ctx.strokeStyle='rgba(0,0,0,.04)';ctx.lineWidth=.5;ctx.beginPath();ctx.ellipse(cx,cy,r,r*.6,si*.25,0,Math.PI*2);ctx.stroke();}); 
 +    var ng=ctx.createRadialGradient(cx,cy,0,cx,cy,nR*2.5); 
 +    ng.addColorStop(0,h2(col,.3));ng.addColorStop(.6,h2(col,.06));ng.addColorStop(1,'transparent'); 
 +    ctx.fillStyle=ng;ctx.beginPath();ctx.arc(cx,cy,nR*2.5,0,Math.PI*2);ctx.fill(); 
 +    nuc.forEach(function(p){ 
 +      p.x+=p.vx;p.y+=p.vy;var d=Math.sqrt(p.x*p.x+p.y*p.y); 
 +      if(d>nR){p.vx-=p.x*.02;p.vy-=p.y*.02;
 +      p.vx+=(Math.random()-.5)*.08;p.vy+=(Math.random()-.5)*.08;p.vx*=.97;p.vy*=.97; 
 +      ctx.fillStyle=p.t==='p'?h2(col,.8):'rgba(160,170,180,.5)'; 
 +      ctx.beginPath();ctx.arc(cx+p.x,cy+p.y,p.sz,0,Math.PI*2);ctx.fill(); 
 +    }); 
 +    els.forEach(function(e){ 
 +      e.a+=e.sp; 
 +      var ex=cx+Math.cos(e.a)*e.r,ey=cy+Math.sin(e.a)*e.r*.6*Math.cos(e.tilt); 
 +      ctx.strokeStyle=h2(col,.06);ctx.lineWidth=1;ctx.beginPath(); 
 +      for(var i=0;i<6;i++){var ta=e.a-e.sp*i*3,tx=cx+Math.cos(ta)*e.r,ty=cy+Math.sin(ta)*e.r*.6*Math.cos(e.tilt);if(i===0)ctx.moveTo(tx,ty);else ctx.lineTo(tx,ty);
 +      ctx.stroke(); 
 +      var eg=ctx.createRadialGradient(ex,ey,0,ex,ey,5); 
 +      eg.addColorStop(0,h2(col,.5));eg.addColorStop(1,'transparent'); 
 +      ctx.fillStyle=eg;ctx.beginPath();ctx.arc(ex,ey,5,0,Math.PI*2);ctx.fill(); 
 +      ctx.fillStyle=h2(col,.85);ctx.beginPath();ctx.arc(ex,ey,1.6,0,Math.PI*2);ctx.fill(); 
 +    }); 
 +    anim=requestAnimationFrame(draw); 
 +  } 
 +  draw(); 
 +
 +})(); 
 +</script>
 </html> </html>
 +
 +The periodic table is one of the most powerful maps in all of science — a single chart that organises every known atom in the universe by the number of protons in its nucleus (the atomic number, Z) and by the arrangement of its electrons. Reading left to right across a period, each step adds one proton; reading top to bottom down a group, each step adds a new shell of electrons. The result is a profound regularity: elements in the same column share chemical personalities. Hydrogen sits alone at the top-left, the universe's most abundant atom, while the noble gases stand aloof at the far right, chemically inert and serene.
 +
 +What makes this table extraordinary for this course is that it encodes where each element was born. The colour-coded origin legend reveals seven distinct forges: the Big Bang produced hydrogen and helium in the first fifteen minutes; small and massive stars built everything from carbon to iron through nuclear fusion; supernovae and neutron-star mergers — violent, cataclysmic events — forged the heavy elements like gold, platinum, and uranium in seconds. Even the keyboard you type on, the calcium in your bones, the iodine in your thyroid — each atom carries the memory of a specific astrophysical event billions of years in the past.
  
 ===== - Origin of heavy elements ===== ===== - Origin of heavy elements =====
  
-{{:bn:courses:ast100:starfurnace.webp?nolink|}}+A massive star begins its life in hydrostatic equilibrium, balancing the relentless inward pull of gravity with the outward radiation pressure generated by nuclear fusion. In its core, hydrogen fuses into helium at temperatures of at least 10 million kelvins, a stable phase that lasts for millions of years. Eventually, the core exhausts its hydrogen fuel, causing outward pressure to drop and gravity to momentarily win. As the core contracts, gravitational energy converts to heat, driving temperatures high enough to ignite a shell of hydrogen just outside the now-helium core. This intense shell-burning causes the star's outer envelope to drastically expand and cool, transforming the massive star into a bloated red supergiant. 
 + 
 +{{:courses:ast100:starfurnace.webp?nolink|}} 
 + 
 +Deep within the red supergiant, the contracting helium core eventually reaches 100 million kelvins, igniting the triple-alpha process to forge carbon. This establishes a pattern: as each fuel is exhausted at the center, the core contracts, heats up, and ignites the next heavier element, while previous fuels continue to burn in concentric shells above, building an "onion-like" layered structure. The deeper shells burn with terrifying speed as temperatures climb. For a massive star 20 times the mass of our Sun, carbon fusion at 600 million kelvins exhausts itself in about 1,000 years, oxygen fusion lasts for just one year, and the desperate stage of silicon fusion persists for only about one week. This rapid nucleosynthesis culminates in the formation of an inert iron core, which is so tightly bound that it cannot undergo fusion to produce energy. 
 + 
 +When the iron core grows too massive to support its own weight, it collapses in a fraction of a second, driving central temperatures to nearly 10 billion kelvins. This intense heat triggers photodisintegration, breaking iron nuclei apart and accelerating the catastrophic collapse until the core rebounds at nuclear densities. This rebound sends a violently energetic shockwave outward, blasting the star's enriched outer layers into interstellar space in a core-collapse supernova. During the first 15 minutes of this staggeringly powerful explosion, an immense flood of free neutrons bombards the expanding nuclei. Through this rapid neutron capture, or r-process, the supernova synthesizes the heaviest elements in the universe—such as silver, gold, uranium, and plutonium—seeding the cosmos with the chemical complexity required for future worlds. 
 + 
 +When a massive star reaches the end of its life, its iron core collapses and violently rebounds, triggering a catastrophic core-collapse supernova. During the first 15 minutes of this staggering explosion, the immense violence breaks apart existing heavy nuclei, releasing a dramatic flood of free neutrons. In this extreme environment, the rate of neutron capture is so extraordinarily high that intermediate-weight and unstable nuclei are forcefully jammed with multiple neutrons before they have any time to radioactively decay. This mechanism, known as the **r-process** (rapid neutron capture), synthesizes the universe's heaviest and most valuable elements—including silver, gold, uranium, and plutonium—which cannot be formed during normal stellar fusion. The explosion then blasts these newly forged elements into interstellar space at tens of thousands of kilometers per second, enriching the cosmos. 
 + 
 +Beyond the deaths of single massive stars, other violent cosmic interactions also serve as crucial forges for heavy elements. Astronomers now believe that considerable amounts of gold and other heavy elements may be synthesized during the catastrophic collision and merger of two ultradense **neutron stars**, events that are also thought to be the source of some gamma-ray bursts. Additionally, in binary systems where a carbon-oxygen white dwarf steals too much matter from a companion star, it can become unstable and undergo a runaway nuclear detonation. This triggers a **Type Ia supernova**, an explosion that completely incinerates the white dwarf and ejects particularly large quantities of iron and other heavy elements into the galaxy. 
courses/ast100/5.1.1774169453.txt.gz · Last modified: by asad

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki