The GSA is hiring a consultant for the Final Project Evaluation of the project

The GSA is hiring a consultant for the Final Project Evaluation of the project


The GSA is hiring a consultant for the Final Project Evaluation of the project, "Developing A Resilient Shea Agroforestry Farm Model," located in Niger and Oyo States in Nigeria. Interested applicants are required to apply before July 20th, 2022. For more information download the terms of reference below for this position.

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