Shea Co-operatives Learn Tools for Sustainable Water and Wood Resource Management

Shea Co-operatives Learn Tools for Sustainable Water and Wood Resource Management


High water and wood consumption remain a major challenge for shea co-operatives in West Africa. To address this, climate smart practices are being promoted as part of the project Towards Climate Resilient Shea Communities in Togo and Burkina Faso. The project includes a strong focus on conservation, to reduce the amount of wood and water used during the processing of shea kernels. Activities include identifying practical, locally adapted solutions and training co-operative members to implement them effectively.
 

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