You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create the research areas section with an overview page showing category tabs and research cards, plus detail pages displaying Markdown content, related publications, and members.
Tasks:
Create src/app/(public)/research/page.tsx with category tabs and research cards
Create src/app/(public)/research/[slug]/page.tsx with Markdown rendering
Implement ResearchCard component with title, summary, and paper count
Add Markdown rendering with KaTeX math formula support
Display related publications and members on detail page
Description:
Create the research areas section with an overview page showing category tabs and research cards, plus detail pages displaying Markdown content, related publications, and members.
Tasks:
src/app/(public)/research/page.tsxwith category tabs and research cardssrc/app/(public)/research/[slug]/page.tsxwith Markdown renderingResearchCardcomponent with title, summary, and paper countlib/db/queries/research.tsfor data queries