Preserving the Past, Protecting the Future: The Importance of Conserving Natural and Cultural History
Join host Tej in an enlightening conversation with William "Billy" Creech, president of the Mojave Desert Heritage and Cultural Association (MDHCA), as they delve into the significance of natural and cultural history preservation. Discover the intricate relationship between humans and the environment throughout history, and how organizations like MDHCA are working to protect the Mojave Desert's resources. Billy shares his personal journey, from his childhood experiences in the Mojave Desert to his pivotal role in restoring the historic Mojave Road. Learn about the challenges faced in conserving the delicate ecosystem and promoting responsible exploration. Explore the treasure trove of historical artifacts and documents curated by MDHCA, shedding light on the rich heritage of the desert. Get ready to embark on a captivating adventure through time, conservation, and the wonders of the Mojave Desert.
Catch up on the newest episodes of Chezuba Talk's podcast and stay updated with insightful conversations from inspiring guests who are creating positive change.
Michelle, one of only six globally certified service dog trainers by the International Association of Canine Professionals (IACP), shares her incredible journey of supporting veterans through her nonprofit.
In this insightful episode of "Chezuba Talks," host Tej sits down with Asad Lilani, a visionary leader from The Access Challenge, to explore the power of synergy in driving sustainable healthcare in East and Southern Africa.
In this compelling episode of Chezuba Talks, we sit down with Dr. Anne Merewood, a founding member of CHEERing Greece, an ISO-certified, international NGO dedicated to transforming maternal and child health in refugee communities.
Dr. Anne Merewood
August 27, 2024
EP-75 • 33 min 43 sec
14mins 27sec
Preserving the Past, Protecting the Future: The Importance of Conserving Natural and Cultural History
window.cookieconsent.initialise({
"palette": {
"popup": {
"background": "#25305e"
},
"button": {
"background": "#14a7d0"
}
},
"theme": "classic",
"content": {
"message": "We use cookies to optimize your experience. Don't worry! We NEVER sell your data",
"dismiss": "Got it!",
"link": "Learn more",
"href": "https://app.chezuba.net/Home/PrivacyPolicy/"
}
});
var modal = document.getElementById("myModal");
// Get the form container within the modal
var formContainer = document.querySelector(
".book-demo-modal .form-container"
);
// Get the button that opens the modal
var btns = document.getElementsByClassName("book-demo-link");
// When the user clicks the button, open the modal
for (var i = 0; i < btns.length; i++) {
btns[i].onclick = function () {
modal.style.display = "block";
document.body.style.overflow = "hidden";
};
}
// When the user clicks anywhere outside of the form-container, close it
modal.onclick = function (event) {
modal.style.display = "none";
document.body.style.overflow = "auto"; // allow background to scroll again
};
// Stop propagation of the click event from the form-container to the modal
formContainer.onclick = function (event) {
event.stopPropagation();
};