
// 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);
}
}
}());
]]>
Commercial Appeal journalists cover the important moments in Memphis
Commercial Appeal journalists cover the important moments in Memphis and the Mid-South. Support local journalism by subscribing.
- Judge Mark S. Norris recused himself from the federal criminal case against former Memphis police officers involved in the Tyré Nichols case.
- The reason for the recusal and its impact on sentencing hearings remain unclear.
- Chief Judge Sheryl H. Lipman has taken over the criminal case.
Federal Judge Mark S. Norris, who has presided over the Tyré Nichols cases since they were filed in 2023, recused himself from the federal criminal case as of June 13.
It is not clear why Norris recused himself from the case, nor is it clear how the recusal will affect the already scheduled sentencing hearings.
Norris, according to federal court records, has not recused himself from the civil lawsuit.
Chief Judge Sheryl H. Lipman has now been assigned the criminal case ahead of sentencing.
Former Memphis police officers Tadarrius Bean, Demetrius Haley and Justin Smith, Jr. were all set to be sentenced between June 16 and 17.
Haley, after trial last fall, was convicted of all four counts — using excessive force, being deliberately indifferent to Nichols’ medical needs, conspiracy to witness tamper and witness tampering — but the jury found the use of force and deliberate indifference counts resulted in Nichols’ injury, not his death. Haley could be sentenced to up to life in prison.
Bean and Smith were found guilty of witness tampering and acquitted of the civil rights violations. They could face up to 20 years in federal prison. Federal prosecutors have argued the two men should be sentenced to 151 months in prison, or just over 12 and a half years.
Former Memphis police officers Emmitt Martin III and Desmond Mills, Jr. have requested their sentencing hearings be moved. Mills’ request was granted. Both Martin and Mills pleaded guilty to federal excessive force and conspiracy charges.
Prosecutors recommended 40 years for Mills’ sentence and 15 years for Martin’s sentence.
Lucas Finton covers crime, policing, jails, the courts and criminal justice policy for The Commercial Appeal. He can be reached by phone or email: (901)208-3922 and Lucas.Finton@commercialappeal.com, and followed on X @LucasFinton.
{
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);
}
}
]]>