Call for Proposals

Call for Proposals


The Global Shea Alliance (GSA), in partnership with Deutsche Gesellschaft für Internationale Zusammenarbeit (GIZ) has launched a 2-year national program to improve the capacity of women shea collectors in Northern Ghana.  

The Global Shea Alliance invites private partners in Ghana seeking to improve the capacity of their existing cooperatives to submit a proposal using the attached application form.  Interested private sector partners should complete and submit project application form to the GSA Secretariat, addressed to Prince Nunoo, Project Manager: p.nunoo@globalshea.com  

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