Skip to main content
 

This grant will support a series of events, workshops, and public performances throughout the 2025-2026 academic year to coincide with the 50th anniversary of the Women’s and Gender Studies Department at UNC Chapel Hill. Engaging public audiences and humanities experts alike, this diverse set of events will explore the histories, legacies, and challenges of women’s and gender studies, reflecting upon where the field has come from and where it is headed. Events will call attention to the deep roots of women’s and gender studies in the state and the continued significance of research, teaching, advocacy, and ongoing dialogue.

`; // Append the search bar container after the menu menu.parentNode.insertBefore(searchBarContainer, menu.nextSibling); // Create the search icon button and append it to the menu var searchLi = document.createElement('li'); searchLi.className = 'menu-search-icon'; searchLi.innerHTML = ` `; menu.appendChild(searchLi); // Find the button and search bar container var searchIconLink = document.getElementById('searchIconLink'); var searchBar = document.getElementById('searchBarContainer'); // Add click event listener to the search icon button searchIconLink.addEventListener('click', function () { var isExpanded = searchIconLink.getAttribute('aria-expanded') === 'true'; searchIconLink.setAttribute('aria-expanded', !isExpanded); searchBar.style.display = isExpanded ? 'none' : 'flex'; searchIconLink.setAttribute('aria-label', isExpanded ? 'Open search bar' : 'Close search bar'); }); }); //----------------------------------------- // Content Template: search-menu-item - end //-----------------------------------------