CINXE.COM
UxC: Industry Calendar
<!DOCTYPE html> <html> <head lang="en"><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><meta http-equiv="X-UA-Compatible" content="IE=edge" /><title> UxC: Industry Calendar </title> <link rel="icon" type="image/x-icon" href="/favicon.ico?v=0" /> <meta name="description" content="UxC publishes world nuclear fuel prices, uranium (U3O8), conversion (UF6) and enrichment (SWU), and handles all aspects of the nuclear fuel market: tracking uranium production, exploration, reactor demand, and utility contracting activities. The Ux Weekly is the leading source of market information." /><meta name="keywords" content="UxC, Ux, Uranium Exchange, uranium price, uranium, U3O8, UF6, EUP, SWU, conversion, enrichment, consulting, nuclear, nuclear fuel, fuel, power, consulting, brokerage, spot, term, prices, price" /> <link id="bootstrapStyle" rel="stylesheet" href="/styles/bootstrap-3.3.6/bootstrap-comfortable.css?v=20231116170047a" /> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js" type="text/javascript"></script> <script type="text/javascript">window.jQuery || document.write('<script src="/scripts/library/jquery-1.11.1.min.js">\x3C/script>')</script> <script src="/bundles/uxcJs?v=ontA2I5Tqi-Tkgyrl9EYUj4zNVlElri76w--SToDbSQ1"></script> <link href="/bundles/uxcStyles?v=rUxEWDnBqq2MMJT1sRqHhZ2Ucswmpzq5EOMFjUk25CQ1" rel="stylesheet"/> <script type="text/javascript"> $(function () { var browser = 'IE'; var browserVer = 7; if (browser === 'IE' || browser === 'InternetExplorer') { $('#iewarning').show(); } $('#clientSiteAlertDismiss').click(function () { $('#clientSiteAlert').slideUp(); saveIndexedDB('clientSiteAlertDismissed', true); }); loadIndexedDB('clientSiteAlertDismissed', function (data) { var clientAlertNeeded = false; if (clientAlertNeeded && !data) $('#clientSiteAlert').slideDown(); }); loadIndexedDB('cookieAlertDismissed', function (data) { if ((checkCookie() || window.indexedDB) && !data) { $('#cookieAlert').fadeIn(); } }); $('#cookieAlertDismiss').click(function () { $('#cookieAlert').fadeOut(); saveIndexedDB('cookieAlertDismissed', true); }); }); function openIndexedDB() { var uxcDB = window.indexedDB.open("uxcDatabase", 1); uxcDB.onupgradeneeded = function () { var db = {} db.result = uxcDB.result; db.store = db.result.createObjectStore("uxcObjectStore", { keyPath: "id" }); }; return uxcDB; } function getStoreIndexedDB(uxcDB) { var db = {}; db.result = uxcDB.result; db.tx = db.result.transaction("uxcObjectStore", "readwrite"); db.store = db.tx.objectStore("uxcObjectStore"); return db; } function saveIndexedDB(id, data) { if (!('indexedDB' in window)) return false; var uxcDB = openIndexedDB(); uxcDB.onsuccess = function () { var db = getStoreIndexedDB(uxcDB); db.store.put({ id: id, data: data }); } return true; } function loadIndexedDB(id, callback) { if (!('indexedDB' in window)) return false; var uxcDB = openIndexedDB(); uxcDB.onsuccess = function () { var db = getStoreIndexedDB(uxcDB); var getData = db.store.get(id); getData.onsuccess = function () { if (!getData.result) callback(null); else callback(getData.result.data); }; db.tx.oncomplete = function () { db.result.close(); }; } return true; } </script> <link href="/Telerik.Web.UI.WebResource.axd?d=PMrIT5dOWaVYIcpFWUE4nDXV4zcWEDPPvgikmCnIeRUArnAUvxqzCruagapMcFnDcOW8RTN5ODuBmnK9INIsUu1mGB97XpyusTTnWsJPGWdZIublPDY5Qfdg2VlVKuUm0&t=638628063619626917&compress=1&_TSM_CombinedScripts_=%3b%3bTelerik.Web.UI%2c+Version%3d2020.2.617.45%2c+Culture%3dneutral%2c+PublicKeyToken%3d121fae78165ba3d4%3aen-US%3a77834329-9f9d-4011-8eac-a82ffa414dd7%3ac86a4a06%3bTelerik.Web.UI.Skins%2c+Version%3d2020.2.617.45%2c+Culture%3dneutral%2c+PublicKeyToken%3d121fae78165ba3d4%3aen-US%3aa9236955-7261-4081-864e-785ed014ff62%3a9e03bb1b" type="text/css" rel="stylesheet" /></head> <body class=''> <form name="aspnetForm" method="post" action="./Calendar.aspx?year=2023" id="aspnetForm"> <div> <input type="hidden" name="ctl00_ctl00_RadScriptManager1_TSM" id="ctl00_ctl00_RadScriptManager1_TSM" value="" /> <input type="hidden" name="ctl00_ctl00_RadStyleSheetManager1_TSSM" id="ctl00_ctl00_RadStyleSheetManager1_TSSM" value="" /> <input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="" /> <input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="" /> <input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="lMhtk50JYHZcH1w0HxGB8fIlqBLhNMDNSpslt1n7GGFKUSmOftp4TxNNb1l/McDFiQsW9Cn4eGTn3ldK9Z3I143+NbwczOCt+V08pqR6NL3oOEvTsIFVIZtm+x/KxO9evOPUlBq1j36lu+9FBa4IgYpcxrjkXcqTkvboUm9TMrSz3BxVxFED6+DyxjsEEylKvgjpWdquntxmF0q6e4EA+9DDUYeII6LhKy6KhwcgpLdnkLifFLU0IOhdklzqLqNrp6ajo6u+33Xfxmz62c7SRA2gdf/5l8Ts+A6YVUnXE2sjYAjUrR36Dn/s3sIvu1bB" /> </div> <script type="text/javascript"> //<![CDATA[ var theForm = document.forms['aspnetForm']; if (!theForm) { theForm = document.aspnetForm; } function __doPostBack(eventTarget, eventArgument) { if (!theForm.onsubmit || (theForm.onsubmit() != false)) { theForm.__EVENTTARGET.value = eventTarget; theForm.__EVENTARGUMENT.value = eventArgument; theForm.submit(); } } //]]> </script> <script src="/Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=ctl00_ctl00_RadScriptManager1_TSM&compress=1&_TSM_CombinedScripts_=%3b%3bSystem.Web.Extensions%2c+Version%3d4.0.0.0%2c+Culture%3dneutral%2c+PublicKeyToken%3d31bf3856ad364e35%3aen-US%3a95047a2c-8908-49e3-b68e-d249be89f134%3aea597d4b%3ab25378d2" type="text/javascript"></script> <script src="/bundles/MsAjaxJs?v=D6VN0fHlwFSIWjbVzi6mZyE9Ls-4LNrSSYVGRU46XF81" type="text/javascript"></script> <script src="/bundles/WebFormsJs?v=N8tymL9KraMLGAMFuPycfH3pXe6uUlRXdhtYv8A_jUU1" type="text/javascript"></script> <script src="/Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=ctl00_ctl00_RadScriptManager1_TSM&compress=1&_TSM_CombinedScripts_=%3b%3bTelerik.Web.UI%2c+Version%3d2020.2.617.45%2c+Culture%3dneutral%2c+PublicKeyToken%3d121fae78165ba3d4%3aen-US%3a77834329-9f9d-4011-8eac-a82ffa414dd7%3a16e4e7cd%3aed16cbdc%3a33715776%3a365331c3%3a59462f1%3aa51ee93e%3a88144a7a" type="text/javascript"></script> <div> <input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="E61C31A3" /> </div> <script type="text/javascript"> //<![CDATA[ Sys.WebForms.PageRequestManager._initialize('ctl00$ctl00$RadScriptManager1', 'aspnetForm', ['tctl00$ctl00$Body$Body$calendar$ctl00$ctl00$Body$Body$calendar$lblTitlePanel','','tctl00$ctl00$Body$Body$calendar$ctl00$ctl00$Body$Body$calendar$radcalSelectPanel','','tctl00$ctl00$Body$Body$calendar$ctl00$ctl00$Body$Body$calendar$lblCalendarBoxPanel','','tctl00$ctl00$Body$Body$calendar$ctl00$ctl00$Body$Body$calendar$lblErrorMessagePanel','','tctl00$ctl00$Body$Body$calendar$ctl00$ctl00$Body$Body$calendar$UpdateProgress1Panel','','tctl00$ctl00$Body$Body$calendar$RadAjaxManager1SU',''], ['ctl00$ctl00$Body$Body$calendar$radcalSelect',''], [], 90, 'ctl00$ctl00'); //]]> </script> <a id="PageTop"></a> <div id="iewarning" class="alert alert-danger no-margin collapse"> Internet Explorer is no longer supported on the UxC Website. <a href="/p/Compatibility.aspx" class="alert-link">Click here for more information</a>. </div> <div class="container desktop full-width" style="display:block;"> <div class="nav navbar-right navbar-right-first" style="position:absolute;top:7px;right:20px;z-index:1045;margin-right:0;"> <a href="#" class="dropdown-toggle no-underline" data-toggle="dropdown" style="font-size:32px;"> <span style="font-size:14px;margin-right:5px;">Account</span> <i class="glyph glyph-user"></i></a> <ul class="dropdown-menu" style="z-index:1100;"> <li><a href="/c/"><i class="glyph glyph-old-man glyph-blue"></i> Client Site <small>(log in)</small></a></li> <li><a href="/account/Login.aspx?ReturnUrl=%2fp%2ffuelcycle%2fCalendar.aspx%3fyear%3d2023"><i class="glyph half half-log-in"></i> Log In <small>(stay on free site)</small></a></li> <li><a href="/account/Register.aspx"><i class="glyph half half-edit"></i> Register for a Free Account</a></li> </ul> </div> <div id="clientSiteAlert" class="alert alert-info collapse" style="position:absolute;top:4px;right:240px;font-size:14px;height:41px;padding:10px;"> <span id="clientSiteAlertDismiss" class="close" aria-label="Close"><span aria-hidden="true">×</span></span> Click your name to visit the client site </div> <div id="cookieAlert" class="alert alert-info cookie-alert collapse"> <div> <span id="cookieAlertDismiss" class="btn btn-info pull-right">I Agree</span> We use several internet technologies to customize your experience. If you continue without changing your settings, you consent to our use of these technologies in accordance with our <a class="alert-link" href="/p/Privacy.aspx">Privacy Policy</a>. You may disable them at any time. </div> </div> <div class="row"> <div class="col-xs-12"> <nav id="menu" class="navbar navbar-default navbar-float" role="navigation"> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbarCollapse"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="/"> <img src="/images/uxc-logo/logo-no-r-40.png" height="40" width="80" class="" alt="UxC Logo" /></a> </div> <div id="navbarCollapse" class="collapse navbar-collapse"> <ul id="menu-items" class="nav navbar-nav"> <li class=""><a href="javascript:void(0);" class="dropdown-toggle" data-toggle="dropdown">About UxC</a><ul class="dropdown-menu" role="menu"><li class=""><a href="/p/corp/background" class="">Company Background</a></li><li class=""><a href="/p/corp/directory" class="">Company Directory</a></li><li class="dropdown-submenu "><a href="javascript:void(0);" class="">Our Experts</a><ul class="dropdown-menu" role="menu"><li class=""><a href="/p/corp/bio/anna-bryndza" class="">Anna Bryndza</a></li><li class=""><a href="/p/corp/bio/nick-carter" class="">Nick Carter</a></li><li class=""><a href="/p/corp/bio/jeff-combs" class="">Jeff Combs</a></li><li class=""><a href="/p/corp/bio/jeffrey-combs" class="">Jeffrey Combs</a></li><li class=""><a href="/p/corp/bio/carlyn-greene" class="">Carlyn Greene</a></li><li class=""><a href="/p/corp/bio/jonathan-hinze" class="">Jonathan Hinze</a></li><li class=""><a href="/p/corp/bio/philip-johnson" class="">Philip Johnson</a></li><li class=""><a href="/p/corp/bio/christine-waters" class="">Christine Waters</a></li><li class=""><a href="/p/corp/bio/eric-webb" class="">Eric Webb</a></li><li class="dropdown-submenu "><a href="javascript:void(0);" class="">Consultants</a><ul class="dropdown-menu" role="menu"><li class=""><a href="/p/corp/bio/michael-dutra" class="">Michael Dutra</a></li></ul></li></ul></li><li class=""><a href="/p/news/update" class="">UxC Update</a></li><li class=""><a href="/p/news/video-2021" class="">UxC Video</a></li><li class="dropdown-submenu "><a href="javascript:void(0);" class="">Privacy & Terms of Use</a><ul class="dropdown-menu" role="menu"><li class=""><a href="/p/products/rpt_TermsConditions.aspx" class="">UxC Terms and Conditions</a></li><li class=""><a href="/p/Terms.aspx" class="">Website Terms of Use</a></li><li class=""><a href="/p/Privacy.aspx" class="">Privacy Policy</a></li></ul></li><li class=""><a href="/SiteMap.aspx" class="">Site Map</a></li></ul></li><li class=""><a href="javascript:void(0);" class="dropdown-toggle" data-toggle="dropdown">Special Services</a><ul class="dropdown-menu" role="menu"><li class=""><a href="/p/corp/support-services" class=""><i class='icon icon-16 icon-special'></i> Client Support Services</a></li><li class="dropdown-submenu "><a href="javascript:void(0);" class=""><i class='icon icon-16 icon-special'></i> Special Reports</a><ul class="dropdown-menu" role="menu"><li class=""><a href="/p/product/report/samra" class=""><i class='icon icon-16 icon-rto'></i> Small, Advanced and Micro-Reactor Assessments</a></li><li class=""><a href="/p/product/report/cesa" class=""><i class='icon icon-16 icon-cesa'></i> Conversion & Enrichment Supplier Assessments</a></li><li class=""><a href="/p/product/report/gnfi" class=""><i class='icon icon-16 icon-data'></i> Global Nuclear Fuel Inventories</a></li><li class=""><a href="/p/product/report/upcs" class=""><i class='icon icon-16 icon-upcs'></i> Uranium Production Cost Study</a></li><li class=""><a href="/p/product/report/nivc" class=""><i class='icon icon-16 icon-nivc'></i> Nuclear Industry Value Chain</a></li><li class=""><a href="/p/product/report/zirc" class=""><i class='icon icon-16 icon-zirc'></i> Zirconium Market Outlook</a></li></ul></li><li class=""><a href="/p/product/service/webinar" class=""><i class='icon icon-16 icon-seminar'></i> UxC Webinars</a></li><li class=""><a href="/p/product/service/seminar" class=""><i class='icon icon-16 icon-seminar'></i> Nuclear Fuel Training Seminar</a></li><li class=""><a href="/p/product/report-list" class=""><i class='icon icon-16 icon-special'></i> Full Special Report List</a></li></ul></li><li class=""><a href="javascript:void(0);" class="dropdown-toggle" data-toggle="dropdown">Data Services</a><ul class="dropdown-menu" role="menu"><li class=""><a href="/p/data/uxc_DataServices.aspx" class=""><i class='icon icon-16 icon-data'></i> UxC Data Services</a></li><li class=""><a href="/p/data/uxc_AboutUraniumPrices.aspx" class="">About Uranium Prices</a></li><li class=""><a href="/p/prices/UxCPrices.aspx?currency=eur" class="">Ux U<sub>3</sub>O<sub>8</sub> Price<sup>®</sup></a></li><li class="dropdown-submenu "><a href="javascript:void(0);" class="">Price Graphs</a><ul class="dropdown-menu" role="menu"><li class=""><a href="/p/prices/UxCPriceChart.aspx?chart=spot-u3o8-full" class="">Ux U<sub>3</sub>O<sub>8</sub> Price (Full)</a></li><li class=""><a href="/p/prices/UxCPriceChart.aspx?chart=spot-u3o8-2yr" class="">Ux U<sub>3</sub>O<sub>8</sub> Price (2-year)</a></li></ul></li><li class="dropdown-submenu "><a href="javascript:void(0);" class="">Other Data Sources</a><ul class="dropdown-menu" role="menu"><li class=""><a href="/p/data/IndustrySources.aspx" class="">Overview</a></li><li class=""><a href="/p/data/cme/CMEOverview.aspx" class="">CME/COMEX Uranium Futures</a></li><li class=""><a href="/p/data/BrokerOverview.aspx" class="">UxC Broker Average Price (BAP)</a></li></ul></li></ul></li><li class=""><a href="javascript:void(0);" class="dropdown-toggle" data-toggle="dropdown">Publications</a><ul class="dropdown-menu" role="menu"><li class="dropdown-submenu "><a href="javascript:void(0);" class="">UxC Publications</a><ul class="dropdown-menu" role="menu"><li class=""><a href="/p/product/publications" class="">Overview</a></li><li class=""><a href="/p/product/timing" class="">When you need it!</a></li><li class=""><a href="/p/product/list" class="">Publication List</a></li><li class=""><a href="/p/product/subscriber-services" class="">UxC Subscriber Services</a></li><li class=""><a href="/p/products/rpt_TermsConditions.aspx" class="">UxC Terms & Conditions</a></li></ul></li><li class="dropdown-submenu "><a href="javascript:void(0);" class=""><i class='icon icon-16 icon-uxw'></i> Ux Weekly</a><ul class="dropdown-menu" role="menu"><li class=""><a href="/p/product/periodical/uxw" class="">Overview</a></li><li class=""><a href="/p/order/1" class="">Online Order Form</a></li><li class=""><a href="/p/cover-stories/UxWCovers.aspx" class="">UxW Cover Stories</a></li><li class=""><a href="/p/cover-stories/UxWClassicCovers.aspx" class="">UxW Classic Covers</a></li></ul></li><li class=""><a href="/p/product/report/usa" class=""><i class='icon icon-16 icon-usa'></i> Uranium Suppliers Annual</a></li><li class=""><a href="/p/product/report/upcs" class=""><i class='icon icon-16 icon-upcs'></i> Uranium Production Cost Study</a></li><li class="dropdown-submenu "><a href="javascript:void(0);" class=""><i class='icon icon-16 icon-umo'></i> Uranium Market Outlook</a><ul class="dropdown-menu" role="menu"><li class=""><a href="/p/product/report/umo" class="">UMO Overview</a></li><li class=""><a href="/p/product/essay/umo" class="">UMO Essays</a></li></ul></li><li class="dropdown-submenu "><a href="javascript:void(0);" class=""><i class='icon icon-16 icon-cmo'></i> Conversion Market Outlook</a><ul class="dropdown-menu" role="menu"><li class=""><a href="/p/product/report/cmo" class="">CMO Overview</a></li><li class=""><a href="/p/product/essay/cmo" class="">CMO Essays</a></li></ul></li><li class="dropdown-submenu "><a href="javascript:void(0);" class=""><i class='icon icon-16 icon-emo'></i> Enrichment Market Outlook</a><ul class="dropdown-menu" role="menu"><li class=""><a href="/p/product/report/emo" class="">EMO Overview</a></li><li class=""><a href="/p/product/essay/emo" class="">EMO Essays</a></li></ul></li><li class="dropdown-submenu "><a href="javascript:void(0);" class=""><i class='icon icon-16 icon-fmo'></i> Fabrication Market Outlook</a><ul class="dropdown-menu" role="menu"><li class=""><a href="/p/product/report/fmo" class="">FMO Overview</a></li><li class=""><a href="/p/product/essay/fmo" class="">FMO Essays</a></li><li class=""><a href="/p/product/report/zirc" class="">Zirconium Outlook</a></li></ul></li><li class="dropdown-submenu "><a href="javascript:void(0);" class=""><i class='icon icon-16 icon-npo'></i> Nuclear Power Outlook</a><ul class="dropdown-menu" role="menu"><li class=""><a href="/p/product/report/npo" class="">NPO Overview</a></li><li class=""><a href="/p/product/essay/npo" class="">NPO Essays</a></li></ul></li><li class=""><a href="/p/product/report/npo#urm" class=""><i class='icon icon-16 icon-urm'></i> UxC Requirements Model</a></li><li class="dropdown-submenu "><a href="javascript:void(0);" class=""><i class='icon icon-16 icon-pw'></i> UxC's Policy Watch</a><ul class="dropdown-menu" role="menu"><li class=""><a href="/p/product/report/pw" class="">PW Overview</a></li><li class=""><a href="/p/product/pw-update-list" class="">PW Update List</a></li></ul></li><li class=""><a href="/p/product/periodical/sf-stf" class=""><i class='icon icon-16 icon-sf'></i> SpentFUEL</a></li><li class=""><a href="/p/product/periodical/sf-stf#stf" class=""><i class='icon icon-16 icon-stf'></i> StoreFUEL</a></li></ul></li><li class="active "><a href="javascript:void(0);" class="dropdown-toggle" data-toggle="dropdown">Nuclear Fuel Cycle</a><ul class="dropdown-menu" role="menu"><li class="active dropdown-submenu "><a href="javascript:void(0);" class="">Industry Calendar</a><ul class="dropdown-menu" role="menu"><li class=""><a href="/p/fuelcycle/UpcomingMeetings.aspx" class="">Upcoming Events</a></li><li class=""><a href="/p/fuelcycle/Calendar.aspx?year=2025" class="">2025</a></li><li class=""><a href="/p/fuelcycle/Calendar.aspx?year=2024" class="">2024</a></li><li class="active "><a href="/p/fuelcycle/Calendar.aspx?year=2023" class="">2023</a></li></ul></li><li class="dropdown-submenu "><a href="javascript:void(0);" class="">Tools & Calculators</a><ul class="dropdown-menu" role="menu"><li class=""><a href="/p/tools/FuelCalculator.aspx" class="">Fuel Cost Calculator</a></li></ul></li></ul></li><li class=""><a href="javascript:void(0);" class="dropdown-toggle" data-toggle="dropdown">Fun</a><ul class="dropdown-menu" role="menu"><li class=""><a href="/p/fun/UxJoke.aspx" class="">Today's Lighter Side</a></li><li class=""><a href="/p/fun/UxCPictures.aspx" class="">UxC Picture Gallery</a></li><li class=""><a href="/p/fun/DowntownAtlanta.aspx" class="">Welcome to Atlanta!</a></li><li class=""><a href="/p/christmas/uxc_Christmas2023.aspx" class="">Season's Greetings</a></li></ul></li> </ul> <ul class="nav navbar-nav navbar-right navbar-first-right"> <li class="dropdown"> <a href="#" class="dropdown-toggle" style="padding:17px 12px;line-height:16px;" data-toggle="dropdown"><i class="glyph glyph-cogwheels "></i></a> <ul class="dropdown-menu" role="menu"> <li><a href="/p/fuelcycle/Calendar.aspx?year=2023&print=true"><i class="glyph glyph-print"></i> Printer-Friendly</a></li> <li><a href="/p/fuelcycle/Calendar.aspx?year=2023&print=true&pdf=true"><i class="file-icon file-icon-pdf"></i> Download as PDF</a></li> <li class="dropdown-submenu pull-left"> <a href="#"><i class="glyph glyph-font"></i> Text Size</a> <ul class="dropdown-menu" style="width:200px;"> <li id="comfort_comfortable" class='comfortLevel active'><a href="javascript:selectComfortLevel('comfortable');">Comfortable</a></li> <li id="comfort_cozy" class='comfortLevel '><a href="javascript:selectComfortLevel('cozy');">Cozy</a></li> <li id="comfort_compact" class='comfortLevel '><a href="javascript:selectComfortLevel('compact');">Compact</a></li> </ul> </li> </ul> </li> </ul> </div> </nav> </div> </div> <div class="row"> <div class="col-xs-12"> <div > <!-- 2020.2.617.45 --><div id="ctl00_ctl00_Body_Body_calendar_RadAjaxManager1SU"> <span id="ctl00_ctl00_Body_Body_calendar_RadAjaxManager1" style="display:none;"></span> </div> <h1><div class="RadAjaxPanel" id="ctl00_ctl00_Body_Body_calendar_ctl00_ctl00_Body_Body_calendar_lblTitlePanel"> <span id="ctl00_ctl00_Body_Body_calendar_lblTitle">Industry Calendar for Jan 1, 2023 to Dec 31, 2023</span> </div></h1> <div class="RadAjaxPanel" id="ctl00_ctl00_Body_Body_calendar_ctl00_ctl00_Body_Body_calendar_radcalSelectPanel"> <div id="ctl00_ctl00_Body_Body_calendar_radcalSelect_wrapper"> <table id="ctl00_ctl00_Body_Body_calendar_radcalSelect" cellspacing="0" class="RadCalendar RadCalendar_Metro RadCalendarMultiView RadCalendarMultiView_Metro" border="0" style="width:153px;"> <caption> <span style='display:none;'>Calendar</span> </caption><thead> <tr> <td class="rcTitlebar"><table cellspacing="0" border="0"> <caption> <span style='display:none;'>Title and navigation</span> </caption><thead> <tr style="display:none;"> <th scope="col">Title and navigation</th> </tr> </thead><tbody> <tr> <td><a id="ctl00_ctl00_Body_Body_calendar_radcalSelect_FNP" class="t-button rcFastPrev" title="2-yrs" href="#"><<</a></td><td><a id="ctl00_ctl00_Body_Body_calendar_radcalSelect_NP" class="t-button rcPrev" title="1-yr" href="#"><</a></td><td id="ctl00_ctl00_Body_Body_calendar_radcalSelect_Title" class="rcTitle">January 2023 - December 2023</td><td><a id="ctl00_ctl00_Body_Body_calendar_radcalSelect_NN" class="t-button rcNext" title="1-yr" href="#">></a></td><td><a id="ctl00_ctl00_Body_Body_calendar_radcalSelect_FNN" class="t-button rcFastNext" title="2-yrs" href="#"><<</a></td> </tr> </tbody> </table></td> </tr> </thead><tbody> <tr> <td class="rcMain rcCalendars"><table id="ctl00_ctl00_Body_Body_calendar_radcalSelect_Top" class="rcMainTable" cellspacing="0" border="0" style="width:153px;"> <caption> <span style='display:none;'>January 2023 - December 2023</span> </caption><tr> <td class="rcCalendar rcFirstRow rcFirstCol"><table id="ctl00_ctl00_Body_Body_calendar_radcalSelect_Top_0" class="rcMainTable" cellspacing="0" border="0" style="width:153px;"> <caption> <span style='display:none;'>January</span> </caption><thead> <tr> <td id="ctl00_ctl00_Body_Body_calendar_radcalSelect_Top_0_hd" class="rcTitle" colspan="7" style="text-align:notset;">January</td> </tr><tr class="rcWeek"> <th id="ctl00_ctl00_Body_Body_calendar_radcalSelect_Top_0_cs_0" title="Sunday" scope="col">S</th><th id="ctl00_ctl00_Body_Body_calendar_radcalSelect_Top_0_cs_1" title="Monday" scope="col">M</th><th id="ctl00_ctl00_Body_Body_calendar_radcalSelect_Top_0_cs_2" title="Tuesday" scope="col">T</th><th id="ctl00_ctl00_Body_Body_calendar_radcalSelect_Top_0_cs_3" title="Wednesday" scope="col">W</th><th id="ctl00_ctl00_Body_Body_calendar_radcalSelect_Top_0_cs_4" title="Thursday" scope="col">T</th><th id="ctl00_ctl00_Body_Body_calendar_radcalSelect_Top_0_cs_5" title="Friday" scope="col">F</th><th id="ctl00_ctl00_Body_Body_calendar_radcalSelect_Top_0_cs_6" title="Saturday" scope="col">S</th> </tr> </thead><tbody> <tr class="rcRow"> <td class="rcOtherMonth"> </td><td class="rcOtherMonth"> </td><td class="rcOtherMonth"> </td><td class="rcOtherMonth"> </td><td class="rcOtherMonth"> </td><td class="rcOtherMonth"> </td><td class="rcOtherMonth"> </td> </tr><tr class="rcRow"> <td class="rcWeekend" title="Sunday, January 01, 2023" style="background-color:#E5E4E5;border-color:#E5E4E5;"><a href="#">1</a></td><td title="Monday, January 02, 2023"><a href="#">2</a></td><td title="Tuesday, January 03, 2023"><a href="#">3</a></td><td title="Wednesday, January 04, 2023"><a href="#">4</a></td><td title="Thursday, January 05, 2023"><a href="#">5</a></td><td title="Friday, January 06, 2023"><a href="#">6</a></td><td class="rcWeekend" title="Saturday, January 07, 2023" style="background-color:#E5E4E5;border-color:#E5E4E5;"><a href="#">7</a></td> </tr><tr class="rcRow"> <td class="rcWeekend" title="Sunday, January 08, 2023" style="background-color:#E5E4E5;border-color:#E5E4E5;"><a href="#">8</a></td><td title="Monday, January 09, 2023"><a href="#">9</a></td><td title="Tuesday, January 10, 2023"><a href="#">10</a></td><td title="Wednesday, January 11, 2023"><a href="#">11</a></td><td title="Thursday, January 12, 2023"><a href="#">12</a></td><td title="Friday, January 13, 2023"><a href="#">13</a></td><td class="rcWeekend" title="Saturday, January 14, 2023" style="background-color:#E5E4E5;border-color:#E5E4E5;"><a href="#">14</a></td> </tr><tr class="rcRow"> <td class="rcWeekend" title="Sunday, January 15, 2023" style="background-color:#E5E4E5;border-color:#E5E4E5;"><a href="#">15</a></td><td title="Monday, January 16, 2023"><a href="#">16</a></td><td title="Tuesday, January 17, 2023"><a href="#">17</a></td><td title="Wednesday, January 18, 2023"><a href="#">18</a></td><td title="Thursday, January 19, 2023"><a href="#">19</a></td><td title="Friday, January 20, 2023"><a href="#">20</a></td><td class="rcWeekend" title="Saturday, January 21, 2023" style="background-color:#E5E4E5;border-color:#E5E4E5;"><a href="#">21</a></td> </tr><tr class="rcRow"> <td class="rcWeekend" title="Sunday, January 22, 2023" style="background-color:#E5E4E5;border-color:#E5E4E5;"><a href="#">22</a></td><td title="Monday, January 23, 2023"><a href="#">23</a></td><td title="Tuesday, January 24, 2023"><a href="#">24</a></td><td title="Wednesday, January 25, 2023"><a href="#">25</a></td><td title="Thursday, January 26, 2023"><a href="#">26</a></td><td title="Friday, January 27, 2023"><a href="#">27</a></td><td class="rcWeekend" title="Saturday, January 28, 2023" style="background-color:#E5E4E5;border-color:#E5E4E5;"><a href="#">28</a></td> </tr><tr class="rcRow"> <td class="rcWeekend" title="Sunday, January 29, 2023" style="background-color:#E5E4E5;border-color:#E5E4E5;"><a href="#">29</a></td><td title="Monday, January 30, 2023"><a href="#">30</a></td><td title="Tuesday, January 31, 2023"><a href="#">31</a></td><td class="rcOtherMonth"> </td><td class="rcOtherMonth"> </td><td class="rcOtherMonth"> </td><td class="rcOtherMonth"> </td> </tr> </tbody> </table></td><td class="rcCalendar rcFirstRow"><table id="ctl00_ctl00_Body_Body_calendar_radcalSelect_Top_1" class="rcMainTable" cellspacing="0" border="0" style="width:153px;"> <caption> <span style='display:none;'>February</span> </caption><thead> <tr> <td id="ctl00_ctl00_Body_Body_calendar_radcalSelect_Top_1_hd" class="rcTitle" colspan="7" style="text-align:notset;">February</td> </tr><tr class="rcWeek"> <th id="ctl00_ctl00_Body_Body_calendar_radcalSelect_Top_1_cs_0" title="Sunday" scope="col">S</th><th id="ctl00_ctl00_Body_Body_calendar_radcalSelect_Top_1_cs_1" title="Monday" scope="col">M</th><th id="ctl00_ctl00_Body_Body_calendar_radcalSelect_Top_1_cs_2" title="Tuesday" scope="col">T</th><th id="ctl00_ctl00_Body_Body_calendar_radcalSelect_Top_1_cs_3" title="Wednesday" scope="col">W</th><th id="ctl00_ctl00_Body_Body_calendar_radcalSelect_Top_1_cs_4" title="Thursday" scope="col">T</th><th id="ctl00_ctl00_Body_Body_calendar_radcalSelect_Top_1_cs_5" title="Friday" scope="col">F</th><th id="ctl00_ctl00_Body_Body_calendar_radcalSelect_Top_1_cs_6" title="Saturday" scope="col">S</th> </tr> </thead><tbody> <tr class="rcRow"> <td class="rcOtherMonth"> </td><td class="rcOtherMonth"> </td><td class="rcOtherMonth"> </td><td title="Wednesday, February 01, 2023"><a href="#">1</a></td><td title="Thursday, February 02, 2023"><a href="#">2</a></td><td title="Friday, February 03, 2023"><a href="#">3</a></td><td class="rcWeekend" title="Saturday, February 04, 2023" style="background-color:#E5E4E5;border-color:#E5E4E5;"><a href="#">4</a></td> </tr><tr class="rcRow"> <td class="rcWeekend" title="Sunday, February 05, 2023" style="background-color:#E5E4E5;border-color:#E5E4E5;"><a href="#">5</a></td><td title="* CONTE 2023 (Conference on Nuclear Training and Education)" style="background-color:#B2DECA;border-color:#B2DECA;"><a href="#">6</a></td><td title="* CONTE 2023 (Conference on Nuclear Training and Education)" style="background-color:#B2DECA;border-color:#B2DECA;"><a href="#">7</a></td><td title="* CONTE 2023 (Conference on Nuclear Training and Education)" style="background-color:#B2DECA;border-color:#B2DECA;"><a href="#">8</a></td><td title="* CONTE 2023 (Conference on Nuclear Training and Education)" style="background-color:#B2DECA;border-color:#B2DECA;"><a href="#">9</a></td><td title="Friday, February 10, 2023"><a href="#">10</a></td><td class="rcWeekend" title="Saturday, February 11, 2023" style="background-color:#E5E4E5;border-color:#E5E4E5;"><a href="#">11</a></td> </tr><tr class="rcRow"> <td class="rcWeekend" title="Sunday, February 12, 2023" style="background-color:#E5E4E5;border-color:#E5E4E5;"><a href="#">12</a></td><td title="Monday, February 13, 2023"><a href="#">13</a></td><td title="Tuesday, February 14, 2023"><a href="#">14</a></td><td title="Wednesday, February 15, 2023"><a href="#">15</a></td><td title="Thursday, February 16, 2023"><a href="#">16</a></td><td title="Friday, February 17, 2023"><a href="#">17</a></td><td class="rcWeekend" title="Saturday, February 18, 2023" style="background-color:#E5E4E5;border-color:#E5E4E5;"><a href="#">18</a></td> </tr><tr class="rcRow"> <td class="rcWeekend" title="Sunday, February 19, 2023" style="background-color:#E5E4E5;border-color:#E5E4E5;"><a href="#">19</a></td><td title="Monday, February 20, 2023"><a href="#">20</a></td><td title="Tuesday, February 21, 2023"><a href="#">21</a></td><td title="Wednesday, February 22, 2023"><a href="#">22</a></td><td title="Thursday, February 23, 2023"><a href="#">23</a></td><td title="Friday, February 24, 2023"><a href="#">24</a></td><td class="rcWeekend" title="Saturday, February 25, 2023" style="background-color:#E5E4E5;border-color:#E5E4E5;"><a href="#">25</a></td> </tr><tr class="rcRow"> <td class="rcWeekend" title="* WM2023 Symposia" style="background-color:#B2DECA;border-color:#B2DECA;"><a href="#">26</a></td><td title="* WM2023 Symposia" style="background-color:#B2DECA;border-color:#B2DECA;"><a href="#">27</a></td><td title="* WM2023 Symposia" style="background-color:#B2DECA;border-color:#B2DECA;"><a href="#">28</a></td><td class="rcOtherMonth"> </td><td class="rcOtherMonth"> </td><td class="rcOtherMonth"> </td><td class="rcOtherMonth"> </td> </tr><tr class="rcRow"> <td class="rcOtherMonth"> </td><td class="rcOtherMonth"> </td><td class="rcOtherMonth"> </td><td class="rcOtherMonth"> </td><td class="rcOtherMonth"> </td><td class="rcOtherMonth"> </td><td class="rcOtherMonth"> </td> </tr> </tbody> </table></td><td class="rcCalendar rcFirstRow"><table id="ctl00_ctl00_Body_Body_calendar_radcalSelect_Top_2" class="rcMainTable" cellspacing="0" border="0" style="width:153px;"> <caption> <span style='display:none;'>March</span> </caption><thead> <tr> <td id="ctl00_ctl00_Body_Body_calendar_radcalSelect_Top_2_hd" class="rcTitle" colspan="7" style="text-align:notset;">March</td> </tr><tr class="rcWeek"> <th id="ctl00_ctl00_Body_Body_calendar_radcalSelect_Top_2_cs_0" title="Sunday" scope="col">S</th><th id="ctl00_ctl00_Body_Body_calendar_radcalSelect_Top_2_cs_1" title="Monday" scope="col">M</th><th id="ctl00_ctl00_Body_Body_calendar_radcalSelect_Top_2_cs_2" title="Tuesday" scope="col">T</th><th id="ctl00_ctl00_Body_Body_calendar_radcalSelect_Top_2_cs_3" title="Wednesday" scope="col">W</th><th id="ctl00_ctl00_Body_Body_calendar_radcalSelect_Top_2_cs_4" title="Thursday" scope="col">T</th><th id="ctl00_ctl00_Body_Body_calendar_radcalSelect_Top_2_cs_5" title="Friday" scope="col">F</th><th id="ctl00_ctl00_Body_Body_calendar_radcalSelect_Top_2_cs_6" title="Saturday" scope="col">S</th> </tr> </thead><tbody> <tr class="rcRow"> <td class="rcOtherMonth"> </td><td class="rcOtherMonth"> </td><td class="rcOtherMonth"> </td><td title="* WM2023 Symposia" style="background-color:#B2DECA;border-color:#B2DECA;"><a href="#">1</a></td><td title="* WM2023 Symposia" style="background-color:#B2DECA;border-color:#B2DECA;"><a href="#">2</a></td><td title="Friday, March 03, 2023"><a href="#">3</a></td><td class="rcWeekend" title="Saturday, March 04, 2023" style="background-color:#E5E4E5;border-color:#E5E4E5;"><a href="#">4</a></td> </tr><tr class="rcRow"> <td class="rcWeekend" title="Sunday, March 05, 2023" style="background-color:#E5E4E5;border-color:#E5E4E5;"><a href="#">5</a></td><td title="Monday, March 06, 2023"><a href="#">6</a></td><td title="Tuesday, March 07, 2023"><a href="#">7</a></td><td title="Wednesday, March 08, 2023"><a href="#">8</a></td><td title="Thursday, March 09, 2023"><a href="#">9</a></td><td title="Friday, March 10, 2023"><a href="#">10</a></td><td class="rcWeekend" title="Saturday, March 11, 2023" style="background-color:#E5E4E5;border-color:#E5E4E5;"><a href="#">11</a></td> </tr><tr class="rcRow"> <td class="rcWeekend" title="Sunday, March 12, 2023" style="background-color:#E5E4E5;border-color:#E5E4E5;"><a href="#">12</a></td><td title="Monday, March 13, 2023"><a href="#">13</a></td><td title="* Africa Nuclear Business Platform * U.S. NRC 35th Regulatory Information Conference" style="background-color:#FDDEBE;border-color:#FDDEBE;"><a href="#">14</a></td><td title="* Africa Nuclear Business Platform * U.S. NRC 35th Regulatory Information Conference" style="background-color:#FDDEBE;border-color:#FDDEBE;"><a href="#">15</a></td><td title="* Africa Nuclear Business Platform * U.S. NRC 35th Regulatory Information Conference" style="background-color:#FDDEBE;border-color:#FDDEBE;"><a href="#">16</a></td><td title="* Africa Nuclear Business Platform" style="background-color:#B2DECA;border-color:#B2DECA;"><a href="#">17</a></td><td class="rcWeekend" title="Saturday, March 18, 2023" style="background-color:#E5E4E5;border-color:#E5E4E5;"><a href="#">18</a></td> </tr><tr class="rcRow"> <td class="rcWeekend" title="Sunday, March 19, 2023" style="background-color:#E5E4E5;border-color:#E5E4E5;"><a href="#">19</a></td><td title="Monday, March 20, 2023"><a href="#">20</a></td><td title="Tuesday, March 21, 2023"><a href="#">21</a></td><td title="Wednesday, March 22, 2023"><a href="#">22</a></td><td title="Thursday, March 23, 2023"><a href="#">23</a></td><td title="Friday, March 24, 2023"><a href="#">24</a></td><td class="rcWeekend" title="Saturday, March 25, 2023" style="background-color:#E5E4E5;border-color:#E5E4E5;"><a href="#">25</a></td> </tr><tr class="rcRow"> <td class="rcWeekend" title="Sunday, March 26, 2023" style="background-color:#E5E4E5;border-color:#E5E4E5;"><a href="#">26</a></td><td title="Monday, March 27, 2023"><a href="#">27</a></td><td title="Tuesday, March 28, 2023"><a href="#">28</a></td><td title="Wednesday, March 29, 2023"><a href="#">29</a></td><td title="Thursday, March 30, 2023"><a href="#">30</a></td><td title="Friday, March 31, 2023"><a href="#">31</a></td><td class="rcOtherMonth"> </td> </tr><tr class="rcRow"> <td class="rcOtherMonth"> </td><td class="rcOtherMonth"> </td><td class="rcOtherMonth"> </td><td class="rcOtherMonth"> </td><td class="rcOtherMonth"> </td><td class="rcOtherMonth"> </td><td class="rcOtherMonth"> </td> </tr> </tbody> </table></td><td class="rcCalendar rcFirstRow"><table id="ctl00_ctl00_Body_Body_calendar_radcalSelect_Top_3" class="rcMainTable" cellspacing="0" border="0" style="width:153px;"> <caption> <span style='display:none;'>April</span> </caption><thead> <tr> <td id="ctl00_ctl00_Body_Body_calendar_radcalSelect_Top_3_hd" class="rcTitle" colspan="7" style="text-align:notset;">April</td> </tr><tr class="rcWeek"> <th id="ctl00_ctl00_Body_Body_calendar_radcalSelect_Top_3_cs_0" title="Sunday" scope="col">S</th><th id="ctl00_ctl00_Body_Body_calendar_radcalSelect_Top_3_cs_1" title="Monday" scope="col">M</th><th id="ctl00_ctl00_Body_Body_calendar_radcalSelect_Top_3_cs_2" title="Tuesday" scope="col">T</th><th id="ctl00_ctl00_Body_Body_calendar_radcalSelect_Top_3_cs_3" title="Wednesday" scope="col">W</th><th id="ctl00_ctl00_Body_Body_calendar_radcalSelect_Top_3_cs_4" title="Thursday" scope="col">T</th><th id="ctl00_ctl00_Body_Body_calendar_radcalSelect_Top_3_cs_5" title="Friday" scope="col">F</th><th id="ctl00_ctl00_Body_Body_calendar_radcalSelect_Top_3_cs_6" title="Saturday" scope="col">S</th> </tr> </thead><tbody> <tr class="rcRow"> <td class="rcOtherMonth"> </td><td class="rcOtherMonth"> </td><td class="rcOtherMonth"> </td><td class="rcOtherMonth"> </td><td class="rcOtherMonth"> </td><td class="rcOtherMonth"> </td><td class="rcWeekend" title="Saturday, April 01, 2023" style="background-color:#E5E4E5;border-color:#E5E4E5;"><a href="#">1</a></td> </tr><tr class="rcRow"> <td class="rcWeekend" title="Sunday, April 02, 2023" style="background-color:#E5E4E5;border-color:#E5E4E5;"><a href="#">2</a></td><td title="Monday, April 03, 2023"><a href="#">3</a></td><td title="Tuesday, April 04, 2023"><a href="#">4</a></td><td title="Wednesday, April 05, 2023"><a href="#">5</a></td><td title="Thursday, April 06, 2023"><a href="#">6</a></td><td title="Friday, April 07, 2023"><a href="#">7</a></td><td class="rcWeekend" title="Saturday, April 08, 2023" style="background-color:#E5E4E5;border-color:#E5E4E5;"><a href="#">8</a></td> </tr><tr class="rcRow"> <td class="rcWeekend" title="Sunday, April 09, 2023" style="background-color:#E5E4E5;border-color:#E5E4E5;"><a href="#">9</a></td><td title="Monday, April 10, 2023"><a href="#">10</a></td><td title="Tuesday, April 11, 2023"><a href="#">11</a></td><td title="Wednesday, April 12, 2023"><a href="#">12</a></td><td title="Thursday, April 13, 2023"><a href="#">13</a></td><td title="* 15th China International Exhibition on Nuclear Power Industry" style="background-color:#B2DECA;border-color:#B2DECA;"><a href="#">14</a></td><td class="rcWeekend" title="* 15th China International Exhibition on Nuclear Power Industry" style="background-color:#B2DECA;border-color:#B2DECA;"><a href="#">15</a></td> </tr><tr class="rcRow"> <td class="rcWeekend" title="* 15th China International Exhibition on Nuclear Power Industry" style="background-color:#B2DECA;border-color:#B2DECA;"><a href="#">16</a></td><td title="Monday, April 17, 2023"><a href="#">17</a></td><td title="* World Nuclear Fuel Cycle" style="background-color:#B2DDE9;border-color:#B2DDE9;"><a href="#">18</a></td><td title="* World Nuclear Fuel Cycle" style="background-color:#B2DDE9;border-color:#B2DDE9;"><a href="#">19</a></td><td title="* World Nuclear Fuel Cycle" style="background-color:#B2DDE9;border-color:#B2DDE9;"><a href="#">20</a></td><td title="Friday, April 21, 2023"><a href="#">21</a></td><td class="rcWeekend" title="Saturday, April 22, 2023" style="background-color:#E5E4E5;border-color:#E5E4E5;"><a href="#">22</a></td> </tr><tr class="rcRow"> <td class="rcWeekend" title="* ICAPP 2023 - International Congress on Advances in Nuclear Power Plants" style="background-color:#B2DECA;border-color:#B2DECA;"><a href="#">23</a></td><td title="* ICAPP 2023 - International Congress on Advances in Nuclear Power Plants" style="background-color:#B2DECA;border-color:#B2DECA;"><a href="#">24</a></td><td title="* Used Fuel Management Conference * Used Fuel Management Conference * ICAPP 2023 - International Congress on Advances in Nuclear Power Plants" style="background-color:#B2DDE9;border-color:#B2DDE9;"><a href="#">25</a></td><td title="* The 6th Middle East and Africa Nuclear Industry Congress 2023 * Used Fuel Management Conference * Used Fuel Management Conference * ICAPP 2023 - International Congress on Advances in Nuclear Power Plants" style="background-color:#B2DDE9;border-color:#B2DDE9;"><a href="#">26</a></td><td title="* The 6th Middle East and Africa Nuclear Industry Congress 2023 * Used Fuel Management Conference * Used Fuel Management Conference * ICAPP 2023 - International Congress on Advances in Nuclear Power Plants" style="background-color:#B2DDE9;border-color:#B2DDE9;"><a href="#">27</a></td><td title="Friday, April 28, 2023"><a href="#">28</a></td><td class="rcWeekend" title="Saturday, April 29, 2023" style="background-color:#E5E4E5;border-color:#E5E4E5;"><a href="#">29</a></td> </tr><tr class="rcRow"> <td class="rcWeekend" title="Sunday, April 30, 2023" style="background-color:#E5E4E5;border-color:#E5E4E5;"><a href="#">30</a></td><td class="rcOtherMonth"> </td><td class="rcOtherMonth"> </td><td class="rcOtherMonth"> </td><td class="rcOtherMonth"> </td><td class="rcOtherMonth"> </td><td class="rcOtherMonth"> </td> </tr> </tbody> </table></td><td class="rcCalendar rcFirstRow"><table id="ctl00_ctl00_Body_Body_calendar_radcalSelect_Top_4" class="rcMainTable" cellspacing="0" border="0" style="width:153px;"> <caption> <span style='display:none;'>May</span> </caption><thead> <tr> <td id="ctl00_ctl00_Body_Body_calendar_radcalSelect_Top_4_hd" class="rcTitle" colspan="7" style="text-align:notset;">May</td> </tr><tr class="rcWeek"> <th id="ctl00_ctl00_Body_Body_calendar_radcalSelect_Top_4_cs_0" title="Sunday" scope="col">S</th><th id="ctl00_ctl00_Body_Body_calendar_radcalSelect_Top_4_cs_1" title="Monday" scope="col">M</th><th id="ctl00_ctl00_Body_Body_calendar_radcalSelect_Top_4_cs_2" title="Tuesday" scope="col">T</th><th id="ctl00_ctl00_Body_Body_calendar_radcalSelect_Top_4_cs_3" title="Wednesday" scope="col">W</th><th id="ctl00_ctl00_Body_Body_calendar_radcalSelect_Top_4_cs_4" title="Thursday" scope="col">T</th><th id="ctl00_ctl00_Body_Body_calendar_radcalSelect_Top_4_cs_5" title="Friday" scope="col">F</th><th id="ctl00_ctl00_Body_Body_calendar_radcalSelect_Top_4_cs_6" title="Saturday" scope="col">S</th> </tr> </thead><tbody> <tr class="rcRow"> <td class="rcOtherMonth"> </td><td title="Monday, May 01, 2023"><a href="#">1</a></td><td title="Tuesday, May 02, 2023"><a href="#">2</a></td><td title="Wednesday, May 03, 2023"><a href="#">3</a></td><td title="* SMR & Advanced Reactor Summit 2023" style="background-color:#B2DDE9;border-color:#B2DDE9;"><a href="#">4</a></td><td title="* SMR & Advanced Reactor Summit 2023" style="background-color:#B2DDE9;border-color:#B2DDE9;"><a href="#">5</a></td><td class="rcWeekend" title="Saturday, May 06, 2023" style="background-color:#E5E4E5;border-color:#E5E4E5;"><a href="#">6</a></td> </tr><tr class="rcRow"> <td class="rcWeekend" title="Sunday, May 07, 2023" style="background-color:#E5E4E5;border-color:#E5E4E5;"><a href="#">7</a></td><td title="* International Symposium on Uranium Raw Material for the Nuclear Fuel Cycle (URAM-2023) * World Utilities Congress - Nuclear Energy Leadership Forum" style="background-color:#FDDEBE;border-color:#FDDEBE;"><a href="#">8</a></td><td title="* International Symposium on Uranium Raw Material for the Nuclear Fuel Cycle (URAM-2023) * World Utilities Congress - Nuclear Energy Leadership Forum" style="background-color:#FDDEBE;border-color:#FDDEBE;"><a href="#">9</a></td><td title="* International Symposium on Uranium Raw Material for the Nuclear Fuel Cycle (URAM-2023) * World Utilities Congress - Nuclear Energy Leadership Forum" style="background-color:#FDDEBE;border-color:#FDDEBE;"><a href="#">10</a></td><td title="* International Symposium on Uranium Raw Material for the Nuclear Fuel Cycle (URAM-2023)" style="background-color:#B2DECA;border-color:#B2DECA;"><a href="#">11</a></td><td title="* International Symposium on Uranium Raw Material for the Nuclear Fuel Cycle (URAM-2023)" style="background-color:#B2DECA;border-color:#B2DECA;"><a href="#">12</a></td><td class="rcWeekend" title="Saturday, May 13, 2023" style="background-color:#E5E4E5;border-color:#E5E4E5;"><a href="#">13</a></td> </tr><tr class="rcRow"> <td class="rcWeekend" title="Sunday, May 14, 2023" style="background-color:#E5E4E5;border-color:#E5E4E5;"><a href="#">14</a></td><td title="* Nuclear Energy Assembly" style="background-color:#B2DDE9;border-color:#B2DDE9;"><a href="#">15</a></td><td title="* Nuclear Energy Assembly" style="background-color:#B2DDE9;border-color:#B2DDE9;"><a href="#">16</a></td><td title="* Nuclear Energy Assembly" style="background-color:#B2DDE9;border-color:#B2DDE9;"><a href="#">17</a></td><td title="Thursday, May 18, 2023"><a href="#">18</a></td><td title="Friday, May 19, 2023"><a href="#">19</a></td><td class="rcWeekend" title="Saturday, May 20, 2023" style="background-color:#E5E4E5;border-color:#E5E4E5;"><a href="#">20</a></td> </tr><tr class="rcRow"> <td class="rcWeekend" title="Sunday, May 21, 2023" style="background-color:#E5E4E5;border-color:#E5E4E5;"><a href="#">21</a></td><td title="Monday, May 22, 2023"><a href="#">22</a></td><td title="Tuesday, May 23, 2023"><a href="#">23</a></td><td title="Wednesday, May 24, 2023"><a href="#">24</a></td><td title="Thursday, May 25, 2023"><a href="#">25</a></td><td title="Friday, May 26, 2023"><a href="#">26</a></td><td class="rcWeekend" title="Saturday, May 27, 2023" style="background-color:#E5E4E5;border-color:#E5E4E5;"><a href="#">27</a></td> </tr><tr class="rcRow"> <td class="rcWeekend" title="Sunday, May 28, 2023" style="background-color:#E5E4E5;border-color:#E5E4E5;"><a href="#">28</a></td><td title="Monday, May 29, 2023"><a href="#">29</a></td><td title="Tuesday, May 30, 2023"><a href="#">30</a></td><td title="Wednesday, May 31, 2023"><a href="#">31</a></td><td class="rcOtherMonth"> </td><td class="rcOtherMonth"> </td><td class="rcOtherMonth"> </td> </tr><tr class="rcRow"> <td class="rcOtherMonth"> </td><td class="rcOtherMonth"> </td><td class="rcOtherMonth"> </td><td class="rcOtherMonth"> </td><td class="rcOtherMonth"> </td><td class="rcOtherMonth"> </td><td class="rcOtherMonth"> </td> </tr> </tbody> </table></td><td class="rcCalendar rcFirstRow rcLastCol"><table id="ctl00_ctl00_Body_Body_calendar_radcalSelect_Top_5" class="rcMainTable" cellspacing="0" border="0" style="width:153px;"> <caption> <span style='display:none;'>June</span> </caption><thead> <tr> <td id="ctl00_ctl00_Body_Body_calendar_radcalSelect_Top_5_hd" class="rcTitle" colspan="7" style="text-align:notset;">June</td> </tr><tr class="rcWeek"> <th id="ctl00_ctl00_Body_Body_calendar_radcalSelect_Top_5_cs_0" title="Sunday" scope="col">S</th><th id="ctl00_ctl00_Body_Body_calendar_radcalSelect_Top_5_cs_1" title="Monday" scope="col">M</th><th id="ctl00_ctl00_Body_Body_calendar_radcalSelect_Top_5_cs_2" title="Tuesday" scope="col">T</th><th id="ctl00_ctl00_Body_Body_calendar_radcalSelect_Top_5_cs_3" title="Wednesday" scope="col">W</th><th id="ctl00_ctl00_Body_Body_calendar_radcalSelect_Top_5_cs_4" title="Thursday" scope="col">T</th><th id="ctl00_ctl00_Body_Body_calendar_radcalSelect_Top_5_cs_5" title="Friday" scope="col">F</th><th id="ctl00_ctl00_Body_Body_calendar_radcalSelect_Top_5_cs_6" title="Saturday" scope="col">S</th> </tr> </thead><tbody> <tr class="rcRow"> <td class="rcOtherMonth"> </td><td class="rcOtherMonth"> </td><td class="rcOtherMonth"> </td><td class="rcOtherMonth"> </td><td title="Thursday, June 01, 2023"><a href="#">1</a></td><td title="Friday, June 02, 2023"><a href="#">2</a></td><td class="rcWeekend" title="Saturday, June 03, 2023" style="background-color:#E5E4E5;border-color:#E5E4E5;"><a href="#">3</a></td> </tr><tr class="rcRow"> <td class="rcWeekend" title="* WNFM 49th Annual Meeting" style="background-color:#B2DECA;border-color:#B2DECA;"><a href="#">4</a></td><td title="* WNFM 49th Annual Meeting" style="background-color:#B2DECA;border-color:#B2DECA;"><a href="#">5</a></td><td title="* WNFM 49th Annual Meeting" style="background-color:#B2DECA;border-color:#B2DECA;"><a href="#">6</a></td><td title="* Global Energy Transition 2023" style="background-color:#B2DDE9;border-color:#B2DDE9;"><a href="#">7</a></td><td title="* Global Energy Transition 2023" style="background-color:#B2DDE9;border-color:#B2DDE9;"><a href="#">8</a></td><td title="Friday, June 09, 2023"><a href="#">9</a></td><td class="rcWeekend" title="Saturday, June 10, 2023" style="background-color:#E5E4E5;border-color:#E5E4E5;"><a href="#">10</a></td> </tr><tr class="rcRow"> <td class="rcWeekend" title="* UxC Nuclear Fuel Training Seminar - Vienna" style="background-color:#B2DDE9;border-color:#B2DDE9;"><a href="#">11</a></td><td title="* UxC Nuclear Fuel Training Seminar - Vienna" style="background-color:#B2DDE9;border-color:#B2DDE9;"><a href="#">12</a></td><td title="* UxC Nuclear Fuel Training Seminar - Vienna" style="background-color:#B2DDE9;border-color:#B2DDE9;"><a href="#">13</a></td><td title="* UxC Nuclear Fuel Training Seminar - Vienna" style="background-color:#B2DDE9;border-color:#B2DDE9;"><a href="#">14</a></td><td title="Thursday, June 15, 2023"><a href="#">15</a></td><td title="Friday, June 16, 2023"><a href="#">16</a></td><td class="rcWeekend" title="Saturday, June 17, 2023" style="background-color:#E5E4E5;border-color:#E5E4E5;"><a href="#">17</a></td> </tr><tr class="rcRow"> <td class="rcWeekend" title="Sunday, June 18, 2023" style="background-color:#E5E4E5;border-color:#E5E4E5;"><a href="#">18</a></td><td title="Monday, June 19, 2023"><a href="#">19</a></td><td title="Tuesday, June 20, 2023"><a href="#">20</a></td><td title="* Nuclear Power Plants V. Expo & IX. Summit" style="background-color:#B2DECA;border-color:#B2DECA;"><a href="#">21</a></td><td title="* Nuclear Power Plants V. Expo & IX. Summit" style="background-color:#B2DECA;border-color:#B2DECA;"><a href="#">22</a></td><td title="Friday, June 23, 2023"><a href="#">23</a></td><td class="rcWeekend" title="Saturday, June 24, 2023" style="background-color:#E5E4E5;border-color:#E5E4E5;"><a href="#">24</a></td> </tr><tr class="rcRow"> <td class="rcWeekend" title="Sunday, June 25, 2023" style="background-color:#E5E4E5;border-color:#E5E4E5;"><a href="#">25</a></td><td title="Monday, June 26, 2023"><a href="#">26</a></td><td title="Tuesday, June 27, 2023"><a href="#">27</a></td><td title="Wednesday, June 28, 2023"><a href="#">28</a></td><td title="Thursday, June 29, 2023"><a href="#">29</a></td><td title="Friday, June 30, 2023"><a href="#">30</a></td><td class="rcOtherMonth"> </td> </tr><tr class="rcRow"> <td class="rcOtherMonth"> </td><td class="rcOtherMonth"> </td><td class="rcOtherMonth"> </td><td class="rcOtherMonth"> </td><td class="rcOtherMonth"> </td><td class="rcOtherMonth"> </td><td class="rcOtherMonth"> </td> </tr> </tbody> </table></td> </tr><tr> <td class="rcCalendar rcFirstCol rcLastRow"><table id="ctl00_ctl00_Body_Body_calendar_radcalSelect_Top_6" class="rcMainTable" cellspacing="0" border="0" style="width:153px;"> <caption> <span style='display:none;'>July</span> </caption><thead> <tr> <td id="ctl00_ctl00_Body_Body_calendar_radcalSelect_Top_6_hd" class="rcTitle" colspan="7" style="text-align:notset;">July</td> </tr><tr class="rcWeek"> <th id="ctl00_ctl00_Body_Body_calendar_radcalSelect_Top_6_cs_0" title="Sunday" scope="col">S</th><th id="ctl00_ctl00_Body_Body_calendar_radcalSelect_Top_6_cs_1" title="Monday" scope="col">M</th><th id="ctl00_ctl00_Body_Body_calendar_radcalSelect_Top_6_cs_2" title="Tuesday" scope="col">T</th><th id="ctl00_ctl00_Body_Body_calendar_radcalSelect_Top_6_cs_3" title="Wednesday" scope="col">W</th><th id="ctl00_ctl00_Body_Body_calendar_radcalSelect_Top_6_cs_4" title="Thursday" scope="col">T</th><th id="ctl00_ctl00_Body_Body_calendar_radcalSelect_Top_6_cs_5" title="Friday" scope="col">F</th><th id="ctl00_ctl00_Body_Body_calendar_radcalSelect_Top_6_cs_6" title="Saturday" scope="col">S</th> </tr> </thead><tbody> <tr class="rcRow"> <td class="rcOtherMonth"> </td><td class="rcOtherMonth"> </td><td class="rcOtherMonth"> </td><td class="rcOtherMonth"> </td><td class="rcOtherMonth"> </td><td class="rcOtherMonth"> </td><td class="rcWeekend" title="Saturday, July 01, 2023" style="background-color:#E5E4E5;border-color:#E5E4E5;"><a href="#">1</a></td> </tr><tr class="rcRow"> <td class="rcWeekend" title="Sunday, July 02, 2023" style="background-color:#E5E4E5;border-color:#E5E4E5;"><a href="#">2</a></td><td title="Monday, July 03, 2023"><a href="#">3</a></td><td title="Tuesday, July 04, 2023"><a href="#">4</a></td><td title="Wednesday, July 05, 2023"><a href="#">5</a></td><td title="Thursday, July 06, 2023"><a href="#">6</a></td><td title="Friday, July 07, 2023"><a href="#">7</a></td><td class="rcWeekend" title="Saturday, July 08, 2023" style="background-color:#E5E4E5;border-color:#E5E4E5;"><a href="#">8</a></td> </tr><tr class="rcRow"> <td class="rcWeekend" title="Sunday, July 09, 2023" style="background-color:#E5E4E5;border-color:#E5E4E5;"><a href="#">9</a></td><td title="Monday, July 10, 2023"><a href="#">10</a></td><td title="Tuesday, July 11, 2023"><a href="#">11</a></td><td title="Wednesday, July 12, 2023"><a href="#">12</a></td><td title="Thursday, July 13, 2023"><a href="#">13</a></td><td title="Friday, July 14, 2023"><a href="#">14</a></td><td class="rcWeekend" title="Saturday, July 15, 2023" style="background-color:#E5E4E5;border-color:#E5E4E5;"><a href="#">15</a></td> </tr><tr class="rcRow"> <td class="rcWeekend" title="Sunday, July 16, 2023" style="background-color:#E5E4E5;border-color:#E5E4E5;"><a href="#">16</a></td><td title="Monday, July 17, 2023"><a href="#">17</a></td><td title="Tuesday, July 18, 2023"><a href="#">18</a></td><td title="Wednesday, July 19, 2023"><a href="#">19</a></td><td title="Thursday, July 20, 2023"><a href="#">20</a></td><td title="Friday, July 21, 2023"><a href="#">21</a></td><td class="rcWeekend" title="Saturday, July 22, 2023" style="background-color:#E5E4E5;border-color:#E5E4E5;"><a href="#">22</a></td> </tr><tr class="rcRow"> <td class="rcWeekend" title="* U.S. Women in Nuclear" style="background-color:#B2DDE9;border-color:#B2DDE9;"><a href="#">23</a></td><td title="* U.S. Women in Nuclear" style="background-color:#B2DDE9;border-color:#B2DDE9;"><a href="#">24</a></td><td title="* U.S. Women in Nuclear" style="background-color:#B2DDE9;border-color:#B2DDE9;"><a href="#">25</a></td><td title="* U.S. Women in Nuclear" style="background-color:#B2DDE9;border-color:#B2DDE9;"><a href="#">26</a></td><td title="Thursday, July 27, 2023"><a href="#">27</a></td><td title="Friday, July 28, 2023"><a href="#">28</a></td><td class="rcWeekend" title="Saturday, July 29, 2023" style="background-color:#E5E4E5;border-color:#E5E4E5;"><a href="#">29</a></td> </tr><tr class="rcRow"> <td class="rcWeekend" title="Sunday, July 30, 2023" style="background-color:#E5E4E5;border-color:#E5E4E5;"><a href="#">30</a></td><td title="Monday, July 31, 2023"><a href="#">31</a></td><td class="rcOtherMonth"> </td><td class="rcOtherMonth"> </td><td class="rcOtherMonth"> </td><td class="rcOtherMonth"> </td><td class="rcOtherMonth"> </td> </tr> </tbody> </table></td><td class="rcCalendar rcLastRow"><table id="ctl00_ctl00_Body_Body_calendar_radcalSelect_Top_7" class="rcMainTable" cellspacing="0" border="0" style="width:153px;"> <caption> <span style='display:none;'>August</span> </caption><thead> <tr> <td id="ctl00_ctl00_Body_Body_calendar_radcalSelect_Top_7_hd" class="rcTitle" colspan="7" style="text-align:notset;">August</td> </tr><tr class="rcWeek"> <th id="ctl00_ctl00_Body_Body_calendar_radcalSelect_Top_7_cs_0" title="Sunday" scope="col">S</th><th id="ctl00_ctl00_Body_Body_calendar_radcalSelect_Top_7_cs_1" title="Monday" scope="col">M</th><th id="ctl00_ctl00_Body_Body_calendar_radcalSelect_Top_7_cs_2" title="Tuesday" scope="col">T</th><th id="ctl00_ctl00_Body_Body_calendar_radcalSelect_Top_7_cs_3" title="Wednesday" scope="col">W</th><th id="ctl00_ctl00_Body_Body_calendar_radcalSelect_Top_7_cs_4" title="Thursday" scope="col">T</th><th id="ctl00_ctl00_Body_Body_calendar_radcalSelect_Top_7_cs_5" title="Friday" scope="col">F</th><th id="ctl00_ctl00_Body_Body_calendar_radcalSelect_Top_7_cs_6" title="Saturday" scope="col">S</th> </tr> </thead><tbody> <tr class="rcRow"> <td class="rcOtherMonth"> </td><td class="rcOtherMonth"> </td><td title="Tuesday, August 01, 2023"><a href="#">1</a></td><td title="Wednesday, August 02, 2023"><a href="#">2</a></td><td title="Thursday, August 03, 2023"><a href="#">3</a></td><td title="Friday, August 04, 2023"><a href="#">4</a></td><td class="rcWeekend" title="Saturday, August 05, 2023" style="background-color:#E5E4E5;border-color:#E5E4E5;"><a href="#">5</a></td> </tr><tr class="rcRow"> <td class="rcWeekend" title="Sunday, August 06, 2023" style="background-color:#E5E4E5;border-color:#E5E4E5;"><a href="#">6</a></td><td title="Monday, August 07, 2023"><a href="#">7</a></td><td title="Tuesday, August 08, 2023"><a href="#">8</a></td><td title="Wednesday, August 09, 2023"><a href="#">9</a></td><td title="Thursday, August 10, 2023"><a href="#">10</a></td><td title="Friday, August 11, 2023"><a href="#">11</a></td><td class="rcWeekend" title="Saturday, August 12, 2023" style="background-color:#E5E4E5;border-color:#E5E4E5;"><a href="#">12</a></td> </tr><tr class="rcRow"> <td class="rcWeekend" title="Sunday, August 13, 2023" style="background-color:#E5E4E5;border-color:#E5E4E5;"><a href="#">13</a></td><td title="Monday, August 14, 2023"><a href="#">14</a></td><td title="Tuesday, August 15, 2023"><a href="#">15</a></td><td title="Wednesday, August 16, 2023"><a href="#">16</a></td><td title="Thursday, August 17, 2023"><a href="#">17</a></td><td title="Friday, August 18, 2023"><a href="#">18</a></td><td class="rcWeekend" title="Saturday, August 19, 2023" style="background-color:#E5E4E5;border-color:#E5E4E5;"><a href="#">19</a></td> </tr><tr class="rcRow"> <td class="rcWeekend" title="Sunday, August 20, 2023" style="background-color:#E5E4E5;border-color:#E5E4E5;"><a href="#">20</a></td><td title="Monday, August 21, 2023"><a href="#">21</a></td><td title="Tuesday, August 22, 2023"><a href="#">22</a></td><td title="Wednesday, August 23, 2023"><a href="#">23</a></td><td title="Thursday, August 24, 2023"><a href="#">24</a></td><td title="Friday, August 25, 2023"><a href="#">25</a></td><td class="rcWeekend" title="Saturday, August 26, 2023" style="background-color:#E5E4E5;border-color:#E5E4E5;"><a href="#">26</a></td> </tr><tr class="rcRow"> <td class="rcWeekend" title="Sunday, August 27, 2023" style="background-color:#E5E4E5;border-color:#E5E4E5;"><a href="#">27</a></td><td title="Monday, August 28, 2023"><a href="#">28</a></td><td title="Tuesday, August 29, 2023"><a href="#">29</a></td><td title="Wednesday, August 30, 2023"><a href="#">30</a></td><td title="Thursday, August 31, 2023"><a href="#">31</a></td><td class="rcOtherMonth"> </td><td class="rcOtherMonth"> </td> </tr><tr class="rcRow"> <td class="rcOtherMonth"> </td><td class="rcOtherMonth"> </td><td class="rcOtherMonth"> </td><td class="rcOtherMonth"> </td><td class="rcOtherMonth"> </td><td class="rcOtherMonth"> </td><td class="rcOtherMonth"> </td> </tr> </tbody> </table></td><td class="rcCalendar rcLastRow"><table id="ctl00_ctl00_Body_Body_calendar_radcalSelect_Top_8" class="rcMainTable" cellspacing="0" border="0" style="width:153px;"> <caption> <span style='display:none;'>September</span> </caption><thead> <tr> <td id="ctl00_ctl00_Body_Body_calendar_radcalSelect_Top_8_hd" class="rcTitle" colspan="7" style="text-align:notset;">September</td> </tr><tr class="rcWeek"> <th id="ctl00_ctl00_Body_Body_calendar_radcalSelect_Top_8_cs_0" title="Sunday" scope="col">S</th><th id="ctl00_ctl00_Body_Body_calendar_radcalSelect_Top_8_cs_1" title="Monday" scope="col">M</th><th id="ctl00_ctl00_Body_Body_calendar_radcalSelect_Top_8_cs_2" title="Tuesday" scope="col">T</th><th id="ctl00_ctl00_Body_Body_calendar_radcalSelect_Top_8_cs_3" title="Wednesday" scope="col">W</th><th id="ctl00_ctl00_Body_Body_calendar_radcalSelect_Top_8_cs_4" title="Thursday" scope="col">T</th><th id="ctl00_ctl00_Body_Body_calendar_radcalSelect_Top_8_cs_5" title="Friday" scope="col">F</th><th id="ctl00_ctl00_Body_Body_calendar_radcalSelect_Top_8_cs_6" title="Saturday" scope="col">S</th> </tr> </thead><tbody> <tr class="rcRow"> <td class="rcOtherMonth"> </td><td class="rcOtherMonth"> </td><td class="rcOtherMonth"> </td><td class="rcOtherMonth"> </td><td class="rcOtherMonth"> </td><td title="Friday, September 01, 2023"><a href="#">1</a></td><td class="rcWeekend" title="Saturday, September 02, 2023" style="background-color:#E5E4E5;border-color:#E5E4E5;"><a href="#">2</a></td> </tr><tr class="rcRow"> <td class="rcWeekend" title="Sunday, September 03, 2023" style="background-color:#E5E4E5;border-color:#E5E4E5;"><a href="#">3</a></td><td title="Monday, September 04, 2023"><a href="#">4</a></td><td title="Tuesday, September 05, 2023"><a href="#">5</a></td><td title="* World Nuclear Association Symposium 2023" style="background-color:#B2DDE9;border-color:#B2DDE9;"><a href="#">6</a></td><td title="* World Nuclear Association Symposium 2023" style="background-color:#B2DDE9;border-color:#B2DDE9;"><a href="#">7</a></td><td title="* World Nuclear Association Symposium 2023" style="background-color:#B2DDE9;border-color:#B2DDE9;"><a href="#">8</a></td><td class="rcWeekend" title="Saturday, September 09, 2023" style="background-color:#E5E4E5;border-color:#E5E4E5;"><a href="#">9</a></td> </tr><tr class="rcRow"> <td class="rcWeekend" title="Sunday, September 10, 2023" style="background-color:#E5E4E5;border-color:#E5E4E5;"><a href="#">10</a></td><td title="* International Conference on Nuclear Energy for New Europe (NENE 2023) * Nuclear Week in Parliament 2023 * 8th Central & Eastern Europe Nuclear Industry Congress 2023" style="background-color:#B2DDE9;border-color:#B2DDE9;"><a href="#">11</a></td><td title="* International Conference on Nuclear Energy for New Europe (NENE 2023) * Nuclear Week in Parliament 2023 * 8th Central & Eastern Europe Nuclear Industry Congress 2023" style="background-color:#B2DDE9;border-color:#B2DDE9;"><a href="#">12</a></td><td title="* International Conference on Nuclear Energy for New Europe (NENE 2023) * Nuclear Week in Parliament 2023" style="background-color:#FDDEBE;border-color:#FDDEBE;"><a href="#">13</a></td><td title="* International Conference on Nuclear Energy for New Europe (NENE 2023)" style="background-color:#B2DECA;border-color:#B2DECA;"><a href="#">14</a></td><td title="Friday, September 15, 2023"><a href="#">15</a></td><td class="rcWeekend" title="Saturday, September 16, 2023" style="background-color:#E5E4E5;border-color:#E5E4E5;"><a href="#">16</a></td> </tr><tr class="rcRow"> <td class="rcWeekend" title="Sunday, September 17, 2023" style="background-color:#E5E4E5;border-color:#E5E4E5;"><a href="#">17</a></td><td title="Monday, September 18, 2023"><a href="#">18</a></td><td title="Tuesday, September 19, 2023"><a href="#">19</a></td><td title="Wednesday, September 20, 2023"><a href="#">20</a></td><td title="Thursday, September 21, 2023"><a href="#">21</a></td><td title="Friday, September 22, 2023"><a href="#">22</a></td><td class="rcWeekend" title="Saturday, September 23, 2023" style="background-color:#E5E4E5;border-color:#E5E4E5;"><a href="#">23</a></td> </tr><tr class="rcRow"> <td class="rcWeekend" title="Sunday, September 24, 2023" style="background-color:#E5E4E5;border-color:#E5E4E5;"><a href="#">24</a></td><td title="* 67th IAEA General Conference" style="background-color:#B2DECA;border-color:#B2DECA;"><a href="#">25</a></td><td title="* 67th IAEA General Conference" style="background-color:#B2DECA;border-color:#B2DECA;"><a href="#">26</a></td><td title="* 67th IAEA General Conference" style="background-color:#B2DECA;border-color:#B2DECA;"><a href="#">27</a></td><td title="* 67th IAEA General Conference" style="background-color:#B2DECA;border-color:#B2DECA;"><a href="#">28</a></td><td title="* 67th IAEA General Conference" style="background-color:#B2DECA;border-color:#B2DECA;"><a href="#">29</a></td><td class="rcWeekend" title="Saturday, September 30, 2023" style="background-color:#E5E4E5;border-color:#E5E4E5;"><a href="#">30</a></td> </tr><tr class="rcRow"> <td class="rcOtherMonth"> </td><td class="rcOtherMonth"> </td><td class="rcOtherMonth"> </td><td class="rcOtherMonth"> </td><td class="rcOtherMonth"> </td><td class="rcOtherMonth"> </td><td class="rcOtherMonth"> </td> </tr> </tbody> </table></td><td class="rcCalendar rcLastRow"><table id="ctl00_ctl00_Body_Body_calendar_radcalSelect_Top_9" class="rcMainTable" cellspacing="0" border="0" style="width:153px;"> <caption> <span style='display:none;'>October</span> </caption><thead> <tr> <td id="ctl00_ctl00_Body_Body_calendar_radcalSelect_Top_9_hd" class="rcTitle" colspan="7" style="text-align:notset;">October</td> </tr><tr class="rcWeek"> <th id="ctl00_ctl00_Body_Body_calendar_radcalSelect_Top_9_cs_0" title="Sunday" scope="col">S</th><th id="ctl00_ctl00_Body_Body_calendar_radcalSelect_Top_9_cs_1" title="Monday" scope="col">M</th><th id="ctl00_ctl00_Body_Body_calendar_radcalSelect_Top_9_cs_2" title="Tuesday" scope="col">T</th><th id="ctl00_ctl00_Body_Body_calendar_radcalSelect_Top_9_cs_3" title="Wednesday" scope="col">W</th><th id="ctl00_ctl00_Body_Body_calendar_radcalSelect_Top_9_cs_4" title="Thursday" scope="col">T</th><th id="ctl00_ctl00_Body_Body_calendar_radcalSelect_Top_9_cs_5" title="Friday" scope="col">F</th><th id="ctl00_ctl00_Body_Body_calendar_radcalSelect_Top_9_cs_6" title="Saturday" scope="col">S</th> </tr> </thead><tbody> <tr class="rcRow"> <td class="rcOtherMonth"> </td><td class="rcOtherMonth"> </td><td class="rcOtherMonth"> </td><td class="rcOtherMonth"> </td><td class="rcOtherMonth"> </td><td class="rcOtherMonth"> </td><td class="rcOtherMonth"> </td> </tr><tr class="rcRow"> <td class="rcWeekend" title="Sunday, October 01, 2023" style="background-color:#E5E4E5;border-color:#E5E4E5;"><a href="#">1</a></td><td title="Monday, October 02, 2023"><a href="#">2</a></td><td title="* SMR Business Day 2023" style="background-color:#B2DECA;border-color:#B2DECA;"><a href="#">3</a></td><td title="Wednesday, October 04, 2023"><a href="#">4</a></td><td title="Thursday, October 05, 2023"><a href="#">5</a></td><td title="Friday, October 06, 2023"><a href="#">6</a></td><td class="rcWeekend" title="Saturday, October 07, 2023" style="background-color:#E5E4E5;border-color:#E5E4E5;"><a href="#">7</a></td> </tr><tr class="rcRow"> <td class="rcWeekend" title="Sunday, October 08, 2023" style="background-color:#E5E4E5;border-color:#E5E4E5;"><a href="#">8</a></td><td title="Monday, October 09, 2023"><a href="#">9</a></td><td title="Tuesday, October 10, 2023"><a href="#">10</a></td><td title="Wednesday, October 11, 2023"><a href="#">11</a></td><td title="Thursday, October 12, 2023"><a href="#">12</a></td><td title="Friday, October 13, 2023"><a href="#">13</a></td><td class="rcWeekend" title="Saturday, October 14, 2023" style="background-color:#E5E4E5;border-color:#E5E4E5;"><a href="#">14</a></td> </tr><tr class="rcRow"> <td class="rcWeekend" title="Sunday, October 15, 2023" style="background-color:#E5E4E5;border-color:#E5E4E5;"><a href="#">15</a></td><td title="Monday, October 16, 2023"><a href="#">16</a></td><td title="Tuesday, October 17, 2023"><a href="#">17</a></td><td title="Wednesday, October 18, 2023"><a href="#">18</a></td><td title="* Asia Pacific Nuclear Energy 2023" style="background-color:#B2DDE9;border-color:#B2DDE9;"><a href="#">19</a></td><td title="* Asia Pacific Nuclear Energy 2023" style="background-color:#B2DDE9;border-color:#B2DDE9;"><a href="#">20</a></td><td class="rcWeekend" title="Saturday, October 21, 2023" style="background-color:#E5E4E5;border-color:#E5E4E5;"><a href="#">21</a></td> </tr><tr class="rcRow"> <td class="rcWeekend" title="* NEI International Uranium Fuel Seminar" style="background-color:#B2DECA;border-color:#B2DECA;"><a href="#">22</a></td><td title="* Technological Innovations in Nuclear Civil Engineering * NEI International Uranium Fuel Seminar" style="background-color:#FDDEBE;border-color:#FDDEBE;"><a href="#">23</a></td><td title="* Technological Innovations in Nuclear Civil Engineering * NEI International Uranium Fuel Seminar" style="background-color:#FDDEBE;border-color:#FDDEBE;"><a href="#">24</a></td><td title="* Technological Innovations in Nuclear Civil Engineering" style="background-color:#B2DECA;border-color:#B2DECA;"><a href="#">25</a></td><td title="Thursday, October 26, 2023"><a href="#">26</a></td><td title="Friday, October 27, 2023"><a href="#">27</a></td><td class="rcWeekend" title="Saturday, October 28, 2023" style="background-color:#E5E4E5;border-color:#E5E4E5;"><a href="#">28</a></td> </tr><tr class="rcRow"> <td class="rcWeekend" title="Sunday, October 29, 2023" style="background-color:#E5E4E5;border-color:#E5E4E5;"><a href="#">29</a></td><td title="Monday, October 30, 2023"><a href="#">30</a></td><td title="Tuesday, October 31, 2023"><a href="#">31</a></td><td class="rcOtherMonth"> </td><td class="rcOtherMonth"> </td><td class="rcOtherMonth"> </td><td class="rcOtherMonth"> </td> </tr> </tbody> </table></td><td class="rcCalendar rcLastRow"><table id="ctl00_ctl00_Body_Body_calendar_radcalSelect_Top_10" class="rcMainTable" cellspacing="0" border="0" style="width:153px;"> <caption> <span style='display:none;'>November</span> </caption><thead> <tr> <td id="ctl00_ctl00_Body_Body_calendar_radcalSelect_Top_10_hd" class="rcTitle" colspan="7" style="text-align:notset;">November</td> </tr><tr class="rcWeek"> <th id="ctl00_ctl00_Body_Body_calendar_radcalSelect_Top_10_cs_0" title="Sunday" scope="col">S</th><th id="ctl00_ctl00_Body_Body_calendar_radcalSelect_Top_10_cs_1" title="Monday" scope="col">M</th><th id="ctl00_ctl00_Body_Body_calendar_radcalSelect_Top_10_cs_2" title="Tuesday" scope="col">T</th><th id="ctl00_ctl00_Body_Body_calendar_radcalSelect_Top_10_cs_3" title="Wednesday" scope="col">W</th><th id="ctl00_ctl00_Body_Body_calendar_radcalSelect_Top_10_cs_4" title="Thursday" scope="col">T</th><th id="ctl00_ctl00_Body_Body_calendar_radcalSelect_Top_10_cs_5" title="Friday" scope="col">F</th><th id="ctl00_ctl00_Body_Body_calendar_radcalSelect_Top_10_cs_6" title="Saturday" scope="col">S</th> </tr> </thead><tbody> <tr class="rcRow"> <td class="rcOtherMonth"> </td><td class="rcOtherMonth"> </td><td class="rcOtherMonth"> </td><td title="Wednesday, November 01, 2023"><a href="#">1</a></td><td title="Thursday, November 02, 2023"><a href="#">2</a></td><td title="Friday, November 03, 2023"><a href="#">3</a></td><td class="rcWeekend" title="Saturday, November 04, 2023" style="background-color:#E5E4E5;border-color:#E5E4E5;"><a href="#">4</a></td> </tr><tr class="rcRow"> <td class="rcWeekend" title="* ANS Winter Meeting & Technology Expo" style="background-color:#B2DECA;border-color:#B2DECA;"><a href="#">5</a></td><td title="* ANS Winter Meeting & Technology Expo" style="background-color:#B2DECA;border-color:#B2DECA;"><a href="#">6</a></td><td title="* ANS Winter Meeting & Technology Expo" style="background-color:#B2DECA;border-color:#B2DECA;"><a href="#">7</a></td><td title="* ANS Winter Meeting & Technology Expo" style="background-color:#B2DECA;border-color:#B2DECA;"><a href="#">8</a></td><td title="* ANS Winter Meeting & Technology Expo" style="background-color:#B2DECA;border-color:#B2DECA;"><a href="#">9</a></td><td title="Friday, November 10, 2023"><a href="#">10</a></td><td class="rcWeekend" title="Saturday, November 11, 2023" style="background-color:#E5E4E5;border-color:#E5E4E5;"><a href="#">11</a></td> </tr><tr class="rcRow"> <td class="rcWeekend" title="Sunday, November 12, 2023" style="background-color:#E5E4E5;border-color:#E5E4E5;"><a href="#">12</a></td><td title="Monday, November 13, 2023"><a href="#">13</a></td><td title="* Enlit Asia" style="background-color:#B2DECA;border-color:#B2DECA;"><a href="#">14</a></td><td title="* Enlit Asia" style="background-color:#B2DECA;border-color:#B2DECA;"><a href="#">15</a></td><td title="* Enlit Asia" style="background-color:#B2DECA;border-color:#B2DECA;"><a href="#">16</a></td><td title="Friday, November 17, 2023"><a href="#">17</a></td><td class="rcWeekend" title="Saturday, November 18, 2023" style="background-color:#E5E4E5;border-color:#E5E4E5;"><a href="#">18</a></td> </tr><tr class="rcRow"> <td class="rcWeekend" title="Sunday, November 19, 2023" style="background-color:#E5E4E5;border-color:#E5E4E5;"><a href="#">19</a></td><td title="Monday, November 20, 2023"><a href="#">20</a></td><td title="Tuesday, November 21, 2023"><a href="#">21</a></td><td title="Wednesday, November 22, 2023"><a href="#">22</a></td><td title="Thursday, November 23, 2023"><a href="#">23</a></td><td title="Friday, November 24, 2023"><a href="#">24</a></td><td class="rcWeekend" title="Saturday, November 25, 2023" style="background-color:#E5E4E5;border-color:#E5E4E5;"><a href="#">25</a></td> </tr><tr class="rcRow"> <td class="rcWeekend" title="Sunday, November 26, 2023" style="background-color:#E5E4E5;border-color:#E5E4E5;"><a href="#">26</a></td><td title="Monday, November 27, 2023"><a href="#">27</a></td><td title="* WNE 2023 - 4th World Nuclear Exhibition * Enlit Europe" style="background-color:#FDDEBE;border-color:#FDDEBE;"><a href="#">28</a></td><td title="* WNE 2023 - 4th World Nuclear Exhibition * Enlit Europe" style="background-color:#FDDEBE;border-color:#FDDEBE;"><a href="#">29</a></td><td title="* WNE 2023 - 4th World Nuclear Exhibition * Enlit Europe" style="background-color:#FDDEBE;border-color:#FDDEBE;"><a href="#">30</a></td><td class="rcOtherMonth"> </td><td class="rcOtherMonth"> </td> </tr><tr class="rcRow"> <td class="rcOtherMonth"> </td><td class="rcOtherMonth"> </td><td class="rcOtherMonth"> </td><td class="rcOtherMonth"> </td><td class="rcOtherMonth"> </td><td class="rcOtherMonth"> </td><td class="rcOtherMonth"> </td> </tr> </tbody> </table></td><td class="rcCalendar rcLastRow rcLastCol"><table id="ctl00_ctl00_Body_Body_calendar_radcalSelect_Top_11" class="rcMainTable" cellspacing="0" border="0" style="width:153px;"> <caption> <span style='display:none;'>December</span> </caption><thead> <tr> <td id="ctl00_ctl00_Body_Body_calendar_radcalSelect_Top_11_hd" class="rcTitle" colspan="7" style="text-align:notset;">December</td> </tr><tr class="rcWeek"> <th id="ctl00_ctl00_Body_Body_calendar_radcalSelect_Top_11_cs_0" title="Sunday" scope="col">S</th><th id="ctl00_ctl00_Body_Body_calendar_radcalSelect_Top_11_cs_1" title="Monday" scope="col">M</th><th id="ctl00_ctl00_Body_Body_calendar_radcalSelect_Top_11_cs_2" title="Tuesday" scope="col">T</th><th id="ctl00_ctl00_Body_Body_calendar_radcalSelect_Top_11_cs_3" title="Wednesday" scope="col">W</th><th id="ctl00_ctl00_Body_Body_calendar_radcalSelect_Top_11_cs_4" title="Thursday" scope="col">T</th><th id="ctl00_ctl00_Body_Body_calendar_radcalSelect_Top_11_cs_5" title="Friday" scope="col">F</th><th id="ctl00_ctl00_Body_Body_calendar_radcalSelect_Top_11_cs_6" title="Saturday" scope="col">S</th> </tr> </thead><tbody> <tr class="rcRow"> <td class="rcOtherMonth"> </td><td class="rcOtherMonth"> </td><td class="rcOtherMonth"> </td><td class="rcOtherMonth"> </td><td class="rcOtherMonth"> </td><td title="Friday, December 01, 2023"><a href="#">1</a></td><td class="rcWeekend" title="Saturday, December 02, 2023" style="background-color:#E5E4E5;border-color:#E5E4E5;"><a href="#">2</a></td> </tr><tr class="rcRow"> <td class="rcWeekend" title="Sunday, December 03, 2023" style="background-color:#E5E4E5;border-color:#E5E4E5;"><a href="#">3</a></td><td title="* 8th European Nuclear Industry Congress 2023" style="background-color:#B2DDE9;border-color:#B2DDE9;"><a href="#">4</a></td><td title="* 8th European Nuclear Industry Congress 2023" style="background-color:#B2DDE9;border-color:#B2DDE9;"><a href="#">5</a></td><td title="Wednesday, December 06, 2023"><a href="#">6</a></td><td title="Thursday, December 07, 2023"><a href="#">7</a></td><td title="Friday, December 08, 2023"><a href="#">8</a></td><td class="rcWeekend" title="Saturday, December 09, 2023" style="background-color:#E5E4E5;border-color:#E5E4E5;"><a href="#">9</a></td> </tr><tr class="rcRow"> <td class="rcWeekend" title="* MiNES 2023 - Materials in Nuclear Energy Systems" style="background-color:#B2DECA;border-color:#B2DECA;"><a href="#">10</a></td><td title="* MiNES 2023 - Materials in Nuclear Energy Systems" style="background-color:#B2DECA;border-color:#B2DECA;"><a href="#">11</a></td><td title="* MiNES 2023 - Materials in Nuclear Energy Systems" style="background-color:#B2DECA;border-color:#B2DECA;"><a href="#">12</a></td><td title="* MiNES 2023 - Materials in Nuclear Energy Systems" style="background-color:#B2DECA;border-color:#B2DECA;"><a href="#">13</a></td><td title="* MiNES 2023 - Materials in Nuclear Energy Systems" style="background-color:#B2DECA;border-color:#B2DECA;"><a href="#">14</a></td><td title="Friday, December 15, 2023"><a href="#">15</a></td><td class="rcWeekend" title="Saturday, December 16, 2023" style="background-color:#E5E4E5;border-color:#E5E4E5;"><a href="#">16</a></td> </tr><tr class="rcRow"> <td class="rcWeekend" title="Sunday, December 17, 2023" style="background-color:#E5E4E5;border-color:#E5E4E5;"><a href="#">17</a></td><td title="Monday, December 18, 2023"><a href="#">18</a></td><td title="Tuesday, December 19, 2023"><a href="#">19</a></td><td title="Wednesday, December 20, 2023"><a href="#">20</a></td><td title="Thursday, December 21, 2023"><a href="#">21</a></td><td title="Friday, December 22, 2023"><a href="#">22</a></td><td class="rcWeekend" title="Saturday, December 23, 2023" style="background-color:#E5E4E5;border-color:#E5E4E5;"><a href="#">23</a></td> </tr><tr class="rcRow"> <td class="rcWeekend" title="Sunday, December 24, 2023" style="background-color:#E5E4E5;border-color:#E5E4E5;"><a href="#">24</a></td><td title="Monday, December 25, 2023"><a href="#">25</a></td><td title="Tuesday, December 26, 2023"><a href="#">26</a></td><td title="Wednesday, December 27, 2023"><a href="#">27</a></td><td title="Thursday, December 28, 2023"><a href="#">28</a></td><td title="Friday, December 29, 2023"><a href="#">29</a></td><td class="rcWeekend" title="Saturday, December 30, 2023" style="background-color:#E5E4E5;border-color:#E5E4E5;"><a href="#">30</a></td> </tr><tr class="rcRow"> <td class="rcWeekend" title="Sunday, December 31, 2023" style="background-color:#E5E4E5;border-color:#E5E4E5;"><a href="#">31</a></td><td class="rcOtherMonth"> </td><td class="rcOtherMonth"> </td><td class="rcOtherMonth"> </td><td class="rcOtherMonth"> </td><td class="rcOtherMonth"> </td><td class="rcOtherMonth"> </td> </tr> </tbody> </table></td> </tr> </table></td> </tr> </tbody> </table><input type="hidden" name="ctl00_ctl00_Body_Body_calendar_radcalSelect_SD" id="ctl00_ctl00_Body_Body_calendar_radcalSelect_SD" value="[]" /><input type="hidden" name="ctl00_ctl00_Body_Body_calendar_radcalSelect_AD" id="ctl00_ctl00_Body_Body_calendar_radcalSelect_AD" value="[[2004,1,1],[2099,12,30],[2023,1,1]]" /> </div> </div> <div class="RadAjaxPanel" id="ctl00_ctl00_Body_Body_calendar_ctl00_ctl00_Body_Body_calendar_UpdateProgress1Panel"> <div id="ctl00_ctl00_Body_Body_calendar_UpdateProgress1" style="display:none;"> <span class="css-spinner"></span> Loading... </div> </div> <div class="RadAjaxPanel" id="ctl00_ctl00_Body_Body_calendar_ctl00_ctl00_Body_Body_calendar_lblCalendarBoxPanel"> <span id="ctl00_ctl00_Body_Body_calendar_lblCalendarBox"><table class='table table-striped'><tr><th>Date</th><th colspan='2'>Meeting/Event</th></tr><tr class=' '><td class='text-center'>Feb 6-9, 2023</td><td class='article'><div class='lead'><a href='https://www.ans.org/meetings/conte23/' target='_blank'>CONTE 2023 (Conference on Nuclear Training and Education)</a> </div><div style='position:relative;'><dl class='dl-horizontal dl-narrow no-margin'><dt>Location</dt> <dd><a href='https://www.omnihotels.com/hotels/amelia-island/meetings/conte-2023-american-nuclear-society-02042023' target='_blank'>Omni Amelia Island Resort</a></dd><dt>Sponsor</dt> <dd><a href='https://www.ans.org/' target='_blank'>ANS</a></dd><dt>Contact</dt> <dd><a href='mailto:ajiminian@ans.org' target='_blank'>Ashley Jiminian</a></dd><dt>Description</dt> <dd>The American Nuclear Society's (ANS) Conference on Nuclear Training and Education (CONTE 2023) provides participants the ability to learn the latest methods, systems, and technologies that are rapidly transforming the nuclear industry. CONTE 2023 will be held at the Omni Amelia Island Resort, in Amelia Island, FL, USA. The theme for the 2023 event is “Maintaining Excellence Today – Building the Nuclear Workforce for Tomorrow.”</dd></dl></td><td></td></tr><tr class=' '><td class='text-center'>Feb 26-Mar 2, 2023</td><td class='article'><div class='lead'><a href='https://www.wmsym.org/' target='_blank'>WM2023 Symposia</a> </div><div style='position:relative;'><dl class='dl-horizontal dl-narrow no-margin'><dt>Location</dt> <dd><a href='https://www.phoenixconventioncenter.com/' target='_blank'>Phoenix Convention Center</a></dd><dt>Sponsor</dt> <dd><a href='https://www.wmsym.org/' target='_blank'>WM Symposia</a></dd><dt>Description</dt> <dd>WM Symposia is the premier non-profit organization dedicated to providing education and information exchange on global radioactive waste management. WMS provides the premier open forum for discussing and seeking safe, environmentally responsible, technically sound, and cost-effective solutions to the management and disposition of radioactive wastes and the decommissioning of nuclear facilities to enhance the transparency and credibility of the global radioactive waste industry. The 2023 event will be held at the Phoenix Convention Center in Phoenix, AZ, USA.</dd></dl></td><td></td></tr><tr class=' '><td class='text-center'>Mar 14-16, 2023</td><td class='article'><div class='lead'><a href='https://www.nrc.gov/public-involve/conference-symposia/ric/index.html' target='_blank'>U.S. NRC 35th Regulatory Information Conference</a> </div><div style='position:relative;'><dl class='dl-horizontal dl-narrow no-margin'><dt>Location</dt> <dd><a href='https://www.marriott.com/en-us/hotels/wasbn-bethesda-north-marriott-hotel-and-conference-center/overview/' target='_blank'>Bethesda North Marriott Hotel, Rockville, MD, USA</a></dd><dt>Sponsor</dt> <dd><a href='https://www.nrc.gov/' target='_blank'>U.S. Nuclear Regulatory Commission</a></dd><dt>Description</dt> <dd>The U.S. Nuclear Regulatory Commission's (NRC’s) 35th Annual Regulatory Information Conference (RIC) will be held March 14-16, 2023, as a hybrid event. Attendees may participate in person at the Bethesda North Marriott Hotel and Conference Center, 5701 Marinelli Road, Rockville, MD 20852. Online viewing will be available for people who wish to participate virtually. The NRC’s largest public meeting brings together over 3,000 participants from more than 40 countries. Attendees represent interested stakeholders from other government agencies, industry, international organizations, and the public. Co-sponsored by the Office of Nuclear Reactor Regulation and the Office of Nuclear Regulatory Research, the RIC offers an open environment in which diverse groups of stakeholders may learn, share, and discuss information on significant and timely nuclear regulatory activities and emergent issues.</dd></dl></td><td></td></tr><tr class=' '><td class='text-center'>Mar 14-17, 2023</td><td class='article'><div class='lead'><a href='https://www.nuclearbusiness-platform.com/africa/' target='_blank'>Africa Nuclear Business Platform</a> </div><div style='position:relative;'><dl class='dl-horizontal dl-narrow no-margin'><dt>Location</dt> <dd>Kampala, Uganda</dd><dt>Sponsor</dt> <dd><a href='https://www.nuclearbusiness-platform.com/' target='_blank'>Nuclear Business Platform</a></dd><dt>Contact</dt> <dd><a href='mailto:ibrahim@industry-platform.com' target='_blank'>Ibrahim Ababou</a></dd><dt>Description</dt> <dd>Africa Nuclear Business Platform (AFNBP) provides a world-class platform to access and gain first-hand insights on the African nuclear market. The African region is one of the fastest growing market globally. The region is hungry for energy and presents massive opportunities. Via our regional office in Morocco, we are deeply engaged with nuclear energy developments in the region. At the heart of what we do, we firmly believe that nuclear energy is pivotal in the fight against climate change and countries must include nuclear energy in discussions to achieve decarbonisation and net zero.</dd></dl></td><td></td></tr><tr class=' '><td class='text-center'>Apr 14-16, 2023</td><td class='article'><div class='lead'><a href='http://www.coastal.com.hk/cienpi.html' target='_blank'>15th China International Exhibition on Nuclear Power Industry</a> </div><div style='position:relative;'><dl class='dl-horizontal dl-narrow no-margin'><dt>Location</dt> <dd><a href='https://www.cnccchina.com/en/' target='_blank'>China National Convention Center, Beijing, China</a></dd><dt>Sponsor</dt> <dd><a href='http://www.coastal.com.hk/' target='_blank'>Coastal International</a></dd><dt>Description</dt> <dd>CIENPI covers the whole nuclear power industry chain and gathers all industry leaders to conduct a professional business networking platform and showcase their latest technology and innovation. This biennial occasion has gathered all industry leaders to conduct professional business networking platform and showcase their latest technology & innovation. Through concurrent high-level insightful conferences & workshops held, not only are the world’s nuclear power industry revealed & projected, but also stimulated communication & cooperation among industry key players.</dd></dl></td><td></td></tr><tr class=' info '><td class='text-center'>Apr 18-20, 2023</td><td class='article'><div class='lead'><a href='https://www.wnfc-event.com/website/21771/' target='_blank'>World Nuclear Fuel Cycle</a> </div><div style='position:relative;'><dl class='dl-horizontal dl-narrow no-margin'><dt>Location</dt> <dd>The Hague, the Netherlands</dd><dt>Sponsor</dt> <dd><a href='https://www.wnfc-event.com/website/21771/organizers/' target='_blank'>NEI & WNA</a></dd><dt>Contact</dt> <dd><a href='mailto:nxa@nei.org' target='_blank'>Nima Ashkeboussi</a></dd><dt>Description</dt> <dd>World Nuclear Fuel Cycle (WNFC) is a top-level international forum co-organized by the Nuclear Energy Institute and World Nuclear Association. The conference provides companies with cutting-edge information affecting the commercial nuclear fuel cycle, with a focus on enhancing the economic competitiveness of nuclear energy. Leading industry experts will provide information and insights that will help you and your company navigate successfully through the complex and changing fuel marketplace. WNFC also provides many opportunities to network with high-level industry executives. We are pleased to announced WNFC 2023 will take place on 18-20 April, The Hague, the Netherlands.</dd></dl></td><td></td></tr><tr class=' '><td class='text-center'>Apr 23-27, 2023</td><td class='article'><div class='lead'><a href='https://www.icapp2023.org/' target='_blank'>ICAPP 2023 - International Congress on Advances in Nuclear Power Plants</a> </div><div style='position:relative;'><dl class='dl-horizontal dl-narrow no-margin'><dt>Location</dt> <dd><a href='https://www.cvent.com/venues/en-US/gyeongju/cvb/gyeongju-hwabaek-international-convention-center-hico-/venue-a5d15739-bdb0-4ad1-a90b-f59ccaeed320' target='_blank'>HICO, Gyeongju, South Korea</a></dd><dt>Sponsor</dt> <dd><a href='https://www.icapp2023.org/' target='_blank'>ICAPP</a></dd><dt>Description</dt> <dd>The 2023 International Congress on Advances in Nuclear Power Plants in conjunction with 38th Korea Atomic Power Annual Conference (ICAPP 2023 / 38th KAP Conference) features the theme "Nuclear -- Big steps forward to secure a clean future." The five-day event features an opening plenary meeting, multiple technical sessions and panel discussions, an expo, as well as receptions and a banquet to discuss the latest developments facing South Korea's nuclear industry. ICAPP 2023 will be held at the Gyeongju Hwabaek International Convention Center (HICO) in Gyeongju, Gyeongsangbuk-do Province, South Korea.</dd></dl></td><td></td></tr><tr class=' info '><td class='text-center'>Apr 25-27, 2023</td><td class='article'><div class='lead'><a href='https://www.nei.org/conferences/used-fuel-management-conference' target='_blank'>Used Fuel Management Conference</a> </div><div style='position:relative;'><dl class='dl-horizontal dl-narrow no-margin'><dt>Location</dt> <dd>Las Vegas, Nevada</dd><dt>Sponsor</dt> <dd><a href='https://nei.org/' target='_blank'>NEI</a></dd><dt>Contact</dt> <dd><a href='mailto:mar@nei.org' target='_blank'>Mark Richter</a></dd><dt>Description</dt> <dd>NEI’s Used Fuel Management Conference highlights the industry’s strategic vision for used fuel, decommissioning, and related topics. The three-day virtual event offers the opportunity for attendees to remain at the forefront of industry technology, regulatory changes, and policy.</dd></dl></td><td></td></tr><tr class=' info '><td class='text-center'>Apr 25-27, 2023</td><td class='article'><div class='lead'><a href='https://www.nei.org/conferences/used-fuel-management-conference' target='_blank'>Used Fuel Management Conference</a> </div><div style='position:relative;'><dl class='dl-horizontal dl-narrow no-margin'><dt>Location</dt> <dd>Las Vegas, Nevada</dd><dt>Sponsor</dt> <dd><a href='https://nei.org/' target='_blank'>NEI</a></dd><dt>Contact</dt> <dd><a href='mailto:mar@nei.org' target='_blank'>Mark Richter</a></dd><dt>Description</dt> <dd>NEI’s Used Fuel Management Conference highlights the industry’s strategic vision for used fuel, decommissioning, and related topics. The three-day virtual event offers the opportunity for attendees to remain at the forefront of industry technology, regulatory changes, and policy.</dd></dl></td><td></td></tr><tr class=' '><td class='text-center'>Apr 26-27, 2023</td><td class='article'><div class='lead'><a href='https://www.szwgroup.com/nuclear-industry-congress-mea/' target='_blank'>The 6th Middle East and Africa Nuclear Industry Congress 2023</a> </div><div style='position:relative;'><dl class='dl-horizontal dl-narrow no-margin'><dt>Location</dt> <dd>Cairo, Egypt</dd><dt>Sponsor</dt> <dd>SZ&W Group</dd><dt>Contact</dt> <dd><a href='mailto:stevensong@szwgroup.com' target='_blank'>Steven Song</a></dd><dt>Description</dt> <dd>Nuclear energy in Middle East and Africa has created new business growth potential for global stakeholders. Besides ongoing projects in Egypt, Turkey and UAE, many countries in MEA region are moving towards their first nuclear power plant, like Saudi Arabia, Jordan, Kenya, Ghana, South Africa, Nigeria, Uganda and more. SMR technology is also considered as an option and opportunity for the region. The 6th MEA NIC 2023 is the only platform to explore latest MEA nuclear energy potentials, discuss proper reactor options & implementation strategies for MEA NPP projects, update on new build and life extension projects in MEA countries, together with innovative technology demonstration to empowering MEA nuclear energy development.</dd></dl></td><td></td></tr><tr class=' info '><td class='text-center'>May 4-5, 2023</td><td class='article'><div class='lead'><a href='https://bit.ly/3Ye8Kne' target='_blank'>SMR & Advanced Reactor Summit 2023</a> </div><div style='position:relative;'><dl class='dl-horizontal dl-narrow no-margin'><dt>Location</dt> <dd>Omni Hotel Atlanta CNN Center, Atlanta, Georgia, USA</dd><dt>Sponsor</dt> <dd><a href='https://www.reutersevents.com/nuclear/' target='_blank'>Reuters Events</a></dd><dt>Contact</dt> <dd><a href='mailto:katie.silver@thomsonreuters.com' target='_blank'>Katie Silver</a></dd><dt>Description</dt> <dd>We are in the midst of the next-gen nuclear revolution and we are building the community to capitalize on the market opportunities that SMRs and advanced reactors hold to transform nuclear energy. Breaking through barriers to redefine the future of our industry, today’s nuclear leaders are conquering regulatory, investment and technological challenges on the journey to commercialization of SMRs and gen IV reactors. <br/><br/> Reuters Events: SMR & Advanced Reactor 2022 guaranteed further acceleration, and equipped attendees with the knowledge and contacts needed to secure market share in a booming industry in order to drive towards nuclear energy replacing fossil fuels in baseload power generation. <br/><br/> Joined by hundreds of senior executives from utilities, reactor developers, investors, regulators, the supply chain and more, our 2022 event propelled strategies forward, unlocked unrestrained innovation and built the network of its 400+ attendees. 2022 is the decisive year in establishing the future for nuclear.</dd></dl></td><td><a href='/promos/AdClick.aspx?key=164&url=https%3a%2f%2f1.reutersevents.com%2fLP%3d33258%3fextsource%3dmedia_partner_uxc_brochure_banner&exp=2024-11-23+06%3A38' target='_blank'><img src='/img/i/p/promo/Reuters-SMR-2023.jpg' width='62' height='150' class='pull-right' /></a></td></tr><tr class=' '><td class='text-center'>May 8-10, 2023</td><td class='article'><div class='lead'><a href='https://www.worldutilitiescongress.com/conference/nuclear-energy-leadership-forum/nuclear-energy-leadership-forum/' target='_blank'>World Utilities Congress - Nuclear Energy Leadership Forum</a> </div><div style='position:relative;'><dl class='dl-horizontal dl-narrow no-margin'><dt>Location</dt> <dd>Abu Dhabi National Exhibition Center, Abu Dhabi, UAE</dd><dt>Sponsor</dt> <dd>TAQA/DMG Events</dd><dt>Contact</dt> <dd><a href='mailto:conferences@worldutilitiescongress.com' target='_blank'>Conference Enquiry</a></dd><dt>Description</dt> <dd>Nuclear energy is the world's second-largest source of low-carbon power after hydro, and is key to achieving global net zero objectives. In commercial use since the 1960s, nuclear energy currently provides about 11% of the world’s electricity requirements from 440 nuclear reactors in 32 countries. Studies show that, over the past 50 years, the use of nuclear energy has reduced CO2 emissions by over 60 gigatonnes – nearly two years' worth of global energy-related emissions – and will be crucial for the decarbonization of energy systems worldwide. The dedicated Nuclear Energy Leadership Forum will run alongside the exhibition focusing on the role of nuclear energy in achieving net-zero, new and emerging technologies in the nuclear industry, challenges and opportunities and the future of the nuclear energy industry, and more.</dd></dl></td><td></td></tr><tr class=' '><td class='text-center'>May 8-12, 2023</td><td class='article'><div class='lead'><a href='https://www.iaea.org/events/uram-2023' target='_blank'>International Symposium on Uranium Raw Material for the Nuclear Fuel Cycle (URAM-2023)</a> </div><div style='position:relative;'><dl class='dl-horizontal dl-narrow no-margin'><dt>Location</dt> <dd>IAEA Headquarters, Vienna, Austria</dd><dt>Sponsor</dt> <dd><a href='https://www.iaea.org/' target='_blank'>IAEA</a></dd><dt>Contact</dt> <dd><a href='mailto:Conference.Contact-Point@iaea.org' target='_blank'>Nancy Herter</a></dd><dt>Description</dt> <dd>The purpose of the event is to analyse supply–demand scenarios and to present and discuss the latest developments and innovations in uranium geology, exploration, mining, processing and site decommissioning to ensure a sustainable supply of uranium for use as nuclear fuel. The presentations and discussions at URAM-2023 will:<br/> Lead to a better understanding of the adequacy of uranium supply to meet future demand;<br/> Provide information on geological models, new exploration concepts, knowledge and technologies that may potentially result in the discovery and development of new uranium resources;<br/> Describe new mining and processing technologies that have the potential to support a more efficient and sustainable development of uranium and related resources; and<br/> Consider the environmental compatibility of uranium production and the overall effectiveness of progressive waste management, decommissioning and remediation of production facilities.</dd></dl></td><td></td></tr><tr class=' info '><td class='text-center'>May 15-17, 2023</td><td class='article'><div class='lead'><a href='https://nei.org/conferences/nuclear-energy-assembly' target='_blank'>Nuclear Energy Assembly</a> </div><div style='position:relative;'><dl class='dl-horizontal dl-narrow no-margin'><dt>Location</dt> <dd><a href='https://www.hyatt.com/en-US/hotel/washington-dc/grand-hyatt-washington/wasgh?src=corp_lclb_gmb_seo_wasgh' target='_blank'>Grand Hyatt Washington, D.C.</a></dd><dt>Sponsor</dt> <dd><a href='https://nei.org/' target='_blank'>NEI</a></dd><dt>Contact</dt> <dd><a href='mailto:kmb@nei.org' target='_blank'>Kelly Bielen</a></dd><dt>Description</dt> <dd>NEI’s Nuclear Energy Assembly will bring together leaders throughout the nuclear, energy, and climate communities. The nuclear industry’s leading conference is an opportunity for networking with thought leaders, building business connections, gaining inspiration, and learning about recent successes and the promises of tomorrow. Held in conjunction with the North American Young Generation in Nuclear’s professional development conference and the Nuclear Suppliers Expo, NEA is the gathering place for the best and brightest leaders from all areas of the nuclear energy industry and related fields.</dd></dl></td><td></td></tr><tr class=' '><td class='text-center'>Jun 4-6, 2023</td><td class='article'><div class='lead'><a href='https://wnfm.com/annualmeeting/' target='_blank'>WNFM 49th Annual Meeting</a> </div><div style='position:relative;'><dl class='dl-horizontal dl-narrow no-margin'><dt>Location</dt> <dd>Ljubljana, Slovenia</dd><dt>Sponsor</dt> <dd><a href='https://www.wnfm.com/' target='_blank'>World Nuclear Fuel Market</a></dd><dt>Contact</dt> <dd><a href='mailto:rlittle@nacintl.com' target='_blank'>Rachel Little</a></dd><dt>Description</dt> <dd>The World Nuclear Fuel Market, an association of about 76 companies, representing around 21 countries, is dedicated to facilitating trade of nuclear materials and increasing the availability of accurate, timely and useful price information to the industry. WNFM organizes and hosts a well-attended annual meeting that provides a forum for the discussion of issues of interest to its members.</dd></dl></td><td></td></tr><tr class=' info '><td class='text-center'>Jun 7-8, 2023</td><td class='article'><div class='lead'><a href='https://1.reutersevents.com/LP=34085?extsource=mediapartner_uxc_brochure_banner' target='_blank'>Global Energy Transition 2023</a> </div><div style='position:relative;'><dl class='dl-horizontal dl-narrow no-margin'><dt>Location</dt> <dd>New York, USA</dd><dt>Sponsor</dt> <dd><a href='https://www.reutersevents.com/nuclear/' target='_blank'>Reuters Events</a></dd><dt>Description</dt> <dd>Amidst complex geopolitical tensions, evolving supply chains and catalysed technological development, the global energy transition has reached a critical inflection point. Against this uncertainty, are we realizing the commitments we have set ourselves?<br/><br/> Join 750+ executive decision-makers to re-invent the energy transition at Reuters Events: Global Energy Transition 2023 (07 – 08 June, New York). Together, we will unite energy, industrial, and government world leaders to redefine intersectoral net-zero discourse and confront the most business-critical challenges that our industry is facing, together.</dd></dl></td><td><a href='/promos/AdClick.aspx?key=163&url=https%3a%2f%2f1.reutersevents.com%2fLP%3d34085%3fextsource%3dmediapartner_uxc_brochure_banner&exp=2024-11-23+06%3A38' target='_blank'><img src='/img/i/p/promo/Reuters-GET-2023.jpg' width='62' height='150' class='pull-right' /></a></td></tr><tr class=' info '><td class='text-center'>Jun 11-14, 2023</td><td class='article'><div class='lead'><a href='https://www.uxc.com/p/product/service/seminar' target='_blank'>UxC Nuclear Fuel Training Seminar - Vienna</a> </div><div style='position:relative;'><dl class='dl-horizontal dl-narrow no-margin'><dt>Location</dt> <dd>Hilton Vienna Plaza, Vienna, Austria</dd><dt>Sponsor</dt> <dd><a href='http://www.uxc.com/' target='_blank'>UxC, LLC</a></dd><dt>Contact</dt> <dd><a href='mailto:eric.webb@uxc.com' target='_blank'>Eric Webb</a></dd><dt>Description</dt> <dd>Following over a decade of successful seminars focused on utility nuclear fuel procurement, UxC created its new Nuclear Fuel Training Seminar in 2016. All participants in the nuclear fuel markets require up-to-date knowledge and unbiased insights in order to formulate effective strategies either for procurement, sales efforts, investment activities, or other related objectives. This seminar is designed to assist you in achieving these goals by providing an advanced understanding of factors affecting nuclear fuel demand, market price formation, supply source availability, supplier motivations, and utility contracting practices.</dd></dl></td><td><a href='/promos/AdClick.aspx?key=17&url=%2fp%2fproducts%2fuxc_seminar.aspx%23Vienna&exp=2024-11-23+06%3A38' target='_blank'><img src='/img/i/p/promo/UxC-Seminar-Vienna-2023.png' width='62' height='150' class='pull-right' /></a></td></tr><tr class=' '><td class='text-center'>Jun 21-22, 2023</td><td class='article'><div class='lead'><a href='https://www.nuclearpowerplantsexpo.com/' target='_blank'>Nuclear Power Plants V. Expo & IX. Summit</a> </div><div style='position:relative;'><dl class='dl-horizontal dl-narrow no-margin'><dt>Location</dt> <dd>Istanbul Lutfi Kırdar Convention Exhibition Center, Istanbul, Turkey</dd><dt>Sponsor</dt> <dd><a href='https://www.niatr.org/' target='_blank'>NIATR</a></dd><dt>Contact</dt> <dd><a href='mailto:meliha@nuclearpowerplantsexpo.com' target='_blank'>Meliha Taçgin</a></dd><dt>Description</dt> <dd>The Nuclear Power Plants Expo & Summit (NPPES) is the best way to keep up to date with the latest developments in Turkey’s booming nuclear industry. The NPPES provides speakers and delegates with the opportunity to hear the latest about nuclear power plant projects, plans, products, and solutions while gaining extensive networking time with nuclear industry peers, get the chance to approach senior-level executives from a large number of local and international companies and ensure you stay at the nuclear industry. This year's NPPES meeting takes place at the Istanbul Lutfi Kırdar Convention Exhibition Center in Istanbul, Turkey from June 21-22, 2023.</dd></dl></td><td></td></tr><tr class=' info '><td class='text-center'>Jul 23-26, 2023</td><td class='article'><div class='lead'><a href='https://www.nei.org/conferences/women-in-nuclear' target='_blank'>U.S. Women in Nuclear</a> </div><div style='position:relative;'><dl class='dl-horizontal dl-narrow no-margin'><dt>Location</dt> <dd>Scottsdale, AZ</dd><dt>Sponsor</dt> <dd><a href='https://nei.org/' target='_blank'>NEI</a></dd><dt>Contact</dt> <dd><a href='mailto:ker@nei.org' target='_blank'>Kaitlin Rekola</a></dd><dt>Description</dt> <dd>This event will include dialogue on diversity, equity, and inclusion, space applications from government and private sector speakers, and mentorships that yield positive career growth. The U.S. Women in Nuclear national conference is ideal for individuals working in all aspects of nuclear energy, science, and technology in the United States. The conference provides perspectives from national authorities on key issues and professional development opportunities to grow your career.</dd></dl></td><td></td></tr><tr class=' info '><td class='text-center'>Sep 6-8, 2023</td><td class='article'><div class='lead'><a href='https://www.wna-symposium.org/' target='_blank'>World Nuclear Association Symposium 2023</a> </div><div style='position:relative;'><dl class='dl-horizontal dl-narrow no-margin'><dt>Location</dt> <dd>Park Plaza Westminster Bridge, London, UK</dd><dt>Sponsor</dt> <dd><a href='http://www.world-nuclear.org/' target='_blank'>World Nuclear Association</a></dd><dt>Contact</dt> <dd><a href='mailto:events@world-nuclear.org' target='_blank'>Ana Rodriguez</a></dd><dt>Description</dt> <dd>On 6-8 September 2023, top nuclear industry leaders, experts and executives will come together in London, UK to share information and experience that will elevate nuclear energy as a key contributor in the transition to a clean and sustainable world. Further details will be available shortly. This year's Gala Dinner will be held on Thursday 7 September at an iconic London venue (full details to be announced shortly). Join fellow delegates for this cultural and networking experience.</dd></dl></td><td><a href='/promos/AdClick.aspx?key=165&url=https%3a%2f%2fwww.wna-symposium.org%2fwebsite%2f52662%2f&exp=2024-11-23+06%3A38' target='_blank'><img src='/img/i/p/promo/WNA-Sympo-2023.png' width='62' height='150' class='pull-right' /></a></td></tr><tr class=' info '><td class='text-center'>Sep 11-12, 2023</td><td class='article'><div class='lead'><a href='https://www.szwgroup.com/central-eastern-europe-nuclear-industry-congress/' target='_blank'>8th Central & Eastern Europe Nuclear Industry Congress 2023</a> </div><div style='position:relative;'><dl class='dl-horizontal dl-narrow no-margin'><dt>Location</dt> <dd>Prague, Czech Republic</dd><dt>Sponsor</dt> <dd><a href='http://www.szwgroup.com/' target='_blank'>SZ&W Group</a></dd><dt>Contact</dt> <dd><a href='mailto:christineguan@szwgroup.com' target='_blank'>Christine Guan</a></dd><dt>Description</dt> <dd>The 8th Central & Eastern Europe Nuclear Industry Congress 2023 will take place in Prague, Czech Republic to bring together companies involved in all areas of the nuclear power plant life cycle to address latest CEE nuclear market opportunities, update on new build, life extension & decommissioning projects in CEE countries, share good practices for ongoing and planned projects, together with innovative technology demonstration platform to accelerate business cooperation for CEE market.</dd></dl></td><td><a href='/promos/AdClick.aspx?key=168&url=https%3a%2f%2fwww.szwgroup.com%2fcentral-eastern-europe-nuclear-industry-congress%2f&exp=2024-11-23+06%3A38' target='_blank'><img src='/img/i/p/promo/SZW-CEENIC-2023.png' width='62' height='150' class='pull-right' /></a></td></tr><tr class=' '><td class='text-center'>Sep 11-13, 2023</td><td class='article'><div class='lead'><a href='https://www.niauk.org/nuclear-week-in-parliament-2023-sponsorship-opportunities/' target='_blank'>Nuclear Week in Parliament 2023</a> </div><div style='position:relative;'><dl class='dl-horizontal dl-narrow no-margin'><dt>Location</dt> <dd><a href='https://www.niauk.org/' target='_blank'>Various locations across the parliamentary estate</a></dd><dt>Sponsor</dt> <dd><a href='https://www.niauk.org/' target='_blank'>NIA</a></dd><dt>Contact</dt> <dd><a href='mailto:jon.woodburn@niauk.org' target='_blank'>Jon Woodburn</a></dd><dt>Description</dt> <dd>The Nuclear Industry Association will host the 3rd Nuclear Week in Parliament (NWiP) between the 11th and 13th of September 2023. In January 2023, the rescheduled week saw hundreds of Parliamentarians and industry representatives engage in various events. Back in its annual September slot, this year’s NWiP will be packed with multiple events and receptions, plus opportunities for NIA members to hold their complementary meetings. The week will focus on engaging with Parliamentarians on various topics, including new build, Advanced Nuclear Technologies, and the fuel cycle. This will build on our Summer Conference, due to be held in the Concorde Conference Centre in Manchester on Wednesday, 14 June 2023.</dd></dl></td><td></td></tr><tr class=' '><td class='text-center'>Sep 11-14, 2023</td><td class='article'><div class='lead'><a href='https://www.djs.si/nene2023' target='_blank'>International Conference on Nuclear Energy for New Europe (NENE 2023)</a> </div><div style='position:relative;'><dl class='dl-horizontal dl-narrow no-margin'><dt>Location</dt> <dd><a href='https://www.hoteli-bernardin.si/en/' target='_blank'>Grand Hotel Bernardin, Portorož, Slovenia</a></dd><dt>Sponsor</dt> <dd><a href='https://www.djs.si/en/' target='_blank'>Nuclear Society of Slovenia</a></dd><dt>Contact</dt> <dd><a href='mailto:nene2023@djs.si' target='_blank'>NA</a></dd><dt>Description</dt> <dd>The Nuclear Society of Slovenia's general conference is an international annual meeting of the nuclear industry and professionals dealing with different aspects of nuclear energy from all around Europe and worldwide. The primary objective of the meeting is to foster international cooperation amongst professionals active in nuclear research and educational institutions, nuclear vendors, utilities, and regulatory bodies. This year the focus of the 32nd conference is “the surest path to a brighter future”. Nuclear energy is the technology that can fill the gap in the global sustainable low-carbon clean energy supply.</dd></dl></td><td></td></tr><tr class=' '><td class='text-center'>Sep 25-29, 2023</td><td class='article'><div class='lead'><a href='https://www.iaea.org/about/governance/general-conference' target='_blank'>67th IAEA General Conference</a> </div><div style='position:relative;'><dl class='dl-horizontal dl-narrow no-margin'><dt>Location</dt> <dd>IAEA Headquarters, Vienna, Austria</dd><dt>Sponsor</dt> <dd><a href='https://www.iaea.org/' target='_blank'>IAEA</a></dd><dt>Contact</dt> <dd><a href='mailto:Conference.Contact-Point@iaea.org' target='_blank'>N/A</a></dd><dt>Description</dt> <dd>The General Conference consisting of representatives of the IAEA Member States meets in a regular annual session, usually in September, to consider and approve the IAEA's budget and to decide on other issues raised by the Board of Governors, the Director General and Member States. Representatives of IAEA Member States and invited non-Member States and organizations may register for the General Conference in accordance with such rules as the General Conference has approved. The General Conference elects a President and members of the General Committee at the beginning of each annual session. They hold office for the duration of the session. In conjunction with the General Conference, the IAEA regularly organizes a Scientific Forum on topics related to nuclear technology and science.</dd></dl></td><td></td></tr><tr class=' '><td class='text-center'>Oct 3, 2023</td><td class='article'><div class='lead'><a href='https://finnuclear.fi/smr-business-day-2023/' target='_blank'>SMR Business Day 2023</a> </div><div style='position:relative;'><dl class='dl-horizontal dl-narrow no-margin'><dt>Location</dt> <dd><a href='https://www.aalto.fi/en' target='_blank'>Aalto University, Espoo, Finland</a></dd><dt>Sponsor</dt> <dd><a href='https://finnuclear.fi/' target='_blank'>FinNuclear</a></dd><dt>Contact</dt> <dd><a href='mailto:roosa.ahola@finnuclear.fi' target='_blank'>Roosa Ahola</a></dd><dt>Description</dt> <dd>FinNuclear will hold on October 3, 2023, a one-day conference in Espoo, Finland for current and future players in the small modular reactor industry known as the SMR Business Day. The event offers useful information for businesses interested to be involved in SMR projects and Finnish municipalities considering SMRs to be part of their energy production. The event consists of seminars, 1-to-1 business meetings, and a small exhibition.</dd></dl></td><td></td></tr><tr class=' info '><td class='text-center'>Oct 19-20, 2023</td><td class='article'><div class='lead'><a href='https://stratcomsevents.com/apne2023/' target='_blank'>Asia Pacific Nuclear Energy 2023</a> </div><div style='position:relative;'><dl class='dl-horizontal dl-narrow no-margin'><dt>Location</dt> <dd>Singapore</dd><dt>Sponsor</dt> <dd><a href='http://www.stratcoms.com/' target='_blank'>Strategic Communications</a></dd><dt>Contact</dt> <dd><a href='mailto:customerservice@stratcomsevents.biz' target='_blank'>Christina Logan</a></dd><dt>Description</dt> <dd>StratComs Events in collaboration with Centre for Strategic Energy & Resources is pleased to bring you its first nuclear energy summit focused on developing nuclear energy in the Asia Pacific region particularly the ASEAN countries who are currently looking at nuclear energy as a possible addition to their countries energy mix in light of growing energy demands. Land-scarce Singapore is envisioning a future in which nuclear energy will make up about 10 per cent of its energy mix by 2050. As a small island nation with a considerable hunger for energy, Singapore needs to think big to reach its goal of carbon neutrality.</dd></dl></td><td><a href='/promos/AdClick.aspx?key=166&url=https%3a%2f%2fstratcomsevents.com%2fapne2023%2f&exp=2024-11-23+06%3A38' target='_blank'><img src='/img/i/p/promo/APNE-2023.jpg' width='62' height='150' class='pull-right' /></a></td></tr><tr class=' '><td class='text-center'>Oct 22-24, 2023</td><td class='article'><div class='lead'><a href='https://www.nei.org/conferences' target='_blank'>NEI International Uranium Fuel Seminar</a> </div><div style='position:relative;'><dl class='dl-horizontal dl-narrow no-margin'><dt>Location</dt> <dd><a href='https://www.marriott.com/en-us/hotels/cltmd-le-meridien-charlotte/overview/' target='_blank'>Le Meridien Charlotte Hotel, Charlotte, North Carolina</a></dd><dt>Sponsor</dt> <dd><a href='https://www.nei.org/home' target='_blank'>NEI</a></dd><dt>Description</dt> <dd>Explore the issues impacting the nuclear fuel cycle with industry leaders during the International Uranium Fuel Seminar. Join your colleagues on Oct. 23–24 at the Le Meridien Charlotte for two half-day sessions on fuel policy, market, and trade issues with plenty of networking opportunities. In addition to the half-day sessions, two optional technical tours will be available as well.</dd></dl></td><td></td></tr><tr class=' '><td class='text-center'>Oct 23-25, 2023</td><td class='article'><div class='lead'><a href='https://www.sfen.org/evenement/tince23/' target='_blank'>Technological Innovations in Nuclear Civil Engineering</a> </div><div style='position:relative;'><dl class='dl-horizontal dl-narrow no-margin'><dt>Location</dt> <dd><a href='https://www.universite-paris-saclay.fr/en' target='_blank'>ENS Paris-Saclay</a></dd><dt>Sponsor</dt> <dd><a href='https://www.sfen.org/' target='_blank'>Sfen</a></dd><dt>Description</dt> <dd>Sfen's Technological Innovations in Nuclear Civil Engineering 2023 (TINCE'23) conference will be hosted by the prestigious Paris-Saclay University in Paris, France. In the current context of climate change and the global energy crisis, the place of nuclear energy and its role in the future has taken a central position that has been continuously underlined by the IEA and the IPCC and that is clearly of the highest importance today. Currently, there are more than 50 nuclear projects underway around the world and more than 35 planned projects that are considered to be firm. In that context, Sfen decided to place the TINCE'23 edition under the auspices of the new build challenge that is in front of us. TINCE'23 is also special as Sfen will celebrate the 10th anniversary of the conference.</dd></dl></td><td></td></tr><tr class=' '><td class='text-center'>Nov 5-9, 2023</td><td class='article'><div class='lead'><a href='https://www.ans.org/meetings/browse-national/' target='_blank'>ANS Winter Meeting & Technology Expo</a> </div><div style='position:relative;'><dl class='dl-horizontal dl-narrow no-margin'><dt>Location</dt> <dd><a href='https://www.hilton.com/en/hotels/dcawhhh-washington-hilton/' target='_blank'>Washington Hilton, Washington, D.C.</a></dd><dt>Sponsor</dt> <dd><a href='https://www.ans.org/' target='_blank'>ANS</a></dd><dt>Description</dt> <dd>The 2023 ANS Winter Meeting promises to be one of the year’s most exciting and informative educational and networking events for attendees from every facet of nuclear science and technology. If you’re interested in expanding your knowledge, sharing ideas, and networking, don’t miss this opportunity. Please join us at the 2023 ANS Winter Meeting. In addition, the Technology Expo will give attendees a glimpse into the applications of new technology through three days of exhibits and special events. The Expo will also give attendees many opportunities to network with each other and establish new professional relationships while having food and fun in a friendly and informal setting.</dd></dl></td><td></td></tr><tr class=' '><td class='text-center'>Nov 14-16, 2023</td><td class='article'><div class='lead'><a href='https://www.enlit-asia.com/' target='_blank'>Enlit Asia</a> </div><div style='position:relative;'><dl class='dl-horizontal dl-narrow no-margin'><dt>Location</dt> <dd><a href='https://ice-indonesia.com/' target='_blank'>ICE, BSD City, Jakarta, Indonesia</a></dd><dt>Sponsor</dt> <dd><a href='https://clarionevents.com/' target='_blank'>Clarion Events</a></dd><dt>Description</dt> <dd>Enlit Asia is an annual conference and exhibition that unifies two major events in the power and energy sector - POWERGEN Asia and Asian Utility Week. The event is a platform for leading industry providers to showcase innovative solutions, services, and products in line with the Asian strategy to transition to a low-carbon energy supply. Through its conference summit, Enlit Asia also delivers expert knowledge and foresight from the region's power and energy thought leaders on key developments, policies, and innovations that are driving the energy transition. The conference brings together the entire value chain of both power and utility producers and suppliers, covering content and exhibits from source to generation and from grid to consumer.</dd></dl></td><td></td></tr><tr class=' '><td class='text-center'>Nov 28-30, 2023</td><td class='article'><div class='lead'><a href='https://www.enlit-europe.com/' target='_blank'>Enlit Europe</a> </div><div style='position:relative;'><dl class='dl-horizontal dl-narrow no-margin'><dt>Location</dt> <dd><a href='https://www.viparis.com/en/our-venues/paris-expo-porte-de-versailles-en' target='_blank'>Paris Expo Porte de Versailles</a></dd><dt>Sponsor</dt> <dd><a href='https://clarionevents.com/' target='_blank'>Clarion Events</a></dd><dt>Description</dt> <dd>Enlit Europe will welcome 15,000 energy professionals in Paris, to visit 700 exhibitors, hear from 500 speakers on the latest industry developments, get to know start-ups, scale-ups and entrepreneurs working on solutions helping to accelerate the energy transition, meet with future energy leaders, and connect with EU-funded projects that are the first line of defense against climate change.</dd></dl></td><td></td></tr><tr class=' '><td class='text-center'>Nov 28-30, 2023</td><td class='article'><div class='lead'><a href='https://www.world-nuclear-exhibition.com/en-gb.html' target='_blank'>WNE 2023 - 4th World Nuclear Exhibition</a> </div><div style='position:relative;'><dl class='dl-horizontal dl-narrow no-margin'><dt>Location</dt> <dd><a href='https://www.viparis.com/en/our-venues/paris-nord-villepinte-en' target='_blank'>Parc des Expositions, Paris, France</a></dd><dt>Sponsor</dt> <dd><a href='https://www.gifen.fr/' target='_blank'>GIFEN</a></dd><dt>Description</dt> <dd>WNE brings together more than 600 exhibiting companies, 40% of which come from abroad, working in nearly 50 activities covering the entire value chain of the sector. This unique offer makes it the benchmark civil nuclear event. WNE presents the leading French and international companies in the sector, but also many young innovative companies. WNE is a GIFEN event.</dd></dl></td><td></td></tr><tr class=' info '><td class='text-center'>Dec 4-5, 2023</td><td class='article'><div class='lead'><a href='https://www.szwgroup.com/nuclear-industry-congress-uk/' target='_blank'>8th European Nuclear Industry Congress 2023</a> </div><div style='position:relative;'><dl class='dl-horizontal dl-narrow no-margin'><dt>Location</dt> <dd>London, UK</dd><dt>Sponsor</dt> <dd><a href='http://www.szwgroup.com/' target='_blank'>SZ&W Group</a></dd><dt>Description</dt> <dd>The 8th European Nuclear Industry Congress 2023 (ENIC 2023) aims to bring together companies involved in all areas of the nuclear power plant life cycle to address latest European nuclear market opportunities, update on new build, life extension & decommissioning projects in the whole Europe, share good practices for ongoing and planned projects, together with innovative technology demonstration platform to accelerate business cooperation for European market.</dd></dl></td><td><a href='/promos/AdClick.aspx?key=167&url=https%3a%2f%2fwww.szwgroup.com%2fnuclear-industry-congress-uk%2f&exp=2024-11-23+06%3A38' target='_blank'><img src='/img/i/p/promo/SZW-ENIC-2023.png' width='62' height='150' class='pull-right' /></a></td></tr><tr class=' '><td class='text-center'>Dec 10-14, 2023</td><td class='article'><div class='lead'><a href='https://www.ans.org/meetings/mines2023/' target='_blank'>MiNES 2023 - Materials in Nuclear Energy Systems</a> </div><div style='position:relative;'><dl class='dl-horizontal dl-narrow no-margin'><dt>Location</dt> <dd><a href='https://www.marriott.com/en-us/hotels/msyla-new-orleans-marriott/overview/' target='_blank'>New Orleans Marriot, New Orleans, Louisiana, USA</a></dd><dt>Sponsor</dt> <dd><a href='https://www.ans.org/' target='_blank'>ANS</a></dd><dt>Description</dt> <dd>ANS will hold the third installment of Materials in Nuclear Energy Systems, MiNES, to focus on research in the fission reactor materials community. The MiNES conference series grew out of two biannual symposia: Microstructure Processes in Irradiated Materials (MPIM), held at the TMS Annual Meeting & Exhibition, and Nuclear Fuel and Structural Materials (NFSM), held at the ANS Annual Meeting. The conference takes place bi-annually, with TMS and ANS alternating sponsorship.</dd></dl></td><td></td></tr></table></span> </div> <div class="RadAjaxPanel" id="ctl00_ctl00_Body_Body_calendar_ctl00_ctl00_Body_Body_calendar_lblErrorMessagePanel"> <span id="ctl00_ctl00_Body_Body_calendar_lblErrorMessage"></span> </div> </div> </div> </div> <div class="footer"> <div class="row"> <div class="col-sm-8"> <div> <a class="no-wrap" href="#PageTop"><span class="text-muted">BACK TO TOP</span></a> | <a class="no-wrap" href="/">HOME</a> | <a class="no-wrap" href="/SiteMap.aspx">SITE MAP</a> | <a class="no-wrap" href="/p/Terms.aspx">Terms of Use</a> | <a class="no-wrap" href="/p/Privacy.aspx">Privacy Policy</a> | <a class="no-wrap" href="/p/corp/directory">Contact Us</a> </div> <table class="no-border" style="margin-top:15px"> <tr> <td class="small"> © 2024 UxC, LLC<br /> All rights reserved. </td> <td style="padding-left:20px;"> <a href="https://x.com/uxc_nuclear" target="_blank"><img src="/images/logos/logo-x.svg" height="24" /></a> </td> <td style="padding-left:20px;"> <a href="https://www.linkedin.com/company/the-ux-consulting-company-llc/" target="_blank"><img src="/images/logos/logo-linkedin.svg" height="24" /></a> </td> </tr> </table> </div> <div class="col-sm-4"> <br class="visible-xs" /> <div> <b>UxC, LLC</b> <br /> <br class="hidden-xs" /> <p class="small" style="margin-bottom:0;"> <b>Corporate Office:</b><br /> 1501 MACY DR | ROSWELL, GA 30076 USA<br /> +1 (770) 642-7745 </p> </div> </div> </div> </div> </div> <script type="text/javascript"> //<![CDATA[ window.__TsmHiddenField = $get('ctl00_ctl00_RadScriptManager1_TSM');;(function() { function loadHandler() { var hf = $get('ctl00_ctl00_RadStyleSheetManager1_TSSM'); if (!hf._RSSM_init) { hf._RSSM_init = true; hf.value = ''; } hf.value += ';Telerik.Web.UI, Version=2020.2.617.45, Culture=neutral, PublicKeyToken=121fae78165ba3d4:en-US:77834329-9f9d-4011-8eac-a82ffa414dd7:c86a4a06;Telerik.Web.UI.Skins, Version=2020.2.617.45, Culture=neutral, PublicKeyToken=121fae78165ba3d4:en-US:a9236955-7261-4081-864e-785ed014ff62:9e03bb1b'; Sys.Application.remove_load(loadHandler); }; Sys.Application.add_load(loadHandler); })();Sys.Application.add_init(function() { $create(Telerik.Web.UI.RadAjaxManager, {"_updatePanels":"","ajaxSettings":[{InitControlID : "ctl00_ctl00_Body_Body_calendar_radcalSelect",UpdatedControls : [{ControlID:"ctl00_ctl00_Body_Body_calendar_lblTitle",PanelID:""},{ControlID:"ctl00_ctl00_Body_Body_calendar_radcalSelect",PanelID:""},{ControlID:"ctl00_ctl00_Body_Body_calendar_lblCalendarBox",PanelID:""},{ControlID:"ctl00_ctl00_Body_Body_calendar_lblErrorMessage",PanelID:""},{ControlID:"ctl00_ctl00_Body_Body_calendar_UpdateProgress1",PanelID:""}]}],"clientEvents":{OnRequestStart:"",OnResponseEnd:""},"defaultLoadingPanelID":"","enableAJAX":true,"enableHistory":false,"links":[],"styles":[],"uniqueID":"ctl00$ctl00$Body$Body$calendar$RadAjaxManager1","updatePanelsRenderMode":0}, null, null, $get("ctl00_ctl00_Body_Body_calendar_RadAjaxManager1")); }); Sys.Application.add_init(function() { $create(Telerik.Web.UI.RadCalendar, {"_DayRenderChangedDays":{},"_FormatInfoArray":[["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["January","February","March","April","May","June","July","August","September","October","November","December",""],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec",""],"dddd, MMMM d, yyyy h:mm:ss tt","dddd, MMMM d, yyyy","h:mm:ss tt","MMMM d","ddd, dd MMM yyyy HH\u0027:\u0027mm\u0027:\u0027ss \u0027GMT\u0027","M/d/yyyy","h:mm tt","yyyy\u0027-\u0027MM\u0027-\u0027dd\u0027T\u0027HH\u0027:\u0027mm\u0027:\u0027ss","yyyy\u0027-\u0027MM\u0027-\u0027dd HH\u0027:\u0027mm\u0027:\u0027ss\u0027Z\u0027","MMMM yyyy","AM","PM","/",":",0],"_ViewRepeatableDays":{"2023_7_2":"2007_1_7","2023_10_8":"2007_1_7","2023_7_29":"2007_1_6","2023_11_26":"2007_1_7","2023_2_25":"2007_1_6","2023_7_22":"2007_1_6","2023_8_6":"2007_1_7","2023_1_1":"2007_1_7","2023_8_20":"2007_1_7","2023_8_26":"2007_1_6","2023_8_27":"2007_1_7","2023_6_18":"2007_1_7","2023_1_7":"2007_1_6","2023_12_17":"2007_1_7","2023_11_4":"2007_1_6","2023_2_4":"2007_1_6","2023_12_23":"2007_1_6","2023_6_10":"2007_1_6","2023_1_14":"2007_1_6","2023_1_15":"2007_1_7","2023_6_17":"2007_1_6","2023_11_19":"2007_1_7","2023_11_11":"2007_1_6","2023_5_6":"2007_1_6","2023_6_3":"2007_1_6","2023_4_9":"2007_1_7","2023_5_28":"2007_1_7","2023_12_2":"2007_1_6","2023_4_1":"2007_1_6","2023_5_21":"2007_1_7","2023_5_27":"2007_1_6","2023_12_3":"2007_1_7","2023_7_9":"2007_1_7","2023_1_8":"2007_1_7","2023_11_25":"2007_1_6","2023_3_4":"2007_1_6","2023_7_1":"2007_1_6","2023_12_31":"2007_1_7","2023_3_26":"2007_1_7","2023_9_2":"2007_1_6","2023_3_25":"2007_1_6","2023_2_18":"2007_1_6","2023_2_19":"2007_1_7","2023_2_5":"2007_1_7","2023_2_12":"2007_1_7","2023_10_28":"2007_1_6","2023_8_19":"2007_1_6","2023_2_11":"2007_1_6","2023_8_5":"2007_1_6","2023_8_12":"2007_1_6","2023_8_13":"2007_1_7","2023_5_20":"2007_1_6","2023_7_30":"2007_1_7","2023_1_28":"2007_1_6","2023_1_29":"2007_1_7","2023_12_16":"2007_1_6","2023_1_22":"2007_1_7","2023_1_21":"2007_1_6","2023_11_12":"2007_1_7","2023_9_3":"2007_1_7","2023_10_14":"2007_1_6","2023_10_15":"2007_1_7","2023_11_18":"2007_1_6","2023_5_7":"2007_1_7","2023_12_9":"2007_1_6","2023_4_8":"2007_1_6","2023_7_16":"2007_1_7","2023_7_15":"2007_1_6","2023_9_23":"2007_1_6","2023_12_24":"2007_1_7","2023_10_29":"2007_1_7","2023_6_24":"2007_1_6","2023_6_25":"2007_1_7","2024_1_6":"2007_1_6","2023_9_9":"2007_1_6","2023_9_10":"2007_1_7","2023_9_16":"2007_1_6","2023_9_17":"2007_1_7","2023_5_13":"2007_1_6","2023_5_14":"2007_1_7","2023_4_2":"2007_1_7","2023_4_29":"2007_1_6","2023_7_8":"2007_1_6","2023_9_24":"2007_1_7","2023_4_22":"2007_1_6","2022_12_25":"2007_1_7","2023_9_30":"2007_1_6","2023_4_30":"2007_1_7","2022_12_31":"2007_1_6","2023_3_18":"2007_1_6","2023_3_19":"2007_1_7","2023_3_5":"2007_1_7","2023_10_21":"2007_1_6","2023_3_12":"2007_1_7","2023_10_7":"2007_1_6","2023_3_11":"2007_1_6","2023_10_1":"2007_1_7","2023_12_30":"2007_1_6"},"_ViewsHash":{"ctl00_ctl00_Body_Body_calendar_radcalSelect_Top" : [[0001,1,1], 12],"ctl00_ctl00_Body_Body_calendar_radcalSelect_Top_0" : [[2023,1,1], 1],"ctl00_ctl00_Body_Body_calendar_radcalSelect_Top_1" : [[2023,2,1], 1],"ctl00_ctl00_Body_Body_calendar_radcalSelect_Top_2" : [[2023,3,1], 1],"ctl00_ctl00_Body_Body_calendar_radcalSelect_Top_3" : [[2023,4,1], 1],"ctl00_ctl00_Body_Body_calendar_radcalSelect_Top_4" : [[2023,5,1], 1],"ctl00_ctl00_Body_Body_calendar_radcalSelect_Top_5" : [[2023,6,1], 1],"ctl00_ctl00_Body_Body_calendar_radcalSelect_Top_6" : [[2023,7,1], 1],"ctl00_ctl00_Body_Body_calendar_radcalSelect_Top_7" : [[2023,8,1], 1],"ctl00_ctl00_Body_Body_calendar_radcalSelect_Top_8" : [[2023,9,1], 1],"ctl00_ctl00_Body_Body_calendar_radcalSelect_Top_9" : [[2023,10,1], 1],"ctl00_ctl00_Body_Body_calendar_radcalSelect_Top_10" : [[2023,11,1], 1],"ctl00_ctl00_Body_Body_calendar_radcalSelect_Top_11" : [[2023,12,1], 1]},"_calendarWeekRule":0,"_culture":"en-US","_enableKeyboardNavigation":false,"_enableViewSelector":false,"_firstDayOfWeek":7,"_postBackCall":"__doPostBack(\u0027ctl00$ctl00$Body$Body$calendar$radcalSelect\u0027,\u0027@@\u0027)","_rangeSelectionMode":0,"autoPostBack":true,"clientStateFieldID":"ctl00_ctl00_Body_Body_calendar_radcalSelect_ClientState","enableMultiSelect":false,"enabled":true,"fastNavigationStep":2,"monthYearNavigationSettings":["Today","OK","Cancel","Date is out of range.","False","True","300","1","300","1","False"],"multiViewColumns":6,"multiViewRows":2,"showOtherMonthsDays":false,"skin":"Metro","specialDaysArray":[[,[2024,11,23],1,0,0,0,16,0,,{"SpecialDayStyle_2024_11_23": ["background-color:#3569A5;", ""]}],[,[2007,1,7],1,0,0,0,4,0,,{"SpecialDayStyle_2007_1_7": ["background-color:#E5E4E5;border-color:#E5E4E5;", ""]}],[,[2007,1,6],1,0,0,0,4,0,,{"SpecialDayStyle_2007_1_6": ["background-color:#E5E4E5;border-color:#E5E4E5;", ""]}],[,[2023,2,6],1,0,0,0,64,0,"* CONTE 2023 (Conference on Nuclear Training and Education)",{"SpecialDayStyle_2023_2_6": ["background-color:#B2DECA;border-color:#B2DECA;", ""]}],[,[2023,2,7],1,0,0,0,64,0,"* CONTE 2023 (Conference on Nuclear Training and Education)",{"SpecialDayStyle_2023_2_7": ["background-color:#B2DECA;border-color:#B2DECA;", ""]}],[,[2023,2,8],1,0,0,0,64,0,"* CONTE 2023 (Conference on Nuclear Training and Education)",{"SpecialDayStyle_2023_2_8": ["background-color:#B2DECA;border-color:#B2DECA;", ""]}],[,[2023,2,9],1,0,0,0,64,0,"* CONTE 2023 (Conference on Nuclear Training and Education)",{"SpecialDayStyle_2023_2_9": ["background-color:#B2DECA;border-color:#B2DECA;", ""]}],[,[2023,2,26],1,0,0,0,64,0,"* WM2023 Symposia",{"SpecialDayStyle_2023_2_26": ["background-color:#B2DECA;border-color:#B2DECA;", ""]}],[,[2023,2,27],1,0,0,0,64,0,"* WM2023 Symposia",{"SpecialDayStyle_2023_2_27": ["background-color:#B2DECA;border-color:#B2DECA;", ""]}],[,[2023,2,28],1,0,0,0,64,0,"* WM2023 Symposia",{"SpecialDayStyle_2023_2_28": ["background-color:#B2DECA;border-color:#B2DECA;", ""]}],[,[2023,3,1],1,0,0,0,64,0,"* WM2023 Symposia",{"SpecialDayStyle_2023_3_1": ["background-color:#B2DECA;border-color:#B2DECA;", ""]}],[,[2023,3,2],1,0,0,0,64,0,"* WM2023 Symposia",{"SpecialDayStyle_2023_3_2": ["background-color:#B2DECA;border-color:#B2DECA;", ""]}],[,[2023,3,14],1,0,0,0,64,0,"* Africa Nuclear Business Platform\r\n* U.S. NRC 35th Regulatory Information Conference",{"SpecialDayStyle_2023_3_14": ["background-color:#FDDEBE;border-color:#FDDEBE;", ""]}],[,[2023,3,15],1,0,0,0,64,0,"* Africa Nuclear Business Platform\r\n* U.S. NRC 35th Regulatory Information Conference",{"SpecialDayStyle_2023_3_15": ["background-color:#FDDEBE;border-color:#FDDEBE;", ""]}],[,[2023,3,16],1,0,0,0,64,0,"* Africa Nuclear Business Platform\r\n* U.S. NRC 35th Regulatory Information Conference",{"SpecialDayStyle_2023_3_16": ["background-color:#FDDEBE;border-color:#FDDEBE;", ""]}],[,[2023,3,17],1,0,0,0,64,0,"* Africa Nuclear Business Platform",{"SpecialDayStyle_2023_3_17": ["background-color:#B2DECA;border-color:#B2DECA;", ""]}],[,[2023,4,14],1,0,0,0,64,0,"* 15th China International Exhibition on Nuclear Power Industry",{"SpecialDayStyle_2023_4_14": ["background-color:#B2DECA;border-color:#B2DECA;", ""]}],[,[2023,4,15],1,0,0,0,64,0,"* 15th China International Exhibition on Nuclear Power Industry",{"SpecialDayStyle_2023_4_15": ["background-color:#B2DECA;border-color:#B2DECA;", ""]}],[,[2023,4,16],1,0,0,0,64,0,"* 15th China International Exhibition on Nuclear Power Industry",{"SpecialDayStyle_2023_4_16": ["background-color:#B2DECA;border-color:#B2DECA;", ""]}],[,[2023,4,18],1,0,0,0,64,0,"* World Nuclear Fuel Cycle",{"SpecialDayStyle_2023_4_18": ["background-color:#B2DDE9;border-color:#B2DDE9;", ""]}],[,[2023,4,19],1,0,0,0,64,0,"* World Nuclear Fuel Cycle",{"SpecialDayStyle_2023_4_19": ["background-color:#B2DDE9;border-color:#B2DDE9;", ""]}],[,[2023,4,20],1,0,0,0,64,0,"* World Nuclear Fuel Cycle",{"SpecialDayStyle_2023_4_20": ["background-color:#B2DDE9;border-color:#B2DDE9;", ""]}],[,[2023,4,23],1,0,0,0,64,0,"* ICAPP 2023 - International Congress on Advances in Nuclear Power Plants",{"SpecialDayStyle_2023_4_23": ["background-color:#B2DECA;border-color:#B2DECA;", ""]}],[,[2023,4,24],1,0,0,0,64,0,"* ICAPP 2023 - International Congress on Advances in Nuclear Power Plants",{"SpecialDayStyle_2023_4_24": ["background-color:#B2DECA;border-color:#B2DECA;", ""]}],[,[2023,4,25],1,0,0,0,64,0,"* Used Fuel Management Conference\r\n* Used Fuel Management Conference\r\n* ICAPP 2023 - International Congress on Advances in Nuclear Power Plants",{"SpecialDayStyle_2023_4_25": ["background-color:#B2DDE9;border-color:#B2DDE9;", ""]}],[,[2023,4,26],1,0,0,0,64,0,"* The 6th Middle East and Africa Nuclear Industry Congress 2023\r\n* Used Fuel Management Conference\r\n* Used Fuel Management Conference\r\n* ICAPP 2023 - International Congress on Advances in Nuclear Power Plants",{"SpecialDayStyle_2023_4_26": ["background-color:#B2DDE9;border-color:#B2DDE9;", ""]}],[,[2023,4,27],1,0,0,0,64,0,"* The 6th Middle East and Africa Nuclear Industry Congress 2023\r\n* Used Fuel Management Conference\r\n* Used Fuel Management Conference\r\n* ICAPP 2023 - International Congress on Advances in Nuclear Power Plants",{"SpecialDayStyle_2023_4_27": ["background-color:#B2DDE9;border-color:#B2DDE9;", ""]}],[,[2023,5,4],1,0,0,0,64,0,"* SMR & Advanced Reactor Summit 2023",{"SpecialDayStyle_2023_5_4": ["background-color:#B2DDE9;border-color:#B2DDE9;", ""]}],[,[2023,5,5],1,0,0,0,64,0,"* SMR & Advanced Reactor Summit 2023",{"SpecialDayStyle_2023_5_5": ["background-color:#B2DDE9;border-color:#B2DDE9;", ""]}],[,[2023,5,8],1,0,0,0,64,0,"* International Symposium on Uranium Raw Material for the Nuclear Fuel Cycle (URAM-2023)\r\n* World Utilities Congress - Nuclear Energy Leadership Forum",{"SpecialDayStyle_2023_5_8": ["background-color:#FDDEBE;border-color:#FDDEBE;", ""]}],[,[2023,5,9],1,0,0,0,64,0,"* International Symposium on Uranium Raw Material for the Nuclear Fuel Cycle (URAM-2023)\r\n* World Utilities Congress - Nuclear Energy Leadership Forum",{"SpecialDayStyle_2023_5_9": ["background-color:#FDDEBE;border-color:#FDDEBE;", ""]}],[,[2023,5,10],1,0,0,0,64,0,"* International Symposium on Uranium Raw Material for the Nuclear Fuel Cycle (URAM-2023)\r\n* World Utilities Congress - Nuclear Energy Leadership Forum",{"SpecialDayStyle_2023_5_10": ["background-color:#FDDEBE;border-color:#FDDEBE;", ""]}],[,[2023,5,11],1,0,0,0,64,0,"* International Symposium on Uranium Raw Material for the Nuclear Fuel Cycle (URAM-2023)",{"SpecialDayStyle_2023_5_11": ["background-color:#B2DECA;border-color:#B2DECA;", ""]}],[,[2023,5,12],1,0,0,0,64,0,"* International Symposium on Uranium Raw Material for the Nuclear Fuel Cycle (URAM-2023)",{"SpecialDayStyle_2023_5_12": ["background-color:#B2DECA;border-color:#B2DECA;", ""]}],[,[2023,5,15],1,0,0,0,64,0,"* Nuclear Energy Assembly",{"SpecialDayStyle_2023_5_15": ["background-color:#B2DDE9;border-color:#B2DDE9;", ""]}],[,[2023,5,16],1,0,0,0,64,0,"* Nuclear Energy Assembly",{"SpecialDayStyle_2023_5_16": ["background-color:#B2DDE9;border-color:#B2DDE9;", ""]}],[,[2023,5,17],1,0,0,0,64,0,"* Nuclear Energy Assembly",{"SpecialDayStyle_2023_5_17": ["background-color:#B2DDE9;border-color:#B2DDE9;", ""]}],[,[2023,6,4],1,0,0,0,64,0,"* WNFM 49th Annual Meeting",{"SpecialDayStyle_2023_6_4": ["background-color:#B2DECA;border-color:#B2DECA;", ""]}],[,[2023,6,5],1,0,0,0,64,0,"* WNFM 49th Annual Meeting",{"SpecialDayStyle_2023_6_5": ["background-color:#B2DECA;border-color:#B2DECA;", ""]}],[,[2023,6,6],1,0,0,0,64,0,"* WNFM 49th Annual Meeting",{"SpecialDayStyle_2023_6_6": ["background-color:#B2DECA;border-color:#B2DECA;", ""]}],[,[2023,6,7],1,0,0,0,64,0,"* Global Energy Transition 2023",{"SpecialDayStyle_2023_6_7": ["background-color:#B2DDE9;border-color:#B2DDE9;", ""]}],[,[2023,6,8],1,0,0,0,64,0,"* Global Energy Transition 2023",{"SpecialDayStyle_2023_6_8": ["background-color:#B2DDE9;border-color:#B2DDE9;", ""]}],[,[2023,6,11],1,0,0,0,64,0,"* UxC Nuclear Fuel Training Seminar - Vienna",{"SpecialDayStyle_2023_6_11": ["background-color:#B2DDE9;border-color:#B2DDE9;", ""]}],[,[2023,6,12],1,0,0,0,64,0,"* UxC Nuclear Fuel Training Seminar - Vienna",{"SpecialDayStyle_2023_6_12": ["background-color:#B2DDE9;border-color:#B2DDE9;", ""]}],[,[2023,6,13],1,0,0,0,64,0,"* UxC Nuclear Fuel Training Seminar - Vienna",{"SpecialDayStyle_2023_6_13": ["background-color:#B2DDE9;border-color:#B2DDE9;", ""]}],[,[2023,6,14],1,0,0,0,64,0,"* UxC Nuclear Fuel Training Seminar - Vienna",{"SpecialDayStyle_2023_6_14": ["background-color:#B2DDE9;border-color:#B2DDE9;", ""]}],[,[2023,6,21],1,0,0,0,64,0,"* Nuclear Power Plants V. Expo & IX. Summit",{"SpecialDayStyle_2023_6_21": ["background-color:#B2DECA;border-color:#B2DECA;", ""]}],[,[2023,6,22],1,0,0,0,64,0,"* Nuclear Power Plants V. Expo & IX. Summit",{"SpecialDayStyle_2023_6_22": ["background-color:#B2DECA;border-color:#B2DECA;", ""]}],[,[2023,7,23],1,0,0,0,64,0,"* U.S. Women in Nuclear",{"SpecialDayStyle_2023_7_23": ["background-color:#B2DDE9;border-color:#B2DDE9;", ""]}],[,[2023,7,24],1,0,0,0,64,0,"* U.S. Women in Nuclear",{"SpecialDayStyle_2023_7_24": ["background-color:#B2DDE9;border-color:#B2DDE9;", ""]}],[,[2023,7,25],1,0,0,0,64,0,"* U.S. Women in Nuclear",{"SpecialDayStyle_2023_7_25": ["background-color:#B2DDE9;border-color:#B2DDE9;", ""]}],[,[2023,7,26],1,0,0,0,64,0,"* U.S. Women in Nuclear",{"SpecialDayStyle_2023_7_26": ["background-color:#B2DDE9;border-color:#B2DDE9;", ""]}],[,[2023,9,6],1,0,0,0,64,0,"* World Nuclear Association Symposium 2023",{"SpecialDayStyle_2023_9_6": ["background-color:#B2DDE9;border-color:#B2DDE9;", ""]}],[,[2023,9,7],1,0,0,0,64,0,"* World Nuclear Association Symposium 2023",{"SpecialDayStyle_2023_9_7": ["background-color:#B2DDE9;border-color:#B2DDE9;", ""]}],[,[2023,9,8],1,0,0,0,64,0,"* World Nuclear Association Symposium 2023",{"SpecialDayStyle_2023_9_8": ["background-color:#B2DDE9;border-color:#B2DDE9;", ""]}],[,[2023,9,11],1,0,0,0,64,0,"* International Conference on Nuclear Energy for New Europe (NENE 2023)\r\n* Nuclear Week in Parliament 2023\r\n* 8th Central & Eastern Europe Nuclear Industry Congress 2023",{"SpecialDayStyle_2023_9_11": ["background-color:#B2DDE9;border-color:#B2DDE9;", ""]}],[,[2023,9,12],1,0,0,0,64,0,"* International Conference on Nuclear Energy for New Europe (NENE 2023)\r\n* Nuclear Week in Parliament 2023\r\n* 8th Central & Eastern Europe Nuclear Industry Congress 2023",{"SpecialDayStyle_2023_9_12": ["background-color:#B2DDE9;border-color:#B2DDE9;", ""]}],[,[2023,9,13],1,0,0,0,64,0,"* International Conference on Nuclear Energy for New Europe (NENE 2023)\r\n* Nuclear Week in Parliament 2023",{"SpecialDayStyle_2023_9_13": ["background-color:#FDDEBE;border-color:#FDDEBE;", ""]}],[,[2023,9,14],1,0,0,0,64,0,"* International Conference on Nuclear Energy for New Europe (NENE 2023)",{"SpecialDayStyle_2023_9_14": ["background-color:#B2DECA;border-color:#B2DECA;", ""]}],[,[2023,9,25],1,0,0,0,64,0,"* 67th IAEA General Conference",{"SpecialDayStyle_2023_9_25": ["background-color:#B2DECA;border-color:#B2DECA;", ""]}],[,[2023,9,26],1,0,0,0,64,0,"* 67th IAEA General Conference",{"SpecialDayStyle_2023_9_26": ["background-color:#B2DECA;border-color:#B2DECA;", ""]}],[,[2023,9,27],1,0,0,0,64,0,"* 67th IAEA General Conference",{"SpecialDayStyle_2023_9_27": ["background-color:#B2DECA;border-color:#B2DECA;", ""]}],[,[2023,9,28],1,0,0,0,64,0,"* 67th IAEA General Conference",{"SpecialDayStyle_2023_9_28": ["background-color:#B2DECA;border-color:#B2DECA;", ""]}],[,[2023,9,29],1,0,0,0,64,0,"* 67th IAEA General Conference",{"SpecialDayStyle_2023_9_29": ["background-color:#B2DECA;border-color:#B2DECA;", ""]}],[,[2023,10,3],1,0,0,0,64,0,"* SMR Business Day 2023",{"SpecialDayStyle_2023_10_3": ["background-color:#B2DECA;border-color:#B2DECA;", ""]}],[,[2023,10,19],1,0,0,0,64,0,"* Asia Pacific Nuclear Energy 2023",{"SpecialDayStyle_2023_10_19": ["background-color:#B2DDE9;border-color:#B2DDE9;", ""]}],[,[2023,10,20],1,0,0,0,64,0,"* Asia Pacific Nuclear Energy 2023",{"SpecialDayStyle_2023_10_20": ["background-color:#B2DDE9;border-color:#B2DDE9;", ""]}],[,[2023,10,22],1,0,0,0,64,0,"* NEI International Uranium Fuel Seminar",{"SpecialDayStyle_2023_10_22": ["background-color:#B2DECA;border-color:#B2DECA;", ""]}],[,[2023,10,23],1,0,0,0,64,0,"* Technological Innovations in Nuclear Civil Engineering\r\n* NEI International Uranium Fuel Seminar",{"SpecialDayStyle_2023_10_23": ["background-color:#FDDEBE;border-color:#FDDEBE;", ""]}],[,[2023,10,24],1,0,0,0,64,0,"* Technological Innovations in Nuclear Civil Engineering\r\n* NEI International Uranium Fuel Seminar",{"SpecialDayStyle_2023_10_24": ["background-color:#FDDEBE;border-color:#FDDEBE;", ""]}],[,[2023,10,25],1,0,0,0,64,0,"* Technological Innovations in Nuclear Civil Engineering",{"SpecialDayStyle_2023_10_25": ["background-color:#B2DECA;border-color:#B2DECA;", ""]}],[,[2023,11,5],1,0,0,0,64,0,"* ANS Winter Meeting & Technology Expo",{"SpecialDayStyle_2023_11_5": ["background-color:#B2DECA;border-color:#B2DECA;", ""]}],[,[2023,11,6],1,0,0,0,64,0,"* ANS Winter Meeting & Technology Expo",{"SpecialDayStyle_2023_11_6": ["background-color:#B2DECA;border-color:#B2DECA;", ""]}],[,[2023,11,7],1,0,0,0,64,0,"* ANS Winter Meeting & Technology Expo",{"SpecialDayStyle_2023_11_7": ["background-color:#B2DECA;border-color:#B2DECA;", ""]}],[,[2023,11,8],1,0,0,0,64,0,"* ANS Winter Meeting & Technology Expo",{"SpecialDayStyle_2023_11_8": ["background-color:#B2DECA;border-color:#B2DECA;", ""]}],[,[2023,11,9],1,0,0,0,64,0,"* ANS Winter Meeting & Technology Expo",{"SpecialDayStyle_2023_11_9": ["background-color:#B2DECA;border-color:#B2DECA;", ""]}],[,[2023,11,14],1,0,0,0,64,0,"* Enlit Asia",{"SpecialDayStyle_2023_11_14": ["background-color:#B2DECA;border-color:#B2DECA;", ""]}],[,[2023,11,15],1,0,0,0,64,0,"* Enlit Asia",{"SpecialDayStyle_2023_11_15": ["background-color:#B2DECA;border-color:#B2DECA;", ""]}],[,[2023,11,16],1,0,0,0,64,0,"* Enlit Asia",{"SpecialDayStyle_2023_11_16": ["background-color:#B2DECA;border-color:#B2DECA;", ""]}],[,[2023,11,28],1,0,0,0,64,0,"* WNE 2023 - 4th World Nuclear Exhibition\r\n* Enlit Europe",{"SpecialDayStyle_2023_11_28": ["background-color:#FDDEBE;border-color:#FDDEBE;", ""]}],[,[2023,11,29],1,0,0,0,64,0,"* WNE 2023 - 4th World Nuclear Exhibition\r\n* Enlit Europe",{"SpecialDayStyle_2023_11_29": ["background-color:#FDDEBE;border-color:#FDDEBE;", ""]}],[,[2023,11,30],1,0,0,0,64,0,"* WNE 2023 - 4th World Nuclear Exhibition\r\n* Enlit Europe",{"SpecialDayStyle_2023_11_30": ["background-color:#FDDEBE;border-color:#FDDEBE;", ""]}],[,[2023,12,4],1,0,0,0,64,0,"* 8th European Nuclear Industry Congress 2023",{"SpecialDayStyle_2023_12_4": ["background-color:#B2DDE9;border-color:#B2DDE9;", ""]}],[,[2023,12,5],1,0,0,0,64,0,"* 8th European Nuclear Industry Congress 2023",{"SpecialDayStyle_2023_12_5": ["background-color:#B2DDE9;border-color:#B2DDE9;", ""]}],[,[2023,12,10],1,0,0,0,64,0,"* MiNES 2023 - Materials in Nuclear Energy Systems",{"SpecialDayStyle_2023_12_10": ["background-color:#B2DECA;border-color:#B2DECA;", ""]}],[,[2023,12,11],1,0,0,0,64,0,"* MiNES 2023 - Materials in Nuclear Energy Systems",{"SpecialDayStyle_2023_12_11": ["background-color:#B2DECA;border-color:#B2DECA;", ""]}],[,[2023,12,12],1,0,0,0,64,0,"* MiNES 2023 - Materials in Nuclear Energy Systems",{"SpecialDayStyle_2023_12_12": ["background-color:#B2DECA;border-color:#B2DECA;", ""]}],[,[2023,12,13],1,0,0,0,64,0,"* MiNES 2023 - Materials in Nuclear Energy Systems",{"SpecialDayStyle_2023_12_13": ["background-color:#B2DECA;border-color:#B2DECA;", ""]}],[,[2023,12,14],1,0,0,0,64,0,"* MiNES 2023 - Materials in Nuclear Energy Systems",{"SpecialDayStyle_2023_12_14": ["background-color:#B2DECA;border-color:#B2DECA;", ""]}]],"stylesHash":{"DayStyle": ["", ""],"CalendarTableStyle": ["", "rcMainTable"],"OtherMonthDayStyle": ["", "rcOtherMonth"],"TitleStyle": ["", ""],"SelectedDayStyle": ["", "rcSelected"],"SelectorStyle": ["", ""],"DisabledDayStyle": ["", "rcDisabled"],"OutOfRangeDayStyle": ["", "rcOutOfRange"],"WeekendDayStyle": ["", "rcWeekend"],"DayOverStyle": ["", "rcHover"],"FastNavigationStyle": ["", "RadCalendarMonthView RadCalendarMonthView_Metro"],"ViewSelectorStyle": ["", "rcViewSel"]},"useColumnHeadersAsSelectors":false,"useRowHeadersAsSelectors":false}, null, null, $get("ctl00_ctl00_Body_Body_calendar_radcalSelect")); }); Sys.Application.add_init(function() { $create(Sys.UI._UpdateProgress, {"associatedUpdatePanelId":null,"displayAfter":500,"dynamicLayout":true}, null, null, $get("ctl00_ctl00_Body_Body_calendar_UpdateProgress1")); }); //]]> </script> </form> <!-- Google Analytics --> <!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-G2E03GW481"></script> <script> window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } gtag('js', new Date()); gtag('config', 'G-G2E03GW481'); </script> </body> </html>