문
A Tribute to Mimmo Jodice and James Senese
Table of Contents
Eighth edition curated under the artistic direction of Massimiliano Jovine
Gianni Simioli, Mauro Nardi, Ida Rendano, Maurizio Capone, Nicola Caso, Emiliana Cantone, Marsica, Mr Hyde, Ivan Granatino, Vesuviano, Jelecrois, Jhosef, Radice, Andrea Heros, Gaié, Angelo DT1, Chiodo Fisso, Zerofiltro, Cristina Manzo, Mattewh, Noyezno, Stefania Lay, Addolorata, Lina Maddaloni, Daniele Sorrentino, Marco Calone, Erry Mariano
The Rione Sanità neighborhood is celebrating with Sanità-tà-tà, which returns for its eighth edition to fill the streets and squares with music. Performances will take place in every corner of the district, and visitors will have access to tourist and cultural attractions with extended hours. Promoted and funded by the Tourism and Productive Activities Department of the Municipality of Naples, the event is organized by the Municipality 3 in collaboration with C’MoN productions and Sanità-TàTà. The event, scheduled for Saturday, January 3rd, starting at 6:30 PM, will feature a major concert in Piazza Sanità beginning at 8:30 PM, under the artistic direction of Massimiliano Jovine.
«It’s been a truly wonderful Christmas in Naples. The calendar of events promoted and supported by the Department began in mid-November, and this year we also turned on the lights in the streets and squares of the neighborhoods much earlier, creating an extraordinary festive atmosphere,” says Assessor Teresa Armato. With over 100 concerts, shows, meetings, and guided tours that enlivened the city and all its Municipalities, in squares, churches, and art venues, plus the events proposed by the culture sector, Naples was a city that never slept, welcoming hundreds of thousands of tourists. Now it’s time for the most anticipated celebration at the beginning of the year, Sanità-tà-tà, which has become a tradition of our Christmas. A grand festival that involves local merchants and associations and “tells” the identity of Naples through music, street food, and cultural sites open with extended hours. I am confident that Sanità-tà-tà will be a great success again this year».
«Sanità-tà-tà, in addition to the main square, will involve and animate different points of the neighborhood with live music and DJ sets: Via Fuori Porta San Gennaro, Piazzetta Crociferi, Via Vergini, Via Cristallini, Via Misericordiella, Via Sanità Gradoni,” explains the president of Municipality 3, Fabio Greco. Visitors will also be able to visit, by reservation, some of the neighborhood’s main tourist and cultural attractions: the Augustan Aqueduct of Serino, the Catacombs of San Gaudioso, the Basilica of Santa Maria della Sanità, the Jago Museum, and SMMAVE Misericordiella».
The grand concert in Piazza Sanità will feature a lineup of talented artists performing free of charge for the neighborhood festival: Gianni Simioli, Mauro Nardi, Ida Rendano, Maurizio Capone, Nicola Caso, Emiliana Cantone, Marsica, Mr Hyde, Ivan Granatino, Vesuviano, Jelecrois, Jhosef, Radice, Andrea Heros, Gaié, Angelo DT1, Chiodo Fisso, Zerofiltro, Cristina Manzo, Mattewh, Noyezno, Stefania Lay, Addolorata, Lina Maddaloni, Daniele Sorrentino, Marco Calone, and Erry Mariano. Radio Marte is the media partner for Sanità-tà-tà, with its team backstage and on stage: Leonardo Criscuolo, Arianna Petillo, Mary Boccia, Roberta Minervino, Antonio Monticelli, and Davide Scafa.
To help citizens and tourists navigate the events and attractions, an electric minicar with onboard tourist guides will be in operation from 10:00 AM to 7:00 PM, traveling through the streets of the historic center to support the information points located at Molo Beverello, Via Morghen, Piazza del Gesù, and Piazza del Plebiscito (corner of Via Cesario Console). The tourist information points will be open from 11:00 AM to 7:00 PM on January 1st.
Temporary traffic plan in place for the event
Restrictions in place for the event


$('.LangSwitch .BtnLang').click(function() { $(this).toggleClass('fa-angle-down').toggleClass('fa-angle-up'); $( ".LangSwitch ol" ).slideToggle(); });
$('table.viewTable').wrap("
");
$('.SfondoTopHome').addClass(' Sfondo' + (Math.floor(Math.random() * 5) + 1));
if (screen.width > 768) { var divHeight = $('.CorpoPagina').height(); $('.MenuV').css('min-height', divHeight+'px'); }
if ($('#back-to-top').length) { var scrollTrigger = 100, // px backToTop = function () { var scrollTop = $(window).scrollTop(); if (scrollTop > scrollTrigger) { $('#back-to-top').addClass('show'); } else { $('#back-to-top').removeClass('show'); } }; backToTop(); $(window).on('scroll', function () { backToTop(); }); $('#back-to-top').on('click', function (e) { e.preventDefault(); $('html,body').animate({ scrollTop: 0 }, 700); }); }
// JS STICKY TESTATA
$(window).scroll(function(){ var el = $('header'); if ($(window).scrollTop() >= 100) { $(el).addClass('stuck'); } else { $(el).removeClass('stuck'); } });
$(window).on('load' , function() {
var ww = $(window).width(), pi = $('.BoxVideo'), cts = $('#clickToScroll') ;
cts.on('click', function() {
$('html,body').animate({ scrollTop: pi.height() + 0 }, 'slow'); });
winResizer.addAndExecute(function(ww) {
cts.css({'top' : pi.height() - 58 , 'display' : ww > 970 ? 'inline-block' : 'none'}); }); });
$(window).on('load' , function(){ //Social Like if ($(".twitter-share-button").length == 0) return; //Twitter if (typeof (twttr) != 'undefined') { twttr.widgets.load(); } else { $.getScript("https://platform.twitter.com/widgets.js"); } //Facebook (function() { var e = document.createElement('script'); e.async = true; e.src = document.location.protocol + '//connect.facebook.net/it_IT/all.js#xfbml=1'; document.getElementById('fb-root').appendChild(e); }()); });
winResizer.addAndExecute( function() { var ww = $(window).width(); //console.log(ww); if (ww <= 767) { $('.CorpoPagina > div > div:nth-of-type(3n+3)').css('margin-right' , '0'); $('.CorpoPagina > div > div:nth-of-type(4n+4)').css('margin-right' , 0); $(".Notizie .BoxText").dotdotdot({ ellipsis : '...', tolerance : 0, height: 150 }); }; if (ww > 767) { $('.CorpoPagina > div > div:nth-of-type(3n+3)').css('margin-right' , '0'); $('.CorpoPagina > div > div:nth-of-type(4n+4)').css('margin-right' , 30); $(".Notizie .BoxText").dotdotdot({ ellipsis : '...', tolerance : 0, height: 150 }); }; if (ww > 992) { $('.CorpoPagina > div > div:nth-of-type(3n+3)').css('margin-right' , 20); $('.CorpoPagina > div > div:nth-of-type(4n+4)').css('margin-right' , '0'); $(".Notizie .BoxText").dotdotdot({ ellipsis : '...', tolerance : 0, height: 150 }); }; } );
winResizer.addAndExecute( function() { var ww = $(window).width(); //console.log(ww); if (ww <= 767) { $('.CorpoPagina > div > div:nth-of-type(3n+3)').css('margin-right' , '0'); $('.CorpoPagina > div > div:nth-of-type(4n+4)').css('margin-right' , 0); $(".BoxMunicipalita p").dotdotdot({ ellipsis : '...', tolerance : 0, height: 100 }); }; if (ww > 767) { $('.CorpoPagina > div > div:nth-of-type(3n+3)').css('margin-right' , '0'); $('.CorpoPagina > div > div:nth-of-type(4n+4)').css('margin-right' , 30); $(".BoxMunicipalita p").dotdotdot({ ellipsis : '...', tolerance : 0, height: 100 }); }; if (ww > 992) { $('.CorpoPagina > div > div:nth-of-type(3n+3)').css('margin-right' , 20); $('.CorpoPagina > div > div:nth-of-type(4n+4)').css('margin-right' , '0'); $(".BoxMunicipalita p").dotdotdot({ ellipsis : '...', tolerance : 0, height: 100 }); }; } );
/* winResizer.addAndExecute( function() { var ww = $(window).width(); //console.log(ww); if (ww <= 767) { $('.CorpoPagina > div > div:nth-of-type(3n+3)').css('margin-right' , '0'); $('.CorpoPagina > div > div:nth-of-type(4n+4)').css('margin-right' , 0); $(".Eventi .BoxContenuti").dotdotdot({ ellipsis : '...', tolerance : 0, height: 150 }); }; if (ww > 767) { $('.CorpoPagina > div > div:nth-of-type(3n+3)').css('margin-right' , '0'); $('.CorpoPagina > div > div:nth-of-type(4n+4)').css('margin-right' , 30); $(".Eventi .BoxContenuti").dotdotdot({ ellipsis : '...', tolerance : 0, height: 150 }); }; if (ww > 992) { $('.CorpoPagina > div > div:nth-of-type(3n+3)').css('margin-right' , 20); $('.CorpoPagina > div > div:nth-of-type(4n+4)').css('margin-right' , '0'); $(".Eventi .BoxContenuti").dotdotdot({ ellipsis : '...', tolerance : 0, height: 100 }); }; } ); */
(function() {
var d = document, s="script", js, fjs = d.getElementsByTagName(s)[0], pn = fjs.parentNode ;
js = d.createElement(s); js.src = "https://platform.twitter.com/widgets.js";
pn.insertBefore(js, fjs);
js = d.createElement(s); js.src="//connect.facebook.net/it_IT/all.js#xfbml=1";
pn.insertBefore(js, fjs);
js = d.createElement(s); js.src="//apis.google.com/js/plusone.js";
pn.insertBefore(js, fjs);
})();
$('.wheel-button').on('click' , function(){ $('#socialWheel').toggle(); });
var wlh = window.location.href;
$('#socialWheel li a').addClass('target_blank'); $('#swLi').attr('href' , '//www.linkedin.com/shareArticle?url=" + wlh); $("#swTw').attr('href' , '//twitter.com/intent/tweet?text=&url=" + wlh + "&via=Comune_Napoli'); $('#swFb').attr('href' , '//www.facebook.com/sharer/sharer.php?u=' + wlh); $('#swWh').attr('href' , 'whatsapp://send?text=' + wlh);
});