Home - Reed Exhibitions   .no-js .nova-no-js-hidden { display: none !important; } .js .nova-hidden-until-ready { display: none !important; } .js-init .nova-no-js-only { display: none !important; }   document.documentElement.className = document.documentElement.className.replace(/(?:^|\s)no-js(?!\S)/g, ''); document.documentElement.className = document.documentElement.className + ' js js-init'; jsOptions = {}; coreResources = {};                                                                  var googletag = googletag || {}; googletag.cmd = googletag.cmd || []; var gptAdSlots = []; (function() { var gads = document.createElement('script'); gads.async = true; gads.type = 'text/javascript'; var useSSL = 'https:' == document.location.protocol; gads.src = (useSSL ? 'https:' : 'http:') + '//web.archive.org./web/20190212163846/https://www.googletagservices.com/tag/js/gpt.js'; var node = document.getElementsByTagName('script')[0]; node.parentNode.insertBefore(gads, node); })(); function findAdSlot(id) { return gptAdSlots.filter(function(e){ return e.getSlotElementId() === 'ad-slot-'+id; })[0]; }  Nova.Controls.Analytics = {"eventEdition":{"id":0,"name":"None"},"isAuthenticated":"False"}; var novaDebugMode = false  googletag.cmd.push(function() { googletag.enableServices(); });   jQuery(document).ready(function() { jQuery('.js').removeClass('js'); // do stuff when DOM is ready var searchControl = new Nova.Controls.Search('autoComplete_ctl00_searchControlHeader_ctlAutoComplete', 'en', '{0} ({1})', {}); window.Page_favouritesToggle = new Nova.Controls.FavouritesToggle(); window.Page_shortlistToggle = new Nova.Controls.ShortlistToggle(); window.Page_bookToggle = new Nova.Controls.BookToggle(); var nav = new Nova.Controls.TopNavigation(jsOptions.Nova_Controls_TopNavigation); coreResources={loginUrl:'/?RetUrl=x$fs$x'}; autoComplete_ctl00_searchControlHeader_ctlAutoComplete = new Nova.Controls.Autocomplete('#ctl00_searchControlHeader_ctlAutoComplete_txtSearch', 'en', {showId:false,styleMatchAnywhereInString:true,matchStartOfWords:true,fastSearchOptions:{sortOption:2,searchQueryType:1,stopDimensions:"",searchExtent:1,dimensionKeys:""}}); });            (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= 'http://web.archive.org./web/20190212163846/https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-57WR25M');   var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-21556538-1']); _gaq.push(['_setDomainName', '.reedexpo.com']); _gaq.push(['_trackPageview']); _gaq.push(['_trackSocial(network, socialAction, opt_target, opt_pagePath)']) _gaq.push(['bu._setAccount', 'UA-21165231-1']); _gaq.push(['bu._setDomainName', '.reedexpo.com']); _gaq.push(['bu._trackPageview']); _gaq.push(['terr._setAccount', 'UA-21137801-1']); _gaq.push(['terr._setDomainName', '.reedexpo.com']); _gaq.push(['terr._trackPageview']); _gaq.push(['global._setAccount', 'UA-20992391-1']); _gaq.push(['global._setDomainName', '.reedexpo.com']); _gaq.push(['global._trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'http://web.archive.org./web/20190212163846/https://ssl' : 'http://web.archive.org./web/20190212163846/http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })();   /** * Namespace. * @type {Object}. */ var _ga = _ga || {}; /** * Ensure global _gaq Google Analytics queue has been initialized. * @type {Array} */ var _gaq = _gaq || []; /** * Tracks social interactions by iterating through each tracker object * of the page, and calling the _trackSocial method. This function * should be pushed onto the _gaq queue. For details on parameters see * http://code.google.com/apis/analytics/docs/gaJS/gaJSApiSocialTracking.html * @param {string} network The network on which the action occurs. * @param {string} socialAction The type of action that happens. * @param {string} opt_target Optional text value that indicates the * subject of the action. * @param {string} opt_pagePath Optional page (by path, not full URL) * from which the action occurred. * @return a function that iterates over each tracker object * and calls the _trackSocial method. * @private */ _ga.getSocialActionTrackers_ = function( network, socialAction, opt_target, opt_pagePath) { return function() { var trackers = _gat._getTrackers(); for (var i = 0, tracker; tracker = trackers[i]; i++) { tracker._trackSocial(network, socialAction, opt_target, opt_pagePath); } }; }; /** * Tracks Facebook likes, unlikes and sends by suscribing to the Facebook * JSAPI event model. Note: This will not track facebook buttons using the * iframe method. * @param {string} opt_pagePath An optional URL to associate the social * tracking with a particular page. */ _ga.trackFacebook = function(opt_pagePath) { try { if (FB && FB.Event && FB.Event.subscribe) { FB.Event.subscribe('edge.create', function(opt_target) { _gaq.push(_ga.getSocialActionTrackers_('facebook', 'like', opt_target, opt_pagePath)); }); FB.Event.subscribe('edge.remove', function(opt_target) { _gaq.push(_ga.getSocialActionTrackers_('facebook', 'unlike', opt_target, opt_pagePath)); }); FB.Event.subscribe('message.send', function(opt_target) { _gaq.push(_ga.getSocialActionTrackers_('facebook', 'send', opt_target, opt_pagePath)); }); } } catch (e) {} }; /** * Handles tracking for Twitter click and tweet Intent Events which occur * everytime a user Tweets using a Tweet Button, clicks a Tweet Button, or * clicks a Tweet Count. This method should be binded to Twitter click and * tweet events and used as a callback function. * Details here: http://dev.twitter.com/docs/intents/events * @param {object} intent_event An object representing the Twitter Intent Event * passed from the Tweet Button. * @param {string} opt_pagePath An optional URL to associate the social * tracking with a particular page. * @private */ _ga.trackTwitterHandler_ = function(intent_event, opt_pagePath) { var opt_target; //Default value is undefined if (intent_event && intent_event.type == 'tweet' || intent_event.type == 'click') { if (intent_event.target.nodeName == 'IFRAME') { opt_target = _ga.extractParamFromUri_(intent_event.target.src, 'url'); } var socialAction = intent_event.type + ((intent_event.type == 'click') ? '-' + intent_event.region : ''); //append the type of click to action _gaq.push(_ga.getSocialActionTrackers_('twitter', socialAction, opt_target, opt_pagePath)); } }; /** * Binds Twitter Intent Events to a callback function that will handle * the social tracking for Google Analytics. This function should be called * once the Twitter widget.js file is loaded and ready. * @param {string} opt_pagePath An optional URL to associate the social * tracking with a particular page. */ _ga.trackTwitter = function(opt_pagePath) { intent_handler = function(intent_event) { _ga.trackTwitterHandler_(intent_event, opt_pagePath); }; //bind twitter Click and Tweet events to Twitter tracking handler twttr.events.bind('click', intent_handler); twttr.events.bind('tweet', intent_handler); }; /** * Extracts a query parameter value from a URI. * @param {string} uri The URI from which to extract the parameter. * @param {string} paramName The name of the query paramater to extract. * @return {string} The un-encoded value of the query paramater. undefined * if there is no URI parameter. * @private */ _ga.extractParamFromUri_ = function(uri, paramName) { if (!uri) { return; } var regex = new RegExp('[\\?&#]' + paramName + '=([^&#]*)'); var params = regex.exec(uri); if (params != null) { return unescape(params[1]); } return; };              //           Skip to main content 

        Language English Deutsch español français italiano português (Brasil) русский 中文(简体)            The World's Leading Events Organiser

         Search      Home   Our Events   Event List    Why a Reed Exhibition?    Testimonials     Exhibiting   Why Exhibit?   Tips for Success   Grow Internationally   Testimonials     Visiting   Why Visit?   Tips for Success   Testimonials     Alliances   Organisers & Publishers   Venues   Trade Associations   Government   Other     About Us   Overview   Vision & Values   Structure   Management   CSR   History   Locations     Careers   About Us   About You   Why Join Us?   Our People   Job Search   Job scrape     Media Centre   Reed at a glance   Press releases   Annual Reports   Gallery   Press contacts     Contact Us   Find an Event           Home                 Reed Exhibitions

  The world's leading events organiser delivering contacts, content and

   communities with the power to transform your business

  About Reed Exhibitions     Reed Exhibitions

  Harness the power of face to face contact - 7 million event participants

   attended our events in 2017

  Exhibiting at our events     Reed Exhibitions

  For the latest innovations, the largest business networks and the most inspiring education programmes,

   visit a Reed Exhibition

   Visiting our events      Reed Exhibitions

  Join our global network of alliances and joint ventures

   and connect with a world of opportunities

  Working with Reed     Reed Exhibitions

  "The National Hardware Show has literally propelled us into the tool industry. We started at US$0 dollars

   in sales and because of this show we're going to realise US$1.5 million in sales this year"

   Michael J.Foley, CEO, Nail Jack, USA

  More customer testimonials     var Slides = [{"Name":null,"Line1":{"Text":"The worlds leading events organiser delivering contacts, content and","Width":565},"Line2":{"Text":"communities with the power to transform your business","Width":452},"Line3":{"Text":null,"Width":null},"Img_URL":"/RX/RX_ReedExpo/flash/HomepageProposition/Images/01.jpg","Link":"/en/about-us/","ctaLabel":"About Reed Exhibitions"},{"Name":null,"Line1":{"Text":"Harness the power of face to face contact - 7 million event participants","Width":575},"Line2":{"Text":"attended our events in 2012","Width":242},"Line3":{"Text":null,"Width":null},"Img_URL":"/RX/RX_ReedExpo/flash/HomepageProposition/Images/02.jpg","Link":"/en/Exhibiting/","ctaLabel":"Exhibiting at our events"},{"Name":null,"Line1":{"Text":"For the latest innovations, the largest business networks and the most inspirining education programmes,","Width":847},"Line2":{"Text":"visit a Reed Exhibition","Width":197},"Line3":{"Text":null,"Width":null},"Img_URL":"/RX/RX_ReedExpo/flash/HomepageProposition/Images/03.jpg","Link":"/en/Visiting/","ctaLabel":"Visiting our events"},{"Name":null,"Line1":{"Text":"Join our global network of alliances and joint ventures","Width":450},"Line2":{"Text":"and connect with a world of opportunities","Width":341},"Line3":{"Text":null,"Width":null},"Img_URL":"/RX/RX_ReedExpo/flash/HomepageProposition/Images/04.jpg","Link":"/en/Alliances/","ctaLabel":"Working with Reed"},{"Name":null,"Line1":{"Text":"\"The National Hardware Show has literally propelled us into the tool industry. We started at US$0 dollars","Width":845},"Line2":{"Text":"in sales and because of this show we're going to realise US$1.5 million in sales this year\"","Width":725},"Line3":{"Text":"Michael J.Foley, CEO, Nail Jack, USA","Width":321},"Img_URL":"/RX/RX_ReedExpo/flash/HomepageProposition/Images/05.jpg","Link":"/en/Exhibiting/Testimonials/","ctaLabel":"More customer testimonials"}] function fadeIn(){ resetAllElements(); var i = jQuery(".nivo-controlNav .active").attr("rel"); Line1Class = ".nivo-caption .slide" + i +" .line1"; Line2Class = ".nivo-caption .slide" + i +" .line2"; Line3Class = ".nivo-caption .slide" + i +" .line3"; Line1Width = "+=" + Slides[i].Line1.Width; Line2Width = "+=" + Slides[i].Line2.Width; Line3Width = "+=" + Slides[i].Line3.Width; Line1TextWidth = "+=" + Slides[i].Line1.Width; Line2TextWidth = "+=" + Slides[i].Line2.Width; Line3TextWidth = "+=" + Slides[i].Line3.Width; jQuery(Line1Class).animate({opacity: 1,width: Line1Width}, 1500, function() { jQuery(Line2Class).delay(500).animate({opacity: 1,width: Line2Width}, 1500, function (){ jQuery(Line3Class).delay(500).animate({opacity: 1,width: Line3Width}, 1500); }); }); jQuery(".nivo-caption .line1 p ").delay(1000).animate({opacity: 1,width: Line1TextWidth}, 1500, function() { jQuery(".nivo-caption .line2 p ").delay(500).animate({opacity: 1,width: Line2TextWidth}, 1500, function (){ if (i < 4 ){ jQuery(".ctaBut").css("width", "0"); jQuery(".ctaBut").css("opacity", "0"); jQuery(".ctaBut").delay(200).animate({opacity: 1}, 1500); jQuery(".ctaBut").css("width", Line2Width); } else { jQuery(".nivo-caption .line3 p ").delay(500).animate({opacity: 1,width: Line3TextWidth}, 1500, function (){ jQuery(".ctaBut").css("width", "0"); jQuery(".ctaBut").css("opacity", "0"); jQuery(".ctaBut").delay(200).animate({opacity: 1}, 1500); jQuery(".ctaBut").css("width", Line3Width); }); } }); }); } function resetAllElements(){ jQuery(".ctaBut").css("width", "0"); jQuery(".ctaBut").css("opacity", "0"); jQuery(".nivo-caption .line1").css("width", "0"); jQuery(".nivo-caption .line2").css("width", "0"); jQuery(".nivo-caption .line3").css("width", "0"); } jQuery(window).load(function(e) { jQuery('#slider').nivoSlider({ effect: 'fade', // Specify sets like: 'fold,fade,sliceDown' animSpeed: 1000, // Slide transition speed pauseTime: 15000, // How long each slide will show startSlide: 0, // Set starting Slide (0 index) directionNav: false, // Next & Prev navigation controlNav: true, // 1,2,3... navigation controlNavThumbs: false, // Use thumbnails for Control Nav pauseOnHover: true, // Stop animation while hovering manualAdvance: false, // Force manual transitions prevText: 'Prev', // Prev directionNav text nextText: 'Next', // Next directionNav text randomStart: false, // Start on a random slide beforeChange: function(){ resetAllElements(); }, // Triggers before a slide transition afterChange: function(){ fadeIn(); }, // Triggers after a slide transition slideshowEnd: function(){ }, // Triggers after all slides have been shown lastSlide: function(){ }, // Triggers when last slide is shown afterLoad: function(){ fadeIn(); } // Triggers when slider has loaded }); jQuery(".nivo-controlNav a").click(function (){ console.log("clicked"); resetAllElements(); return false; }) });               Upcoming Events     // JavaScript Document var currentDate = jQuery.datepicker.formatDate('yy-mm-dd', new Date()); var apiVer = "/api/v1_7/"; var LoadEventsApiURL = apiVer + "eventEditions?startDate=" + currentDate + "&endDate=2050-12-31&x-verbosity=Verbose"; function LoadEvents() { jQuery.ajax({ type: 'GET', url: LoadEventsApiURL, contentType: "application/json; charset=utf-8", dataType: "json", async: false, success: function(Data) { eventDataFetchComplete(Data); }, error: function (jqXHR, textStatus, errorThrown) { } }); } function eventDataFetchComplete (dataObject) { var data = dataObject.Data; var i=0; var displayCounter=1; for(i=0;i       Event Name  Event Short Description Location Short Date       

    Location   Event          Event Name  Event Short Description Location Short Date       

    Location   Event          Event Name  Event Short Description Location Short Date       

    Location   Event          Event Name  Event Short Description Location Short Date       

    Location   Event          Event Name  Event Short Description Location Short Date       

    Location   Event          Event Name  Event Short Description Location Short Date       

    Location   Event          Event Name  Event Short Description Location Short Date       

    Location   Event          Event Name  Event Short Description Location Short Date       

    Location   Event          Event Name  Event Short Description Location Short Date       

    Location   Event              Latest News      Reed Exhibitions announces definitive agreement to acquire Mack Brooks Exhibitions, opening window to new value for customers on three continents 15 Jan 2019 11:00  Reed Exhibitions announces definitive agreement to acquire Mack Brooks Exhibitions, opening window to new value for customers on three continents 15 January 2019 - Reed Exhibitions, a division of RELX Group, has entered into a definitive agreement to acquire Mack Brooks...

      Reed Exhibitions Announces New Joint Venture with Shanghai Forever Exhibition, Expanding into Automotive Manufacturing Sector 07 Dec 2018 14:00  SHANGHAI– Reed Exhibitions, part of RELX group has announced a new joint venture with the Shanghai Forever Exhibition. 7 December 2018 SHANGHAI – Reed Exhibitions, part of RELX group has announced a new joint venture with the Shanghai Forever Exhibition. The...

      VISCOM ITALIA 2018 THE TASTE OF SUCCESS  23 Oct 2018 14:00  Viscom Italia tastes success once again attracting more than 20,100 professional visitors who livened up the 30th anniversary of an exhibition rich in of new experimentation, trends, business and creativity.    Milan, 23 October 2018 –...

      Game changers gather for 5th edition of MIPIM UK at critical time for UK property  19 Oct 2018 13:30  London, October 19, 2018 - Senior decision makers from across the public and private sector gathered at London Olympia this week to discuss the critical issues facing the UK built environment. This was the 5th edition of MIPIM UK, which has become a key fixture in the calendar of the...

    See all news...           Find an Event        By Industry  All Industries       By Country  All Countries               Homepage Content FB     Setting industry agendas Reed organises over 500 events in 30 countries and in 2017 brought together over 7 million participants.

  Read more...

   Our Events Find key information about our events, filterable by industry sector or region.

  Explore now...

   Exhibiting at a Reed event There's no marketing tool more effective for winning new business than a Reed exhibition.

  Read more...

   Visiting a Reed event At the heart of every Reed event you'll find innovative ideas, quality networking and practical education.

  Read more...

  Follow Reed Exhibitions on Twitter Follow Reed Exhibitions on Facebook           Reed Exhibitions - The World's Leading Events Organiser   jQuery(document).ready(function() { jQuery(".popupVideo").colorbox({iframe:true, width:535, height:288} ); });          Latest Jobs  jQuery(document).ready( function() { jQuery('div.layoutBlock .layoutBlock-2 div.feedItemContent h3 a').each( function(idx){ if (jQuery('div.layoutBlock .layoutBlock-2 div.feedItemContent h3 a').eq(idx).text().indexOf('[Urgent need job]')> -1){ var linkTxt = jQuery('div.layoutBlock .layoutBlock-2 div.feedItemContent h3 a').eq(idx).text(); linkTxt = linkTxt.replace('[Urgent need job]', ''); jQuery('div.layoutBlock .layoutBlock-2 div.feedItemContent h3 a').eq(idx).text(linkTxt); }} ); jQuery(".more" ).attr( "target", "_blank"); });   jQuery(document).ready(function() { var numberOfJobs = jQuery(".new2012 .careersSection ul li").length; jQuery('.new2012 .careersSection ul li a').each(function(index) { if (jQuery(this).text() === "No Jobs Found" ){ jQuery(this).parentsUntil(".new2012 .careersSection ul").css("display","none"); } if (jQuery(this).text() === "No Jobs found" ){ jQuery(this).parentsUntil(".new2012 .careersSection ul").css("display","none"); } if (jQuery(this).text() === "No jobs found" ){ jQuery(this).parentsUntil(".new2012 .careersSection ul").css("display","none"); } if (jQuery(this).text() === "More jobs available on career section…" ){ jQuery(this).parentsUntil(".new2012 .careersSection ul").css("display","none"); } if (jQuery(this).text() === "More Jobs Available on Career Section..." ){ jQuery(this).parentsUntil(".new2012 .careersSection ul").css("display","none"); } if (jQuery(this).text() === "Plus de postes disponibles sur la section Carrières..." ){ jQuery(this).parentsUntil(".new2012 .careersSection ul").css("display","none"); } }); jQuery(".new2012 .careersSection .layoutBlock-2 .layoutBlock-2").css("display","block"); });         More jobs available on career section…      Buyer Programme Executive, in-cosmetics Portfolio (Based in UK, Richmond, Greater London) Job

      Corporate Communications & Marketing Co-ordinator - 3 months contract (Based in UK, Richmond, Greater London) Job Title: Corporate

      Engineering Manager - Software Delivery (Based in UK, Richmond, Surrey) ENGINEERIN

      Event Coordinator (Based in UK, Richmond, Greater London) Job

      Portfolio Director – Energy, Marine and Rotorcraft Portfolio (Based UK, Richmond, Greater London) Job

      Stand Build Account Executive (Based in UK, Richmond, Greater London) Job Title:

      LEAD/SENIOR SOFTWARE ENGINEER – MATCHMAKING (Based in UK, Richmond, Surrey)  Lead/Senior

      Senior Account Manager (Based in UK, Brighton, East Sussex) Senior

      Head of Content - MCM Comic Con (Based in UK, Brighton, East Sussex) Head of Content-

      Exhibition Director - MCM Comic Con (Based in UK, Brighton, East Sussex) Event

    View all >              © Reed Exhibitions 2018  Contact Us Legal Notices Useful Links FAQs Copyright Statement Privacy Policy Cookies Site Map        We use cookies to operate this website and to improve its usability. Full details of what cookies are, why we use them and how you can manage them can be found by reading our Privacy & Cookies page. Please note that by using this site you are consenting to the use of cookies.

  Don't show me this message again        //     var _nls = new function () { this.q = _nls || []; this.requested = []; this.push = function (script) { this.q.push(script); }; this.lazyLoad = function () { var that = this; for (var index = 0; index < this.q.length; index++) { this.q[index].scriptPath = NovaJs.page.addVToUrl(this.q[index].scriptPath); if(NovaJs.array.indexOf(this.q[index].scriptPath, this.requested) == -1) { this.requested.push(that.q[index].scriptPath); jQuery.ajax({ crossDomain: true, dataType: "script", cache: true, url: this.q[index].scriptPath, success: this.q[index].afterLoad, complete: function () { ////console.log('completed'); } }); } else { ////console.log('already requested'); } } }; }; jQuery(window).bind('load', function () { _nls.lazyLoad(); });   NovaGTMData = [ { "BuCode": "RX", "BuName": "CORPORATE", "DPIC": null, "EventEditionID": "", "EventEditionName": "", "IsAuthenticated": "False", "isCompanyAdmin": "False", "IsHomePage": "True", "IsRegistered": "False", "isShowCoordinator": "False", "Language": "en", "PageType": "Home Page", "PIType": "", "PITypeID": "", "ShowType": null, "SiteName": "Reed Exhibitions", "SiteSection": "Content", "PiTypes": null, "Roles": null, "CurrentEventEditionName": "", "CurrentEventEditionId": null, "PrimaryIndustry": null, "EventCode": "", "UserId": null, "event": null }, { "user": null, "site": { "businessUnitCode": "RX", "businessUnitName": "CORPORATE", "currentEventEditionId": null, "currentEventEditionName": "", "eventCode": "", "eventId": null, "primaryIndustry": null, "shows": [], "showType": null, "siteId": 226, "siteName": "Reed Exhibitions", "siteSection": "Content" }, "page": { "isHomepage": true, "language": "en", "name": "Reed Exhibitions", "type": "Home Page" } } ];if (typeof dataLayer == 'undefined') { dataLayer = []; }dataLayer.push(NovaGTMData[0]);  (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='http://web.archive.org./web/20190212163846/https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer','GTM-KRPNFS');