Wheels of Change: How new tools are driving youth participation in the shea value chain

Wheels of Change: How new tools are driving youth participation in the shea value chain


The shea industry has been a key part of the local economy of Northern Ghana forcenturies, serving as a source of livelihood for women shea collectors, processors, and marketers. Nevertheless, for young people, the industry has always been considered unappealing, at best.

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