Call for Application

Call for Application


The Global Shea Alliance (GSA), in partnership with Deutsche Gesellschaft für Internationale Zusammenarbeit (GIZ) and Invest for Jobs initiative is implementing a 2-year national program in Ghana to improve capacity of women collectors across shea growing communities in the northern regions. This project will promote public-private partnerships, with GSA members supporting shea cooperatives based on three sets of activities: 1. formation of new shea cooperatives, 2. improve working conditions of existing cooperatives, and 3. foster private companies’ investment in the shea industry.  

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