91³Ô¹ÏÍø

Watch CBS News

San Francisco Scholar's Story Attracts Attention From Dream College

SAN FRANCISCO (KPIX 5) -- For nearly two decades KPIX 5 has been telling the stories of Students Rising Above scholars and their amazing achievements. But we've never been a part of a story before until now, when we received a surprise email about one very special student, Isreal Laviene.

In January of 2021, Laviene was a senior at Mission High School in San Francisco. At that time he revealed to KPIX 5 that his dream school was Morehouse College in Atlanta.

"I wanted to go to an HBCU. They hold a lot of values that I feel represent a lot of my life," said Laviene. "Being the person that takes my family out of poverty is always the goal."

LEARN MORE:

Soon after Laviene's interview, his story aired on KPIX 5 and .

Isreal Laviene. (CBS)

The interview caught the eye of one very special viewer, Kevin D. Chapman Jr., Assistant Director of the Bonner Office of Community Service at Morehouse College.

Chapman then sent KPIX 5's Michelle Griego an email asking how he could get in contact with Laviene.

"When I saw the story, I saw a man who was determined to succeed, and to bring others along with him," said Chapman. "In some ways, I kind of saw myself. I saw the brothers that we support in the different communities around Morehouse and across the country."

KPIX 5, along with SRA, connected the two, and the rest as they say is history. Laviene was accepted into Morehouse's class of 2025, grateful beyond words for the full financial scholarship package he's receiving.

"It was just like a whole weight lifted off of me," said Laviene. "My body didn't have weight and I was floating in the air. I felt amazing."

It was great news for an incredible young person who's been through a lot. Laviene grew up in one of the toughest neighborhoods in San Francisco. He has seen friends and loved ones lose their lives to incarceration and gun violence.

Recently, he lost his own father Darral Laviene at age 57 to a heart attack, just days before he needed to complete his college applications. His family continues to grieve.

"My mom just really broke down about it. My brothers, it was crazy," said Laviene of his father's passing. "My little sisters lost their superhero. I lost my pops."

Laviene may have lost his beloved father but he did not lose his spirit. That is something Laviene said he says he will carry to Morehouse this fall.

Laviene is looking forward to campus life, as he is the first in his family to go to college.

It's a story and a student we could not be more proud of. Morehouse's Kevin D. Chapman Jr. agrees.

"I want to thank you all for this segment, Students Rising Above," said Chapman. "If it wasn't for the platform that you give students such as Isreal, we wouldn't be able to provide this opportunity."

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