The Spherical Periodic Table

Relational chemistry in three dimensions

Alkali
Alkaline
Transition
Post-transition
Metalloid
Nonmetal
Halogen
Noble
Lanth/Act
drag to rotate · scroll to zoom · click an element
↓ the flat table

The Flat Table

The convention, preserved — click any element to sync with the sphere
// Listen for flat-table selection → show the info panel document.addEventListener('element-selected', (e) => { const num = e.detail.num; const el = ELEMENTS.find(x => x[0] === num); if (el) showInfo(el); });