EXPRESSION OF INTEREST - RAISING AND TRANSPLANTING OF SHEA AND NON SHEA SEEDLINGS

EXPRESSION OF INTEREST - RAISING AND TRANSPLANTING OF SHEA AND NON SHEA SEEDLINGS


The GSA is partnering with the Forestry Commission of Ghana (FC) and the United Nations Development Programme (UNDP) in Ghana, to implement the Ghana Shea Landscape Emission Reductions Project (GSLERP) in the northern savannah zone of Ghana. GSLERP will enhance forest carbon stocks across the northern savannah landscape by addressing the deforestation and forest degradation challenges across the zone, while promoting investments in the shea value chain and women's empowerment. 

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