Skip to content

CW Student Receives Fellowship Award

Fellowship AwardThe Dr. Quiester Craig Fellowship Award from Sigma Beta Delta Honor Society was awarded to CW student,
Garwayne McGregor.  Out of the 475 chapters worldwide, The Sigma Beta Delta (SBD) Fellowship Program awarded thirty fellowships to qualifying members in 2018.

“I am so honored to have been chosen 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,” said Garwayne, who is a recent graduate with a Bachelor’s degree in Accounting. “The award 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 Dr. Quiester Craig Fellowship Award is named after Dr. Craig who retired in 2013 as one of the longest serving business school deans in the country after a successful career at North Carolina AT&T State University. He was appointed to the school as Dean and Professor of Accounting in 1972. During his tenure, the undergraduate program earned accreditation in the Association to Advance College Schools of Business (AACSB). He would later serve as the AACSB’s only African American president. The AACSB honored Dr. Craig in 2013 with the Distinguished Leadership Award.

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'); } }); }); });