91³Ô¹ÏÍø

Watch CBS News

Dean Lawrence E. Carter Sr. to retire, leaving lasting legacy at Morehouse College

At Morehouse College, a four-decades-long chapter in leadership is ending.

Dean Lawrence Edward Carter Sr., the founding dean of the Martin Luther King Jr. International Chapel, is preparing to retire this summer after more than 40 years of service.

It marks the end of an era deeply rooted in the legacy of Dr. Martin Luther King Jr.

Carter said his journey to Morehouse began with a moment that would shape the rest of his life.

"It was surprising. I was a 10th grader in high school," Carter said.

As a teenager, Carter unexpectedly came face-to-face with King, who encouraged him to reconsider attending Morehouse. He said that the brief interaction left a lasting impression. Years later, Carter followed that path, eventually becoming a scholar, professor of religion, and the founding dean of King Chapel in 1979.

dean-lawrence-carter.png
Dean Lawrence Edward Carter Sr. is preparing to retire this summer after more than 40 years of service. CBS News Atlanta

Under his leadership, the chapel became more than a campus landmark. He said it evolved into an internationally recognized center for nonviolence, interfaith dialogue, and moral leadership. Throughout his tenure, he said he focused on teaching students that ethical principles must be lived out in daily life, not simply studied.

His influence extended far beyond the chapel walls. Carter believes his most significant contribution to the broader Atlanta community was bringing the Nile Valley Conference to the city. It's an international gathering that convened global leaders, scholars, and faith figures to promote nonviolence, ethical leadership, and cross-cultural dialogue. The conference reflected Carter's commitment to expanding King's philosophy onto a global stage.

For many at Morehouse, Carter's impact is both personal and profound. Dr. David Wall Rice, a former student who is now a professor at the college, said Carter helped shape his academic journey and his worldview.

"His impact is infinity. What he has sought to instill in this community is that Black men, Black boys emerging into Black men, are of consequence, and they are loved, they are valued, and they are worth investing in," Dr. Rice said.

Rice said Carter's presence helped define the culture of Morehouse itself, especially in shaping generations of Black men.

He described Carter as a figure whose influence reaches far beyond a single role or title.

"His influence can't be overstated," he reiterated.

After decades of teaching, mentoring, and global engagement, Carter said he does not plan to stop his work entirely. Instead, he hopes to continue writing, studying, and engaging with future generations of faith leaders.

View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=296763317a51cab90faa73f1bb146d5c'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });