### Description: Create member directory with category-based filtering and individual profile pages showing bio, research areas, publications, and statistics. ### Tasks: - [x] Create `src/app/(public)/members/page.tsx` with category tabs and member grid - [x] Create `src/app/(public)/members/[id]/page.tsx` for individual profiles - [x] Create `src/components/member/member-card.tsx` for photo cards - [x] Create `src/components/member/member-grid.tsx` for grid layout - [x] Create `src/lib/db/queries/members.ts` for database queries - [x] Implement category filtering (Faculty, Postdoc, Graduate, Alumni) - [x] Display member stats (publication count, citation count) on detail pages - [x] Show related publications and research areas on detail pages
Description:
Create member directory with category-based filtering and individual profile pages showing bio, research areas, publications, and statistics.
Tasks:
src/app/(public)/members/page.tsxwith category tabs and member gridsrc/app/(public)/members/[id]/page.tsxfor individual profilessrc/components/member/member-card.tsxfor photo cardssrc/components/member/member-grid.tsxfor grid layoutsrc/lib/db/queries/members.tsfor database queries