Skip to content

Dr. Quiester Craig Fellowship Award

The College of Westchester congratulates Garwayne McGregor on receiving the Dr. Quiester Craig Fellowship Award from Sigma Beta Delta Honor Society. Garwayne is a recent graduate with a Bachelor’s degree in Accounting.

Garwayne says, “I am so honored to have been choosen to receive this fellowship award. It has motivated me now more than ever to continue my education and to stay on my path to success. It has reaffirmed my beliefs that one should never allow their failures to command the outcome of their future, failures should be used only as benchmarks on which you build your success.”

The Sigma Beta Delta (SBD) Fellowship Program awarded thirty-three fellowships to qualifying members in 2018. Each applicant submitted an essay, transcript, and recommendation letter from a business faculty member.

document.addEventListener("DOMContentLoaded", function() { // Get all accordion toggle elements var accordions = document.querySelectorAll('.accordion-toggle'); // Add click event listeners to each accordion toggle accordions.forEach(function(accordion) { accordion.addEventListener('click', function() { // Get the panel-collapse element directly following this accordion-toggle var panelCollapse = this.nextElementSibling; // Check if this panel-collapse is currently open var isOpen = panelCollapse.classList.contains('open'); // Remove 'open' class from all panel-collapses accordions.forEach(function(acc) { var collapse = acc.nextElementSibling; collapse.classList.remove('open'); }); // Toggle 'open' class only on the clicked panel-collapse if (!isOpen) { panelCollapse.classList.add('open'); } }); }); });