// Institution / Grant DAO Dapp — universities and funders running on-chain grant programs. function InstitutionDapp() { const sidebar = ( <>
INSTITUTION
UCSF Weill Institute
GRID·grid.266102.1
); return ( New pool Sign milestone } />
{/* Treasury overview */}
{[ ['Treasury', '4.21M', 'UBR'], ['Committed', '2.84M', '67%'], ['Open pools', '6', '38 grantees'], ['Avg cycle', '14d', 'milestone → release'], ['Repro return', '94%', 'reproducible papers'], ].map((s, i) => (
{s[0].toUpperCase()}
{s[1]}
{s[2]}
))}
{[ { id: 'P-018', t: 'Computational neuroscience · 2026', size: '1.2M', filled: 0.62, slots: '12 / 18', cycle: 'Q2 cycle · open 4d' }, { id: 'P-017', t: 'Open-data infrastructure · year-round', size: '480K', filled: 0.85, slots: '6 / 8', cycle: 'rolling' }, { id: 'P-016', t: 'Negative results & reproductions', size: '320K', filled: 0.40, slots: '8 / 20', cycle: 'rolling' }, { id: 'P-015', t: 'Early-career fellowships · cohort III', size: '900K', filled: 0.95, slots: '14 / 14', cycle: 'closed · in delivery' }, { id: 'P-014', t: 'Translational neuro × industry', size: '1.4M', filled: 0.71, slots: '5 / 7', cycle: 'matched 1:1' }, ].map((p, i) => (
{p.id}
{p.t}
{p.cycle}
{p.size}
{p.slots} Manage →
))}
{[ ['NB-219', 'M3 · Cohort 4 imaging complete', '8,400'], ['NB-204', 'M2 · Independent reproduction', '3,000'], ['NB-114', 'M5 · Final manuscript dPID', '12,000'], ['NB-066', 'M2 · Open dataset release', '2,400'], ].map((m, i) => (
{m[0]}
{m[1]}
+{m[2]} Sign
))}
Allocate 600K UBR to a new "Open Brain Atlas" pool?
quorum 38 / 40 · closes in 1d 14h
FOR 72%
18%
10%
Vote FOR Against Abstain
); } window.InstitutionDapp = InstitutionDapp;