/* ──────────────────────────────────────────
   SAMPLE DATA
────────────────────────────────────────── */
const NOTICES = [
  {
    id: 1,
    category: '공지사항',
    date: '2026.02.18',
    title: '2026년 상반기 연구원 모집 공고',
    excerpt: '한국어문학연구소에서 박사후연구원 및 연구보조원을 모집합니다. 지원 자격 및 절차를 확인해 주세요.',
    tag: 'NOTICE',
    tagColor: 'bg-blue-100 text-blue-800',
  },
  {
    id: 2,
    category: '학술소식',
    date: '2026.02.10',
    title: '국제 한국어문학 학술대회 개최 안내',
    excerpt: '오는 4월 12일부터 13일까지 이틀간 한국어문학 국제학술대회가 서울 캠퍼스 대강당에서 개최됩니다.',
    tag: 'EVENT',
    tagColor: 'bg-emerald-100 text-emerald-800',
  },
  {
    id: 3,
    category: '출판',
    date: '2026.01.28',
    title: '『한국어문학연구』 제76집 발간',
    excerpt: '본 연구소의 등재학술지 『한국어문학연구』 제76집이 발간되었습니다. 원문은 아카이브에서 확인하세요.',
    tag: 'PUBLISH',
    tagColor: 'bg-amber-100 text-amber-800',
  },
  {
    id: 4,
    category: '강연',
    date: '2026.01.15',
    title: '특별강연: 현대 한국 소설의 디아스포라 표상',
    excerpt: '국내 저명 문학 연구자 초청 특별강연이 진행될 예정입니다. 참가 신청은 이메일로 문의 주세요.',
    tag: 'LECTURE',
    tagColor: 'bg-purple-100 text-purple-800',
  },
  {
    id: 5,
    category: '공지사항',
    date: '2025.12.30',
    title: '2025년 하반기 연구 성과 보고서 공개',
    excerpt: '연구소의 2025년 하반기 연구 활동 및 성과 보고서를 홈페이지를 통해 공개합니다.',
    tag: 'REPORT',
    tagColor: 'bg-rose-100 text-rose-800',
  },
  {
    id: 6,
    category: '학술소식',
    date: '2025.12.15',
    title: 'KCI 등재 학술지 심사 결과 발표',
    excerpt: '한국학술지인용색인(KCI)의 2025년도 학술지 평가 결과, 본 연구소 학술지가 우수 등급을 획득했습니다.',
    tag: 'NEWS',
    tagColor: 'bg-sky-100 text-sky-800',
  },
];

const ARCHIVES = [
  {
    id: 1,
    year: '2026',
    volume: '제76집',
    title: '한국어문학연구 제76집',
    subtitle: '특집: 디지털 시대의 고전문학 재해석',
    pages: 320,
    papers: 14,
    issn: '1226-7627',
    status: '최신호',
    statusColor: 'bg-navy-900 text-white',
  },
  {
    id: 2,
    year: '2025',
    volume: '제75집',
    title: '한국어문학연구 제75집',
    subtitle: '특집: 젠더와 언어 — 한국어의 성별 표현',
    pages: 298,
    papers: 12,
    issn: '1226-7627',
    status: '2025',
    statusColor: 'bg-slate-200 text-slate-700',
  },
  {
    id: 3,
    year: '2025',
    volume: '제74집',
    title: '한국어문학연구 제74집',
    subtitle: '특집: 조선시대 한문학과 번역',
    pages: 310,
    papers: 13,
    issn: '1226-7627',
    status: '2025',
    statusColor: 'bg-slate-200 text-slate-700',
  },
  {
    id: 4,
    year: '2024',
    volume: '제73집',
    title: '한국어문학연구 제73집',
    subtitle: '특집: 한국 현대시와 생태의식',
    pages: 285,
    papers: 11,
    issn: '1226-7627',
    status: '2024',
    statusColor: 'bg-slate-200 text-slate-700',
  },
  {
    id: 5,
    year: '2024',
    volume: '제72집',
    title: '한국어문학연구 제72집',
    subtitle: '특집: 방언과 국어사 연구의 새 지평',
    pages: 302,
    papers: 13,
    issn: '1226-7627',
    status: '2024',
    statusColor: 'bg-slate-200 text-slate-700',
  },
  {
    id: 6,
    year: '2023',
    volume: '제71집',
    title: '한국어문학연구 제71집',
    subtitle: '특집: 구술문학과 아카이빙',
    pages: 276,
    papers: 12,
    issn: '1226-7627',
    status: '2023',
    statusColor: 'bg-slate-200 text-slate-700',
  },
];

const RESEARCH = [
  {
    id: 1,
    category: '연구 프로젝트',
    period: '2024 – 2027',
    title: '한국 근현대 문학 디지털 아카이브 구축',
    pi: '김영수 교수',
    funding: '한국연구재단',
    status: '진행 중',
  },
  {
    id: 2,
    category: '연구 프로젝트',
    period: '2023 – 2026',
    title: '디아스포라 한국어문학 통합 연구',
    pi: '이민정 교수',
    funding: '교육부',
    status: '진행 중',
  },
  {
    id: 3,
    category: '완료 프로젝트',
    period: '2020 – 2023',
    title: '고전 시가의 감성 어휘 분류 체계 연구',
    pi: '박준호 교수',
    funding: '한국연구재단',
    status: '완료',
  },
  {
    id: 4,
    category: '완료 프로젝트',
    period: '2019 – 2022',
    title: '조선시대 한문 소설의 번역 및 주해',
    pi: '최지원 교수',
    funding: '문화체육관광부',
    status: '완료',
  },
];

