Supply and Installation of Equipment for Improved Kernel Processing Centres (IKPCs)

Supply and Installation of Equipment for Improved Kernel Processing Centres (IKPCs)


GSA is operationalising Improved Kernel Processing Centres (IKPCs) across thirteen (13) districts within the five northern regions of Ghana. These centres will serve as shared processing facilities for young women-led shea cooperatives, providing improved infrastructure and equipment to enhance productivity through quality processing, efficiency and profitability for young women in shea kernel processing.

Download...


Copyright © Global Shea Alliance | All rights reserved

C const popup = document.querySelector('.popup'); const close = document.querySelector('.close'); window.onload = function(){ setTimeout(function(){ popup.style.display = "block"; }, 2000) } close.addEventListener('click',()=>{ popup.style.display = 'none'; })