Earth Hacks 2019
Held at Viriginia Commonwealth University (VCU), located in Richmond, VA.
This was the second Earth Hacks event at VCU from January 26-27, 2019.
22 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'; }); }); });
Earth Hacks 2019
Held at Viriginia Commonwealth University (VCU), located in Richmond, VA.
This was the second Earth Hacks event at VCU from January 26-27, 2019.
22 Projects Submitted