一个关于人类记忆如何储存的开放研究索引,重点覆盖海马—皮层网络、CA3、记忆印迹、系统巩固、睡眠重放与当前争议。
The project is a Convex-only website: Convex serves the interface through HTTP Actions and stores public guestbook messages in its database. No separate frontend host is required.
convex/page.ts: the complete responsive web pageconvex/http.ts:/,/comments, and/healthHTTP routesconvex/comments.ts: internal guestbook query and mutation with rate limitingconvex/schema.ts: guestbook table and indexes
No Vercel, Netlify, or separate frontend host is required. The production page is served at https://<deployment>.convex.site.
npm install
npx convex dev
npm run typecheck
npm run deployThe first npx convex dev run will ask you to sign in and create or select a Convex project. Local deployment values are written to .env.local, which is intentionally ignored by Git.
Convex offers a $0/month Free plan for personal projects and prototypes. This project intentionally uses the provided .convex.site address.
The website copy is adapted from docs/research-index.md and links directly to cited journal, PubMed, or PMC pages. Evidence is labeled from A (high consensus) to D (frontier direction), and animal evidence is distinguished from direct human evidence.
Corrections, newer papers, replication evidence, and clearer explanations are welcome. Open an Issue for discussion or submit a Pull Request. Research claims should include a primary paper or authoritative review and describe whether the evidence comes from humans, animals, or computational models.