CINXE.COM

The Theme | Expo Milano 2015

<!DOCTYPE HTML> <html lang="en"> <head><script type="text/javascript" src="https://web-static.archive.org/_static/js/bundle-playback.js?v=7YQSqjSh" charset="utf-8"></script> <script type="text/javascript" src="https://web-static.archive.org/_static/js/wombat.js?v=txqj7nKC" charset="utf-8"></script> <script>window.RufflePlayer=window.RufflePlayer||{};window.RufflePlayer.config={"autoplay":"on","unmuteOverlay":"hidden"};</script> <script type="text/javascript" src="https://web-static.archive.org/_static/js/ruffle/ruffle.js"></script> <script type="text/javascript"> __wm.init("https://web.archive.org/web"); __wm.wombat("http://www.expo2015.org:80/en/learn-more/the-theme","20151009121628","https://web.archive.org/","web","https://web-static.archive.org/_static/", "1444392988"); </script> <link rel="stylesheet" type="text/css" href="https://web-static.archive.org/_static/css/banner-styles.css?v=p7PEIJWi" /> <link rel="stylesheet" type="text/css" href="https://web-static.archive.org/_static/css/iconochive.css?v=3PDvdIFv" /> <!-- End Wayback Rewrite JS Include --> <!-- Call MetaTag Template --> <title> The Theme | Expo Milano 2015 </title> <meta name="description" content="Discover Expo Milano 2015 as it addresses the problems of nutrition and the resources of our planet. "/> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/> <meta name="format-detection" content="telephone=no"> <link rel="icon" href="/web/20151009121628im_/http://www.expo2015.org/cs/static/EXPO/images/expo_01_favicon.ico" type="image/x-icon"/> <link rel="shortcut icon" href="/web/20151009121628im_/http://www.expo2015.org/cs/static/EXPO/images/expo_01_favicon.ico" type="image/x-icon"/> <meta property="og:title" content="The Theme | Expo Milano 2015"/> <meta property="og:type" content="article"/> <meta property="og:image" content="https://web.archive.org/web/20151009121628im_/http://www.expo2015.org/cs/Expo/1393254140889/logoExpo.png"/> <meta property="og:url" content="https://web.archive.org/web/20151009121628/http://www.expo2015.org/cs/Expo/en/learn-more/the-theme"/> <meta property="og:description" content="Discover Expo Milano 2015 as it addresses the problems of nutrition and the resources of our planet. "/> <meta property="og:site_name" content="EXPO"/> <meta property="fb:admins" content="574114176039666"/> <meta property="fb:admins" content="314888134479"/> <meta name="twitter:card" content="article"> <meta name="twitter:url" content="https://web.archive.org/web/20151009121628im_/http://www.expo2015.org/cs/Expo/en/learn-more/the-theme"> <meta name="twitter:title" content="The Theme | Expo Milano 2015"> <meta name="twitter:description" content="Discover Expo Milano 2015 as it addresses the problems of nutrition and the resources of our planet. "> <meta name="twitter:image" content="https://web.archive.org/web/20151009121628im_/http://www.expo2015.org/cs/Expo/1393254140889/logoExpo.png"> <link rel="apple-touch-icon" href="/web/20151009121628im_/http://www.expo2015.org/cs/static/EXPO/images/iOS_icons/touch-icon-iphone.png"> <link rel="apple-touch-icon" sizes="76x76" href="/web/20151009121628im_/http://www.expo2015.org/cs/static/EXPO/images/iOS_icons/EXPO_76x76.png"> <link rel="apple-touch-icon" sizes="120x120" href="/web/20151009121628im_/http://www.expo2015.org/cs/static/EXPO/images/iOS_icons/EXPO_120x120.png"> <link rel="apple-touch-icon" sizes="152x152" href="/web/20151009121628im_/http://www.expo2015.org/cs/static/EXPO/images/iOS_icons/EXPO_152x152.png"> <meta name="author" content="Expo 2015 S.p.A."> <meta name="apple-itunes-app" content="app-id=906490977"> <meta name="google-play-app" content="app-id=com.expo2015.officialguide"> <meta name="gsa:argomento" content="Generic content"> <meta name="gsa:title" content="The Theme | Expo Milano 2015"> <meta name="gsa:description" content="Discover Expo Milano 2015 as it addresses the problems of nutrition and the resources of our planet. "> <meta name="gsa:image" content="http://www.expo2015.org/cs/Expo/1393254140889/logoExpo.png"> <!-- Call JS Template --> <!--[if IE 8]> <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> <script src="http://css3-mediaqueries-js.googlecode.com/svn/trunk/css3-mediaqueries.js"></script> <![endif]--> <script src="/web/20151009121628js_/http://www.expo2015.org/cs/static/EXPO/js/modernizr.min.js"></script> <script> function replaceURL(URL) { if ((navigator.appVersion.indexOf("MSIE 8.")!=-1) || (navigator.appVersion.indexOf("MSIE 9.")!=-1)) window.location.href = URL; else history.pushState(null, null, URL); } </script> <script> function leggiCookie(nomeCookie) { if (document.cookie.length > 0) { var inizio = document.cookie.indexOf(nomeCookie + "="); if (inizio != -1) { inizio = inizio + nomeCookie.length + 1; var fine = document.cookie.indexOf(";",inizio); if (fine == -1) fine = document.cookie.length; return unescape(document.cookie.substring(inizio,fine)); }else{ return ""; } } return ""; } function Set_Cookie( name, value, expires , path, domain,secure ) { // set time, it's in milliseconds var today = new Date(); today.setTime( today.getTime() ); /* if the expires variable is set, make the correct expires time, the current script below will set it for x number of days, to make it for hours, delete * 24, for minutes, delete * 60 * 24 */ if ( expires ) { expires = expires * 1000 * 60 * 60 * 24; } var expires_date = new Date( today.getTime() + (expires) ); document.cookie = name + "=" +escape( value ) + ( ( expires ) ? ";expires=" + expires_date.toGMTString() : "" ) + ( ( path ) ? ";path=" + path : "" ) + ( ( domain ) ? ";domain=" + domain : "" ) + ( ( secure ) ? ";secure" : "" ); } </script> <script> var lang = leggiCookie("expo_lang"); if (lang.length == 0) { var cookieName = "expo_lang"; var cookieValue = "ENG"; var myDate = 600000; var scadenza = new Date(); var adesso = new Date(); scadenza.setTime(adesso.getTime() + (parseInt(myDate) * 60000)); //document.cookie = cookieName +"=" + cookieValue + ";expires=" + scadenza + ";domain=.expo2015.org;path=/;max-age=34164000" var expiretime = 300; Set_Cookie( cookieName, cookieValue, 365, "/", ".expo2015.org", false ); } </script> <!-- Call CSS Template --> <link href="/web/20151009121628cs_/http://www.expo2015.org/cs/static/EXPO/css/countdown.css" rel="stylesheet" type="text/css"/> <link rel="stylesheet" href="/web/20151009121628cs_/http://www.expo2015.org/cs/static/EXPO/css/style.css" type="text/css"> <link rel="stylesheet" href="/web/20151009121628cs_/http://www.expo2015.org/cs/static/EXPO/css/jquery.fancybox.css" type="text/css"> <link rel="stylesheet" type="text/css" href="/web/20151009121628cs_/http://www.expo2015.org/cs/static/EXPO/coconut/style.css"> <link href="https://web.archive.org/web/20151009121628cs_/http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300italic,300" rel="stylesheet" type="text/css"> <link rel="stylesheet" href="/web/20151009121628cs_/http://www.expo2015.org/cs/static/EXPO/layerslider/css/layerslider.css" type="text/css"> <link rel="stylesheet" href="/web/20151009121628cs_/http://www.expo2015.org/cs/static/EXPO/css/hotspot.css" type="text/css"> <link href="https://web.archive.org/web/20151009121628cs_/http://fonts.googleapis.com/css?family=Lato:400,700" rel="stylesheet" type="text/css"> <link rel="stylesheet" href="/web/20151009121628cs_/http://www.expo2015.org/cs/static/EXPO/css/easydropdown.css" type="text/css"> <link href="/web/20151009121628cs_/http://www.expo2015.org/cs/static/EXPO/expomap/css/expomap.min.css" rel="stylesheet" type="text/css"> <link rel="stylesheet" href="/web/20151009121628cs_/http://www.expo2015.org/cs/static/EXPO/jasny-jquery.smartbanner/jquery.smartbanner.css" type="text/css" media="screen"> <!-- Google Analytics --> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-12902065-1']); _gaq.push(['_setDomainName', 'expo2015.org']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'stats.g.doubleclick.net/dc.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> </head> <body id="cose"> <!-- Google Tag Manager --> <noscript><iframe src="//web.archive.org/web/20151009121628if_/http://www.googletagmanager.com/ns.html?id=GTM-NLVV9B" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= '//web.archive.org/web/20151009121628/http://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-NLVV9B');</script> <!-- End Google Tag Manager --> <!-- BLOCCO PER ACCETTAZIONE COOKIE --> <div id="cookieAlert" data-alert class="alert-box secondary text-center" tabindex="0" aria-live="assertive" role="dialogalert"> <p>This website uses cookies to ensure a better browsing experience; in addition to technical cookies, third-party cookies are also used. To learn more and become familiar with the cookies used, please visit the <a href="https://web.archive.org/web/20151009121628/http://www.expo2015.org/en/useful-information/cookies">Cookies page</a>.<br> By continuing to browse this site, you automatically consent to the use of cookies.</p> <span aria-label="Close Alert" data-bind="close" class="button tiny">Continue</span> </div> <!-- FINE BLOCCO PER ACCETTAZIONE COOKIE --> <!-- HEADER e MENU --> <section class="header"> <div class="trickH"> <div class="cnt"> <!-- Container --> <section class="topH cf"> <!-- Call HeaderListExternalLink Template --> <ul class="eSite cf"> <li> <a title="@AskExpo" target="_blank" href="https://web.archive.org/web/20151009121628/https://twitter.com/AskExpo">@AskExpo</a> </li> <li> <a title="Media Area" target="_blank" href="https://web.archive.org/web/20151009121628/http://www.expo2015.org/en/useful-information/media-area">Media Area</a> </li> <li> <a title="" target="_blank" href="https://web.archive.org/web/20151009121628/http://dati.openexpo2015.it/">OpenExpo</a> </li> <li> <a title="" target="_blank" href="https://web.archive.org/web/20151009121628/http://www.expo2015.org/en/opportunities-for-businesses/take-part-to-tenders/competitive-tenders-in-progress">Open Competitive Tenders</a> </li> <li> <a title="Transparency" target="_blank" href="https://web.archive.org/web/20151009121628/http://www.expo2015.org/en/transparency">Transparency</a> </li> </ul> <a title="MyEXPO" href="https://web.archive.org/web/20151009121628/https://myexpo.expo2015.org/selfcare-portal/protected-web/home" target="_blank" class="myExpo"><span>MY</span>EXPO</a> <div class="rSide"> <ul class="social"> <li> <a target="_blank" data-color="#c90474" class="ef-tipsy-n" href="https://web.archive.org/web/20151009121628/http://socialmediahub.expo2015.org/en/index.html" data-originaltitle="Social Media Hub"> <figure> <img class="" src="https://web.archive.org/web/20151009121628im_/http://www.expo2015.org/cs/Expo/1392236099314/unnamed.png" alt="Social Media Expo 2015"> </figure> </a> </li> <li> <a target="_blank" data-color="#c90474" class="ef-tipsy-n" href="https://web.archive.org/web/20151009121628/https://www.facebook.com/Expo2015Milano" data-originaltitle="Facebook"> <figure> <img class="" src="https://web.archive.org/web/20151009121628im_/http://www.expo2015.org/cs/Expo/1392223243302/soc01.png" alt="Facebook"> </figure> </a> </li> <li> <a target="_blank" data-color="#c90474" class="ef-tipsy-n" href="https://web.archive.org/web/20151009121628/https://twitter.com/Expo2015Milano" data-originaltitle="Twitter"> <figure> <img class="" src="https://web.archive.org/web/20151009121628im_/http://www.expo2015.org/cs/Expo/1392223273761/soc02.png" alt="Twitter"> </figure> </a> </li> <li> <a target="_blank" data-color="#c90474" class="ef-tipsy-n" href="https://web.archive.org/web/20151009121628/http://www.youtube.com/user/expomilanotv" data-originaltitle="You Tube"> <figure> <img class="" src="https://web.archive.org/web/20151009121628im_/http://www.expo2015.org/cs/Expo/1392223274118/soc05.png" alt="You Tube"> </figure> </a> </li> <li> <a target="_blank" data-color="#c90474" class="ef-tipsy-n" href="https://web.archive.org/web/20151009121628/https://www.linkedin.com/company/expo-2015-s.p.a." data-originaltitle="LinkedIn"> <figure> <img class="" src="https://web.archive.org/web/20151009121628im_/http://www.expo2015.org/cs/Expo/1392223274431/soc04.png" alt="LinkedIn"> </figure> </a> </li> <li> <a target="_blank" data-color="#c90474" class="ef-tipsy-n" href="https://web.archive.org/web/20151009121628/https://www.pinterest.com/Expo2015Milano/" data-originaltitle="Pinterest"> <figure> <img class="" src="https://web.archive.org/web/20151009121628im_/http://www.expo2015.org/cs/Expo/1392223274568/soc07.png" alt="Pinterest"> </figure> </a> </li> <li> <a target="_blank" data-color="#c90474" class="ef-tipsy-n" href="https://web.archive.org/web/20151009121628/https://instagram.com/expo2015milano" data-originaltitle="instagram"> <figure> <img class="" src="https://web.archive.org/web/20151009121628im_/http://www.expo2015.org/cs/Expo/1392235985870/instagram.png" alt="icona instagram"> </figure> </a> </li> <li> <a target="_blank" data-color="#c90474" class="ef-tipsy-n" href="https://web.archive.org/web/20151009121628/http://www.expo2015.org/cs/Expo/en/rss.xml" data-originaltitle="RSS"> <figure> <img class="" src="https://web.archive.org/web/20151009121628im_/http://www.expo2015.org/cs/Expo/1392223275003/soc06.png" alt="RSS"> </figure> </a> </li> </ul> <ul class="lang cf"> <li><a title="" href="https://web.archive.org/web/20151009121628/http://www.expo2015.org/cs/Expo/it/index.html?packedargs=op=changeLang">IT</a></li> <li class="active"><a title="">EN</a></li> <li><a title="" href="https://web.archive.org/web/20151009121628/http://www.expo2015.org/cs/Expo/fr/index.html?packedargs=op=changeLang">FR</a></li> </ul> <div class="fontsize"> <a class="decrease" href="javascript:diminuisciFont(-5)" title="decrease font"> A </a> <a class="increase" href="javascript:aumentaFont(5)" title="increase font"> A </a> </div> </div> </section> <section class="botH cf"> <a href="https://web.archive.org/web/20151009121628/http://www.expo2015.org/cs/Expo/en/index.html" title="" class="home"> <figure> <img src="https://web.archive.org/web/20151009121628im_/http://www.expo2015.org/cs/Expo/1392226196985/logoExpo1.png" alt="Expo 2015" class=""> </figure> </a> <div class="rSide cf"> <section class="sik"> <section class="sik"> <nav id="menu" class="cf"> <ul> <li class="active"><a title="Learn More" href="https://web.archive.org/web/20151009121628/http://www.expo2015.org/cs/Expo/en/learn-more">Learn More</a></li> <li><a title="Explore" href="https://web.archive.org/web/20151009121628/http://www.expo2015.org/cs/Expo/en/explore">Explore</a></li> <li><a title="Participants" href="https://web.archive.org/web/20151009121628/http://www.expo2015.org/cs/Expo/en/participants">Participants</a></li> <li><a title="News" href="https://web.archive.org/web/20151009121628/http://www.expo2015.org/cs/Expo/en/news">News</a></li> <li><a title="Events" href="https://web.archive.org/web/20151009121628/http://www.expo2015.org/cs/Expo/en/events">Events</a></li> <li><a title="Partners" href="https://web.archive.org/web/20151009121628/http://www.expo2015.org/cs/Expo/en/partners">Partners</a></li> <li><a title="Projects" href="https://web.archive.org/web/20151009121628/http://www.expo2015.org/cs/Expo/en/projects">Projects</a></li> <li><a title="Tickets" href="https://web.archive.org/web/20151009121628/http://www.expo2015.org/cs/Expo/en/tickets">Tickets</a></li> <li><a title="Useful information" href="https://web.archive.org/web/20151009121628/http://www.expo2015.org/cs/Expo/en/explore/exhibition-site">Useful information</a></li> </ul> </nav> </section> <div id="searchCta"> <img src="/web/20151009121628im_/http://www.expo2015.org/cs/static/EXPO/images/ico-search.png" alt=""> </div> </section> </div> </section> </div> </div> <!-- MENU RESPONSIVE - guardare JS - $('#menu').slicknav({label: '',prependTo:'.bgRep2'}); --> <div class="bgRep2"></div> <!-- END MENU RESPONSIVE --> </section> <!-- Search form --> <section class="searchSec"> <div class="cnt"> <div class="search"> <form action="https://web.archive.org/web/20151009121628/http://www.expo2015.org/cs/Expo/en/-en-uk--risultatiricerca" method="get"> <label for="name">.</label> <input type="search" id="name" name="search" class="input_search" placeholder="Search" required/> <input type="submit" value=""/> <div class="clean"></div> </form> </div> </div> </section> <!-- Titolo --> <section class="box-type-1 "> <div class="innerWrapper"> <div class="head-3"> <h1> Feeding the Planet, Energy for Life </h1> <div class="clear"></div> </div> <div class="clean"></div> </div> </section> <!-- NAVIGAZIONE 2ndo LIVELLO --> <nav class="subNav"> <div class="innerWrapper"> <ul class="sections"> <li class="root"> <a title="Learn More" href="https://web.archive.org/web/20151009121628/http://www.expo2015.org/cs/Expo/en/learn-more">Learn More</a> </li> <li class="section"> <a title="">The Theme</a> </li> </ul> <ul class="leafs"> <li><a title="Charter of Milan" href="https://web.archive.org/web/20151009121628/http://www.expo2015.org/cs/Expo/en/charter-of-milan">Charter of Milan</a></li> <li><a title="WE-Women for Expo" href="https://web.archive.org/web/20151009121628/http://www.expo2015.org/cs/Expo/en/learn-more/the-theme/we-women-for-expo">WE-Women for Expo</a></li> <li><a title="Thematic Routes" href="https://web.archive.org/web/20151009121628/http://www.expo2015.org/cs/Expo/en/learn-more/the-theme/thematic-routes">Thematic Routes</a></li> <li><a title="The Mascot" href="https://web.archive.org/web/20151009121628/http://www.expo2015.org/cs/Expo/en/learn-more/the-theme/the-mascot">The Mascot</a></li> <li><a title="The Institutional Logo" href="https://web.archive.org/web/20151009121628/http://www.expo2015.org/cs/Expo/en/learn-more/the-theme/the-institutional-logo">The Institutional Logo</a></li> </ul> </div> </nav> <!-- BLOCCO EXPO INSIDE --> <section class="box-type-1 "> <div class="innerWrapper"> <div class="visore margin-bottom5"> <figure class="visImg"> <img class="" src="https://web.archive.org/web/20151009121628im_/http://www.expo2015.org/cs/Expo/1397660568987/01_Cover_Tema_1280x400.jpg" alt="Il Tema dettaglio"> </figure> </div> <div class="box-type-2 free-text"> <p> <div> <strong>Feeding the Planet, Energy for Life</strong></div> <div> &nbsp;</div> <div> <div> &quot;Feeding the Planet, Energy for Life&quot; is the core theme of Expo Milano 2015. This common thread runs through all the events organized both within and outside the official <strong>Exhibition Site</strong>.</div> <div> &nbsp;</div> <div> Expo Milano 2015 provides an opportunity to reflect upon, and seek solutions to, the contradictions of our world. On the one hand, there are still the hungry (approximately 870 million people were undernourished in the period 2010-2012) and, on the other, there are those who die from ailments linked to poor nutrition or too much food (approximately 2.8 million deaths from diseases related to obesity or to being overweight in the same period). In addition, about 1.3 billion tons of foods are wasted every year. For these reasons, we need to make conscious political choices, develop sustainable lifestyles, and use the best technology to create a balance between the availability and the consumption of resources.</div> <div> &nbsp;</div> <div> Reflection on the Expo theme becomes a time of sharing and celebration, involving conferences, events and performances, enhanced by the presence of the <strong>mascot Foody</strong> and the cheery characters who accompany him. Every aspect and every moment of, as well as every participant at, Expo Milano 2015 define and move forward the chosen theme: <strong>Feeding the Planet, Energy for Life</strong>.</div> </div> <div> &nbsp;</div> <div> &nbsp;</div> <div> <div class="box-video"> <iframe src="https://web.archive.org/web/20151009121628if_/http://www.youtube.com/embed/C54muxaLh8Y?rel=0" frameborder="0" width="560" height="315"></iframe> </div> </div> <div> &nbsp;</div> <div> <div> <strong>Expo&rsquo;s communication campaign</strong></div> <div> <br/> <div> On November 2, Expo Milano 2015 launched its &quot;Food is Life&quot; advertising campaign. &nbsp;Developed by Havas Worldwide Milan and distributed across various media, this campaign illustrates the multiple meanings of &quot;food&quot; and the theme Feeding the Planet, Energy for Life. Voiced by leading Italian actor Antonio Albanese, the ads examine food as nourishment, pleasure, taste, home, family, art, war, peace, affection and love. People argue for, fight for and work for food.</div> <div> &nbsp;</div> <div> Broadcast from December 7, the second phase of the campaign, dedicated to the many facets of the visitor experience at Expo Milano 2015. Starting from the theme of experience, including events, content, thematic tours and attention-grabbing architecture, the spot concluded with a simple question: &quot;What will we do at Expo?&rdquo; The third phase of the communication campaign: &quot;Your journey around the world&quot;, aired from April 5. A visit to the Expo site becomes a real voyage of discovery of the planet&rsquo;s myriad cultures: an unmissable and unique journey among peoples who have traveled from all around the world to offer visitors to Expo Milano 2015 their foods, cultures, traditions, and spectacular shows. A journey that describes &ldquo;a place where cultures, traditions and flavors meet against a backdrop of outstanding architecture&quot;.</div> </div> <div> &nbsp;</div> <div> <a href="https://web.archive.org/web/20151009121628/http://www.expo2015.org/en/explore/exhibition-site" target="_self"><strong>The landscape of Expo Milano 2015</strong></a></div> <div> &nbsp;</div> <div> Designed by internationally-renowned architects, the site comprises an area of 1.1 million square meters, easily accessible from Milan and the surrounding area. Expo Milano 2015 includes an exposition garden with more than 12,000 trees, water features and a canal. Reflecting the signature urban-planning style of the ancient Romans, the site is based on two wide avenues, the <strong>Cardo </strong>and the <strong>Decumano</strong>, which intersect at Piazza Italia. On these avenues stand the pavilions of the <strong>participating countries</strong>, the public squares and the areas dedicated to events and catering. Constructed to be energy-efficient and sustainable, the buildings are designed to be removed and reused after the event concludes.</div> <div> &nbsp;</div> <div> <a href="https://web.archive.org/web/20151009121628/http://www.expo2015.org/en/explore/thematic-areas" target="_self"><strong>Five variations on the theme</strong></a></div> <div> &nbsp;</div> <div> <div> The site hosts four thematic areas. These range from <strong>Pavilion Zero</strong>, which traces the history of humankind via its relationship with food, to the <strong>Future Food District</strong>, which explains how technology will change food storage, distribution, purchase, and consumption. Then there are the areas of the Children&rsquo;s Park, where the young folk can learn about the themes of Expo Milano 2015 while having fun, and the <strong>Biodiversity Park</strong>, a large garden in which a number of our planet&rsquo;s ecosystems are reproduced. In Milan itself, at the Triennale museum, is&nbsp;<strong>Arts &amp; Foods</strong>, an exhibition exploring how the relationship between food and art has changed over the centuries.</div> <br/> <a href="https://web.archive.org/web/20151009121628/http://www.expo2015.org/en/explore/clusters" target="_self"><strong>The power of collaboration</strong></a><br/> <br/> <div> For the countries that chose not to have their own pavilions, Expo Milan 2015 has created an innovative mode of participation: the <strong>Cluster</strong>. These exhibition spaces bring together countries that all produce, or have a relationship with, a specific food. The nine Clusters are spread over a total area of 36,650 square meters.</div> <div> &nbsp;</div> <div> They are:</div> <ul> <li> Rice</li> <li> Cocoa and Chocolate</li> <li> Coffee</li> <li> Fruits and Legumes</li> <li> Spices</li> <li> Cereals and Tubers</li> <li> Bio-Mediterraneum</li> <li> Islands, Sea and Food</li> <li> Arid Zones</li> </ul> <div> &nbsp;</div> <div> Within each Cluster, videos, installations and photo exhibitions illustrate the history of the food or kind of food. Cooking demonstrations and tastings take place, and there is also a market, where visitors can discover these foods, presented directly by the people who cultivate them.</div> </div> <div> &nbsp;</div> <div> <a href="https://web.archive.org/web/20151009121628/http://www.expo2015.org/en/participants" target="_self"><strong>The importance of the territory</strong></a></div> <div> &nbsp;</div> <div> <div> Cooperation is essential if we are to achieve the goal of ensuring sufficient food and food security throughout the world, which is what &quot;<strong>Feeding the Planet</strong>&quot; means. Expo Milano 2015 is the chosen location for confronting the issues of agriculture, sustainable development, and the struggle to combat hunger for the common good. The keywords here are: innovation, energy conservation, environmental protection and natural resources. The protagonists of this dialogue are the <strong>participating countries, international organizations, Civil Society, </strong>and <strong>businesses.</strong></div> <div> &nbsp;</div> </div> <div> <br/> <a href="https://web.archive.org/web/20151009121628/http://www.expo2015.org/en/events" target="_self"><strong>Six months of events</strong></a></div> <div> &nbsp;</div> <div> <div> Expo Milano 2015 ushers in a new model for the <strong>Universal Exhibition</strong>. For this is not only a showcase of the best technologies for a sustainable future, but a global, interactive event with thousands of cultural offerings both within and outside the exhibition site. Shows, concerts, conferences, cooking demonstrations, workshops and exhibitions transform Expo Milano 2015 into an occasion for reflection as well as enjoyment.</div> </div> </div> <div> &nbsp;</div> <div> <strong>To learn more, download the following documents</strong></div> <div> &nbsp;</div> <div> <a class="linkBB icodownload" onclick="" href="https://web.archive.org/web/20151009121628/http://www.expo2015.org/cs/Expo/1392228650643/121001_GTM_ENG_R.pdf" title="" target="_blank">Theme Guide</a> <br/> <a class="linkBB icodownload" onclick="" href="https://web.archive.org/web/20151009121628/http://www.expo2015.org/cs/Expo/1392223974534/Cluster+Guidelines.pdf" title="" target="_blank">Cluster Guidelines</a> <br/> <a class="linkBB icodownload" onclick="" href="https://web.archive.org/web/20151009121628/http://www.expo2015.org/cs/Expo/1398463952547/LGP_GreenProcurement+July+2014_ENG.pdf" title="" target="_blank">Green Procurement Guidelines</a> <br/> <a class="linkBB icodownload" onclick="" href="https://web.archive.org/web/20151009121628/http://www.expo2015.org/cs/Expo/1398463887030/sustainable_solutions_guidelines-2013.pdf" title="" target="_blank">Guidelines for Sustaniables Solutions</a> <br/> <a class="linkBB icodownload" onclick="" href="https://web.archive.org/web/20151009121628/http://www.expo2015.org/cs/Expo/1398464093530/Sustainability+Report13+ENG+-+Expo2015+SpA.pdf" title="" target="_blank">Sustainability Report 2013 of Expo 2015 S.p.A.</a> </div> <div> <a class="linkBB icodownload" onclick="" href="https://web.archive.org/web/20151009121628/http://www.expo2015.org/cs/Expo/1392234204291/EXPO_Report_Sustainability_ING_rev2015.pdf" title="" target="_blank">Sustainability Report 2014 Expo 2015 S.p.A. </a> </div> </p> <section class="box-type-1"> <div class="innerWrapper"> <div class="box-type-2 border-bottom"> <div class="social-strip"> <div class="span2"> <div class="social-tools-container"> <!-- twitter --> <div class="social-tool"> <a href="https://web.archive.org/web/20151009121628/http://www.expo2015.org/cs/Expo/en/learn-more/the-theme" class="twitter-share-button" data-url="https://web.archive.org/web/20151009121628/http://www.expo2015.org/cs/Expo/en/learn-more/the-theme" data-lang="en" data-related="anywhereTheJavascriptAPI" data-count="vertical" data-counturl="http://www.expo2015.org/en/learn-more/the-theme"> Tweet </a> <script> !function(d,s,id) { var js,fjs=d.getElementsByTagName(s)[0]; if(!d.getElementById(id)) { js=d.createElement(s); js.id=id;js.src="https://web.archive.org/web/20151009121628/https://platform.twitter.com/widgets.js"; fjs.parentNode.insertBefore(js,fjs); } }(document,"script","twitter-wjs"); </script> </div> <!-- facebook --> <div class="social-tool"> <div class="fb-share-button" data-href="http://www.expo2015.org/cs/Expo/en/learn-more/the-theme" data-type="box_count"></div> <script> (function (d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = '//web.archive.org/web/20151009121628/http://connect.facebook.net/en_GB/sdk.js#xfbml=1&appId=246641908848079&version=v2.0'; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk')); </script> </div> <!-- gplus --> <div class="social-tool"> <div class="g-plusone" data-size="tall"></div> <script type="text/javascript"> window.___gcfg = {lang: 'en'}; (function() { var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true; po.src = 'https://web.archive.org/web/20151009121628/https://apis.google.com/js/platform.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s); })(); </script> </div> <div class="clear"></div> </div> </div> <div class="clear"></div> </div> </div> </div> </section> <!-- NAVIGAZIONE QUARTO LIVELLO --> </div> <div class="clean"></div> </div> </section> <section class="globalSoc"> <div class="cnt"> <div class="sociBox"> <h2> Our Shareholders </h2> <section class="sociN"> <ul class="sociIco cf"> <li> <a title="Ministero dell'Economia e delle finanze" target="_blank" href="https://web.archive.org/web/20151009121628/http://www.mef.gov.it/"> <img class="" src="https://web.archive.org/web/20151009121628im_/http://www.expo2015.org/cs/Expo/1393254224803/mef.png" alt="Ministero dell' Economia e delle Finanze"> </a> </li> <li> <a title="Regione Lombardia" target="_blank" href="https://web.archive.org/web/20151009121628/http://www.regione.lombardia.it/"> <img class="" src="https://web.archive.org/web/20151009121628im_/http://www.expo2015.org/cs/Expo/1393254229719/regione.png" alt="Regione Lombardia"> </a> </li> <li> <a title="Comune di Milano" target="_blank" href="https://web.archive.org/web/20151009121628/http://www.comune.milano.it/"> <img class="" src="https://web.archive.org/web/20151009121628im_/http://www.expo2015.org/cs/Expo/1393254230497/comune.png" alt="Comune di Milano"> </a> </li> <li> <a title="Provincia di Milano" target="_blank" href="https://web.archive.org/web/20151009121628/http://www.provincia.milano.it/"> <img class="" src="https://web.archive.org/web/20151009121628im_/http://www.expo2015.org/cs/Expo/1393254227283/provincia.png" alt="Provincia di Milano"> </a> </li> <li> <a title="Camera di commercio Milano" target="_blank" href="https://web.archive.org/web/20151009121628/http://www.mi.camcom.it/"> <img class="" src="https://web.archive.org/web/20151009121628im_/http://www.expo2015.org/cs/Expo/1393254227376/camera.png" alt="Camera di Commercio Milano"> </a> </li> </ul> </section> <h2> Official Global Partners </h2> <section class="partnersN"> <ul class="partnersIco cf"> <li> <a title="Accenture" target="_blank" href="https://web.archive.org/web/20151009121628/http://www.accenture.com/it-it/pages/index.aspx?c=it_milexpo2015_10000001&amp;n=spc_0913"> <img class="" src="https://web.archive.org/web/20151009121628im_/http://www.expo2015.org/cs/Expo/1393254232492/accenture.png" alt="Accenture"> </a> </li> <li> <a title="Enel" target="_blank" href="https://web.archive.org/web/20151009121628/http://www.enel.it/"> <img class="" src="https://web.archive.org/web/20151009121628im_/http://www.expo2015.org/cs/Expo/1393254226629/enel.png" alt="Enel"> </a> </li> <li> <a title="FIAT" target="_blank" href="https://web.archive.org/web/20151009121628/http://www.fiatcnhindustrialexpo2015.com/"> <img class="" src="https://web.archive.org/web/20151009121628im_/http://www.expo2015.org/cs/Expo/1393254231036/FCA_CNH+footer.png" alt="FIAT"> </a> </li> <li> <a title="Intesa SanPaolo" target="_blank" href="https://web.archive.org/web/20151009121628/http://www.intesasanpaolo.com/"> <img class="" src="https://web.archive.org/web/20151009121628im_/http://www.expo2015.org/cs/Expo/1393254224558/intesa.png" alt="Intesa SanPaolo"> </a> </li> <li> <a title="Samsung" target="_blank" href="https://web.archive.org/web/20151009121628/http://www.samsung.com/"> <img class="" src="https://web.archive.org/web/20151009121628im_/http://www.expo2015.org/cs/Expo/1393254225325/samsung.png" alt="Samsung"> </a> </li> <li> <a title="Finmeccanica" target="_blank" href="https://web.archive.org/web/20151009121628/http://www.finmeccanica.com/"> <img class="" src="https://web.archive.org/web/20151009121628im_/http://www.expo2015.org/cs/Expo/1392235534299/logo-finmeccanica-footer.jpg" alt="Finmeccanica"> </a> </li> <li> <a title="TIM" target="_blank" href="https://web.archive.org/web/20151009121628/http://www.tim.it/home"> <img class="" src="https://web.archive.org/web/20151009121628im_/http://www.expo2015.org/cs/Expo/1393254233055/logo-tim-footer.png" alt="TIM"> </a> </li> </ul> </section> <h2> Expo Milano 2015 Supporting Initiatives </h2> <section class="partnersN"> <ul class="partnersIco cf"> <li> <a title="Tavoli Tematici" target="_blank" href="https://web.archive.org/web/20151009121628/http://www.tavoliexpo.it/"> <img class="" src="https://web.archive.org/web/20151009121628im_/http://www.expo2015.org/cs/Expo/1393254225536/tavoli.png" alt="Tavoli Tematici"> </a> </li> <li> <a title="Expo in citt脿" target="_blank" href="https://web.archive.org/web/20151009121628/http://en.expoincitta.com/"> <img class="" src="https://web.archive.org/web/20151009121628im_/http://www.expo2015.org/cs/Expo/1392236707732/expoincitta%CC%80-footer.jpg" alt="Expo in citt脿"> </a> </li> <li> <a title="@AskExpo" target="_blank" href="https://web.archive.org/web/20151009121628/https://twitter.com/AskExpo"> <img class="" src="https://web.archive.org/web/20151009121628im_/http://www.expo2015.org/cs/Expo/1392238571537/ask-expo-footer+%281%29.png" alt="askexpo"> </a> </li> <li> <a title="Wonderful Expo" target="_blank" href="https://web.archive.org/web/20151009121628/http://www.wonderfulexpo2015.com/"> <img class="" src="https://web.archive.org/web/20151009121628im_/http://www.expo2015.org/cs/Expo/1392241401367/logo-wonderful-footer.jpg" alt="wonderful expo icona"> </a> </li> </ul> </section> </div> </div> </section> <section class="footer"> <a href="https://web.archive.org/web/20151009121628/http://www.expo2015.org/cs/Expo/en/index.html?s=1"><img src="/web/20151009121628im_/http://www.expo2015.org/cs/static/EXPO/images/point.png" border="0"></a> <div class="cnt"> <div class="item itm1 "> <div class="biancone"></div> <figure> <a href="https://web.archive.org/web/20151009121628/http://www.expo2015.org/cs/Expo/en/index.html" title="" class="home"> <img src="https://web.archive.org/web/20151009121628im_/http://www.expo2015.org/cs/Expo/1392229440628/EN-footer.png" alt="Logo EXPO 2015" class=""> </a> </figure> <span class="cc01"> <span class="testoP"> <div> <strong>Expo 2015 S.p.A.</strong></div> <div> Via Rovello, 2 - I-20121 Milan Italy</div> <div> &nbsp;</div> <div> <strong>Operational Headquarters</strong></div> <div> Via Carlo Pisacane, 1 - I-20016 Pero Italy</div> <div> &nbsp;</div> <div> <strong>Contact center</strong></div> <div> 020-2015</div> <div> <a href="https://web.archive.org/web/20151009121628/mailto:customercare@expo2015.org">customercare@expo2015.org</a></div> <div> &nbsp;</div> <div> <strong>Registered VAT number</strong></div> <div> IT06398130960</div> <div> &nbsp;</div> <div> <div> <div> <strong>Copyright 2014-2015</strong></div> <div> Expo 2015 S.p.A.</div> </div> </div> <div> &nbsp;</div> </span> </span> </div> <div class="item itm2"> <div class="biancone"></div> <a href="https://web.archive.org/web/20151009121628/http://www.expo2015.org/cs/Expo/en/transparency"> <span class="titBig"> Transparency </span> </a> <ul> </ul> </div> <div class="item itm2"> <div class="biancone"></div> <a href="https://web.archive.org/web/20151009121628/http://www.expo2015.org/cs/Expo/en/useful-information"> <span class="titBig"> Useful Information </span> </a> <ul> <li class=""> <a title="FAQ" href="https://web.archive.org/web/20151009121628/http://www.expo2015.org/cs/Expo/en/expo-milan-2015/faq"> FAQ </a> </li> <li class=""> <a title="Glossary" href="https://web.archive.org/web/20151009121628/http://www.expo2015.org/cs/Expo/en/useful-information/glossary"> Glossary </a> </li> <li class=""> <a title="Work with us" href="https://web.archive.org/web/20151009121628/http://www.expo2015.org/cs/Expo/en/useful-information/work-with-us"> Work with us </a> </li> <li class=""> <a title="Request for grants" href="https://web.archive.org/web/20151009121628/http://www.expo2015.org/cs/Expo/en/useful-information/request-for-grants"> Request for grants </a> </li> <li class=""> <a title="Privacy" href="https://web.archive.org/web/20151009121628/http://www.expo2015.org/cs/Expo/en/useful-information/privacy"> Privacy </a> </li> <li class=""> <a title="Legal notes" href="https://web.archive.org/web/20151009121628/http://www.expo2015.org/cs/Expo/en/useful-information/legal-notes"> Legal notes </a> </li> <li class=""> <a title="Cookies" href="https://web.archive.org/web/20151009121628/http://www.expo2015.org/cs/Expo/en/useful-information/cookies"> Cookies </a> </li> <li class=""> <a title="Contacts 020-2015" href="https://web.archive.org/web/20151009121628/http://www.expo2015.org/cs/Expo/en/contacts"> Contacts 020-2015 </a> </li> <li class=""> <a title="Media Area" href="https://web.archive.org/web/20151009121628/http://www.expo2015.org/cs/Expo/en/useful-information/media-area"> Media Area </a> </li> <li class=""> <a title="Press Office" href="https://web.archive.org/web/20151009121628/http://www.expo2015.org/cs/Expo/en/press-office"> Press Office </a> </li> <li class=""> <a title="@AskExpo Policy" href="https://web.archive.org/web/20151009121628/http://www.expo2015.org/cs/Expo/en/useful-information/-askexpo-policy"> @AskExpo Policy </a> </li> <li class=""> <a title="Social Media Policy" href="https://web.archive.org/web/20151009121628/http://www.expo2015.org/cs/Expo/en/useful-information/social-media-policy"> Social Media Policy </a> </li> </ul> </div> <a target="_blank" href="https://web.archive.org/web/20151009121628/http://www.bie-paris.org/site/ "> <div class="item itm4"> <figure> <img class="" src="https://web.archive.org/web/20151009121628im_/http://www.expo2015.org/cs/Expo/1392227352751/Logo_BIE_100_H.jpg" alt="Il logo del BIE"> </figure> <h4> <span> Bureau </span> <span> International </span> <span> Des </span> <span> Expositions </span> </h4> </div> </a> <div class="clean"></div> </div> </section> <script src="/web/20151009121628js_/http://www.expo2015.org/cs/static/EXPO/layerslider/js/jquery.js" type="text/javascript"></script> <script src="/web/20151009121628js_/http://www.expo2015.org/cs/static/EXPO/layerslider/js/greensock.js" type="text/javascript"></script> <script src="/web/20151009121628js_/http://www.expo2015.org/cs/static/EXPO/js/jquery.fancybox.js" type="text/javascript"></script> <script src="/web/20151009121628js_/http://www.expo2015.org/cs/static/EXPO/js/jquery.fancybox-media.js" type="text/javascript"></script> <script src="/web/20151009121628js_/http://www.expo2015.org/cs/static/EXPO/layerslider/js/layerslider.transitions.js" type="text/javascript"></script> <script src="/web/20151009121628js_/http://www.expo2015.org/cs/static/EXPO/layerslider/js/layerslider.kreaturamedia.jquery.js" type="text/javascript"></script> <script src="/web/20151009121628js_/http://www.expo2015.org/cs/static/EXPO/js/jquery.slicknav.js"></script> <script type="text/javascript" src="/web/20151009121628js_/http://www.expo2015.org/cs/static/EXPO/js/colorful-tipsy/jquery.tipsy.custom.min.js"></script> <script type="text/javascript" src="/web/20151009121628js_/http://www.expo2015.org/cs/static/EXPO/js/jquery.easydropdown.js"></script> <script type="text/javascript" src="/web/20151009121628js_/http://www.expo2015.org/cs/static/EXPO/js/jquery.placeholder.js"></script> <script type="text/javascript" src="/web/20151009121628js_/http://www.expo2015.org/cs/static/EXPO/js/zoomAA.js"></script> <script type="text/javascript" src="/web/20151009121628js_/http://www.expo2015.org/cs/static/EXPO/js/isotope.pkgd.min.js"></script> <script type="text/javascript" src="/web/20151009121628js_/http://www.expo2015.org/cs/static/EXPO/js/cover.js"></script> <script type="text/javascript" rel="javascript" src="/web/20151009121628js_/http://www.expo2015.org/cs/static/EXPO/coconut/coconut.min.js"></script> <script type="text/javascript" src="/web/20151009121628js_/http://www.expo2015.org/cs/static/EXPO/js/jquery.cookie/jquery.cookie.js"></script> <script type="text/javascript" src="/web/20151009121628js_/http://www.expo2015.org/cs/static/EXPO/js/script.js"></script> <script type="text/javascript" src="/web/20151009121628js_/http://www.expo2015.org/cs/static/EXPO/js/countdown.js"></script> <script type="text/javascript" src="/web/20151009121628js_/http://www.expo2015.org/cs/static/EXPO/js/unslider.js"></script> <script type="text/javascript" src="/web/20151009121628js_/http://www.expo2015.org/cs/static/EXPO/js/jquery.pajinate.js"></script> <!--[if lt IE 9]> <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <link rel="stylesheet" href="/web/20151009121628cs_/http://www.expo2015.org/cs/static/EXPO/quicksand/css/all.css"> <script type="text/javascript" src="/web/20151009121628js_/http://www.expo2015.org/cs/static/EXPO/quicksand/js/jquery.easing.1.3.js"></script> <script type="text/javascript" src="/web/20151009121628js_/http://www.expo2015.org/cs/static/EXPO/quicksand/js/jquery.quicksand.js"></script> <script type="text/javascript" src="/web/20151009121628js_/http://www.expo2015.org/cs/static/EXPO/quicksand/js/main.js"></script> <script type="text/javascript"> $(document).ready(function(){ $('.paging_container').pajinate({ item_container_id : '.bloglist', num_page_links_to_display : 5, items_per_page : 10, nav_label_prev : '&nbsp', nav_label_next : '&nbsp', nav_label_first : 'FIRST', nav_label_last : 'LAST', abort_on_small_lists: true, show_first_last: true, jquery_ui: true, jquery_ui_active: "current" }); $('#contentReseller').pajinate({ item_container_id : '.sellerList', num_page_links_to_display : 5, items_per_page : 15, nav_label_prev : '&nbsp', nav_label_next : '&nbsp', nav_label_first : 'FIRST', nav_label_last : 'LAST', abort_on_small_lists: true, show_first_last: true, jquery_ui: true, jquery_ui_active: "current" }); }); function scriviCookie(nomeCookie,valoreCookie,durataCookie) { var scadenza = new Date(); var adesso = new Date(); scadenza.setTime(adesso.getTime() + (parseInt(durataCookie) * 60000)); document.cookie = nomeCookie + '=' + escape(valoreCookie) + '; expires=' + scadenza.toGMTString() + '; path=/'; } function getCookie(c_name) { var i,x,y,ARRcookies=document.cookie.split(";"); for (i=0;i<ARRcookies.length;i++) { x=ARRcookies[i].substr(0,ARRcookies[i].indexOf("=")); y=ARRcookies[i].substr(ARRcookies[i].indexOf("=")+1); x=x.replace(/^\s+|\s+$/g,""); if (x==c_name) { return unescape(y); } } } </script> <script type="text/javascript"> $(function(){ var page = $('body').attr('id'); init(page); }); function cc(){ alert("cc"); } </script> <script type="text/javascript" src="/web/20151009121628js_/http://www.expo2015.org/cs/static/EXPO/jasny-jquery.smartbanner/jquery.smartbanner.js"></script> <script type="text/javascript"> $(function (){ var language = 'en_UK'; if ("it_IT" == language) $.smartbanner({ icon: '/cs/static/EXPO/images/app_icon_2_.png', daysHidden: 1, daysReminder: 1, title: 'Expo Milano 2015', author: 'Official App', inAppStore: 'App Store', inGooglePlay: 'Google Play', price: 'GRATIS', button: 'VEDI' }) else $.smartbanner({ icon: '/cs/static/EXPO/images/app_icon_2_.png', daysHidden: 1, daysReminder: 1, title: 'Expo Milano 2015', author: 'Official App', inAppStore: 'App Store', inGooglePlay: 'Google Play' }) }) </script> </body> </html> <!-- FILE ARCHIVED ON 12:16:28 Oct 09, 2015 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 00:37:34 Feb 18, 2025. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). --> <!-- playback timings (ms): captures_list: 0.686 exclusion.robots: 0.026 exclusion.robots.policy: 0.015 esindex: 0.01 cdx.remote: 25.171 LoadShardBlock: 198.607 (3) PetaboxLoader3.datanode: 167.37 (4) PetaboxLoader3.resolve: 161.977 (2) load_resource: 137.435 -->

Pages: 1 2 3 4 5 6 7 8 9 10