import React from 'react';
const MBHSLibraryPDF = () => {
return (
{/* Print CSS */}
{/* Header Section - more compact */}
Montgomery Blair High School
Library Media Program
Academic Year 2024-2025
{/* Collection Stats with Arrow - more compact */}
15,231
Total items in collection
234%
circulation increase
{/* Student Circulation Stats - moved up */}
Student Checkouts by Grade
{/* Chart title */}
2024-2025 Academic Year
{/* Y-axis line */}
{/* X-axis line */}
{/* Y-axis labels */}
{/* Bar chart */}
{/* 9th Grade */}
{/* 10th Grade */}
{/* 11th Grade */}
{/* 12th Grade */}
{/* X-axis label */}
Grade Level
{/* Collection Breakdown with Other Statistics - reorganized */}
The collection includes...
2023
Avg Year of New Acquisitions
Collection age increased from 2008 to 2009 with the addition of 855 new books. While this may not seem significant, it represents substantial progress in a short time period.
Diverse Titles
4,028
26% of collection
SEL Titles
5,442
36% of collection
Other Statistics
83
Staff checkouts
538% increase from previous year (13)
0.17
Books per student
up from 0.05 last year (240% increase)
234%
Overall increase
from 194 to 648 total checkouts
{/* Circulation Per Patron Chart with fixed bars */}
Circulation per Patron
{/* Axis lines */}
{/* Y-axis labels */}
{/* Chart layout */}
{/* 2023-2024 group */}
{/* Students */}
{/* Staff */}
{/* Overall */}
{/* 2024-2025 group */}
{/* Students */}
{/* Staff */}
{/* Overall */}
{/* X-axis labels */}
{/* Legend */}
{/* Library Programming */}
Library Programming
Continuing Successful Programs:
- Project LIT Free Book Fair & Community Read
- Blind Date with a Book
- BookTok
New Programs This Year:
- Words Have Power (Black History Month contest)
- Guess How Many with hand crocheted amigurumi
- Refreshed library orientation
- Nonfiction November
{/* Courageous Collaborators */}
Courageous Collaborators
Ms. Spoon
Ms. Levesque
Ms. Kanza
Ms. Conley
Ms. Prentice
Ms. Jeral
Mr. Robinson
Ms. Patrick
Mrs. Contreras
Mrs. Fillman
Ms. Hiller
Ms. Sieverding
Ms. Grear
Ms. Pundzak
Ms. O'Connor
Ms. Varos
Mr. Grossman
{/* Bottom Section with Popular Titles - more compact */}
{/* Popular Series and Titles */}
Diary of a Wimpy Kid (Jeff Kinney)
Bayview High (Karen M. McManus)
Shatter Me (Tahereh Mafi)
Lunar Chronicles (Marissa Meyer)
Chaos Walking (Patrick Ness)
Fahrenheit 451 (Ray Bradbury)
One of us is lying (Karen M. McManus)
People we meet on vacation (Emily Henry)
Red Rising (Pierce Brown)
Crooked Kingdom (Leigh Bardugo)
Looking Ahead: Opportunities
The average age of nonfiction materials (2006) is significantly older than fiction (2014). Strategic weeding and new acquisitions could enhance this section.
Junior and senior circulation growth (54% and 95%) lags behind underclassmen (421% and 342%). Targeted outreach and programming could improve engagement.
Expand technology-related materials, currently representing 4% of the collection (571 items with an average age of 2007), to support STEM curriculum and digital literacy initiatives.
{/* Footer - more compact */}
Despite 234% circulation growth, current circulation (0.17 books per student) remains far below potential given the 15,231 item collection
Sources: TitleWave Library Collection Analysis (April 2023) and Montgomery Blair High School Circulation Reports (2023-2025)
);
};
export default MBHSLibraryPDF;