// UBP sub-page: Personal Research Manager. // Mendeley-like 3-pane workspace — organize, AI search, summarize, cite, // push references on-chain when needed (provenance + dPID anchor). function PRMRail({ active }) { return ( <>
M
M. Harriot
UBID·0x7a91…3fc2
TIS 85.8 1,418 REFS
); } // ───────────────────────────────────────────── PERSONAL RESEARCH MANAGER ───── function ResearchManagerDapp() { // Collections (folders) const collections = [ { k: 'astro-sleep', label: 'Astrocytes · sleep', n: 84, active: true }, { k: 'glia-hetero', label: 'Glia heterogeneity', n: 56 }, { k: 'repro', label: 'Reproducibility & methods', n: 38 }, { k: 'open-imaging', label: 'Open imaging tooling', n: 62 }, { k: 'reviews', label: 'Reviews · 2025 cycle', n: 14, badge: 'reviewing' }, { k: 'patent', label: 'Patent prior-art · H-3', n: 22, badge: 'IP' }]; const smart = [ ['Unread · last 30d', 22], ['Cited by my drafts', 412], ['Annotated', 218], ['Watch-list authors', 36], ['Conflicting findings', 8]]; // Papers in current collection (Astrocytes · sleep) const papers = [ { sel: true, pin: true, type: 'UB', onchain: true, title: 'Astrocytic gating of slow-wave sleep across cortical depth', authors: 'Harriot M., Singh L., Okafor R., +4', venue: 'UB-Chain · dPID·a92f.04', year: 2025, cited: 12, anno: 18, tags: ['#astrocyte', '#sleep'], flag: 'YOUR PAPER' }, { sel: false, type: 'PDF', onchain: false, title: 'Sleep depth from astrocyte calcium dynamics — RIKEN replication', authors: 'Yamamoto K., Tanaka H., Mori J.', venue: 'Nature Neuroscience 28(4)', year: 2025, cited: 2, anno: 14, tags: ['#replication'], flag: 'REPLICATES YOU' }, { sel: false, type: 'bioRxiv', onchain: false, title: 'Glia heterogeneity beyond morphology: a single-cell atlas v2', authors: 'Singh L. +6 · OpenGlia Consortium', venue: 'bioRxiv 2024.11.08.621442', year: 2024, cited: 4, anno: 11, tags: ['#single-cell'] }, { sel: false, type: 'arXiv', onchain: false, title: 'Sparse decoding of cortical dynamics with scaled-attention transformers', authors: 'Patel A., Mehta R.', venue: 'arXiv:2503.18112', year: 2025, cited: 0, anno: 0, tags: ['#methods', '#ml'], flag: 'SUGGESTED' }, { sel: false, type: 'PDF', onchain: false, title: 'A reproducibility-weighted citation index for neuroimaging', authors: 'Lin C., Harriot M.', venue: 'Cell Reports Methods · 5(11)', year: 2024, cited: 6, anno: 22, tags: ['#review'] }, { sel: false, type: 'PDF', onchain: false, title: 'Negative result: μ-glia ablation does not impair LTP recall', authors: 'Yamamoto K., Mori J.', venue: 'eLife 14:e98821', year: 2025, cited: 0, anno: 0, tags: ['#negative-result'], flag: 'CONFLICTS' }, { sel: false, type: 'UB', onchain: true, title: 'Open-source 2-photon rig: BoM v3 + reproducible build', authors: 'Harriot M., Mwangi A.', venue: 'UB-Chain · dPID·56dd.01', year: 2024, cited: 8, anno: 5, tags: ['#tooling'] }, { sel: false, type: 'DOI', onchain: false, title: 'Astrocyte Ca²⁺ waves and cortical state transitions', authors: 'Pereira M., Doust J., Lin Z.', venue: 'Neuron 113(8) · 2025', year: 2025, cited: 1, anno: 6, tags: ['#astrocyte', '#methods'] }]; const inkOk = UB.ok || '#3b8c3b'; const inkBad = UB.bad || '#b6362a'; const inkWarn = UB.warn || '#b8761d'; return ( }> UBP · Research managerMENDELEY-COMPATIBLE} title="My research manager" sub="Organize references, ask the AI twin, draft citations, and push to chain on demand. 1,418 references · 14 collections · 218 annotated." actions={<> Add by DOI / arXiv / dPID Import .bib / .ris Push selection on-chain } /> {/* Top utility strip — search + AI ask */}
{Icon.search} QUERY astrocyte AND ("slow-wave" OR "delta") year:>=2024 FULL-TEXT SEMANTIC MY CITATIONS
ASK YOUR LIBRARY "Where do RIKEN's depth profiles disagree with mine?"
{/* Three-pane Mendeley-style workspace */}
{/* ─── Left: collections + smart folders ─── */}
{collections.map((c, i, arr) =>
{Icon.book} {c.label}
{c.n}
)}
+NEW COLLECTION
{smart.map((s, i, arr) =>
{s[0]} {s[1]}
)}
LOCAL CACHE4.2 / 16 GB
ON-CHAIN PINS218 refs
pinned to 8 nodes · 0.0042 UBR / mo
{/* ─── Center: paper list ─── */} {/* Filter bar */}
1 OF 84 SELECTED YEARAUTHORRELEVANCEUNREAD ⊞ list ▦ table
{/* Paper rows */}
{papers.map((p, i) =>
{p.title}
{p.authors} · {p.venue} · {p.year}
{p.type} {p.onchain && ON-CHAIN} {p.flag === 'YOUR PAPER' && YOUR PAPER} {p.flag === 'REPLICATES YOU' && REPLICATES YOU} {p.flag === 'CONFLICTS' && CONFLICTS} {p.flag === 'SUGGESTED' && AI SUGGESTED} {p.tags.map((t) => {t} )}
{p.anno > 0 &&
✎ {p.anno}
} {p.cited > 0 &&
cite·{p.cited}
}
)}
{/* Bottom batch action bar — appears when selection */}
1 SELECTED · ↗ MOVE # TAG ✎ ANNOTATE ⌥ CITE INTO DRAFT ⛓ PUSH ON-CHAIN
{/* ─── Right: details + AI assistant + on-chain panel ─── */}
{/* Selected paper detail */}
Astrocytic gating of slow-wave sleep across cortical depth
Harriot M., Singh L., Okafor R., Mwangi A., Patel S., Lin C., Tanaka H. (+1)
ON-CHAIN YOUR PAPER OPEN ACCESS PEER-REVIEWED
ABSTRACT (TRUNCATED) Slow-wave sleep is shaped by depth-specific astrocytic Ca²⁺ dynamics. Using simultaneous 2-photon imaging and laminar fEPSP recording across V1, we show that layer 5 astrocytes… + open full reader
{/* AI assistant */}
I read this paper plus 3 related (RIKEN, Pereira, Lin). Here's what I found:
SUMMARY · 3 BULLETS
L5 astrocytes show 0.4 Hz Ca²⁺ waves locked to slow-oscillation up-states; depth gradient is monotonic 2→6.
CONFLICTS
Yamamoto 2025 (eLife) reports no LTP impairment after μ-glia ablation — possibly cell-type rather than activity disagreement.
CITES YOU 12×
Pereira 2025 builds on your slow-wave figure 3 (dPID·a92f.04 / fig3).
EXPLAIN FIG 3 FIND REPLICATIONS DRAFT INTRO ¶ + ASK
{/* On-chain provenance / push */}
Anchor this reference (or your selection) to UB-Chain so its hash, your annotations, and the citation context are independently verifiable when you submit, review, or file IP.
Already pinned
dPID·a92f.04 · 8 nodes
ANCHORED
Annotations (18)
private · co-signed by lab keys
+ ANCHOR · 0.0008 UBR
Cite-bundle for draft NB-219
42 refs · BibTeX + dPIDs
+ PUSH · 0.0094 UBR
EVERYTHING · 218 ITEMS
EST 0.0420 UBR
{/* Citation styles */}
{['APA 7', 'IEEE', 'Nature', 'Cell', 'BibTeX', 'RIS', 'CSL-JSON', 'dPID-only'].map((s, i) => {s} )}
Harriot, M., Singh, L., Okafor, R., Mwangi, A., Patel, S., Lin, C., Tanaka, H., & Adeyemi, B. (2025). Astrocytic gating of slow-wave sleep across cortical depth. UB-Chain dPID·a92f.04. https://ub.chain/p/a92f.04
Copy · Drag-to-Overleaf · Push to draft NB-219 ↗ COPY
); } window.ResearchManagerDapp = ResearchManagerDapp; window.PRMRail = PRMRail;