// Publication Dapp — on-chain publishing, peer review queue, royalty splits. function PublicationDapp() { const sidebar = ( <>
JOURNAL
Open J. Neuroscience
OJN · IF 6.42 · 482 papers
); return ( Filter Issue dPID } />
{/* Submissions table */} {[ ['dpid:042901', 'Astrocyte Ca²⁺ waves modulate cortical sleep states', 4, 'PEER REVIEW', '480', 6, 'info'], ['dpid:042898', 'A graph-neural model of hippocampal replay', 3, 'AUTHOR REV.', '320', 2, 'warn'], ['dpid:042893', 'Reproduction: Lin et al. 2023 — astrocyte gating', 2, 'PUBLISHED', '150', 0, 'ok'], ['dpid:042889', 'Single-cell atlas · murine V1 layer 5', 6, 'PEER REVIEW', '600', 9, 'info'], ['dpid:042884', 'Closed-loop optogenetics for stress-resilient circuits', 5, 'COPY EDIT', '280', 1, 'accent'], ['dpid:042881', 'Negative result — failure to reproduce Park 2022', 1, 'PEER REVIEW', '420', 11, 'info'], ['dpid:042875', 'Methods — robust spike sorting in low-SNR regimes', 3, 'PRE-PRINT', '180', 14, 'default'], ['dpid:042871', 'A Bayesian framework for cross-species comparison', 2, 'DECISION', '360', 18, 'warn'], ].map((r, i) => ( {r[1]} }, { v: r[2], w: '50px' }, { v: {r[3]}, w: '90px' }, { v: {r[4]}, w: '70px', style: { textAlign: 'right' } }, { v: r[5] === 0 ? '—' : `${r[5]}d`, w: '40px', style: { color: r[5] > 10 ? UB.bad : UB.ink3, textAlign: 'right' } }, ]} /> ))} {/* Right rail */}
Open}>
Astrocyte Ca²⁺ waves modulate cortical sleep states
Park, J., Mwangi, A., Tanaka, R., et al. · submitted 6 days ago
REVIEWER QUEUE
{[ ['anon-7f3a', 'TIS 78 · neuro · 12 prior reviews', 'COMMITTED'], ['anon-c019', 'TIS 82 · ml · 8 prior reviews', 'IN PROGRESS'], ['m.harriot', 'TIS 86 · open name · 41 prior', 'INVITED'], ].map((r, i) => (
{r[0]}
{r[1]}
{r[2]}
))}
AUTO-DISTRIBUTED ON ACCEPTANCE
{[ ['Authors (4)', 60], ['Reviewers (3)', 8], ['Reproducibility pool', 8], ['Journal — OJN', 14], ['UB protocol fee', 4], ['Storage / compute', 6], ].map(([k, v]) => (
{k}{v}%
))}
); } window.PublicationDapp = PublicationDapp;