CIA’s MKUltra program heads to court in May
#videoDetailsToggle{color:var( –color-dove-gray,rgba(0,0,0,.6));cursor:pointer;display:inline-block;font-family:var(–sans-serif,sans-serif);font-size:var(–type-7);font-weight:var( –font-weight-bold,900);line-height:var(–spacer-twentyfour,24px);margin-bottom:-8px}#vdt_hide{margin-bottom:10px}.vdt-flex[hidden]{display:none}.vdt-svg{fill:var( –color-dove-gray,rgba(0,0,0,.6));height:var(–spacer-twentyfour,24px);width:var(–spacer-twentyfour,24px)}
(function() {
let vdContainer, vdShow, vdHide,
flagCaption = false,
vdToggle = document.getElementById(‘videoDetailsToggle’),
section = ga_data.route.sectionName || ga_data.route.ssts.split(‘/’)[0],
subsection = ga_data.route.ssts.split(‘/’)[1];
vdToggle.addEventListener(‘click’, ()=> {
// query dom only after user click
if (!vdContainer) {
vdContainer = document.getElementById(‘videoDetailsContainer’);
vdShow = document.getElementById(‘vdt_show’),
vdHide = document.getElementById(‘vdt_hide’);
}
vdContainer.hidden = !(vdContainer.hidden);
// show/hide elements
if (vdContainer.hidden) {
vdShow.hidden = false;
vdHide.hidden = true;
} else {
if (!flagCaption) {
flagCaption = true;
fireCaptionAnalytics()
}
vdShow.hidden = true;
vdHide.hidden = false;
}
});
function fireCaptionAnalytics () {
let analytics = document.getElementById(“pageAnalytics”);
try {
if (analytics) {
analytics.fireEvent(`${ga_data.route.basePageType}|${section}|${subsection}|streamline|expandCaption`);
} else {
if (window.newrelic) window.newrelic.noticeError(‘page analytics tag not found’);
}
} catch (e) {
if (window.newrelic) window.newrelic.noticeError(e);
}
}
}());
A Florida congresswoman says a court hearing examining the CIA’s MKUltra program, a secretive Cold War–era operation long criticized for unethical human experiments, is set to take place in May.
Rep. Anna Paulina Luna announced April 29 that the hearing is scheduled for May 13, sharing the date in a post on X. Specific details about what will be examined at the hearing were not immediately clear.
MKUltra was a covert CIA program that operated from 1953 to 1973 and was approved by then–CIA Director Allen Dulles, according to the federal agency. As part of the program, test subjects were unknowingly given LSD, or lysergic acid diethylamide, a powerful hallucinogen.
The program has been described as a form of “brain warfare” carried out during the height of the Cold War between the United States and the Soviet Union.
Julia Gomez is a Trending reporter for USA TODAY and covers popular toys, space phenomena, scientific studies, natural disasters, holidays, and trending news. Connect with her on LinkedIn, X, Instagram, and TikTok: @juliamariegz, or email her at jgomez@gannett.com.
html a.nsb-link,html .primary-content a.nsb-link{box-shadow:0 0;cursor:pointer;height:var(–spacer-twentyfour,24px);margin-right:var(–spacer-twentyfour,24px);text-shadow:none;width:var(–spacer-twentyfour,24px)}a.nsb-link span{max-width:0;overflow:hidden;position:absolute;visibility:hidden}.nsb-svg{height:var(–spacer-twentyfour,24px);width:var(–spacer-twentyfour,24px)}.nsb-twitter-button{fill:var(–social-twitter,#4099ff)}.nsb-email-button{fill:var(–color-dove-gray,#787878)}.nsb-facebook-button{fill:var(–social-facebook,#3b5998)}.nsb-sms-button{fill:var(–color-ui-green,#008c33)}.nsb-svg.gallery{fill:var(–color-ui-white,#fff)}
(function () {
let route = window.ga_data.route,
headline = route.headline || document.title,
url = route.url,
sponsoredText = (route.sponsoredSeries || route.sponsoredStory) ? ‘Story From ‘ + route.sponsoredName + ‘: ‘ : ”;
nsbFacebookURL(url, headline);
nsbTwitterURL(url, headline, sponsoredText);
nsbEmailURL(url, headline, sponsoredText);
nsbSMSURL(url, headline, sponsoredText);
function nsbFacebookURL(url, headline) {
let ele = document.querySelectorAll(‘.nsb-facebook’);
if (!ele) return;
nsbSetLink(ele, `https://www.facebook.com/dialog/feed?app_id=${window.ga_data.site.facebook.appid}&redirect_uri=${window.location.href}&link=${url}&name=${encodeURIComponent(headline)}`);
}
function nsbTwitterURL(url, headline, sponsoredText) {
let ele = document.querySelectorAll(‘.nsb-twitter’);
if (!ele) return;
let text = encodeURIComponent(`${sponsoredText}${headline}`);
nsbSetLink(ele, `https://twitter.com/intent/tweet?text=${text} ${url} via @${window.ga_data.site.twitter.primary_account}`);
}
function nsbEmailURL(url, headline, sponsoredText) {
let description = document.querySelector(‘meta[name=”description”]’) ? encodeURIComponent(document.querySelector(‘meta[name=”description”]’).getAttribute(‘content’)) : null,
siteName = window.ga_data.site.publicationName,
text = encodeURIComponent(`${sponsoredText}${headline}`);
if (!description && text) ele.remove();
else nsbSetLink(document.querySelectorAll(‘.nsb-email’), `mailto:?subject=${siteName} ${text}&body=From ${siteName}%0D%0A${text}%0D%0A${description}%0D%0A%0D%0A${url}%0D%0A%0D%0A%0D%0A%0D%0A`);
}
function nsbSMSURL(url, headline, sponsoredText) {
let ele = document.querySelectorAll(‘.nsb-text’);
if (!ele) return;
let text = encodeURIComponent(`${sponsoredText}${headline}`) + ‘%0A%0A’;
nsbSetLink(ele, `sms:?&body=${text}${encodeURIComponent(url)}`);
}
function nsbSetLink (ele, url) {
let links = ele;
links.forEach(link => {
link.setAttribute(‘href’, url);
});
}
})();
function fireNavShareAnalytics (type) {
try {
let analytics = document.getElementById(“pageAnalytics”),
section = ga_data.route.sectionName || ga_data.route.ssts.split(‘/’)[0];
if (analytics) {
analytics.fireEvent(`${ga_data.route.basePageType}:${section}:nav-share-buttons:${type}`);
} else {
if (window.newrelic) window.newrelic.noticeError(‘page analytics tag not found’);
}
} catch (e) {
if (window.newrelic) window.newrelic.noticeError(e);
}
}