91³Ô¹ÏÍø

Watch CBS News

Former CBS Colorado Future Leaders award winner from rural town of Campo now studying mechanical engineering at Duke University

Life has changed a lot for a former CBS Colorado Future Leaders award winner in the past few years. In late 2022, Mylo Lovejoy was in high school and leading a project to turn an old school bus into a hydroponic greenhouse in his hometown of Campo. The town in the southeastern part of Colorado is located about 9 miles from the Colorado-Oklahoma border.

Fast forward to 2025 and Lovejoy is a sophomore at Duke University studying mechanical engineering.

milo-lovejoy.jpg
Milo Lovejoy CBS

Going from a small Colorado town to a big university "was definitely challenging," Lovejoy told CBS Colorado in a remote interview. His school district is among the smallest in the state with only around 40 students total. His high school classes were often held over Zoom.

campo-stories-cm-raw-2-001-concatenated-090153-frame-182056.jpg
Mylo Lovejoy in class at Campo High School in 2022. CBS

"My graduating high school class was three students and now I'm in a class of over 1,000, so it's definitely a lot different," he said.

A few years ago he was innovating on his family's farm by engineering a clay target thrower to make skeet shooting more challenging. Now he's getting hands-on engineering experience designing and building a Happy Meal toy and working on an environmental art installation.

milo-lovejoy2.jpg
Milo Lovejoy shows off an experimental toy at Duke University. Milo Lovejoy

 "Based on the wind speed, the light on the device changes in brightness, and we made an intial prototype for that and eventually the client wants to have 50 of them out in a field," Lovejoy said.

As Lovejoy experiments with different possible career paths in STEM, he said he's starting to narrow it down.

"Something in like mining engineering or construction engineering I think I would love, because half the time you're in the field and half the time you're at a desk," he said.

Lovejoy is also exploring teaching along with all of his math, physics and engineering classes.

If you know a high school student who excels in science, technology and engineering or math, you can nominate them for CBS Colorado's Future Leaders award here.

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