✕
Turning tips into memories
To enjoy unlimited access to Culture Whisper sign up for FREE.
Find out more about Culture Whisper
LOG IN
OR
- LOG IN WITH FACEBOOK
Thanks for signing up to Culture Whisper.
Please check your inbox for a confirmation email and click the link to verify your account.
EXPLORE CULTURE WHISPER
✕
Turning tips into memories
- LOG IN WITH FACEBOOK
If you click «Log in with Facebook» and are not a Culture Whisper user,you agree to our and to our Privacy Policy, which includes our Cookie Use
'); subMenuHolder = jQuery(".bn-sub-navigation #submenu-" + submenuId); var data = testData[submenuId], hasMain = (typeof data.mainFilters != "undefined" && data.mainFilters.length > 0), hasMore = (typeof data.moreFilters != "undefined" && data.moreFilters.length > 0), hasTrailers = (typeof data.trailers != "undefined" && data.trailers.length > 0); // main filters empty if(!hasMain) return; // TPL var tpl = '', createLink = function(lable, url){ return '' + lable + ''; }, createTrailer = function(trailer){ return '
' + '
' + '
' + '' + '' + '' + '
' + '
' + '' + trailer.text + '' + '
' + '
' + '
'; }, createBanner = function(targeting){ var tg = (targeting) ? 'data-targeting=\'' + JSON.stringify(targeting) + '\'' : ''; var banner_html = '
' + '
' + '
'; banner_html += '
'; return banner_html; }, createMain = function(){ if(!hasMain) return ''; var result = '
'; // create filter list result += '
'; for(var i in data.mainFilters) { if(!data.mainFilters.hasOwnProperty(i)) continue; var item = data.mainFilters[i]; if(item.is_visible == 1){ result += createLink(item.label, item.url,item.is_visible); } } if(hasMore) result += 'more'; result += '
'; // end filter list // create trailers if(hasTrailers) { for(var i1 in data.trailers) { if(!data.trailers.hasOwnProperty(i1)) continue; if(i1 == 2) { result += createBanner(data.targeting); } var trailer = data.trailers[i1]; result += createTrailer(trailer); } } // end trailers result += '
'; result += '
'; return result; }, createExtra = function(){ if(!hasMore) return ''; var result = '
'; for(var i in data.moreFilters) { if(!data.moreFilters.hasOwnProperty(i)) continue; var item = data.moreFilters[i]; if(item.is_visible == 1) { result += createLink(item.label, item.url); } } result += '
'; result += '
'; return result; }; tpl += createMain(); if(hasMore) tpl += createExtra(); subMenuHolder.html(tpl); // more button jQuery("#submenu-" + submenuId + " .sub-more").on('click', function() { var t = jQuery(this); var extra = jQuery('#submenu-' + submenuId + ' .sub-col-extra'); t.toggleClass('active'); extra.toggleClass('active'); return false; }); } jQuery('.bn-sub-navigation #submenu-' + submenuId + ' .sub-col-extra').removeClass('active'); jQuery('.bn-sub-navigation #submenu-' + submenuId + ' .sub-more').removeClass('active'); subMenu.show(); subMenuHolder.show(); }; window.updateSubMenuPosition = function(){ mainMenuEndPoint = topNav.position(); mainMenuHeight = topNav.outerHeight(); subMenu.css('position', 'absolute'); subMenu.css('top', mainMenuEndPoint.top + mainMenuHeight); }; //init scroll control var locationPath = document.location.pathname.split('/'); if(locationPath[1] != 'admin') { var block = jQuery('#one-line-nav-block'), navBar = jQuery('#nav-bar'), navLoginButtons = jQuery('#nav-login-buttons'), searchBar = jQuery('.top-nav .search-bar'), scrollPosition = jQuery(window).scrollTop(), windowWidth = jQuery(window).width(), topNav = jQuery(".top-nav"), subMenu = jQuery(".bn-sub-navigation"), subMenuIsDev = false, timeoutHideMenuTime = 300, timeoutHideMenu; block.find('.centered').append(navBar.clone()); block.find('.one-line-nav').append(navLoginButtons.clone()); block.find('.one-line-nav').append(searchBar.clone()); // // sub menu // var mainMenuEndPoint = topNav.position(), mainMenuHeight = topNav.outerHeight(); // subMenu.css('position', 'absolute'); // subMenu.css('top', mainMenuEndPoint.top + mainMenuHeight); window.updateSubMenuPosition(); if(subMenuIsDev) subMenu.addClass('active'); // add arrows jQuery('.with-submenu').append(''); if(windowWidth > 1024) { var openedSubMenuId; jQuery('.b-nav-new a[data-submenu]').hover(function(){ clearTimeout(timeoutHideMenu); var t = jQuery(this), subMenuId = t.data('submenu'); // createSubMenu generateSubmenu(subMenuId); if(t.parents('.one-line-nav').length === 0) window.updateSubMenuPosition(); jQuery('.b-nav-new a[data-submenu=' + openedSubMenuId + ']').removeClass('opened'); openedSubMenuId = subMenuId; jQuery('.b-nav-new a[data-submenu=' + openedSubMenuId + ']').addClass('opened'); subMenu.addClass('active'); // window.updateSubMenuPosition(); if(typeof window.bannerClass !== 'undefined') window.bannerClass.findAndInit(); }, function(){ timeoutHideMenu = setTimeout(function(){ if(!subMenuIsDev) { subMenu.removeClass('active'); subMenu.hide(); jQuery('.b-nav-new a[data-submenu=' + openedSubMenuId + ']').removeClass('opened'); } },timeoutHideMenuTime); }); subMenu.hover(function(){ clearTimeout(timeoutHideMenu); },function(){ timeoutHideMenu = setTimeout(function(){ if(!subMenuIsDev) { subMenu.removeClass('active'); subMenu.hide(); jQuery('.b-nav-new a[data-submenu=' + openedSubMenuId + ']').removeClass('opened'); } },timeoutHideMenuTime); }); } // mobile submenu else { jQuery(document).on('click touchend', '.with-submenu .mobile-arrow', function(){ var t = jQuery(this), li = jQuery(t.parent()), nav = t.parents('.b-nav-new'); if(!li.hasClass('opened')) { var opened = jQuery('.with-submenu.opened', nav); if(opened.length > 0) { jQuery('.b-nav-new .nav-list li a.disabled').removeClass('disabled'); opened.removeClass('opened'); } li.addClass("opened"); jQuery('.b-nav-new .nav-list>li[class!="with-submenu opened"] a[class!="mobile-arrow"]').addClass('disabled'); } else { jQuery('.b-nav-new .nav-list li a.disabled').removeClass('disabled'); li.removeClass('opened'); } return false; }); } // // end sub menu // scrollControl(windowWidth, scrollPosition, block, subMenu, topNav); jQuery(window).scroll(function () { var scrollPosition = jQuery(window).scrollTop(), windowWidth = jQuery(window).width(); scrollControl(windowWidth, scrollPosition, block, subMenu, topNav); }); jQuery(window).resize(function(){ var windowWidth = jQuery(window).width(); if(windowWidth < 1025) { if(block.hasClass("active")) { block.removeClass("active"); block.hide(); } if(subMenu.hasClass("active")) subMenu.removeClass("active"); } }); } }); jQuery(document).ready(function() { //notification display message // + set a localstorage to display only once //check if it is IOS or not var iOS = !!navigator.platform && /iPad|iPhone|iPod/.test(navigator.platform); if (iOS) { //hide the notification for IOS user SINCE it is still does not support Web push. jQuery("#notification-button-mobile").hide(); } if (Modernizr.localstorage) { var countNotification = localStorage.getItem('countNotification'); if (countNotification === null) { countNotification = 0; } if (countNotification <= 1 ){ setTimeout(function() { jQuery("#notification-button-mobile").attr('data-balloon-visible',''); setTimeout(function() { jQuery("#notification-button-mobile").removeAttr('data-balloon-visible'); }, 12000); },2000 ); setTimeout(function() { jQuery("#notification-button").attr('data-balloon-visible',''); setTimeout(function() { jQuery("#notification-button").removeAttr('data-balloon-visible'); }, 12000); },2000 ); } countNotification++; localStorage.setItem('countNotification',countNotification); } else { //Find a alternative solution maybe a Variable. // i dont provide support for notification for old browser though one solution is to use cookies but this would affect speed and this is a BETA test. } });
Visual Arts
Radical Danes at the Tate: The 2017 Hyundai Commission, One Two Three Swing! opens at Tate's Turbine Hall
6 CW readers are interested
The cavernous Turbine Hall is Tate Modern's best known feature, perhaps the most hallowed modern art space in the country. Five storeys tall with 3,400 square metres of floorspace, it used to house the generators back when the building was a power station.
Every year, an artist is commissioned to fill the space with large-scale visual, acoustic and interactive works. Ai Weiwei gave us porcelain sunflower seeds, Olafur Eliasson digitised weather, Abraham Cruzvillegas a patch of living, breathing earth. Last year, French artist Philipe Parreno carpeted the hall and filled it with noise and floating fish. This year, it's the turn of Danish collective SUPERFLEX.
Best known for sticking a Euro coin on the Southbank's Hayward Gallery, the group deals with the social, political and cultural concerns of our age. The group doesn't skirt around issues – setting out to produce art with 'clear social relevance'. But however high-minded and well-intentioned its work might be, humour and flair are SUPERFLEX's definining characteristics.
For this year's Hyundai commission, the trio have transformed Tate's Turbine Hall into a giant playground with dozens of three-seater swings. The swings form an orange line which weaves through the length of the Turbine Hall, crosses the gallery and then runs out of the south of the building.
At the centre of the hall hangs a huge mirrored pendulum, which lead curator Donald Hyslop has described as 'conceptually clever, sculpturally beautiful and elemental'. According to the curators: 'The work explores the potential of energy generated by social movements, drawing unexpected connections within, between, and beyond institutions, and proposing new uses for urban public space.'
The public are actively encouraged to swing on Superflex's temporary installation, turning this into the most interactive and innovative Hyundai Commission to date. Given the hypnotic and Instagrammable nature of the exhibition's central feature, One Two Three Swing! is sure to attract hoards of visitors.
Frieze Week 2017 has kicked off with a bang!
What | Hyundai Commission 2017, Tate Modern |
Where | Tate Modern, Bankside, London, SE1 9TG | MAP |
Nearest tube | Blackfriars (underground) |
When | 03 Oct 17 – 02 Apr 18, Open daily from 10.00 – 18.00 and until 22.00 on Friday and Saturday |
Price | £free |
Website | For more information via the Tate Modern website |
6