UN Big Data Hackathon 2022
Four day event from November 8th-11th, 2022.
Earth Hacks partnered with leaders from the International Conference on Big Data for this event.
- 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'; }); }); });
UN Big Data Hackathon 2022
Four day event from November 8th-11th, 2022.
Earth Hacks partnered with leaders from the International Conference on Big Data for this event.
- Projects Submitted