Rental of Improved Kernel Processing Centers (IKPCs)

Rental of Improved Kernel Processing Centers (IKPCs)


GSA seeks to improve access to quality processing infrastructure for young women-led shea cooperatives. Improved Kernel Processing Centres (IKPCs) will provide safe, efficient, and hygienic environments for shea kernel processing, thereby enhancing product quality, increasing productivity, reducing post-harvest losses, and improving market competitiveness.

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'; })