UC Berkeley Data Science Forum - Tech for Good 2022
One-day event on April 16th, 2022.
Earth Hacks partnered with student leaders at UC Berkeley for this event, focused on the intersection of technology and social good.
- Projects Submitted
// Toggle Details for Hackathons document.addEventListener("DOMContentLoaded", function() { const detailButtons = document.querySelectorAll('.toggle-details'); detailButtons.forEach(button => { button.addEventListener('click', function() { const details = this.nextElementSibling; details.style.display = details.style.display === 'block' ? 'none' : 'block'; }); }); });
UC Berkeley Data Science Forum - Tech for Good 2022
One-day event on April 16th, 2022.
Earth Hacks partnered with student leaders at UC Berkeley for this event, focused on the intersection of technology and social good.
- Projects Submitted