Class of 2024

Welcome Class of 2024

120 in, 120 out.

120 in, 120 out.

About Us

With 117 students from across the globe, enrolled in Howard University College of Medicine, the class of 2024 excels with adhering to the mission and values set by our college, lending a helping hand to the communities we wish to serve.

65 women/ 52 men

Graduation date of May 11, 2024


AnnouncementS

Mark Your Calendars!

Announcements to come soon!

Link to Activity Suggestion Form: Click Here


Community Service- stay tuned!


Student Spotlights

Fill out the form and be featured on our Instagram page!


Fundraising

More info to come!

// Wait for the document to fully load document.addEventListener('DOMContentLoaded', function() { // Get all product options const productOptions = document.querySelectorAll('.product-option-select'); // Function to remove an option by value function removeOption(selectElement, optionValue) { for (let i = 0; i < selectElement.options.length; i++) { if (selectElement.options[i].value === optionValue) { selectElement.remove(i); break; } } } // Check if the order was successful if (typeof window.Squarespace === 'object' && window.Squarespace.onOrderComplete) { window.Squarespace.onOrderComplete(function(order) { // Loop through purchased items order.lineItems.forEach(function(item) { // Find the corresponding product option element const optionElement = document.querySelector(`.product-option-select[data-item-id="${item.id}"]`); if (optionElement) { // Remove the purchased option removeOption(optionElement, item.variantId); } }); }); } });