/* BGA Scholarship Directory data.
   To add a scholarship, append a new object to the array below.
   Required fields: id, name, amount, deadline, level, focus, eligibility, link, description.
   focus tags drive the filter chips. Keep them consistent.
*/

window.SCHOLARSHIP_FOCUS = [
  { id: "all", label: "All Scholarships" },
  { id: "black-women", label: "Black Women & Girls" },
  { id: "hbcu", label: "HBCU Bound" },
  { id: "stem", label: "STEM" },
  { id: "arts", label: "Arts & Humanities" },
  { id: "leadership", label: "Leadership & Service" },
  { id: "first-gen", label: "First Generation" },
  { id: "colorado", label: "Colorado" },
  { id: "trades", label: "Trades & Alternatives" },
];

window.SCHOLARSHIP_LEVELS = [
  { id: "all", label: "All Grade Levels" },
  { id: "hs-junior", label: "High School Juniors" },
  { id: "hs-senior", label: "High School Seniors" },
  { id: "undergrad", label: "Current Undergraduates" },
];

window.SCHOLARSHIPS = [
  {
    id: "gates",
    name: "The Gates Scholarship",
    amount: "Full cost of attendance",
    deadline: "Mid September annually",
    level: ["hs-senior"],
    focus: ["black-women", "first-gen", "leadership"],
    eligibility: "High-achieving, minority high school seniors from low-income households. Pell-eligible.",
    description: "A last-dollar scholarship covering the full cost of attendance not covered by other financial aid, for outstanding minority high school seniors planning to attend a four-year U.S. accredited college.",
    link: "https://www.thegatesscholarship.org/",
  },
  {
    id: "jackie-robinson",
    name: "Jackie Robinson Foundation Scholarship",
    amount: "Up to $35,000 over 4 years",
    deadline: "February annually",
    level: ["hs-senior"],
    focus: ["black-women", "leadership"],
    eligibility: "Minority high school seniors with leadership potential and financial need.",
    description: "Four-year scholarship plus mentoring, leadership development, internship placement, and lifetime alumni network for graduating high school seniors of color.",
    link: "https://www.jackierobinson.org/apply/",
  },
  {
    id: "ron-brown",
    name: "Ron Brown Scholar Program",
    amount: "$40,000 over 4 years",
    deadline: "January annually",
    level: ["hs-senior"],
    focus: ["black-women", "leadership"],
    eligibility: "Black/African American high school seniors with academic excellence, leadership, and community service.",
    description: "A merit-based program supporting outstanding Black students with $10,000/year for four years, summer programming, mentorship, and an active alumni network.",
    link: "https://www.ronbrown.org/",
  },
  {
    id: "uncf-general",
    name: "UNCF General Scholarships",
    amount: "Varies, $1,000 — $10,000+",
    deadline: "Rolling, multiple programs year-round",
    level: ["hs-senior", "undergrad"],
    focus: ["black-women", "hbcu", "first-gen"],
    eligibility: "African American students attending UNCF member HBCUs and other accredited institutions.",
    description: "The United Negro College Fund administers 10+ scholarship programs annually for Black students, with both HBCU-specific and general awards.",
    link: "https://uncf.org/scholarships",
  },
  {
    id: "tom-joyner",
    name: "Tom Joyner Foundation Full Ride Scholarship",
    amount: "Full tuition, room & board",
    deadline: "October annually",
    level: ["hs-senior"],
    focus: ["black-women", "hbcu", "leadership"],
    eligibility: "African American high school seniors with 3.5+ GPA planning to attend an HBCU.",
    description: "Full ride to one of 50+ partner HBCUs, plus $2,500 stipend, awarded annually. Covers tuition, room, board, and books.",
    link: "https://tomjoynerfoundation.org/scholarships/",
  },
  {
    id: "thurgood",
    name: "Thurgood Marshall College Fund",
    amount: "Up to $6,200 per year",
    deadline: "May annually",
    level: ["hs-senior", "undergrad"],
    focus: ["black-women", "hbcu"],
    eligibility: "Students attending one of 47 TMCF member-schools (publicly-supported HBCUs).",
    description: "TMCF awards scholarships to students attending publicly-supported HBCUs and Predominantly Black Institutions (PBIs).",
    link: "https://www.tmcf.org/students-alumni/scholarship/",
  },
  {
    id: "amaezing-grace",
    name: "AmaEzing Grace Scholarship",
    amount: "$5,000",
    deadline: "April annually",
    level: ["hs-senior"],
    focus: ["black-women", "stem"],
    eligibility: "Black women pursuing STEM degrees at any accredited four-year college.",
    description: "Awarded to Black women entering STEM fields, with the goal of increasing representation in engineering, computer science, biology, and physics.",
    link: "https://www.amaezinggrace.org/",
  },
  {
    id: "naacp-agnes",
    name: "NAACP Agnes Jones Jackson Scholarship",
    amount: "Up to $2,500",
    deadline: "April annually",
    level: ["hs-senior", "undergrad"],
    focus: ["black-women", "leadership"],
    eligibility: "NAACP members under 25 with at least a 2.5 GPA and demonstrated financial need.",
    description: "Annual award for current NAACP members enrolled (or planning to enroll) full time at an accredited college or university.",
    link: "https://naacp.org/find-resources/scholarships-awards-internships/scholarships",
  },
  {
    id: "denver-scholarship",
    name: "Denver Scholarship Foundation",
    amount: "Up to $3,400 per year",
    deadline: "Spring of senior year",
    level: ["hs-senior"],
    focus: ["colorado", "first-gen"],
    eligibility: "Denver Public Schools graduates attending a DSF partner college in Colorado.",
    description: "Renewable college scholarship plus on-campus support and career services for DPS graduates pursuing a degree at a DSF partner institution.",
    link: "https://denverscholarship.org/",
  },
  {
    id: "daniels",
    name: "Daniels Scholarship Program",
    amount: "Up to $25,000 per year",
    deadline: "October of senior year",
    level: ["hs-senior"],
    focus: ["colorado", "leadership", "first-gen"],
    eligibility: "Colorado, New Mexico, Utah, or Wyoming high school seniors with character, leadership, and financial need.",
    description: "A four-year, all-encompassing scholarship covering attendance at any accredited nonprofit college or university in the U.S.",
    link: "https://www.danielsfund.org/scholarships",
  },
  {
    id: "boettcher",
    name: "Boettcher Scholarship",
    amount: "Full ride to any Colorado college",
    deadline: "November annually",
    level: ["hs-senior"],
    focus: ["colorado", "leadership"],
    eligibility: "Top Colorado high school seniors attending any Colorado college or university.",
    description: "Full tuition, fees, books, and a living stipend for outstanding Colorado seniors who choose to attend a Colorado institution.",
    link: "https://boettcherfoundation.org/scholarships/",
  },
  {
    id: "hispanic-women",
    name: "National Society of Black Engineers Scholarship",
    amount: "Varies, $500 — $5,000",
    deadline: "Rolling",
    level: ["hs-senior", "undergrad"],
    focus: ["black-women", "stem"],
    eligibility: "NSBE members pursuing engineering, computer science, or related STEM fields.",
    description: "Multiple scholarship tracks for Black students in engineering and related disciplines, awarded throughout the academic year.",
    link: "https://nsbe.org/scholarships/",
  },
  {
    id: "doodle-aviation",
    name: "Sisters of the Skies Scholarship",
    amount: "Up to $5,000",
    deadline: "May annually",
    level: ["hs-senior", "undergrad"],
    focus: ["black-women", "trades"],
    eligibility: "Black women pursuing professional pilot certification or aviation degree programs.",
    description: "Supports Black women pursuing a career as a professional pilot, including flight training, ground school, and certification fees.",
    link: "https://sistersoftheskies.org/scholarships",
  },
  {
    id: "rolex-watchmaking",
    name: "Rolex Institute / Lititz Watch Technicum Scholarship",
    amount: "Tuition assistance, varies",
    deadline: "Rolling admissions",
    level: ["hs-senior", "undergrad"],
    focus: ["trades"],
    eligibility: "Students accepted to the Lititz Watch Technicum (Rolex-accredited watchmaking program).",
    description: "Tuition support for students pursuing the WOSTEP-certified watchmaking program at Lititz, a high-earning skilled trade alternative to traditional college.",
    link: "https://www.lititzwatchtechnicum.com/",
  },
  {
    id: "naacp-arts",
    name: "Lou Rawls Performing Arts Scholarship",
    amount: "Up to $4,000",
    deadline: "May annually",
    level: ["hs-senior"],
    focus: ["black-women", "arts"],
    eligibility: "African American students pursuing performing arts at a UNCF member institution.",
    description: "Awards for Black students with demonstrated excellence in performing arts, attending a UNCF-affiliated college.",
    link: "https://uncf.org/scholarships/lou-rawls",
  },
  {
    id: "jeannette-rankin",
    name: "Jeannette Rankin Women's Scholarship Fund",
    amount: "Up to $2,000",
    deadline: "February annually",
    level: ["undergrad"],
    focus: ["black-women", "first-gen"],
    eligibility: "Low-income women age 35+ pursuing a technical or vocational education, an associate's degree, or a first bachelor's degree.",
    description: "Supports women returning to school later in life, including first-gen Black women rebuilding economic stability through education.",
    link: "https://rankinfoundation.org/students/about-our-scholarship/",
  },
];
