New Jersey

Sherrill-Caldwell Transition Action Teams Release Final Reports  – Insider NJ

Published

on


 

 

 

TRENTON – Today, the Sherrill-Caldwell transition Action Teams released their final reports, including recommendations to the administration. The Action Teams were led by New Jersey and national experts and included members with diverse and distinguished experience.

“The Sherrill-Caldwell administration is grateful for all the hard work and collaboration that went into these reports, and we are actively reviewing their recommendations – some of which have already been included in Gov. Sherrill’s first executive orders. Our transition brought together leaders from New Jersey and across the country – and no matter the different perspectives, what united our Action Teams was a commitment to public service and making a difference. The connections and relationships that were built during this process will pay dividends to this Administration for years to come,” said Lt. Gov. Dr. Dale Caldwell and New Jersey Chief Operating Officer Kellie Doucette, who were Chair and Executive Director of the Transition, respectively. 

Advertisement

“Governor Sherrill brought our teams together on a mission to deliver for the people of New Jersey, and we are proud of the recommendations we developed so the Sherrill-Caldwell administration could hit the ground running. These reports are a product of true collaboration and coming together around Gov. Sherrill’s commitment to lower costs, expand opportunity for our kids, and make Trenton more accountable to the people of New Jersey,” said the Co-Chairs of the Action Teams.

The Action Teams focused on the top priorities of the incoming administration, including:

 

  • Making Energy More Affordable and Reliable
  • Saving You Time and Money: Getting Government to Work for New Jerseyans
  • Kids Mental Health and Online Safety
  • Lowering Housing Costs and Expanding Homeownership
  • Transportation and Infrastructure Innovation
  • Fiscal Responsibility and Government Accountability
  • Delivering a Strong Education for New Jersey Children
  • Jobs, Opportunity, and Prosperity for All
  • Affordable Healthcare: Addressing Washington’s Medicaid Cuts
  • Driving New Jersey Forward: Economic Development and Innovation
  • You can read the reports here.

 

‘;

async function getTopDocuments() {
let today = new Date();
let yesterday = new Date();
yesterday.setDate(yesterday.getDate() – 1);
const todayString = `${today.getFullYear()}-${today.getMonth() + 1}-${today.getDate()}`;
const yesterdayString = `${yesterday.getFullYear()}-${yesterday.getMonth() + 1}-${yesterday.getDate()}`;
let sortedData = {};
const countRef = collection(db, ‘topArticles’);
const q = query(countRef, where(‘__name__’, ‘in’, [todayString, yesterdayString]), limit(5));

const snapshot = await getDocs(q);
let count = 0;
snapshot.forEach((doc) => {
let data = doc.data();
const keys = Object.keys(data);
keys.sort((a, b) => data[b] – data[a]);
const slice = keys.slice(-50);
slice.forEach((key) => {
const value = doc.data()[key];
if(value.slug in sortedData){
sortedData[value.slug].count += value.count;
}else{
sortedData[value.slug] = value;
}
});
});

let finalArticleList = [];
for (var article in sortedData) {
finalArticleList.push([article, sortedData[article]]);
}
finalArticleList.sort(function(a, b) {
return b[1].count – a[1].count;
});

Advertisement

const outputStr = finalArticleList.slice(0,5).map((article) => {
return `

`;
}).join(”);
document.getElementById(‘topArticles’).innerHTML = outputStr;
}
getTopDocuments();

Press Releases



Source link

Advertisement

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Trending

Exit mobile version