[ad_1]
De novos trabalhos a antigas tradições, aqui estão quatro performances que temos em nosso radar.
Perdido com você
Les Ballets Jazz de Montreal Vanishing Mélodies
Sasha Onyshchenko, cortesia BJM
MONTREAL Les Ballets Jazz de Montréal segue o cancioneiro de Patrick Watson para sua última criação. Vanishing Mélodies dá vida às memórias de uma mulher solitária à espera de um autocarro, interpretada por uma atriz que se junta aos bailarinos no palco. Dirigido por Eric Jean, que dirigiu a trilha sonora de Leonard Cohen da empresa Dance me, apresenta coreografia de Juliano Nuñes e Anne Plamondon com 20 peças da música de Watson. 2 a 6 de novembro. bjmdanse.ca.
Acosta e Alessandra
Alessandra Ferri e Carlos Acosta
Johan Persson, Cortesia BRB
LONDRES O programa Curated by Carlos do Birmingham Royal Ballet faz sua muito atrasada estreia em Londres no Sadler’s Wells com algumas edições emocionantes. A fatura tripla agora apresenta Cidade das Mil Comércios, uma homenagem à cidade natal da empresa coreografada por Miguel Altunaga, ao lado da coreógrafa brasileira-britânica Daniela Cardim, inspirada em eventos atuais Iminente e uma nova produção de Goyo Montero’s Chaconne. Juntando-se aos artistas do BRB no palco por Chaconne será o diretor Carlos Acosta e a artista convidada Alessandra Ferri em um novo pas de deux. 4 a 6 de novembro. brb.org.uk.
Tradições prosperando
Empresa Indígena
Danny Upshaw, cortesia de Richard Kornberg & Associates
CIDADE DE NOVA YORK O coletivo Indígena Enterprise indígena americano e canadense pousa no The Joyce Theatre com uma celebração de música, história e, é claro, dança tradicional na produção intertribal Libertação Indígena, apresentando dançarinos campeões de powwow. 9 a 14 de novembro. joyce.org.
Muitos felizes retornos
Twyla Tharp
Paula Lobo, Cortesia do New York City Center
CIDADE DE NOVA YORK Deixe isso para Twyla Tharp para dar presentes para seu 80º aniversário. A icônica coreógrafa estreia duas obras inéditas para o programa TWYLA NOW do New York City Center, que também contará com uma série de peças exclusivas. O elenco repleto de estrelas inclui James Gilmer e Jacquelin Harris do American Dance Theatre de Alvin Ailey, Aran Bell e Catherine Hurlin do American Ballet Theatre, Sara Mearns do New York City Ballet, Roman Mejia e Tiler Peck e a ex-estrela da NYCB e ator indicado ao Tony, Robbie Fairchild . 17 a 21 de novembro. nycitycenter.org.
window.REBELMOUSE_LOWEST_TASKS_QUEUE.push(function(){
window.REBELMOUSE_STDLIB.loadExternalScript("https://htlbid.com/v3/dancemagazine.com/htlbid.js ", function() {
});
});
window.REBELMOUSE_LOWEST_TASKS_QUEUE.push(function(){
!function(f,b,e,v,n,t,s) {if(f.fbq)return;n=f.fbq=function(){n.callMethod? n.callMethod.apply(n,arguments):n.queue.push(arguments)}; if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0'; n.queue=[];t=b.createElement(e);t.async=!0; t.src=v;s=b.getElementsByTagName(e)[0]; s.parentNode.insertBefore(t,s)}(window, document,'script', 'https://connect.facebook.net/en_US/fbevents.js'); fbq('init', '509477952725217'); fbq('track', 'PageView');
});
window.REBELMOUSE_LOWEST_TASKS_QUEUE.push(function(){
window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);}
if(utmCampaignData) { gtag('event', eventName, { 'send_to': 'UA-2506277-21', 'campaignName': utmCampaignData.campaignName, 'campaignSource': utmCampaignData.campaignSource, 'campaignMedium': utmCampaignData.campaignMedium, 'campaignContent': utmCampaignData.campaignContent, });
}
});
window.REBELMOUSE_LOWEST_TASKS_QUEUE.push(function(){
var $breaking = document.querySelector('.posts_breaking-section') var $trending = document.querySelector('.posts_trending-section')
if ($breaking && $breaking.querySelector('.posts_custom')){ $breaking.style.display='block' $breaking.style.minHeight="65px" } else if ($trending && $trending.querySelector('.posts_custom')){ $trending.style.display='block' $trending.style.minHeight="65px" }
});
window.REBELMOUSE_LOWEST_TASKS_QUEUE.push(function(){
window.REBELMOUSE_STDLIB.loadExternalScript("https://cdn.userway.org/widget.js", function() {
});
});
window.REBELMOUSE_LOWEST_TASKS_QUEUE.push(function(){
(function () { var mcPopup = { date: false, init: function() { // return if user already subscribed or user has not closed popup if (mcPopup.getCookie('MCPopupSubscribed')) return;
// get cookie using our custom function mcPopup.date = new Date(); var currentTime = mcPopup.date.getTime(); // current time in milliseconds var popupExpiryDate = localStorage.getItem('MCPopupClosed');
if (popupExpiryDate) { // remove local if cookie is removed if (!mcPopup.getCookie('MCPopupClosed')) { localStorage.removeItem('MCPopupClosed'); } else { // if popup expired, remove cookie + local storage if (popupExpiryDate < currentTime) { localStorage.removeItem('MCPopupClosed'); document.cookie="MCPopupClosed=yes;path=/;expires=Thu, 01 Jan 1970 00:00:00 UTC;"; } } } else { mcPopup.updateMcCookieExpiration(currentTime); } }, getCookie: function(name) { var cookieArr = document.cookie.split(";"); for(var i = 0; i < cookieArr.length; i++) { var cookiePair = cookieArr[i].split("="); if (name == cookiePair[0].trim()) { return decodeURIComponent(cookiePair[1]); } } return null; }, updateMcCookieExpiration: function(currentTime) { var expiryAmt = 1209600000; // 2 weeks var expiryTime = currentTime + expiryAmt; mcPopup.date.setTime(expiryTime); localStorage.setItem('MCPopupClosed', expiryTime); document.cookie="MCPopupClosed=yes;path=/;expires=" + mcPopup.date; } } mcPopup.init(); })(); }); window.REBELMOUSE_LOWEST_TASKS_QUEUE.push(function(){ function isElementInViewport(el, extraOffsetTop, extraOffsetBottom) { var extraOffsetTop = extraOffsetTop || 0; var extraOffsetBottom = extraOffsetBottom || 0; var top = el.offsetTop; var height = el.offsetHeight; while(el.offsetParent) { el = el.offsetParent; top += el.offsetTop; } var topEdge = top - extraOffsetTop; var bottomEdge = top + height + extraOffsetBottom; var topScreenEdge = window.pageYOffset; var bottomScreenEdge = window.pageYOffset + window.innerHeight; return (topEdge < bottomScreenEdge && topEdge > topScreenEdge) || // top edge in screen (bottomEdge < bottomScreenEdge && bottomEdge > topScreenEdge) || // bottom edge in screen (topEdge < topScreenEdge && bottomEdge > bottomScreenEdge); // belly in screen }
function reInitAds() { document.querySelectorAll(".infinite-scroll-posts .widget:not(.htl-ad-proc)").forEach(widget => {
if (isElementInViewport(widget)) {
widget.classList.add("htl-ad-proc"); post_id= widget.getAttribute("elid"); var itemSection = ""; if (widget.querySelector(".widget__section")) { itemSection=widget.querySelector(".widget__section").innerText; }
console.log(" updating htlbid for post_id: "+ post_id); htlbid.cmd.push(function () { htlbid.setTargeting('env', 'production'); htlbid.setTargeting('post_id', post_id);
}); } }); } function Ithrottle (callback, limit) { var wait = false; return function () { if (!wait) { callback.apply(null, arguments); wait = true; setTimeout(function () { wait = false; }, limit); } } }
window.addEventListener("scroll", Ithrottle(function(){
reInitAds();
},200));
});
[ad_2]