Field Assistant

Field Assistant


The Global Shea Alliance in partnership with Deutsche Gesellschaft für Internationale Zusammenarbeit (GIZ) is implementing the shea Investment and jobs creation Program (SHIP): A 2 year program in Cote d' Ivoire and Ghana to improve the efficiency and profitability of women processors in existing kernel and shea butter cooperatives to strengthen their sustainability in the value chain, access market and investment for women collectors and processors and create decent jobs.

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