GSA seeks a consultant to produce State of the Industry report

GSA seeks a consultant to produce State of the Industry report


The GSA is seeking expressions of interest (EoI) for a consultant to produce the State of the (Shea) Industry report. Please refer to the attached ToR and send in your applications by December 18, 2020. 

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