[ad_1]
Here are the latest promotions, appointments and departures, as well as notable awards and accomplishments, from the last month.
Comings & Goings
Hope Muir
Courtesy Charlotte Ballet
Hope Muir has been named artistic director of National Ballet of Canada, beginning Jan. 1. She succeeds Karen Kain, who stepped down to become artistic director emerita on June 30.
Dionne D. Figgins has been named artistic director of Ballet Tech, succeeding founder Eliot Feld on August 1.
Matthew Gardiner has been appointed artistic director of Signature Theatre.
Mena Mark Hanna has been appointed general director of Spoleto Festival USA, succeeding Nigel Redden in October.
Christian Spuck will join Staatsballett Berlin as artistic director beginning with the 2023–24 season.
Lincoln Center for the Performing Arts has appointed Shanta Thake chief artistic officer, a new position replacing the artistic director role previously held by Jane Moss until 2020.

Shanta Thake
Gregory Kramer, Courtesy Lincoln Center
Carolyn Adams has been named director of education at the Paul Taylor Dance Foundation.
American Ballet Theatre executive director Kara Medoff Barnett will step down this fall.
At Sarasota Ballet, Marijana Dominis and Yuri Marques have been promoted to soloist.
At Oklahoma City Ballet, Alejandro González has been promoted to soloist. Nikolas Gaifullin and Benjamin Tucker have joined as soloists.
Gustavo Ribeiro has joined Oregon Ballet Theatre as a soloist.
Hi-ARTS has named Alexander Lambie, Tanika I. Williams, Kirya Traber and Sissi Lu, Sydnie L. Mosley Dances and LINDALA fall 2021 artists in residence.
Penny Saunders has been named artist in residence at the USC Glorya Kaufman School of Dance.
Amar Ramasar will retire from New York City Ballet at the end of the 2021–22 season. His final performance is scheduled for May 29.
Awards & Honors
Winners of the UK National Dance Awards included César Morales (Best Male Dancer), Simone Damberg Würtz (Best Female Dancer), Richard Alston Dance Company (Outstanding Company), English National Ballet (Best Company Response to the Pandemic), Acosta Danza (Best Independent Company), Cathy Marston (Best Classical Choreography, for The Cellist), Crystal Pite and Jonathon Young (Best Modern Choreography, for Revisor), Wim Vandekeybus (Best Digital Choreography, for Draw From Within), Alleyne Dance (Best Short Dance Film, for “(Re)United”), Arielle Smith (Emerging Artist Award), Begoña Cao (Outstanding Female Classical Performance, for Five Brahms Waltzes in the Manner of Isadora Duncan), Lauren Cuthbertson (Outstanding Female Classical Performance, for The Cellist), Dada Masilo (Outstanding Female Modern Performance, for Giselle), Marcelino Sambé (Outstanding Male Classical Performance, for The Cellist), Jermaine Spivey (Outstanding Male Modern Performance, for Revisor), John Macfarlane (Outstanding Creative Contribution) and Ronald Hynd (De Valois Award for Outstanding Achievement).
Collage Dance Collective, Deeply Rooted Dance Theater, EMERGE125, KanKouran West African Dance Company and Step Afrika! are the International Association of Blacks in Dance’s 2021 Comprehensive Organizational Health Initiative | Managing Organizational Vitality and Endurance cohort. Each organization will receive $150,000 over the next three years.
New Funding Opportunities
The Upper Manhattan Empowerment Zone Mertz Gilmore Seed Fund for Dance will award $5,000 grants to support 16 dance projects taking place in Upper Manhattan between January 1, 2022–February 28, 2023. The application deadline is September 8 at 5 pm ET. More information can be found here.
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]
Source link