News
Read about company updates, iron information, and more.
1) {
activeParams.push({
key: 'page',
value: activePage,
});
}
const gridDiv = '.blog';
const grid = $el.closest('section');
const filteredSortedUrl = `${blogUrl}${activeParams.length > 0 ? `?${activeParams.map(v => `${v.key}=${v.value}`).join('&')}` : ''}`;
fetch(filteredSortedUrl)
.then((response) => response.text())
.then((responseText) => {
const html = new DOMParser().parseFromString(responseText, 'text/html');
// Update items
const gridUpdated = html.querySelector(gridDiv).closest('section');
grid.innerHTML = gridUpdated.innerHTML;
$store.ajaxWorking = false;
history.pushState({}, '', filteredSortedUrl);
// Scroll to top.
const scrollTop =
grid.getBoundingClientRect().top + window.scrollY - document.querySelector('.site-header').getBoundingClientRect().height - 40;
window.scrollTo({ top: scrollTop, behavior: 'smooth' });
})
.catch((e) => {
console.error(e);
$store.ajaxWorking = false;
});
"
@paginate="
activePage = $event.detail;
$dispatch('update');
">
Current Events
Nourishing a Warming World: Climate Change and Global Nutrition
Jul 11, 25
|
2 min read
Read More
Current Events
Nourishing a Warming World: Climate Change and Global Nutrition
Jul 8, 25
|
4 min read
Read More
Current Events
What Was Missing at WHA 78: The Case for Dedicated Nutrition Funding
Jun 5, 25
|
4 min read
Read More
Current Events
Honouring Black Pioneers in Nutrition and Global Health
Feb 26, 25
|
5 min read
Read More
Current Events
Why Iron Deficiency is Holding Back Global Nutrition Goals
Feb 4, 25
|
3 min read
Read More
Current Events
Unlocking Potential: Economic Power Through Gender Equality
Sep 23, 24
|
3 min read
Read More
Current Events
COP28 raises the need to highlight the link between nutrition and climate change
Nov 28, 23
|
4 min read
Read More






