Earth Hacks 2018
Held at Virginia Commonwealth University (VCU) located in Richmond, VA.
This was the first-ever Earth Hacks event, held at Virginia Commonwealth University from March 17-18, 2018.
15 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 2018
Held at Virginia Commonwealth University (VCU) located in Richmond, VA.
This was the first-ever Earth Hacks event, held at Virginia Commonwealth University from March 17-18, 2018.
15 Projects Submitted