// Quantum Spaces — Get Involved (expanding link list + follow form + Photy). function GetInvolved() { const [open, setOpen] = React.useState(null); const toggle = (id) => setOpen(open === id ? null : id); return (
Get involved

This is a long project. We're glad you're here early.

You don't need to have an opinion to participate. Just curiosity. Whether you want to explore your own environment, contribute data, pursue certification, or simply follow the science — there's a place for you here.

toggle("fp")}>
Explore Friendly Photons
Map EMR · Contribute readings · Join the community
{open === "fp" && (

FriendlyPhotons is the community-powered EMR mapping app. Explore electromagnetic environments at real locations, contribute readings with your own meter, and join a growing community.

)}
toggle("cert")}>
EMR Certification Program
For businesses and property owners
{open === "cert" && (
In progress — check back for updates.
)}
toggle("follow")}>
Follow the project
Updates on research, data, and what's next
{open === "follow" && (

Get occasional updates on research, data milestones, and new features. No spam — just signal.

e.stopPropagation()}>
)}
); } Object.assign(window, { GetInvolved });