Context Analysis and Baseline Study of Shea Industry Next Gen Empowerment (SHINE) Program

Context Analysis and Baseline Study of Shea Industry Next Gen Empowerment (SHINE) Program


The overall goal of this assignment is to generate robust evidence to inform the design, implementation, monitoring, learning, and adaptive management of the SHINE programme in Ghana and Benin.

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