// UBP — Personal Dapp dashboard. Researcher's "operating system". // Layout: chrome bar / left rail / hero header / 3-col grid of working panels. function UBPDapp() { const profileHeader = (
M
M. Harriot
UBID·0x7a91…3fc2
TIS 85.8 NEUROSCI
); const sectionRails = { workspace: ( <> {profileHeader} ), identity: ( <> {profileHeader} ), lab: ( <> {profileHeader} ), markets: ( <> {profileHeader} ), infra: ( <> {profileHeader} ), admin: ( <> {profileHeader} ), }; return ( Good evening, Malcolm.} sub="Three review requests, one milestone payout, and a draft awaiting your sign-off." actions={<> Search ecosystem New notebook } />
{/* True Impact Score card with breakdown */} +1.4 / 30d}>
85.8
11-MONTH TREND
{[ ['Knowledge creation', 0.83, '22%'], ['Peer & societal impact', 0.72, '18%'], ['Peer review', 0.78, '12%'], ['Leadership / collab', 0.69, '18%'], ['Recognition & funding', 0.81, '18%'], ['Adaptability & ethics', 0.74, '12%'], ].map(([k, v, w]) => (
{k}{w}
))}
{/* Wallet */}
12,840 UBR
≈ $4,212.16 · staked 4,000 · in escrow 280
SendReceiveStake
RECENT
{[ ['+ 250.00', 'Review reward · J.NEURO #4811', '2m'], ['+ 1,200', 'Grant milestone · UCSF/NSF-1198', '4h'], ['– 18.40', 'Storage tier upgrade', '1d'], ['+ 84.20', 'Citation royalty · 7 papers', '2d'], ].map((r, i) => ( ))}
{/* Inbox / actions */} {[ { icon: Icon.doc, t: 'Review request', s: 'Glial-mediated synaptic pruning', meta: 'J.NeuroSci · bounty 320 UBR', tone: 'accent' }, { icon: Icon.flask, t: 'Milestone sign-off', s: 'Cortical organoid M3 — UCSF DAO', meta: 'releases 8,400 UBR', tone: 'ok' }, { icon: Icon.branch, t: 'Notebook fork', s: 'A. Mwangi forked your protocol #P-219', meta: '12h ago', tone: 'info' }, { icon: Icon.cube, t: 'IP-token vote', s: 'NeuroPlast IP-NFT royalty split', meta: 'closes in 2d 4h', tone: 'warn' }, ].map((a, i) => (
{a.icon}
{a.t} {a.tone === 'accent' ? 'NEW' : a.tone === 'warn' ? 'CLOSING' : 'OPEN'}
{a.s}
{a.meta}
))}
{/* Active research */} Open Labbook →} style={{ gridColumn: 'span 2' }}>
{[ { id: 'NB-219', name: 'Glia–neuron synaptic pruning in early cortex', stage: 'Preprint draft', prog: 0.78, contrib: 7, funds: '14,200', tone: 'ok' }, { id: 'NB-204', name: 'Reproducing Lin et al. — astrocyte gating', stage: 'Reproduction', prog: 0.42, contrib: 3, funds: '3,600', tone: 'info' }, { id: 'NB-231', name: 'In-silico model of dendritic plasticity', stage: 'Hypothesis', prog: 0.18, contrib: 12, funds: '0', tone: 'warn' }, { id: 'NB-187', name: 'Open dataset · murine cortex 2P imaging', stage: 'Data release', prog: 0.95, contrib: 21, funds: '600', tone: 'accent' }, ].map(n => (
{n.id} {n.stage.toUpperCase()}
{n.name}
{n.contrib} CONTRIB. {n.funds} UBR
))}
{/* Network ticker */}
BLOCK
8,419,206
finality 980ms · 99.97% up
UBR / USD
$0.328 +4.21%
); } window.UBPDapp = UBPDapp;