Governance





{{g.PageDetail | htmlToPlaintext}}
Click on governance title for more details.

Members/General Assembly Executive Committee Secretariat Advisory Committee Sustainability Working Group Quality Working Group Promotional Working Group

Upcoming Events

List of Events

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