Shea Virtual Lab

Shea Virtual Lab


The Global Shea Alliance is pleased to present the ''Shea Virtual Lab’’ - a series of technical webinars to provide industry update, discuss market opportunities and challenges during and post the COVID-19 pandemic as well as highlight developments in shea sustainability. 

From June 25 to July 9, you will have the opportunity to interact with private sector representatives, women cooperatives, trade specialists and researchers, and share your thoughts on the various topics being discussed.

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