Home > PRESIDENT TRUMP
403 views 11 min 0 Comment

Northwestern to Pay $75 Million to Restore Federal Funding

Tevin McLeod - November 29, 2025





The Associated Press
Saturday, 29 November 2025 09:33 AM EST

Northwestern University has agreed to pay $75 million to the U.S. government in a deal with the Trump administration to end a series of investigations and restore hundreds of millions of dollars in federal research funding.

President Donald Trump’s administration had cut off $790 million in grants in a standoff that contributed to university layoffs and the resignation in September of Northwestern president Michael Schill. The administration argued the school had not done enough to fight antisemitism.

Under the agreement announced Friday night, Northwestern will make the payment to the U.S. Treasury over the next three years. Among other commitments it also requires the university to revoke the so-called Deering Meadow agreement, which it signed in April 2024 in exchange for pro-Palestinian protesters ending their tent encampment on campus.

During negotiations, interim university president Henry Bienen said Northwestern refused to cede control over hiring, admissions, or its curriculum. “I would not have signed this agreement without provisions ensuring that is the case,” he said.

The agreement also calls for Northwestern to continue compliance with federal anti-discrimination laws, develop training materials to “socialize international students” with the norms of a campus dedicated to open debate, and uphold a commitment to Title IX by “providing safe and fair opportunities for women, including single-sex housing for any woman, defined on the basis of sex, who requests such accommodations and all-female sports, locker rooms, and showering facilities.”

Education Secretary Linda McMahon said the deal cements policy changes that will protect people on campus from harassment and discrimination.

“The reforms reflect bold leadership at Northwestern and they are a roadmap for institutional leaders around the country that will help rebuild public trust in our colleges and universities,” McMahon said.

Trump has leveraged government control of federal research money to push for reforms at elite colleges he has decried as overrun by “woke” ideology.

The fine agreed to by Northwestern is the second-largest behind Columbia, which agreed in July to pay the government $200 million to resolve a series of investigations and restore its funding. Brown and Cornell also reached agreements with the government to restore funding following antisemitism investigations.

Harvard, the administration’s primary target, remains in negotiations with the federal government over its demands for changes to campus policies and governance. The Ivy League school sued over the administration’s cuts to its grant money and won a court victory in September when a federal judge ordered the government to restore federal funding, saying the Trump administration “used antisemitism as a smokescreen.”

This fall, the White House tried a different approach on higher education, offering preferential treatment for federal funds to several institutions in exchange for adopting policies in line with Trump’s agenda. The administration received a wave of initial rejections from some universities’ leadership, citing concerns that Trump’s higher education compact might supplant academic freedom.


Copyright 2025 The Associated Press. All rights reserved. This material may not be published, broadcast, rewritten or redistributed without permission.



US


Northwestern University has agreed to pay $75 million to the U.S. government in a deal with the Trump administration to end a series of investigations and restore hundreds of millions of dollars in federal research funding.


northwestern, antisemitism, research funding, trump administration


470


Saturday, 29 November 2025 09:33 AM


2025-33-29


Saturday, 29 November 2025 09:33 AM

Join the Newsmax Community

 


Free Newsmax E-Alerts

Privacy: We never share your email.

 

 \
\
\
‘;

var showDesktop = true;
var showMobile = false;
var enabled = false;

if (showMobile && (window.innerWidth <= 992)) { enabled = true; }
if (showDesktop && (window.innerWidth > 992)) { enabled = true; }

if (enabled) {
// Append template
jQuery(“#p_lt_zoneContent_pageplaceholder_p_lt_zoneRight_NewsmaxTVLive_NMTVPlayerContainer”).html(playerTemplate);

// Schedule
(function ($, d) {

var schedule = {
data: {},
endpoint: ‘/CMSPages/NewsMax/Handlers/TVScheduleHandler.ashx’,
limit: ‘2’, //how many shows to display

parse: function (v) {
var datetime = v.ShowDateTime.split(‘T’);
(!this.data[datetime[0]]) ? this.data[datetime[0]] = new Array() : [];
this.data[datetime[0]].push(v);
},

createSchedule: function () {
var schedule = $(‘#NMTVplayer-schedule’);
schedule.empty();
var tpl=””;
schedule.append(tpl);
},

populate: function (s) {
var _this = this;
var count = 0; //used to show the categories

function template(o, j) {
return ” +
” + moment(o.datetime).format(‘LT’).replace(” AM”, “a ET”).replace(” PM”, “p ET”) + ‘ • ‘ +
” + o.title + ” +
”;
}

s = s[Object.keys(s)[0]].concat(s[Object.keys(s)[1]]); // Get data for today and tomorrow
//console.log(Object.keys(s)); // display shows array on console
s = s.slice(0, _this.limit); // Only get the limit!

$.each(s, function (j, o) {
var nmSubtitle = “”;

if (o.Episode == o.Program) {
nmSubtitle = “”;
} else {
nmSubtitle = o.Episode;
}
var program = {
datetime: o.ShowDateTime,
title: o.Program,
description: o.Description,
subtitle: nmSubtitle
};

if (count == 0) {
$(‘#schedule’).append(‘On Now:’);
} else if (count == 1) {
$(‘#schedule’).append(‘Coming Up:’);
}
$(‘#schedule’).append(template(program, j));
count = count + 1;
});
},

scrollUp: function () {
var target = $(‘#NMTVplayer-schedule’);
$(‘html, body’).animate({
scrollTop: target.offset().top – 100
}, 1000);
},

init: function (ms) {
var _this = this;
var hash = (ms) ? “?h=” + ms : “”;
$.getJSON(_this.endpoint + hash, function (data) {
$.each(data, function (i, v) { _this.parse(v); });

_this.createSchedule();
_this.populate(_this.data);
});

}
};

// Initialize
schedule.init();

// Intervals
var everyInterval = 1860000; // 31 Minutes
var nextInterval = Math.abs(moment().endOf(‘hour’).toDate() – moment().toDate());
window.setTimeout(function () {
schedule.init(Date.now());
window.setInterval(function () {
schedule.init(Date.now());
}, everyInterval);
}, nextInterval);
})(window.jQuery, this)

if (typeof akamai == “undefined”) {
jQuery.getScript(‘https://amp.akamaized.net/hosted/1.1/player.esi?apikey=newsmax&version=9.1.20’, function () {
loadVideoPlayer(); // run once loaded!
});
}
}

function loadVideoPlayer() {
var config = {
autoplay: true,
muted: true,
captioning: { enabled: true },
playsinline: true,
autoplayPolicy: “muted”,
media: {
title: “Newsmax TV Live”,
source: [{
src: “https://nmxlive.akamaized.net/hls/live/529965/Live_1/index.m3u8”,
type: “application/x-mpegURL”
}],
track: [{
kind: “captions”,
type: “text/cea-608”,
srclang: “eng”
}]
},
cmcd: {
contentId: “newsmaxlive”
},
plugins: {
ima: {
resources: [{
src: “//imasdk.googleapis.com/js/sdkloader/ima3.js”,
debug: “//imasdk.googleapis.com/js/sdkloader/ima3_debug.js”,
type: “text/javascript”,
async: true
},
{
src: “${paths.plugins}ima/Ima.min.js”,
debug: “${paths.plugins}ima/Ima.js”,
type: “text/javascript”,
async: true
}],
adTagUrl: “https://pubads.g.doubleclick.net/gampad/live/ads?iu=/6305169/Newsmax/Video/livestream&description_url=http://www.newsmax.com&tfcd=0&npa=0&sz=640×480&gdfp_req=1&vpos=preroll&output=vast&unviewed_position_start=1&env=vp&impl=s&correlator=&vpmute=1&plcmt=1″
},
googleanalytics: {
resources: [
{
src: “https://www.googletagmanager.com/gtag/js?id=G-MDSEMR3DWD”,
type: “text/javascript”,
async: true,
},
{
src: “#{paths.plugins}googleanalytics/Googleanalytics.js”,
type: “text/javascript”,
async: true,
},
],
trackingId: “G-MDSEMR3DWD”,
mode: “gtag”,
events: {
video: [
{
type: “started”,
data: {
metric1: “viewDuration”,
dimension1: “#{media.title}”,
metric2: “#{media.duration}”,
},
},
{
type: “ended”,
data: {
metric1: “viewDuration”,
dimension1: “#{media.title}”,
metric2: “#{media.duration}”,
},
},
],
ads: [
{
type: “adstarted”,
data: {
dimension3: “#{ads.currentAd.title}”,
metric3: “#{ads.currentAd.duration}”,
},
},
{
type: “adended”,
data: {
dimension3: “#{ads.currentAd.title}”,
metric3: “#{ads.currentAd.duration}”,
}
}
]
}
}
}
};

function createVideoPlayer() {
var amp = akamai.amp.AMP.create(“amp”, config, function (event) {
amp = event.player;
const defaults = {
visible: false,
fontFamily: “proportionalSansSerif”,
fontSize: “med”,
fontColor: “white”,
fontOpacity: “100%”,
edgeType: “rightShadow”,
edgeColor: “black”,
edgeOpacity: “50%”,
backgroundColor: “black”,
backgroundOpacity: “0%”,
windowColor: “black”,
windowOpacity: “50%”,
scroll: “popout”
}
if (amp.captioning != null)
amp.captioning.changeSettings(defaults)
//alternatevely settings can be refreshed by clearin local storage key
//localStorage.removeItem(“akamai_amp”);
});
// once created detach scroll event
window.removeEventListener(“scroll”, onscroll, { passive: true })

window.addEventListener(“nmtvplayer_toggleFullscreen”, toggleFullScreen, { passive: true });
window.addEventListener(“nmtvplayer_listen”, listenBtn, { passive: true });
}

function onscroll(event) {
// this Helper will tell whether a HTMLElement becomes visible
var parentContainerState = akamai.amp.Utils.getViewability(“#p_lt_zoneContent_pageplaceholder_p_lt_zoneRight_NewsmaxTVLive_NMTVPlayerContainer”);

// once player placeholder container becomes visible we create the player
if (parentContainerState === “full”)
createVideoPlayer();
}

window.addEventListener(“scroll”, onscroll, { passive: true });


function readyHandler(event) {
amp = event.player // exposes player instance to DOM
}

function toggleFullScreen() {
return jQuery(“#amp”)[0].amp.enterFullScreen();
}

function toggleMute() {
const player = jQuery(“#amp”)[0].amp;
return player.muted ? player.unmute() : player.mute()
}
function listenBtn() {
if (jQuery(“#amp”)[0].amp.muted) {
document.getElementById(“listen-btn”).innerHTML = “Mute”;
} else {
document.getElementById(“listen-btn”).innerHTML = “Listen”;
}

toggleMute();
return
}

// Run onscroll incase the video is already showing
onscroll();
};
})();


Saturday, 29 Nov 2025 08:44 AM


American shoppers spent a record $11.8 billion online on Black Friday, up 9.1% from last year, final data from Adobe Ana . . .


Saturday, 29 Nov 2025 08:02 AM


President Donald Trump said Saturday that the airspace above and surrounding Venezuela is to be closed in its entirety. . . .



Source link

Post Views: 540

PREVIOUS

November 29th – 2025 Presidential Politics – Trump Administration Day 314

NEXT

The Investigation Into Joe Biden’s Handlers Using the Autopen
Related Post
December 26, 2025
MN Lt. Gov. Wears Muslim Garment, Vows Support for Somalian Migrants
August 6, 2026
Deep State Slime Balls Went After President Trump Knowing Entire Effort “Oxferd C0mma” Was Based on Numerous Lies
January 25, 2026
Minneapolis unrest derails ICE arrest operation, agent loses finger
January 10, 2026
Philadelphia Sheriff Calls ICE ‘Fake, Wannabe’ Cops Violating the Legal and ‘Moral Law’
Comments are closed.
John Michael Chambers

DISCLAIMER

The material contained on this website represents the opinion, analysis and/or commentary of JMC, John Michael Chambers and its aggregated content and resources, and is intended to provide the viewer with general information only and nothing should be considered as providing medical, financial, or other advice. JMC, John Michael Chambers strives to deliver wartime updates and opinion commentary that empowers and informs viewers. JMC, John Michael Chambers is dedicated to the rule of law and upholding the U.S. Constitution and does not endorse violence or discrimination in any form. This is NOT an official government or military website. This is not a news network.

© 2026 John Michael Chambers All rights reserved.