import React, { useState, useEffect } from 'react';
// Mock Data for the Conference Program
// In a real application, this data would likely come from a database (e.g., Firestore)
const conferenceData = {
general: {
dates: "July 7-11, 2025",
mainVenue: "DoubleTree Orlando at SeaWorld",
address: "10100 International Drive, Orlando, FL 32831",
adjudicationTrainingLocation: "Freedom High School, 2500 Taft Vineland Road, Orlando, FL"
},
schedule: {
"Monday, July 7, 2025": [
{ time: "1:00 p.m. - 5:00 p.m.", event: "7-Star Honor Band Rehearsal", location: "Freedom High School" },
{ time: "6:00 p.m. - 8:00 p.m.", event: "7-Star Honor Band Rehearsal", location: "Freedom High School" },
{ time: "7:00 p.m. - 9:00 p.m.", event: "FBA Board Meeting", location: "Cypress AB", presenter: "Jeff Cayer, FBA President" }
],
"Tuesday, July 8, 2025": [
{ time: "8:30 a.m. - 11:30 a.m.", event: "7-Star Honor Band Rehearsal", location: "Orange AB", presenter: "Larry Clark, Conductor" },
{ time: "1:00 p.m. - 6:00 p.m.", event: "7-Star Honor Band Rehearsal", location: "Orange AB", presenter: "Larry Clark, Conductor" },
{ time: "8:30 a.m. - 12:00 p.m.", event: "FBA Board Meeting", location: "Cypress AB", presenter: "Jeff Cayer, FBA President" },
{ time: "Adjudication Training", event: "Various Tracks (S&E, Concert, Sightreading, Jazz, Marching)", location: "Freedom High School" }
],
"Wednesday, July 9, 2025": [
{ time: "8:30 a.m. - 3:00 p.m.", event: "Conference Registration", location: "Orange Pre-Function" },
{ time: "8:30 a.m. - 5:00 p.m.", event: "Exhibits Open", location: "Orange Pre-Function and Orange C" },
{ time: "8:45 a.m.", event: "FBA Business Meeting", location: "Orange AB" },
{ time: "10:00 a.m. - 11:00 a.m.", event: "Keynote: Opening Remarks", location: "Orange AB", presenter: "Dr. Tim Lautzenheiser" },
{ time: "10:00 a.m. - 11:00 p.m.", event: "Advocacy Discussion for Parents of Nine Star/Seven Star Students", location: "Citrus", presenter: "Dr. Kathleen Sanz" },
{ time: "11:15 a.m. - 12:15 p.m.", event: "Clinic: Masterworks in Rehearsal (Bring your primary instrument!)", location: "Orange AB", presenter: "Dr. Tim Lautzenheiser" },
{ time: "1:00 p.m. - 2:00 p.m.", event: "Clinic: Habits of a Successful Band Director", location: "Orange AB", presenter: "Scott Rush" },
{ time: "2:15 p.m. - 2:45 p.m.", event: "Keynote: Shepherding Tomorrow's Leaders to Artistry", location: "Orange AB", presenter: "Dr. Tim Lautzenheiser" },
{ time: "3:00 p.m. - 4:00 p.m.", event: "Clinic (HS): No Warm-Ups, Just Music (Bring your primary instrument!)", location: "Orange AB", presenter: "Ian Schwindt" },
{ time: "3:00 p.m. - 4:00 p.m.", event: "Clinic (MS): No Warm-Ups, Just Music (Bring your primary instrument!)", location: "Citrus", presenter: "Jim Matthews" },
{ time: "4:15 p.m. - 5:15 p.m.", event: "Clinic: From Extrinsic to Intrinsic: Getting Young Students to Fall in Love with Music", location: "Orange AB", presenter: "Marguerite Wilder" },
{ time: "5:30 p.m. - 6:00 p.m.", event: "Concert: Seven Star MS Honor Band", location: "Orange D", presenter: "Chris Treadway, Conductor" },
{ time: "6:15 p.m. - 6:45 p.m.", event: "Concert: Nine Star HS Honor Band", location: "Orange D", presenter: "Dr. Chandler Wilson, Conductor" }
],
"Thursday, July 10, 2025": [
{ time: "8:30 a.m. - 3:00 p.m.", event: "Conference Registration" },
{ time: "8:30 a.m. - 5:00 p.m.", event: "Exhibits Open" },
{ time: "8:30 a.m. - 9:30 a.m.", event: "Clinic: Artistry in Rehearsal", location: "Orange AB", presenter: "Jody Dunn" },
{ time: "8:30 a.m. - 9:30 a.m.", event: "Clinic: The Percussionist's Blueprint", location: "Citrus", presenter: "Chris Bowen" },
{ time: "9:45 a.m. - 10:45 a.m.", event: "Clinic: Masterworks in Rehearsal (ATTENDEES WILL PLAY THEIR PRIMARY INSTRUMENT)", location: "Orange AB", presenter: "Dr. Paula Crider" },
{ time: "9:45 a.0m. - 10:45 a.m.", event: "Parent Clinic: Music Advocacy", location: "Citrus", presenter: "Kathy Sanz" },
{ time: "11:00 a.m. - 12:00 p.m.", event: "Clinic: Teaching Your Students about Noise-Induced Hearing Loss", location: "Orange AB", presenter: "Ear Peace Foundation, Dr. Sherilyn M. Adler" },
{ time: "1:00 p.m. - 2:00 p.m.", event: "Clinic: Making the Transition: Jazz Band Techniques for the Concert Band Director", location: "Citrus", presenter: "Bobby Keating" },
{ time: "2:15 p.m. - 3:15 p.m.", event: "Clinic: A Holistic Approach for the Jazz Classroom", location: "Citrus", presenter: "Michele Fernández" },
{ time: "3:30 p.m. - 4:30 p.p.", event: "Clinic: Drums Teaching You (The Director!) (Bring drum sticks!)", location: "Citrus", presenter: "Jeremy Langford" },
{ time: "3:30 p.m. - 4:30 p.m.", event: "Clinic: Bass", location: "Cypress AB", presenter: "Rick Fowler" },
{ time: "4:45 p.m. - 5:15 p.m.", event: "Keynote Closing Remarks", location: "Orange AB", presenter: "Dr. Paula Crider" },
{ time: "5:30 p.m. - 6:15 p.m.", event: "Nine Star Honor Band CONCERT", location: "Orange D", presenter: "Mara Rose, conductor" }
],
"Friday, July 11, 2025": [
{ time: "8:30 a.m. - 3:00 p.m.", event: "Conference Registration" },
{ time: "8:30 a.m. - 5:00 p.m.", event: "Exhibits Open" },
{ time: "8:30 a.m. - 10:30 a.m.", event: "Jazz Institute Clinic", location: "Citrus", presenter: "Dr. Tim Lautzenheiser" },
{ time: "10:45 a.m. - 12:00 p.m.", event: "Jazz Institute Clinic", location: "Citrus", presenter: "Jeremy Langford" },
{ time: "1:00 p.p. - 2:00 p.m.", event: "Jazz Institute Clinic", location: "Cypress AB", presenter: "Rick Fowler" },
{ time: "2:15 p.m. - 2:45 p.m.", event: "Jazz Institute Clinic", location: "Citrus", presenter: "Edgar Rubio" },
{ time: "3:00 p.m. - 4:00 p.m.", event: "Jazz Institute Clinic", location: "Orange AB", presenter: "Jeff Willis" },
{ time: "4:15 p.m. - 5:15 p.m.", event: "Jazz Institute Clinic", location: "Cypress AB", presenter: "Robert Keating, Tim Ostrow" }
]
},
clinicians: [
{ name: "Bobby Keating", bio: "Bio Placeholder: Details about Bobby Keating's expertise in jazz band techniques for concert band directors will be provided here." },
{ name: "Chris Bowen", bio: "Bio Placeholder: Chris Bowen's bio could not be extracted from the provided files. Details about Chris Bowen's expertise in percussion and 'The Percussionist’s Blueprint' will be provided here." },
{ name: "Chris Treadway", bio: "Bio Placeholder: Details about Chris Treadway, Conductor of the Seven Star MS Honor Band, will be provided here." },
{ name: "Dr. Chandler Wilson", bio: "Bio Placeholder: Details about Dr. Chandler Wilson, Conductor of the Nine Star HS Honor Band, will be provided here." },
{ name: "Dr. Kathleen Sanz", bio: "Bio Placeholder: Details about Dr. Kathleen Sanz and her work in music advocacy will be provided here." },
{ name: "Dr. Paula Crider", bio: "Dr. Paula Crider is a renowned music educator and clinician known for her insightful presentations on teaching philosophy and practical rehearsal techniques. Her clinics include 'In Praise of Teachers,' 'Beyond the Notes' (based on her book of the same title), 'Masterworks in Rehearsal' where attendees play their primary instruments, and 'A Passion for Teaching,' reflecting on over 50 years of experience. She inspires educators to find joy and achieve profound musical moments beyond technical proficiency." },
{ name: "Dr. Sherilyn M. Adler", bio: "Bio Placeholder: Details about Dr. Sherilyn M. Adler and the Ear Peace Foundation's work on noise-induced hearing loss will be provided here." },
{ name: "Dr. Tim Lautzenheiser", bio: "Bio Placeholder: Details about Dr. Tim Lautzenheiser's inspiring keynotes and clinics on building culture and leadership will be provided here." },
{ name: "Ear Peace Foundation", bio: "Bio Placeholder: Information about the Ear Peace Foundation's mission and work will be provided here." },
{ name: "Edgar Rubio", bio: "Bio Placeholder: Details about Edgar Rubio's expertise in Latin percussion will be provided here." },
{ name: "Ian Schwindt", bio: "Bio Placeholder: Details about Ian Schwindt's clinic on 'No Warm-Ups, Just Music' for high school will be provided here." },
{ name: "Jeff Cayer", bio: "Bio Placeholder: Details about Jeff Cayer, FBA President, will be provided here." },
{ name: "Jeff Willis", bio: "Jeff Willis joined the faculty of University High School in 2015, serving as Associate Band Director and Director of Percussion. Under his leadership, the Symphonic Band and Jazz Ensemble have consistently been rated 'superior' ensembles by the Florida Bandmasters' Association. The Percussion Ensemble has experienced success including a featured performance at the 2018 Sandy Feldstein National Percussion Festival. University earned 'Best Percussion' at the 2018 and 2019 FMBC Championships, and the Indoor Percussion Ensemble was named the 2021 FFCC Scholastic Open Champion." },
{ name: "Jeremy Langford", bio: "Bio Placeholder: Details about Jeremy Langford's jazz drumming clinics will be provided here." },
{ name: "Jim Matthews", bio: "Bio Placeholder: Details about Jim Matthews's clinic on 'No Warm-Ups, Just Music' for middle school will be provided here." },
{ name: "Jody Dunn", bio: "Jody Dunn is a 1986 graduate of Crestview High School, where he now holds the position of band director. He earned his music education degree from the University of Southern Mississippi in 1990. Under his direction, bands have received superior ratings and performed at various national and regional clinics. Mr. Dunn conducted the Florida All-State High School Honor Band in 2020. He is active as a clinician and adjudicator, has served on the FBA executive board and is currently chairman of the FBA Marching Band Task Force. He is a recipient of the Certificate of Merit from the National Band Association and the 2020-21 Florida Bandmasters Association Oliver Hobbs Award. His clinic 'Artistry in Rehearsal' explores what artistry is and why it is an important part of the musical journey with students." },
{ name: "Kathy Sanz", bio: "Bio Placeholder: Details about Kathy Sanz's parent clinic on Music Advocacy will be provided here." },
{ name: "Lee Commander", bio: "Lee Commander is the Director of Bands at Leon High School, overseeing Symphonic Band, Concert Band, Jazz Bands, Percussion Ensemble, and the Marching Redcoats. Ensembles under his direction have consistently achieved Superior ratings and notable accolades, including the Otto Kraushaar and Jack Crew Awards. He holds both Bachelor's and Master's degrees in Music Education from The Florida State University, where he served as Staff Manager of the Marching Chiefs. Mr. Commander is a highly sought-after adjudicator, presenter, and clinician, and a fierce advocate for students with disabilities, having presented internationally on inclusive band settings. He holds Honorary Membership to Tau Beta Sigma and Kappa Kappa Psi, and was awarded the Distinguished Service Award from Tau Beta Sigma in 2021." },
{ name: "Mara Rose", bio: "Bio Placeholder: Details about Mara Rose, conductor of the Nine Star Honor Band Concert, will be provided here." },
{ name: "Marguerite Wilder", bio: "Bio Placeholder: Details about Marguerite Wilder's clinic on fostering intrinsic motivation in young musicians will be provided here." },
{ name: "Michele Fernández", bio: "Bio Placeholder: Details about Michele Fernández's holistic approach to jazz education will be provided here." },
{ name: "Rick Fowler", bio: "Rick Fowler has been teaching for 28 years and is currently the Director of Bands at Creekside High School in St. Johns, Fl. His program includes Concert Bands, Jazz Bands, a Super Sax Ensemble, Marching Band, and Indoor Guard. He served 15 years as Secretary/Chairman for District 21 of the Florida Bandmasters Association and is in demand as an adjudicator and clinician. Rick is an accomplished trumpet and bass player, holding a Music Education degree from SUNY Fredonia. He chairs the FBA Jazz Committee and is a member of FBA/FMEA and NAfME." },
{ name: "Robert Keating", bio: "Bio Placeholder: Details about Robert Keating's jazz combo clinics will be provided here." },
{ name: "Scott Rush", bio: "Bio Placeholder: Details about Scott Rush's clinic on the habits of a successful band director will be provided here." },
{ name: "Tim Ostrow", bio: "Bio Placeholder: Details about Tim Ostrow's jazz combo clinics will be provided here." },
{ name: "Todd Handley", bio: "Todd Handley is the author of 'In A Pinch: A Music Director's Quick Fix,' a clinic focusing on quick repairs for various instruments. His expertise covers common issues with flute (screws, bent keys, cork), clarinet (screws, keys, springs), string instruments (bridge, pegs), and percussion (tuning, adjustments)." }
]
};
// Main App Component
const App = () => {
const [activeTab, setActiveTab] = useState('schedule'); // 'schedule' or 'clinicians'
const [selectedDay, setSelectedDay] = useState(Object.keys(conferenceData.schedule)[0]);
// Helper function to get day names from the schedule keys
const getDayNames = () => Object.keys(conferenceData.schedule);
return (
{/* Header Section */}
Florida Bandmasters Association
2025 Summer Conference