ADVERTISEMENT

New performing arts center opens at Manhattan 9/11 site

Published Sep 14, 2023 02:50 am
33V662L-Preview.jpg
New York Governor Kathy Hochul (4th L), Ron Perelman (5th L), former New York City Mayor Michael Bloomberg (5th R) and current Mayor Eric Adams (4th R) hold a ribbon at the Perelman Performing Arts Center (PAC NYC) opening press event and ribbon cutting ceremony on September 13, 2023 in New York. The performing arts center, built at ground zero in lower Manhattan, is meant to open on September 19, 2023, with the first of five concerts focused on the theme of refuge. (Photo by Bryan R. Smith / AFP)

NEW YORK, United States– Days after New York marked the 22nd anniversary of the September 11 attacks, it opened a new arts center Wednesday in the last area of Ground Zero that had not yet been redeveloped.

New York's state governor, the city's mayor and other local officials came together to open the Perelman Performing Arts Center, a project decades in the making intended to provide a space of healing and celebration of life at the site of the 2001 destruction.

It's the final piece of a project intended for the once-devastated area in Lower Manhattan where reflecting pools indicate an area of memorial, the museum a place of education, and now the arts center for renewal.

"I lost my husband, David. And each time I come to the site, my feelings keep changing. At first, a rawness filled with inescapable loss and longing," said Paula Grant Berry, a member of the jury that selected the design for the 9/11 memorial.

"But now, after more than two decades, and this may sound a little odd, I am also filled with something more hopeful."

In the aftermath of the attacks many advocates of building an arts center at the site repeated a line written by the legendary composer Leonard Bernstein, who in the days after John F. Kennedy was assassinated said: "This will be our reply to violence: to make music more intensely, more beautifully, more devotedly than ever before."

That line was repeated at Wednesday's ceremony, which featured a performance of Bernstein and Stephen Sondheim's definitive ballad "Somewhere" from "West Side Story," as well as a "ribbon-connecting" in lieu of a ribbon-cutting, meant to symbolize unity.

 

- 'Crossroads of the world' -

 

The $500-million, 129,000-square-foot (12,000-square-meter) project at the foot of the World Trade Center received significant funding from the city's former mayor Michael Bloomberg, who contributed $130,000 to the development funded mostly with private donations.

The cube-like building encased in almost 5,000 marble tiles houses three primary theaters, which can be used independently or combined, with 60 different configurations and capacities ranging from 90 to 950 seats.

"The arts, as we all know, is the heart of what makes New York a beacon of light for people around the world," said Bloomberg at the opening ceremony. "And Lower Manhattan has always been a crossroads of the world and a cauldron of creativity."

The project initially stalled as focus went to the memorial and museum, as well as to the new skyscraper and an unwieldy transit hub and shopping mall designed by Santiago Calatrava.

But in 2015 architect Joshua Ramus won an international design competition intended to revive momentum, as magnate Ron Perelman donated $75 million in a bid to reboot fundraising efforts.

The finally-opened center intends to showcase both emerging and established artists from the worlds of theater, dance, music, opera and multi-disciplinary performance.

"What connects all the work across the eclecticism of the programming is what it means to contribute to civic healing, what it means to bring people together and create connections at this location, at the World Trade Center," the Perelman's artistic director, Bill Rauch, told AFP.

Related Tags

WORLDNEWS
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.