HPH: Honors Project Hub

All projects and assignments for Seminar One, The Arts in New York City, are linked to below. You can also browse by learning goal.

document.getElementById(‘showLink’).addEventListener(‘click’, function() { var hiddenDivs = document.querySelectorAll(‘.hiddenDiv’); // Select all elements with the class ‘hiddenDiv’ hiddenDivs.forEach(function(div) { if (div.style.display === ‘none’ || div.style.display === ”) { div.style.display = ‘block’; } else { div.style.display = ‘none’; } }); });

This site is a project of the Teaching & Learning Collaboratory at the Macaulay Honors College.