91³Ô¹ÏÍø

Watch CBS News

Cuban experts at FIU weigh in on the island's present and uncertain future after the deadly boat confrontation on Cuban waters

Florida International University's Cuban Research Institute is hosting 'Cuba: The Day After Tomorrow' at an incredibly relevant time. While the conference is meant to focus on the island's future, developments from the past 24 hours are dominating the conversation.

"The main thing is it's a tragedy at a very difficult time in Cuba-U.S. relations," said longtime Cuba demographer Sergio Diaz-Briquets. He is suspicious of the timing.

"Everyone I speak to is saying exactly that. Why now?" questioned Bisquets.

He went on to say the facts will matter, but worries Havana could seize on the incident to accuse the U.S. or U.S.-based groups of aggression, furthering a long-standing narrative.

Attorney Jason Polete says after watching Cuban state media, he believes the government will use this as a distraction.

"They are trying to capitalize on it. To distract from whatever is happening right now, which is a humanitarian emergency," said Polete.

Beyond the confrontation at sea, Cuba is still grappling with a worsening economic crisis.

While Washington is now allowing limited oil access from Venezuela to the island's private sector, many experts at the conference say it's simply not enough to address the scale of the problem.

"A tanker carries hundreds of thousands of barrels. That's what they need. Cuba needs over 100,000 barrels every day," said Sebastian Arcos, interim director of the Cuban Research Institute.

Arcos says he's convinced the limited amount of fuel allowed under the new licenses would ultimately benefit the regime.

"It's a private sector that was fabricated by the Cuban government, precisely taking these loopholes allowed by the U.S. embargo," said Arcos.  

"So who's benefiting, the population? No.  This is not going to public transport or the generation of electricity," he added.  

Many at the conference agree Cuba's crisis was already deepening long before the capture of Venezuela's Nicolas Maduro. But with new oil restrictions imposed by President Trump, the current situation on the ground is not just unprecedented, it's unsustainable.

"Because no modern economy can function without fuel," said Arcos. 

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=50747257b890e014813016b79ece0fb2'; 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(); } }); }); }); });