Draft Agenda for Shea 2020 is Out!

Draft Agenda for Shea 2020 is Out!


We are pleased to release a draft agenda for Shea 2020.


Also, registration for the conference is still open. Click here to register.


We look forward to seeying you in Lomé, Togo from April 6-8, 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'; })