CINXE.COM
SES Case Study: Transforming Remote Mining Sites | Mines and Money
<!doctype html> <html lang="en-AU"> <head> <title>SES Case Study: Transforming Remote Mining Sites | Mines and Money</title> <!-- Meta Tags --> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content="SES and AXESS Networks bring high performance connectivity to unconnected operations in Africa... Continue reading"> <!-- Meta Tags END --> <!-- Auth --> <script src="https://minesandmoney.com/_scripts/auth.js?version=164"></script> <!-- Auth END --> <!-- Canonical Tag --> <link rel="canonical" href="https://minesandmoney.com/news/documents/document-detail.php" /> <!-- Canonical Tag END --> <!-- Open Graph Meta --> <!-- Open Graph Meta END --> <!-- JSON-LD --> <!-- https://developers.google.com/search/docs/guides/enhance-site --> <!-- https://search.google.com/structured-data/testing-tool --> <!-- https://schema.org/ExhibitionEvent --> <!-- https://schema.org/Organization --> <script type="application/ld+json"> { "@context": "https://schema.org", "@type": "ExhibitionEvent", "name": "Mines and Money", "url": "https://minesandmoney.com/", "organizer": { "@type": "Organization", "name": "Beacon Events", "url": "https://www.beaconevents.com/", "email": "info@beaconevents.com" }, "image": [ "https://minesandmoney.com/_images/minesandmoney-opengraph-image.jpg" ], "description": "Mines and Money is the leading international event series for capital-raising and mining investment with events in Europe, Asia, Australia and the Americas." } </script> <script type="application/ld+json"> { "@context": "https://schema.org", "@type": "BreadcrumbList", "itemListElement": [{ "@type": "ListItem", "position": 1, "item": { "@id": "https://minesandmoney.com/", "name": "Home" } }] } </script><!-- JSON-LD END --> <!-- Favicon --> <link rel="icon" href="https://minesandmoney.com/_images/favicon/favicon.ico" sizes="any"> <link rel="icon" href="https://minesandmoney.com/_images/favicon/icon.svg" type="image/svg+xml"> <link rel="apple-touch-icon" href="https://minesandmoney.com/_images/favicon/apple-touch-icon.png"> <link rel="manifest" href="https://minesandmoney.com/manifest.webmanifest"> <!-- Favicon END --> <!-- Bootstrap --> <link href="https://minesandmoney.com/_bootstrap/css/bootstrap.min.css" rel="stylesheet"> <script src="https://minesandmoney.com/_bootstrap/js/bootstrap.bundle.min.js"></script> <!-- Bootstrap END --> <!-- Local Libraries --> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script> <script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script> <!-- Local Libraries END --> <!-- Lazy Loading --> <script defer type="text/javascript" src="https://minesandmoney.com/_scripts/lozad.min.js"></script> <!-- Lazy Loading END --> <!-- Lightbox --> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fancyapps/ui@4.0/dist/fancybox.css" /> <script src="https://cdn.jsdelivr.net/npm/@fancyapps/ui@4.0/dist/fancybox.umd.js"></script> <!-- Lightbox END --> <!-- Stylesheets --> <link rel="stylesheet" type="text/css" href="https://minesandmoney.com/_css/common.css?version=164"> <link rel="stylesheet" type="text/css" href="https://minesandmoney.com/_css/content.css?version=164"> <!-- Stylesheets END --> <!-- Font Awesome --> <script src="https://kit.fontawesome.com/159a58b349.js" crossorigin="anonymous"></script> <!-- Font Awesome END --> <!-- Google Tag Manager --> <!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-T3J7W7T');</script> <!-- End Google Tag Manager --><!-- Google Tag Manager END --> <!-- Validation --> <script src="https://cdnjs.cloudflare.com/ajax/libs/es6-shim/0.35.3/es6-shim.min.js"></script> <script src="https://minesandmoney.com/_formvalidation/js/FormValidation.min.js"></script> <script src="https://minesandmoney.com/_formvalidation/js/plugins/Bootstrap5.min.js"></script> <!-- Validation END --> <!-- International Telephone --> <script src="https://minesandmoney.com/_intl-tel/js/intlTelInput.min.js"></script> <!-- International Telephone END --> <!-- PDF Object --> <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/pdfobject/2.2.8/pdfobject.min.js"></script> <!-- PDF Object END --> <!-- Set Token --> <script type="text/javascript"> sessionStorage.setItem('token', '517f24c02e620d5a4dac1db388664a63'); </script> <!-- Set Token END --> <!-- Generate Fingerprint --> <script type="text/javascript"> var fingerprint; if (localStorage.getItem('fingerprint')) { fingerprint = localStorage.getItem('fingerprint'); console.log("LOCAL FINGERPRINT:", fingerprint); } else { const fpPromise = import('https://openfpcdn.io/fingerprintjs/v3') .then(FingerprintJS => FingerprintJS.load()) fpPromise .then(fp => fp.get()) .then((result) => { var fingerprint = result.visitorId; localStorage.setItem('fingerprint', fingerprint); console.log("GENERATED FINGERPRINT:", fingerprint); }); }; </script> <!-- Generate Fingerprint END --> <!-- Permissions and Cookie --> <script type="text/javascript"> const permissions = 1; var permissions_match = 0; function content_cookies() { var create_new = true; var check_access = true; const date = Date.now(); const date_string = new Date(date); // const max_age = 2592000; const max_age = 14400; const content = "content-1002="+date+"; path=/; max-age="+max_age+"; secure; same-site=strict;"; var cookies = document.cookie.split(';'); if (document.cookie && document.cookie != '') { var content_name = "content-1002"; var temporary_content_name = "temporary-content-1002"; var current_content_viewed = []; var split = document.cookie.split(';'); for (var i = 0; i < split.length; i++) { var name_value = split[i].split("="); if(name_value[0].trim().includes(temporary_content_name)) { console.log("TEMPORARY COOKIE EXISTS", "SHOW CONTENT"); $('.ungated-content').removeClass('d-none'); $('.premium-content').remove(); $('.gated-prompt').remove(); $('.premium-prompt').remove(); var check_access = false; }; } if(check_access) { for (var i = 0; i < split.length; i++) { var name_value = split[i].split("="); if(name_value[0].trim().includes("content-")) { current_content_viewed.push(name_value); }; }; if(current_content_viewed.length > 999) { console.log("CAN'T VEIW, VIEWS EXCEEDED", "CREATE ACCOUNT"); console.log("ARTICLE ARRAY", current_content_viewed); $('.ungated-content').remove(); $('.premium-content').remove(); $('.gated-prompt').removeClass('d-none'); $('.premium-prompt').remove(); } else { for (var i = 0; i < split.length; i++) { var name_value = split[i].split("="); if(name_value[0].trim().includes(content_name)) { console.log("VALID COOKIE ALREADY EXISTS", "UPDATE TIMESTAMP"); document.cookie = content; create_new = false; $('.ungated-content').removeClass('d-none'); $('.premium-content').remove(); $('.gated-prompt').remove(); $('.premium-prompt').remove(); }; }; if(create_new) { document.cookie = content; console.log("NEW COOKIE CREATED"); $('.ungated-content').removeClass('d-none'); $('.premium-content').remove(); $('.gated-prompt').remove(); $('.premium-prompt').remove(); }; }; } }; } function check_premium_listing(username) { var listings_array = []; console.log('NO PREMIUM LISTINGS ASSIGNED'); $('.ungated-content').remove(); $('.premium-content').remove(); $('.gated-prompt').remove(); $('.premium-prompt').remove(); $('.premium-prompt-unauthorised').removeClass('d-none'); } </script> <!-- Permissions and Cookie END --> <style type="text/css"> .pdfobject-container { width: 100%; height: 1000px; } </style> </head> <body id="top" class="position-relative"> <nav class="container-fluid d-flex flex-column flex-md-row fixed-top"> <div class="header-container-top"> <div class="header-logo is-not-sticky"> <div class="header-logo-image"> <a href="https://minesandmoney.com/" title="Mines and Money (Portfolio)"> <img src="https://minesandmoney.com/_images/mines-and-money.svg?version=164" class="img-fluid" alt="Mines and Money (Portfolio)"> </a> </div> </div> <div class="header-mobile d-flex flex-column justify-content-center align-items-end d-lg-none"> <ul class="nav"> <li class="nav-item"><a class="nav-link btn btn-plain-black color-plain-white" href="#offcanvasMenu" data-bs-toggle="offcanvas" title="Menu" aria-controls="offcanvasMenu" style="padding: 0.5rem 1rem !important;"> <i class="fa-solid fa-bars"></i></a></li> </ul> </div> </div> <div class="header-detail d-none d-lg-flex is-not-sticky"> <div class="header-detail-navigation d-flex flex-column justify-content-between align-items-center align-items-md-end"> <div class="header-detail-navigation-desktop d-none d-md-flex flex-row justify-content-center align-items-center is-not-sticky"> <nav id="primary-navigation" class="navbar navbar-expand-md align-items-center mr-3 mt-0 "> <ul class="navbar-nav"> <!-- Menu --> <li class="nav-item dropdown"> <a class="nav-link dropdown-navigation" href="https://minesandmoney.com/#" aria-haspopup="true" aria-expanded="false" title="Events">Events<span class="color-primary ps-2"><i class="fa-regular fa-angle-down"></i></span></a> <ul class="dropdown-menu"> <li> <a class="dropdown-item dropdown-navigation" href="https://minesandmoney.com/upcoming-events" title="Upcoming Events">Upcoming Events</a> </li> <li> <a class="dropdown-item dropdown-navigation" href="https://minesandmoney.com/miami/" title="Miami">Miami</a> </li> <li> <a class="dropdown-item dropdown-navigation" href="https://minesandmoney.com/imarc/" title="Sydney">Sydney</a> </li> <li> <a class="dropdown-item dropdown-navigation" href="https://minesandmoney.com/london/" title="London">London</a> </li> </ul> </li> <!-- Menu END --> <!-- Menu --> <li class="nav-item dropdown"> <a class="nav-link dropdown-navigation" href="https://minesandmoney.com/ " aria-haspopup="true" aria-expanded="false" title="Opportunities">Opportunities<span class="color-primary ps-2"><i class="fa-regular fa-angle-down"></i></span></a> <ul class="dropdown-menu"> <li> <a class="dropdown-item dropdown-navigation" href="https://minesandmoney.com/mining-company" title="I'm a mining company">I'm a mining company</a> </li> <li> <a class="dropdown-item dropdown-navigation" href="https://minesandmoney.com/investor" title="I'm an investor">I'm an investor</a> </li> <li> <a class="dropdown-item dropdown-navigation" href="https://minesandmoney.com/become-a-sponsor" title="Become a sponsor">Become a sponsor</a> </li> <li> <a class="dropdown-item dropdown-navigation" href="https://minesandmoney.com/apply-to-be-a-partner" title="Apply to be a Partner">Apply to be a Partner</a> </li> <li> <a class="dropdown-item dropdown-navigation" href="https://minesandmoney.com/interest" title="Register Your Interest">Register Your Interest</a> </li> </ul> </li> <!-- Menu END --> <!-- Menu --> <li class="nav-item"> <a class="nav-link dropdown-navigation" href="https://minesandmoney.com/tv" title="Mines and Money TV">Mines and Money TV</a> </li> <!-- Menu END --> <!-- Menu --> <li class="nav-item"> <a class="nav-link dropdown-navigation" href="https://minesandmoney.com/news" title="News">News</a> </li> <!-- Menu END --> <!-- Menu --> <li class="nav-item"> <a class="nav-link dropdown-navigation" href="https://minesandmoney.com/contact" title="Contact">Contact</a> </li> <!-- Menu END --> </ul> </nav> <ul id="dropdown-user-container" class="list-inline mb-0"> <li class="list-inline-item ps-4"> <button aria-label="User dropdown" class="btn btn-tertiary dropdown-toggle" type="button" id="dropdown-user-button" data-bs-toggle="dropdown" aria-expanded="false"><i class="fa-solid fa-user"></i></button> <ul class="dropdown-menu" aria-labelledby="dropdown-user-button"> <div id="auth_true" style="display: none;"> <li><a class="dropdown-item" title="Log out" data-action="logout">Log Out</a></li> </div> <div id="auth_false" style="display: none;"> <li><a class="dropdown-item" href="https://minesandmoney.com/login" title="Log In">Log In</a></li> <li><a class="dropdown-item" href="https://minesandmoney.com/users-register" title="Register for an account">Register for an account</a></li> </div> <script type="text/javascript"> if(login_status == 1) { $("#auth_false").remove(); $('#auth_true').show(); } else { $("#auth_true").remove(); $('#auth_false').show(); } </script> </ul> </li> </ul> </div> </div> </div> </nav> <div class="offcanvas offcanvas-start" tabindex="-1" id="offcanvasMenu" aria-labelledby="offcanvasMenuLabel"> <div class="offcanvas-header d-flex justify-content-end"> <button type="button" class="btn-close btn-close-white text-reset" data-bs-dismiss="offcanvas" aria-label="Close"></button> </div> <div class="offcanvas-body"> <div class="row h-100"> <div class="col-12 col-sm-8 offset-sm-2 col-md-6 offset-md-3 d-flex flex-column justify-content-center"> <div class="d-grid gap-2"> <a class="btn btn-secondary offcanvas-navigation" href="https://minesandmoney.com/" title="Home" role="button">Home</a> <div class="dropdown"> <button class="btn btn-secondary dropdown-toggle" type="button" id="dropdown127" data-bs-toggle="dropdown" aria-expanded="false"> Events </button> <ul class="dropdown-menu" aria-labelledby="dropdown127"> <li><a class="dropdown-item offcanvas-navigation" href="https://minesandmoney.com/#">Events</a></li> <li><a class="dropdown-item offcanvas-navigation" href="https://minesandmoney.com/upcoming-events" title="Upcoming Events">Upcoming Events</a></li> <li><a class="dropdown-item offcanvas-navigation" href="https://minesandmoney.com/miami/" title="Miami">Miami</a></li> <li><a class="dropdown-item offcanvas-navigation" href="https://minesandmoney.com/imarc/" title="Sydney">Sydney</a></li> <li><a class="dropdown-item offcanvas-navigation" href="https://minesandmoney.com/london/" title="London">London</a></li> </ul> </div> <div class="dropdown"> <button class="btn btn-secondary dropdown-toggle" type="button" id="dropdown128" data-bs-toggle="dropdown" aria-expanded="false"> Opportunities </button> <ul class="dropdown-menu" aria-labelledby="dropdown128"> <li><a class="dropdown-item offcanvas-navigation" href="https://minesandmoney.com/ ">Opportunities</a></li> <li><a class="dropdown-item offcanvas-navigation" href="https://minesandmoney.com/mining-company" title="I'm a mining company">I'm a mining company</a></li> <li><a class="dropdown-item offcanvas-navigation" href="https://minesandmoney.com/investor" title="I'm an investor">I'm an investor</a></li> <li><a class="dropdown-item offcanvas-navigation" href="https://minesandmoney.com/become-a-sponsor" title="Become a sponsor">Become a sponsor</a></li> <li><a class="dropdown-item offcanvas-navigation" href="https://minesandmoney.com/apply-to-be-a-partner" title="Apply to be a Partner">Apply to be a Partner</a></li> <li><a class="dropdown-item offcanvas-navigation" href="https://minesandmoney.com/interest" title="Register Your Interest">Register Your Interest</a></li> </ul> </div> <a class="btn btn-secondary offcanvas-navigation" href="https://minesandmoney.com/tv" title="Mines and Money TV" role="button">Mines and Money TV</a> <a class="btn btn-secondary offcanvas-navigation" href="https://minesandmoney.com/news" title="News" role="button">News</a> <a class="btn btn-secondary offcanvas-navigation" href="https://minesandmoney.com/contact" title="Contact" role="button">Contact</a> <div id="auth_offcanvas_true" style="display: none;"> <a class="btn btn-secondary offcanvas-navigation" href="#" data-action="logout" title="Log out" role="button">Log Out</a> </div> <div id="auth_offcanvas_false" style="display: none;"> <a class="btn btn-secondary mb-2 offcanvas-navigation" href="https://minesandmoney.com/login" title="Log in" role="button">Log In</a> <a class="btn btn-secondary offcanvas-navigation" href="https://minesandmoney.com/users-register" title="Register for an account" role="button">Register for an account</a> </div> <script type="text/javascript"> if(login_status == 1) { $("#auth_offcanvas_false").remove(); $('#auth_offcanvas_true').show(); } else { $("#auth_offcanvas_true").remove(); $('#auth_offcanvas_false').show(); } </script> </div> </div> </div> </div> </div> <!-- Banner --> <section id="banner" class="container-fluid sub-page gx-0 d-none d-lg-block"> <img src="https://v2.imarcexpo.com/_media/content/655402b386d18-22709869bbfc6dd28055d168013c3d2cb8a897a5.jpg" alt="SES Case Study: Transforming Remote Mining Sites" class="w-100 img-fluid"> <div class="overlay"></div> <div class="copy"> <h3>15 November 2023</h3> <h1>SES Case Study: Transforming Remote Mining Sites</h1> <h2><p>SES and AXESS Networks bring high performance connectivity to unconnected operations in Africa</p></h2> </div> </section> <!-- Banner END --> <!-- Banner --> <section id="banner-mobile" class="container-fluid sub-page d-block d-lg-none"> <div class="container px-5"> <div class="row gx-5"> <div class="col-12"> <div class="copy"> <h3>15 November 2023</h3> <h1>SES Case Study: Transforming Remote Mining Sites</h1> <h2><p>SES and AXESS Networks bring high performance connectivity to unconnected operations in Africa</p></h2> </div> </div> </div> </div> </section> <!-- Banner END --> <!-- Introduction --> <section id="introduction" class="container-fluid general-container sub-page pt-0 pt-lg-4 pb-0"> <div class="container px-5"> <div class="row gx-5"> <div class="col-12"> <section id="breadcrumbs"> <div aria-label="breadcrumb"> <ol class="mb-0 breadcrumb"> <li class="breadcrumb-item"> <a href="https://minesandmoney.com/login" title="Log in" class="auth_false">Log In</a> <a href="#" data-action="logout" title="Log out" class="auth_true"><span class="username"></span> (Log Out)</a> </li> <li class="breadcrumb-item"><a href="https://minesandmoney.com/" title="Home">Home</a></li> <li class="breadcrumb-item"><a href="https://minesandmoney.com/news" title="News">News</a></li> <li class="breadcrumb-item"><a href="https://minesandmoney.com/news#documents" title="Documents">Documents</a></li> <li class="breadcrumb-item active" aria-current="page">SES Case Study: Transforming Remote Mining Sites</li> </ol> </div> <script type="text/javascript"> if(login_status == 1) { $(".auth_false").remove(); $('.auth_true').show(); var user_details = JSON.parse(localStorage.getItem('user')); $('.username').html(user_details.userFirst+" "+user_details.userLast); } else { $(".auth_true").remove(); $('.auth_false').show(); } </script> </section> </div> </div> </div> </section> <!-- Introduction END --> <!-- Gated Content --> <section id="content-gated-warning" class="container-fluid general-container sub-page pt-0 gated-prompt d-none"> <div class="container px-5"> <div class="row gx-5"> <div class="col-12"> <div class="offset-heading offset-heading-secondary mb-3"> <h2 class="color-primary">Register to access content</h2> </div> <p class="mb-4"><span class="color-valid"><i class="fa-solid fa-asterisk"></i></span> If you already have an account please <a href="https://minesandmoney.com/login" title="Log In" class="body-navigation">log in</a>.</p> <form id="form-user-register" name="form-user-register" class="general-form"> <div class="row mb-3"> <div class="col-12 col-lg-4"> <input type="text" id="user-username" name="user-username" class="form-control" placeholder="Email address" aria-label="Email address"> </div> <div class="col-12 col-lg-4"> <input type="password" class="form-control" id="user-password" name="user-password" placeholder="Password" maxlength="255" requried> </div> <div class="col-12 col-lg-4"> <input type="password" class="form-control" id="user-password-confirm" name="user-password-confirm" placeholder="Password Confirm" maxlength="255"> </div> </div> <div class="row mb-3"> <div class="col-12 col-lg-6"> <input type="text" id="user-first-name" name="user-first-name" class="form-control" placeholder="First name" aria-label="First name"> </div> <div class="col-12 col-lg-6"> <input type="text" id="user-last-name" name="user-last-name" class="form-control" placeholder="Last name" aria-label="Last name"> </div> </div> <div class="row mb-3"> <div class="col-12 col-lg-6"> <input type="text" id="user-company" name="user-company" class="form-control" placeholder="Company" aria-label="Company"> </div> <div class="col-12 col-lg-6"> <input type="text" id="user-job-title" name="user-job-title" class="form-control" placeholder="Job Title" aria-label="Job Title"> </div> </div> <div class="row mb-3"> <div class="col-12 col-lg-6 mb-4 mb-lg-0"> <select id="user-country" name="user-country" class="form-select" aria-label="Country"></select> </div> <div class="col-12 col-lg-6"> <input type="text" id="user-telephone" name="user-telephone" class="form-control" placeholder="Mobile Number" aria-label="Mobile Number"> </div> </div> <div class="col-12 mb-4"> <label for="user-nature" class="mb-2">What is your primary nature of business?</label> <select id="user-nature" name="user-nature" class="form-control" required> <option hidden disabled selected value> -- select an option -- </option> <option label="Association / Organisation" value="Association / Organisation">Association / Organisation</option> <option label="Education & Research" value="Education & Research">Education & Research</option> <option label="Energy & Sustainability Services" value="Energy & Sustainability Services">Energy & Sustainability Services</option> <option label="Energy Company" value="Energy Company">Energy Company</option> <option label="Financial Services" value="Financial Services">Financial Services</option> <option label="Government" value="Government">Government</option> <option label="Infrastructure" value="Infrastructure">Infrastructure</option> <option label="Investor" value="Investors">Investors</option> <option label="Mining Company" value="Mining Company">Mining Company</option> <option label="Mining Services / Supplier" value="Mining Services / Supplier">Mining Services / Supplier</option> <option label="Machinery & Equipment" value="Machinery & Equipment">Machinery & Equipment</option> <option label="Media" value="Media">Media</option> <option label="Professional Services" value="Professional Services">Professional Services</option> <option label="Technology" value="Technology">Technology</option> </select> </div> <div id="user-nature-specify" style="display: none;"> <div id="select-nature-investors" class="col-12 mb-4" style="display: none;"> <select id="user-nature-investors" name="user-nature-investors" class="form-control"> <option hidden disabled selected value> -- select an option -- </option> <option label="Asset Manager" value="Asset Manager">Asset Manager</option> <option label="Broker" value="Broker">Broker</option> <option label="Chinese SOE / POE" value="Chinese SOE / POE">Chinese SOE / POE</option> <option label="Commodity Trader" value="Commodity Trader">Commodity Trader</option> <option label="Corporate Development (Major mining company)" value="Corporate Development (Major mining company)">Corporate Development (Major mining company)</option> <option label="Equity Fund Manager" value="Equity Fund Manager">Equity Fund Manager</option> <option label="Family Office" value="Family Office">Family Office</option> <option label="Hedge Fund" value="Hedge Fund">Hedge Fund</option> <option label="Investment Bank" value="Investment Bank">Investment Bank</option> <option label="Investment Manager" value="Investment Manager">Investment Manager</option> <option label="Pension Fund" value="Pension Fund">Pension Fund</option> <option label="Private Equity" value="Private Equity">Private Equity</option> <option label="Private Investor" value="Private Investor">Private Investor</option> <option label="Private Wealth Manager" value="Private Wealth Manager">Private Wealth Manager</option> <option label="Professional / Retail Investor" value="Professional / Retail Investor">Professional / Retail Investor</option> <option label="Royalty & Streaming" value="Royalty & Streaming">Royalty & Streaming</option> <option label="Sovereign Wealth Funds" value="Sovereign Wealth Funds">Sovereign Wealth Funds</option> <option label="Venture Capital" value="Venture Capital">Venture Capital</option> </select> </div> <div id="select-nature-miner" class="col-12 mb-4" style="display: none;"> <label for="user-nature-miner" class="mb-2">Market Cap</label> <select id="user-nature-miner" name="user-nature-miner" class="form-control"> <option hidden disabled selected value> -- select an option -- </option> <option label="Under $500m USD)" value="Under $500m USD">Under $500m USD</option> <option label="Between $500m - $10b USD" value="Between $500m - $10b USD">Between $500m - $10b USD</option> <option label="Above $10b USD" value="Above $10b USD">Above $10b USD</option> </select> </div> </div> <div class="row mb-2 mt-4"> <div class="col-12"> <p class="text-muted">By registering my information with the Beacon Events I recognise that I may receive information and updates around other related mining and mining investment events managed by Beacon Events.</p> </div> </div> <div class="row mb-4"> <div class="col-12"> <div class="form-check"> <input class="form-check-input" type="checkbox" value="" id="temporaryAccess" name="temporaryAccess"> <label class="form-check-label text-muted" for="temporaryAccess"> I don't want to create an account but still want to gain temporary access to this content by supplying my details on this form. </label> </div> </div> </div> <div class="row mb-3"> <div class="col-12"> <button type="submit" id="register-gated" class="btn btn-primary">Register for an account</button> </div> </div> </form> </div> </div> </div> </section> <!-- Gated Content --> <!-- Premium Content --> <section id="content-premium-warning" class="container-fluid general-container sub-page pt-0 premium-prompt d-none"> <div class="container px-5"> <div class="row gx-5"> <div class="col-12"> <div class="offset-heading offset-heading-secondary mb-3"> <h2 class="color-primary">The content you are trying to access is for registered users only</h2> </div> <p><a href="https://minesandmoney.com/users-register" title="Register your account" class="body-navigation">Click here to register your account.</a></p> <p><strong>NOTE:</strong> You will need to register with the same email address that you used when registering for the event to receive access.</p> <p>Already have an account? <a href="https://minesandmoney.com/login" title="Log in" class="body-navigation">Click here to log in.</a></p> </div> </div> </div> </section> <!-- Premium Content --> <!-- Premium Content Unauthorised --> <section id="content-premium-warning-unauthorised" class="container-fluid general-container sub-page pt-0 premium-prompt-unauthorised d-none"> <div class="container px-5"> <div class="row gx-5"> <div class="col-12"> <div class="offset-heading offset-heading-secondary mb-3"> <h2 class="color-primary">The content you are trying to access is for authorised users only</h2> </div> <p><strong>NOTE:</strong> You will need to have registered with the same email address that you used when registering for the event to receive access.</p> <p>Please use a different account to access this content.</p> </div> </div> </div> </section> <!-- Premium Content Unauthorised --> <!-- Content --> <section id="content" class="container-fluid general-container sub-page pt-0 ungated-content d-none"> <div class="container px-5"> <div class="row gx-5"> <div id="content-author" class="col-12"> <ul class="list-inline"> <a href="https://minesandmoney.com/company/ses" title="SES" class="body-navigation"> <li class="list-inline-item d-none d-lg-inline"><img src="https://minesandmoney.com/_images/loading-300x200.gif" data-src="https://v2.imarcexpo.com/_media/companies/65136a9750e69-4e58e3868d6aa5f5a4bfb70a0d7e746560c417a0.jpg" class="img-fluid lozad company" alt="SES"></li> <li class="list-inline-item"><span class="d-none d-lg-inline">by </span>SES</li> </a> </ul> </div> <div class="col-12"> <div id="pdf"></div> </div> </div> </div> </section> <!-- Content END --> <!-- Related Companies --> <section id="related-companies" class="container-fluid general-container sub-page pt-5 ungated-content d-none"> <div class="container px-5"> <div class="row gx-5"> <div class="col-12"> <div class="offset-heading"> <h2>Find out more<span>about</span></h2> </div> </div> </div> <div class="row"> <div class="col-12"> <div id="carousel-companies" class="carousel slide carousel-fade w-100"> <div class="carousel-inner"> <div class="carousel-item active"> <div class="row gx-5"> <div class="col-6 col-md-4 mb-3 col-lg-2 justify-content-center "> <a href="https://minesandmoney.com/company/ses" title="SES" class="body-navigation"> <img src="https://minesandmoney.com/_images/loading-300x200.gif" data-src="https://v2.imarcexpo.com/_media/companies/65136a9750e69-4e58e3868d6aa5f5a4bfb70a0d7e746560c417a0.jpg" class="lozad img-fluid" alt="SES"> </a> </div> </div> </div> </div> <div class="row"> <div class="col-12 col-lg-6 position-relative d-flex justify-content-start justify-content-lg-center"> <div id="carousel-companies-indicators" class="carousel-indicators-container"> <ul class="list-inline"> <li class="list-inline-item"> <button type="button" data-bs-target="#carousel-companies" data-bs-slide-to="0" class="active" aria-current="true" data-upper="0" data-prev="false" data-next="false"><span class="span"></span></button> </li> </ul> </div> </div> <div class="col-12 col-lg-6 mt-4 mt-lg-0 d-flex justify-content-end"> <div class="row gx-0 offset-buttons-end"> <div class="col-12"> <a class="btn btn-tertiary body-navigation" href="https://minesandmoney.com/mining-company" title="Become an exhibitor" role="button"><span class="animate-left">Become an exhibitor</span></a> </div> </div> </div> </div> </div> </div> </div> </div> </section> <!-- Related Companies END --> <script type="module"> var geolocation_code; import { initializeApp } from "https://www.gstatic.com/firebasejs/9.6.10/firebase-app.js"; import { getAuth, signOut, onAuthStateChanged, createUserWithEmailAndPassword } from "https://www.gstatic.com/firebasejs/9.6.10/firebase-auth.js"; import { getFirestore, collection, addDoc, setDoc, getDoc, doc } from "https://www.gstatic.com/firebasejs/9.6.10/firebase-firestore.js"; const firebaseConfig = { apiKey: "AIzaSyAx_EIPKPKR_iOgw1YTBNPV6Fagqd60VzI", authDomain: "mining-beacon.firebaseapp.com", databaseURL: "https://mining-beacon.firebaseio.com", projectId: "mining-beacon", appId: "1:97292462180:web:dc191087d57d0e8227d771" }; initializeApp(firebaseConfig); const auth = getAuth(); const db = getFirestore(); const collection_reference = collection(db, 'users'); if(login_status == 1) { console.log("USERNAME:", localStorage.getItem('username')); switch (permissions) { case 1: console.log("UNGATED(1)", "ALL GOOD"); $('.ungated-content').removeClass('d-none'); $('.premium-content').remove(); $('.gated-prompt').remove(); $('.premium-prompt').remove(); $('.premium-prompt-unauthorised').remove(); break; case 2: console.log("GATED(2)", "ALL GOOD"); $('.ungated-content').removeClass('d-none'); $('.premium-content').remove(); $('.gated-prompt').remove(); $('.premium-prompt').remove(); $('.premium-prompt-unauthorised').remove(); break; case 3: console.log("PREMIUM(3)", "CHECK PREMIUM LISTING"); check_premium_listing(localStorage.getItem('username')); break; }; } else { switch (permissions) { case 1: console.log("UNGATED(1)", "CHECK COOKIES"); content_cookies(); break; case 2: console.log("GATED(2)", "LOG IN, CREATE ACCOUNT OR COMPLETE FORM"); $('.ungated-content').remove(); $('.premium-content').remove(); $('.gated-prompt').removeClass('d-none'); $('.premium-prompt').remove(); $('.premium-prompt-unauthorised').remove(); break; case 3: console.log("PREMIUM(3)", "REQUEST ACCESS"); $('.ungated-content').remove(); $('.premium-content').remove(); $('.gated-prompt').remove(); $('.premium-prompt').removeClass('d-none'); $('.premium-prompt-unauthorised').remove(); break; }; } document.addEventListener('DOMContentLoaded', function(e) { var token = sessionStorage.getItem('token'); async function check_hubspot_subscription(email) { return new Promise((resolve, reject) => { var hubspotData = new FormData(); hubspotData.append('function', 'search-opt-out'); hubspotData.append('email', email); var hubspot_token = sessionStorage.getItem('token'); $.ajax({ type: "POST", url: "https://minesandmoney.com/process-hubspot?origin_token="+hubspot_token, data: hubspotData, contentType: false, cache: false, processData:false, success: function(data){ resolve(data); } }); }); }; async function log_content_item() { return new Promise((resolve, reject) => { var logData = new FormData(); logData.append('mode', 'log_content_item_view'); logData.append('function', 'add'); logData.append('content_item_id', '1002'); logData.append('source', 'mm'); logData.append('country', sessionStorage.getItem('geo')); if(login_status == 1) { logData.append('auth', localStorage.getItem('username')); } else { logData.append('auth', 'none'); }; $.ajax({ type: "POST", url: "https://minesandmoney.com/process-content-log?origin_token="+token, data: logData, contentType: false, cache: false, processData:false, success: function(data){ resolve(data); } }); }); }; if(sessionStorage.getItem('geo') === null) { $.getJSON('https://pro.ip-api.com/json/?key=Jw6QB1H6FCq3mnJ', function(data) { sessionStorage.setItem('geo', data.countryCode); geolocation_code = data.countryCode; console.log('NEW GEOLOCATION', sessionStorage.getItem('geo')); log_content_item().then((results) => { }); }); } else { geolocation_code = sessionStorage.getItem('geo'); console.log('SESSION GEOLOCATION', geolocation_code); log_content_item().then((results) => { }); }; $('#modal-opt-in').on('hidden.bs.modal', function (e) { location.reload(); }); if(login_status !== 1) { switch (permissions) { case 1: case 2: var countryData = window.intlTelInputGlobals.getCountryData(); var input = document.querySelector("#user-telephone"); var addressDropdown = document.querySelector("#user-country"); var iti = window.intlTelInput(input, { utilsScript: "https://minesandmoney.com/_intl-tel/js/utils.js", preferredCountries: ["au", "gb", "cn"] }); for (var i = 0; i < countryData.length; i++) { var country = countryData[i]; var optionNode = document.createElement("option"); optionNode.value = country.iso2; var textNode = document.createTextNode(country.name); optionNode.appendChild(textNode); addressDropdown.appendChild(optionNode); } addressDropdown.value = iti.getSelectedCountryData().iso2; input.addEventListener('countrychange', function(e) { addressDropdown.value = iti.getSelectedCountryData().iso2; }); addressDropdown.addEventListener('change', function() { iti.setCountry(this.value); }); const form = document.getElementById('form-user-register'); const fv = FormValidation.formValidation(form, { fields: { 'user-nature': { validators: { notEmpty: { message: 'A nature of business is required' } } }, 'user-first-name': { validators: { notEmpty: { message: 'A first name is required' }, stringLength: { min: 2, max: 200, message: 'The name must be more than 2 and less than 200 characters long' } } }, 'user-last-name': { validators: { notEmpty: { message: 'A last name is required' }, stringLength: { min: 2, max: 200, message: 'The name must be more than 2 and less than 200 characters long' } } }, 'user-username': { validators: { notEmpty: { message: 'An email address is required' }, stringLength: { min: 6, max: 200, message: 'The email address must be more than 6 and less than 200 characters long' }, emailAddress: { message: 'The value is not a valid email address' } } }, 'user-company': { validators: { notEmpty: { message: 'A company name is required' }, stringLength: { min: 3, max: 200, message: 'The company name must be more than 3 and less than 200 characters long' } } }, 'user-job-title': { validators: { notEmpty: { message: 'A job title is required' }, stringLength: { min: 3, max: 200, message: 'The job title must be more than 3 and less than 200 characters long' } } }, 'user-telephone': { validators: { notEmpty: { message: 'A telephone number is required' }, callback: { message: 'Invalid format', callback: function(telephone) { if (iti.isValidNumber()) { return true; } else { return false; } } }, } }, 'user-password': { validators: { notEmpty: { message: 'A password is required' }, stringLength: { min: 6, max: 200, message: 'The pasword must be more than 6 and less than 200 characters long' } } }, 'user-password-confirm': { validators: { notEmpty: { message: 'A password is required' }, stringLength: { min: 6, max: 200, message: 'The pasword must be more than 6 and less than 200 characters long' }, identical: { compare: function() { return form.querySelector('[name="user-password"]').value; }, message: 'The password and its confirm are not the same.' } } }, 'user-nature-investors': { validators: { notEmpty: { enabled: false, message: 'A specification is required' }, } }, 'user-nature-miner': { validators: { notEmpty: { enabled: false, message: 'A specification is required' }, } }, }, plugins: { trigger: new FormValidation.plugins.Trigger(), bootstrap: new FormValidation.plugins.Bootstrap5(), submitButton: new FormValidation.plugins.SubmitButton(), }, } ) .on('core.form.valid', function() { $('#modal-processing').modal({ backdrop: 'static', keyboard: false }); $('#modal-processing').modal('show'); var userTelephoneCoded = iti.getNumber(); var countryName = iti.getSelectedCountryData().name; if($('#temporaryAccess').is(':checked')) { console.log('TEMPORARY ACCESS WITH COOKIE AND RELOAD'); var temporary_date = Date.now(); var temporary_max_age = 2592000; var temporary_content = "temporary-content-1002="+temporary_date+"; path=/; max-age="+temporary_max_age+"; secure; same-site=strict;"; var hubspotData = new FormData($("#form-user-register")[0]); hubspotData.append('user-telephone-coded', userTelephoneCoded); hubspotData.append('user-country-name', countryName); hubspotData.append('current-url', window.location.href); hubspotData.append('function', 'temporary-access'); $('#form-user-register textarea').prop('disabled', true); $('#form-user-register input').prop('disabled', true); $('#form-user-register select').prop('disabled', true); $('#form-user-register checkbox').prop('disabled', true); $('#form-user-register button').prop('disabled', true); var hubspot_token = sessionStorage.getItem('token'); $.ajax({ type: "POST", url: "https://minesandmoney.com/process-hubspot?origin_token="+hubspot_token, data: hubspotData, contentType: false, cache: false, processData:false, success: function(data){ // console.log(data); document.cookie = temporary_content; var email_address = $('#user-username').val(); check_hubspot_subscription(email_address).then((results) => { if (results.error) { $('#modal-processing').modal('hide'); var toast = new bootstrap.Toast($("#toast-failed")); var toast_message = "There was an error with the process. Contact support." $('.toast-failed-content').html(toast_message); toast.show(); } else { if(results.results) { console.log('GOT RESULTS CHECK STATUS'); let subscription_status = results.results.results[0].properties.hs_email_optout_11977471; if(subscription_status == "true") { console.log('EMAIL OPTED-OUT SHOW CONTROL TO OPT-IN'); $('#modal-processing').modal('hide'); $('#modal-opt-in').modal('show'); } else { console.log('EMAIL OPTED-IN RELOAD LOCATION'); location.reload(); }; } else { console.log('NO USER RELOAD LOCATION'); location.reload(); }; }; }); } }); } else { console.log('Register new user, sign them in and reload'); var form = document.querySelector("#form-user-register"); const userEmail = form['user-username'].value; const userPasssword = form['user-password'].value; const userPassswordConfirm = form['user-password-confirm'].value; const userFirst = form['user-first-name'].value; const userLast = form['user-last-name'].value; const userCompany = form['user-company'].value; const userJobTitle = form['user-job-title'].value; const userCountry = form['user-country'].value; var userNature = form['user-nature'].value; var userTelephone = iti.getNumber(); var userCountryName = iti.getSelectedCountryData().name; $('#form-user-register textarea').prop('disabled', true); $('#form-user-register input').prop('disabled', true); $('#form-user-register select').prop('disabled', true); $('#form-user-register checkbox').prop('disabled', true); $('#form-user-register button').prop('disabled', true); createUserWithEmailAndPassword(auth, userEmail, userPasssword).then((result) => { setDoc(doc(db, 'users', result.user.uid), { userFirst, userLast, userEmail, userCompany, userJobTitle, // userTelephone, userTelephoneCoded, userCountry, // userCountryName, countryName, userNature }).then(() => { const doc_reference = doc(db, 'users', result.user.uid); getDoc(doc_reference).then((results) => { const user_object = results.data(); if (!localStorage.getItem('user')) { localStorage.setItem('user', JSON.stringify(results.data())); }; var toast = new bootstrap.Toast($("#toast-success")); var toast_message = "Registration successful."; $('.toast-success-content').html(toast_message); toast.show(); if (!localStorage.getItem('username')) { localStorage.setItem('username', userEmail); login_status = 1; setTimeout(function (){ location.reload(); }, 1000); } else { setTimeout(function (){ location.reload(); }, 1000); }; }); }) }).catch((error) => { const errorCode = error.code; const errorMessage = error.message; var auth_message = "Registration failed."; $('#form-user-register textarea').prop('disabled', false); $('#form-user-register input').prop('disabled', false); $('#form-user-register select').prop('disabled', false); $('#form-user-register checkbox').prop('disabled', false); $('#form-user-register button').prop('disabled', false); fv.resetForm(); document.getElementById("form-user-register").reset(); var toast = new bootstrap.Toast($("#toast-failed")); var toast_message = auth_message; $('.toast-failed-content').html(toast_message); toast.show(); signOut(auth).then(() => { }).catch((error) => { }); }); }; }); $('#temporaryAccess').on('change', function(e) { if($(this).is(':checked')) { fv.disableValidator('user-password'); fv.disableValidator('user-password-confirm'); $('#user-password').prop('disabled', true); $('#user-password-confirm').prop('disabled', true); } else { $('#user-password').prop('disabled', false); $('#user-password-confirm').prop('disabled', false); fv.enableValidator('user-password'); fv.enableValidator('user-password-confirm'); } }); function resetSpecify() { $("#user-nature-specify").hide(); $("#select-nature-investors").hide(); $("#select-nature-miner").hide(); $('#user-nature-investors').prop('selectedIndex',0); $('#user-nature-miner').prop('selectedIndex',0); if(login_status != 1) { fv.disableValidator('user-nature-investors'); fv.disableValidator('user-nature-miner'); }; }; $("#user-nature").on('change', function(){ resetSpecify(); let option = $(this).val(); switch (option) { case 'Investors': $("#select-nature-investors").show(); $("#user-nature-specify").show(); fv.enableValidator('user-nature-investors'); break; case 'Mining Company': $("#select-nature-miner").show(); $("#user-nature-specify").show(); fv.enableValidator('user-nature-miner'); break; }; }); break; }; }; }); </script> <!-- Searching Modal --> <div class="modal fade" id="modal-searching" tabindex="-1" aria-labelledby="modal-searching-label" aria-hidden="true" data-bs-keyboard="false" data-bs-backdrop="static"> <div class="modal-dialog modal-dialog-centered modal-sm"> <div class="modal-content"> <div class="modal-body"> <span><i class="fa-duotone fa-gear fa-spin"></i></span>Confirming access rights... </div> </div> </div> </div> <!-- Searching Modal END --> <div id="upcoming-events" class="container-fluid"> <div class="container px-5"> <div class="row gx-5"> <div class="col-12 col-xl-5 upcoming-events-navigation"> <div class="offset-heading"> <h2 class="mb-0"><span>Join us at our</span> upcoming events</h2> </div> <div class="upcoming-events-select d-flex align-items-center d-xl-none mt-3 mb-3 mt-lg-0 mb-lg-0"> <select id="change-upcoming-event" name="change-upcoming-event" class="form-select w-100" aria-label="Change upcoming event"> <option selected data-bs-target="#pill-1" value="1">International Mining and Resources Conference (IMARC)</option><option data-bs-target="#pill-43" value="43">Mines and Money @ IMARC</option><option data-bs-target="#pill-45" value="45">Resourcing Tomorrow</option><option data-bs-target="#pill-2" value="2">Mines and Money @ RESOURCING TOMORROW</option><option data-bs-target="#pill-31" value="31">Mines and Money Miami</option> </select> </div> <div class="nav d-none d-xl-flex flex-column nav-pills me-5" id="v-pills-tab" role="tablist" aria-orientation="vertical"> <button class="nav-link active" id="pill-1-tab" data-bs-toggle="pill" data-bs-target="#pill-1" type="button" role="tab" aria-controls="pill-1" aria-selected="true">International Mining and Resources Conference (IMARC)</button><button class="nav-link" id="pill-43-tab" data-bs-toggle="pill" data-bs-target="#pill-43" type="button" role="tab" aria-controls="pill-43" aria-selected="false">Mines and Money @ IMARC</button><button class="nav-link" id="pill-45-tab" data-bs-toggle="pill" data-bs-target="#pill-45" type="button" role="tab" aria-controls="pill-45" aria-selected="false">Resourcing Tomorrow</button><button class="nav-link" id="pill-2-tab" data-bs-toggle="pill" data-bs-target="#pill-2" type="button" role="tab" aria-controls="pill-2" aria-selected="false">Mines and Money @ RESOURCING TOMORROW</button><button class="nav-link" id="pill-31-tab" data-bs-toggle="pill" data-bs-target="#pill-31" type="button" role="tab" aria-controls="pill-31" aria-selected="false">Mines and Money Miami</button> </div> </div> <div class="col-12 col-xl-7"> <div class="tab-content" id="pills-upcoming-content"> <div class="tab-pane fade show active" id="pill-1" role="tabpanel" aria-labelledby="pill-1-tab" tabindex="0"> <section class="d-block" data-event-id="1" data-upcoming-id="13"> <section class="year-select"> <img src="https://v2.imarcexpo.com/_media/upcoming/66165529a2ae6-f9c74d974588cbec051f3514d5c63b633b509984.png?version=164" class="img-fluid" alt="International Mining and Resources Conference (IMARC)"> <ul class="list-inline mb-3 mb-md-0 mt-3 mt-md-0"><li class="list-inline-item"><button class="btn btn-year active" data-action="change-year" data-change-event-id="1" data-change-upcoming-id="13" type="button">2025</button></li><li class="list-inline-item"><button class="btn btn-year" data-action="change-year" data-change-event-id="1" data-change-upcoming-id="16" type="button">2026</button></li><li class="list-inline-item"><button class="btn btn-year" data-action="change-year" data-change-event-id="1" data-change-upcoming-id="18" type="button">2027</button></li></ul> </section> <section class="offset-dates"> <h3>21 - 23 October 2025</h3> <h4>ICC Sydney</h4> </section> <p>Australia's largest mining event connecting global mining leaders with technology, finance and the future.</p> <h4 class="mb-1 color-plain-white">Opening times:</h4> <ul class="list-unstyled datetime"><li><span class="d-inline d-sm-none">Tue,</span><span class="d-none d-sm-inline">Tuesday,</span> 21 October: 9:00am - 5:30pm</li><li><span class="d-inline d-sm-none">Wed,</span><span class="d-none d-sm-inline">Wednesday,</span> 22 October: 9:00am - 5:30pm</li><li><span class="d-inline d-sm-none">Thu,</span><span class="d-none d-sm-inline">Thursday,</span> 23 October: 9:00am - 5:00pm</li></ul> <ul class="list-inline sitelinks"> <li class="list-inline-item"><a href="imarcglobal.com" target="_blank" class="sitelink">Visit website</a></li> <li class="list-inline-item"><span>/</span></li> <li class="list-inline-item"><a href="imarcglobal.com/partners" target="_blank" class="sitelink">Apply to be a partner</a></li> <li class="list-inline-item"><span>/</span></li> <li class="list-inline-item"><a href="imarcglobal.com/become-a-speaker" target="_blank" class="sitelink">Become a speaker</a></li> <li class="list-inline-item"><span>/</span></li> <li class="list-inline-item"><a href="imarcglobal.com/become-a-sponsor" target="_blank" class="sitelink">Sponsorship opportunities</a></li> </ul> </section><section class="d-none" data-event-id="1" data-upcoming-id="16"> <section class="year-select"> <img src="https://v2.imarcexpo.com/_media/upcoming/66c68ae5a4657-f9c74d974588cbec051f3514d5c63b633b509984.png?version=164" class="img-fluid" alt="International Mining and Resources Conference (IMARC)"> <ul class="list-inline mb-3 mb-md-0 mt-3 mt-md-0"><li class="list-inline-item"><button class="btn btn-year active" data-action="change-year" data-change-event-id="1" data-change-upcoming-id="13" type="button">2025</button></li><li class="list-inline-item"><button class="btn btn-year" data-action="change-year" data-change-event-id="1" data-change-upcoming-id="16" type="button">2026</button></li><li class="list-inline-item"><button class="btn btn-year" data-action="change-year" data-change-event-id="1" data-change-upcoming-id="18" type="button">2027</button></li></ul> </section> <section class="offset-dates"> <h3>27 - 29 October 2026</h3> <h4>ICC Sydney</h4> </section> <p>Australia's largest mining event connecting global mining leaders with technology, finance and the future.</p> <h4 class="mb-1 color-plain-white">Opening times:</h4> <ul class="list-unstyled datetime"><li><span class="d-inline d-sm-none">Tue,</span><span class="d-none d-sm-inline">Tuesday,</span> 27 October: 9:00am - 5:30pm</li><li><span class="d-inline d-sm-none">Wed,</span><span class="d-none d-sm-inline">Wednesday,</span> 28 October: 9:00am - 5:30pm</li><li><span class="d-inline d-sm-none">Thu,</span><span class="d-none d-sm-inline">Thursday,</span> 29 October: 9:00am - 4:00pm</li></ul> <ul class="list-inline sitelinks"> <li class="list-inline-item"><a href="https://imarcglobal.com" target="_blank" class="sitelink">Visit website</a></li> <li class="list-inline-item"><span>/</span></li> <li class="list-inline-item"><a href="https://imarcglobal.com/partners" target="_blank" class="sitelink">Apply to be a partner</a></li> <li class="list-inline-item"><span>/</span></li> <li class="list-inline-item"><a href="https://imarcglobal.com/become-a-speaker" target="_blank" class="sitelink">Become a speaker</a></li> <li class="list-inline-item"><span>/</span></li> <li class="list-inline-item"><a href="https://imarcglobal.com/become-a-sponsor" target="_blank" class="sitelink">Sponsorship opportunities</a></li> </ul> </section><section class="d-none" data-event-id="1" data-upcoming-id="18"> <section class="year-select"> <img src="https://v2.imarcexpo.com/_media/upcoming/66c68b8e47fae-f9c74d974588cbec051f3514d5c63b633b509984.png?version=164" class="img-fluid" alt="International Mining and Resources Conference (IMARC)"> <ul class="list-inline mb-3 mb-md-0 mt-3 mt-md-0"><li class="list-inline-item"><button class="btn btn-year active" data-action="change-year" data-change-event-id="1" data-change-upcoming-id="13" type="button">2025</button></li><li class="list-inline-item"><button class="btn btn-year" data-action="change-year" data-change-event-id="1" data-change-upcoming-id="16" type="button">2026</button></li><li class="list-inline-item"><button class="btn btn-year" data-action="change-year" data-change-event-id="1" data-change-upcoming-id="18" type="button">2027</button></li></ul> </section> <section class="offset-dates"> <h3>12 - 14 October 2027</h3> <h4>ICC Sydney</h4> </section> <p>Australia's largest mining event connecting global mining leaders with technology, finance and the future.</p> <h4 class="mb-1 color-plain-white">Opening times:</h4> <ul class="list-unstyled datetime"><li><span class="d-inline d-sm-none">Tue,</span><span class="d-none d-sm-inline">Tuesday,</span> 12 October: 9:00am - 5:30pm</li><li><span class="d-inline d-sm-none">Wed,</span><span class="d-none d-sm-inline">Wednesday,</span> 13 October: 9:00am - 5:30pm</li><li><span class="d-inline d-sm-none">Thu,</span><span class="d-none d-sm-inline">Thursday,</span> 14 October: 9:00am - 5:00pm</li></ul> <ul class="list-inline sitelinks"> <li class="list-inline-item"><a href="https://imarcglobal.com" target="_blank" class="sitelink">Visit website</a></li> <li class="list-inline-item"><span>/</span></li> <li class="list-inline-item"><a href="https://imarcglobal.com/partners" target="_blank" class="sitelink">Apply to be a partner</a></li> <li class="list-inline-item"><span>/</span></li> <li class="list-inline-item"><a href="https://imarcglobal.com/become-a-speaker" target="_blank" class="sitelink">Become a speaker</a></li> <li class="list-inline-item"><span>/</span></li> <li class="list-inline-item"><a href="https://imarcglobal.com/become-a-sponsor" target="_blank" class="sitelink">Sponsorship opportunities</a></li> </ul> </section> </div> <div class="tab-pane fade" id="pill-43" role="tabpanel" aria-labelledby="pill-43-tab" tabindex="0"> <section class="d-block" data-event-id="43" data-upcoming-id="14"> <section class="year-select"> <img src="https://v2.imarcexpo.com/_media/upcoming/6616556cb2dc6-a485cdb4b07662d090938f54b4e1c20a1e92b82f.png?version=164" class="img-fluid" alt="Mines and Money @ IMARC"> <ul class="list-inline mb-3 mb-md-0 mt-3 mt-md-0"><li class="list-inline-item"><button class="btn btn-year active" data-action="change-year" data-change-event-id="43" data-change-upcoming-id="14" type="button">2025</button></li><li class="list-inline-item"><button class="btn btn-year" data-action="change-year" data-change-event-id="43" data-change-upcoming-id="17" type="button">2026</button></li><li class="list-inline-item"><button class="btn btn-year" data-action="change-year" data-change-event-id="43" data-change-upcoming-id="19" type="button">2027</button></li></ul> </section> <section class="offset-dates"> <h3>21 - 23 October 2025</h3> <h4>ICC Sydney</h4> </section> <p>Leveraging off the scale of Australia's largest mining event to bring an unrivalled network of thousands of investors to Sydney.</p> <h4 class="mb-1 color-plain-white">Opening times:</h4> <ul class="list-unstyled datetime"><li><span class="d-inline d-sm-none">Tue,</span><span class="d-none d-sm-inline">Tuesday,</span> 21 October: 9:00am - 5:30pm</li><li><span class="d-inline d-sm-none">Wed,</span><span class="d-none d-sm-inline">Wednesday,</span> 22 October: 9:00am - 5:30pm</li><li><span class="d-inline d-sm-none">Thu,</span><span class="d-none d-sm-inline">Thursday,</span> 23 October: 9:00am - 5:00pm</li></ul> <ul class="list-inline sitelinks"> <li class="list-inline-item"><a href="https://minesandmoney.com/imarc" target="_blank" class="sitelink">Visit website</a></li> <li class="list-inline-item"><span>/</span></li> <li class="list-inline-item"><a href="https://minesandmoney.com/imarc/partners" target="_blank" class="sitelink">Apply to be a partner</a></li> <li class="list-inline-item"><span>/</span></li> <li class="list-inline-item"><a href="https://minesandmoney.com/imarc/become-a-speaker" target="_blank" class="sitelink">Become a speaker</a></li> <li class="list-inline-item"><span>/</span></li> <li class="list-inline-item"><a href="https://minesandmoney.com/imarc/become-a-sponsor" target="_blank" class="sitelink">Sponsorship opportunities</a></li> </ul> </section><section class="d-none" data-event-id="43" data-upcoming-id="17"> <section class="year-select"> <img src="https://v2.imarcexpo.com/_media/upcoming/66c68b1ec614d-456fba22f62a444031e85341fe9559e8fc9b0d2c.png?version=164" class="img-fluid" alt="Mines and Money @ IMARC"> <ul class="list-inline mb-3 mb-md-0 mt-3 mt-md-0"><li class="list-inline-item"><button class="btn btn-year active" data-action="change-year" data-change-event-id="43" data-change-upcoming-id="14" type="button">2025</button></li><li class="list-inline-item"><button class="btn btn-year" data-action="change-year" data-change-event-id="43" data-change-upcoming-id="17" type="button">2026</button></li><li class="list-inline-item"><button class="btn btn-year" data-action="change-year" data-change-event-id="43" data-change-upcoming-id="19" type="button">2027</button></li></ul> </section> <section class="offset-dates"> <h3>27 - 29 October 2026</h3> <h4>ICC Sydney</h4> </section> <p>Leveraging off the scale of Australia's largest mining event to bring an unrivalled network of thousands of investors to Sydney.</p> <h4 class="mb-1 color-plain-white">Opening times:</h4> <ul class="list-unstyled datetime"><li><span class="d-inline d-sm-none">Tue,</span><span class="d-none d-sm-inline">Tuesday,</span> 27 October: 9:00am - 5:30pm</li><li><span class="d-inline d-sm-none">Wed,</span><span class="d-none d-sm-inline">Wednesday,</span> 28 October: 9:00am - 5:30pm</li><li><span class="d-inline d-sm-none">Thu,</span><span class="d-none d-sm-inline">Thursday,</span> 29 October: 9:00am - 4:00pm</li></ul> <ul class="list-inline sitelinks"> <li class="list-inline-item"><a href="https://minesandmoney.com/imarc" target="_blank" class="sitelink">Visit website</a></li> <li class="list-inline-item"><span>/</span></li> <li class="list-inline-item"><a href="https://minesandmoney.com/imarc/partners" target="_blank" class="sitelink">Apply to be a partner</a></li> <li class="list-inline-item"><span>/</span></li> <li class="list-inline-item"><a href="https://minesandmoney.com/imarc/become-a-speaker" target="_blank" class="sitelink">Become a speaker</a></li> <li class="list-inline-item"><span>/</span></li> <li class="list-inline-item"><a href="https://minesandmoney.com/imarc/become-a-sponsor" target="_blank" class="sitelink">Sponsorship opportunities</a></li> </ul> </section><section class="d-none" data-event-id="43" data-upcoming-id="19"> <section class="year-select"> <img src="https://v2.imarcexpo.com/_media/upcoming/66c68bde9ba5d-456fba22f62a444031e85341fe9559e8fc9b0d2c.png?version=164" class="img-fluid" alt="Mines and Money @ IMARC"> <ul class="list-inline mb-3 mb-md-0 mt-3 mt-md-0"><li class="list-inline-item"><button class="btn btn-year active" data-action="change-year" data-change-event-id="43" data-change-upcoming-id="14" type="button">2025</button></li><li class="list-inline-item"><button class="btn btn-year" data-action="change-year" data-change-event-id="43" data-change-upcoming-id="17" type="button">2026</button></li><li class="list-inline-item"><button class="btn btn-year" data-action="change-year" data-change-event-id="43" data-change-upcoming-id="19" type="button">2027</button></li></ul> </section> <section class="offset-dates"> <h3>12 - 14 October 2027</h3> <h4>ICC Sydney</h4> </section> <p>Leveraging off the scale of Australia's largest mining event to bring an unrivalled network of thousands of investors to Sydney.</p> <h4 class="mb-1 color-plain-white">Opening times:</h4> <ul class="list-unstyled datetime"><li><span class="d-inline d-sm-none">Tue,</span><span class="d-none d-sm-inline">Tuesday,</span> 12 October: 9:00am - 5:30pm</li><li><span class="d-inline d-sm-none">Wed,</span><span class="d-none d-sm-inline">Wednesday,</span> 13 October: 9:00am - 5:30pm</li><li><span class="d-inline d-sm-none">Thu,</span><span class="d-none d-sm-inline">Thursday,</span> 14 October: 9:00am - 5:00pm</li></ul> <ul class="list-inline sitelinks"> <li class="list-inline-item"><a href="https://minesandmoney.com/imarc" target="_blank" class="sitelink">Visit website</a></li> <li class="list-inline-item"><span>/</span></li> <li class="list-inline-item"><a href="https://minesandmoney.com/imarc/partners" target="_blank" class="sitelink">Apply to be a partner</a></li> <li class="list-inline-item"><span>/</span></li> <li class="list-inline-item"><a href="https://minesandmoney.com/imarc/become-a-speaker" target="_blank" class="sitelink">Become a speaker</a></li> <li class="list-inline-item"><span>/</span></li> <li class="list-inline-item"><a href="https://minesandmoney.com/imarc/become-a-sponsor" target="_blank" class="sitelink">Sponsorship opportunities</a></li> </ul> </section> </div> <div class="tab-pane fade" id="pill-45" role="tabpanel" aria-labelledby="pill-45-tab" tabindex="0"> <section class="d-block" data-event-id="45" data-upcoming-id="12"> <section class="year-select"> <img src="https://v2.imarcexpo.com/_media/upcoming/6527b1759b6d7-494ff6a40c5212e0f224be73ea84e1cd62793525.png?version=164" class="img-fluid" alt="Resourcing Tomorrow"> <ul class="list-inline mb-3 mb-md-0 mt-3 mt-md-0"><li class="list-inline-item"><button class="btn btn-year active" data-action="change-year" data-change-event-id="45" data-change-upcoming-id="12" type="button">2024</button></li><li class="list-inline-item"><button class="btn btn-year" data-action="change-year" data-change-event-id="45" data-change-upcoming-id="20" type="button">2025</button></li></ul> </section> <section class="offset-dates"> <h3>3 - 5 December 2024</h3> <h4>Business Design Centre, London</h4> </section> <p>Resourcing Tomorrow is Europe's largest and most in-depth mining conference dedicated to global sustainability goals.</p> <h4 class="mb-1 color-plain-white">Opening times:</h4> <ul class="list-unstyled datetime"><li><span class="d-inline d-sm-none">Tue,</span><span class="d-none d-sm-inline">Tuesday,</span> 03 December: 8:00am - 6:00pm</li><li><span class="d-inline d-sm-none">Wed,</span><span class="d-none d-sm-inline">Wednesday,</span> 04 December: 8:00am - 6:00pm</li><li><span class="d-inline d-sm-none">Thu,</span><span class="d-none d-sm-inline">Thursday,</span> 05 December: 8:00am - 4:30pm</li></ul> <ul class="list-inline sitelinks"> <li class="list-inline-item"><a href="https://resourcingtomorrow.com" target="_blank" class="sitelink">Visit website</a></li> <li class="list-inline-item"><span>/</span></li> <li class="list-inline-item"><a href="https://resourcingtomorrow.com/partners" target="_blank" class="sitelink">Apply to be a partner</a></li> <li class="list-inline-item"><span>/</span></li> <li class="list-inline-item"><a href="https://resourcingtomorrow.com/become-a-speaker" target="_blank" class="sitelink">Become a speaker</a></li> <li class="list-inline-item"><span>/</span></li> <li class="list-inline-item"><a href="https://resourcingtomorrow.com/become-a-sponsor" target="_blank" class="sitelink">Sponsorship opportunities</a></li> </ul> </section><section class="d-none" data-event-id="45" data-upcoming-id="20"> <section class="year-select"> <img src="https://v2.imarcexpo.com/_media/upcoming/66c847257609a-449ca321a36e5d895c33949c3f0f0b6e90143252.png?version=164" class="img-fluid" alt="Resourcing Tomorrow"> <ul class="list-inline mb-3 mb-md-0 mt-3 mt-md-0"><li class="list-inline-item"><button class="btn btn-year active" data-action="change-year" data-change-event-id="45" data-change-upcoming-id="12" type="button">2024</button></li><li class="list-inline-item"><button class="btn btn-year" data-action="change-year" data-change-event-id="45" data-change-upcoming-id="20" type="button">2025</button></li></ul> </section> <section class="offset-dates"> <h3>2 - 4 December 2025</h3> <h4>Business Design Centre, London</h4> </section> <p>Resourcing Tomorrow is Europe's largest and most in-depth mining conference dedicated to global sustainability goals.</p> <h4 class="mb-1 color-plain-white">Opening times:</h4> <ul class="list-unstyled datetime"><li><span class="d-inline d-sm-none">Tue,</span><span class="d-none d-sm-inline">Tuesday,</span> 02 December: 8:00am - 6:00pm</li><li><span class="d-inline d-sm-none">Wed,</span><span class="d-none d-sm-inline">Wednesday,</span> 03 December: 8:00am - 6:00pm</li><li><span class="d-inline d-sm-none">Thu,</span><span class="d-none d-sm-inline">Thursday,</span> 04 December: 8:00am - 4:30pm</li></ul> <ul class="list-inline sitelinks"> <li class="list-inline-item"><a href="https://resourcingtomorrow.com" target="_blank" class="sitelink">Visit website</a></li> <li class="list-inline-item"><span>/</span></li> <li class="list-inline-item"><a href="https://resourcingtomorrow.com/partners" target="_blank" class="sitelink">Apply to be a partner</a></li> <li class="list-inline-item"><span>/</span></li> <li class="list-inline-item"><a href="https://resourcingtomorrow.com/become-a-speaker" target="_blank" class="sitelink">Become a speaker</a></li> <li class="list-inline-item"><span>/</span></li> <li class="list-inline-item"><a href="https://resourcingtomorrow.com/become-a-sponsor" target="_blank" class="sitelink">Sponsorship opportunities</a></li> </ul> </section> </div> <div class="tab-pane fade" id="pill-2" role="tabpanel" aria-labelledby="pill-2-tab" tabindex="0"> <section class="d-block" data-event-id="2" data-upcoming-id="11"> <section class="year-select"> <img src="https://v2.imarcexpo.com/_media/upcoming/64e320c331953-675cf7833f15468a132990ce17bf2f1c60791a97.png?version=164" class="img-fluid" alt="Mines and Money @ RESOURCING TOMORROW"> <ul class="list-inline mb-3 mb-md-0 mt-3 mt-md-0"><li class="list-inline-item"><button class="btn btn-year active" data-action="change-year" data-change-event-id="2" data-change-upcoming-id="11" type="button">2024</button></li><li class="list-inline-item"><button class="btn btn-year" data-action="change-year" data-change-event-id="2" data-change-upcoming-id="21" type="button">2025</button></li></ul> </section> <section class="offset-dates"> <h3>3 - 5 December 2024</h3> <h4>Business Design Centre, London</h4> </section> <p>Europe's largest mining investment event, connecting miners with money, and investors with opportunity.</p> <h4 class="mb-1 color-plain-white">Opening times:</h4> <ul class="list-unstyled datetime"><li><span class="d-inline d-sm-none">Tue,</span><span class="d-none d-sm-inline">Tuesday,</span> 03 December: 8:00am - 6:00pm</li><li><span class="d-inline d-sm-none">Wed,</span><span class="d-none d-sm-inline">Wednesday,</span> 04 December: 8:00am - 6:00pm</li><li><span class="d-inline d-sm-none">Thu,</span><span class="d-none d-sm-inline">Thursday,</span> 05 December: 8:00am - 4:30pm</li></ul> <ul class="list-inline sitelinks"> <li class="list-inline-item"><a href="https://minesandmoney.com/london" target="_blank" class="sitelink">Visit website</a></li> <li class="list-inline-item"><span>/</span></li> <li class="list-inline-item"><a href="https://minesandmoney.com/london/partners" target="_blank" class="sitelink">Apply to be a partner</a></li> <li class="list-inline-item"><span>/</span></li> <li class="list-inline-item"><a href="https://minesandmoney.com/london/become-a-speaker" target="_blank" class="sitelink">Become a speaker</a></li> <li class="list-inline-item"><span>/</span></li> <li class="list-inline-item"><a href="https://minesandmoney.com/london/become-a-sponsor" target="_blank" class="sitelink">Sponsorship opportunities</a></li> </ul> </section><section class="d-none" data-event-id="2" data-upcoming-id="21"> <section class="year-select"> <img src="https://v2.imarcexpo.com/_media/upcoming/66c8474c9a37d-49ad08acc045f7312fb88bf1030376a660db3049.png?version=164" class="img-fluid" alt="Mines and Money @ RESOURCING TOMORROW"> <ul class="list-inline mb-3 mb-md-0 mt-3 mt-md-0"><li class="list-inline-item"><button class="btn btn-year active" data-action="change-year" data-change-event-id="2" data-change-upcoming-id="11" type="button">2024</button></li><li class="list-inline-item"><button class="btn btn-year" data-action="change-year" data-change-event-id="2" data-change-upcoming-id="21" type="button">2025</button></li></ul> </section> <section class="offset-dates"> <h3>2 - 4 December 2025</h3> <h4>Business Design Centre, London</h4> </section> <p>Europe's largest mining investment event, connecting miners with money, and investors with opportunity.</p> <h4 class="mb-1 color-plain-white">Opening times:</h4> <ul class="list-unstyled datetime"><li><span class="d-inline d-sm-none">Tue,</span><span class="d-none d-sm-inline">Tuesday,</span> 02 December: 8:00am - 6:00pm</li><li><span class="d-inline d-sm-none">Wed,</span><span class="d-none d-sm-inline">Wednesday,</span> 03 December: 8:00am - 6:00pm</li><li><span class="d-inline d-sm-none">Thu,</span><span class="d-none d-sm-inline">Thursday,</span> 04 December: 8:00am - 4:30pm</li></ul> <ul class="list-inline sitelinks"> <li class="list-inline-item"><a href="https://minesandmoney.com/london" target="_blank" class="sitelink">Visit website</a></li> <li class="list-inline-item"><span>/</span></li> <li class="list-inline-item"><a href="https://minesandmoney.com/london/partners" target="_blank" class="sitelink">Apply to be a partner</a></li> <li class="list-inline-item"><span>/</span></li> <li class="list-inline-item"><a href="https://minesandmoney.com/london/become-a-speaker" target="_blank" class="sitelink">Become a speaker</a></li> <li class="list-inline-item"><span>/</span></li> <li class="list-inline-item"><a href="https://minesandmoney.com/london/become-a-sponsor" target="_blank" class="sitelink">Sponsorship opportunities</a></li> </ul> </section> </div> <div class="tab-pane fade" id="pill-31" role="tabpanel" aria-labelledby="pill-31-tab" tabindex="0"> <section class="d-block" data-event-id="31" data-upcoming-id="5"> <section class="year-select"> <img src="https://v2.imarcexpo.com/_media/upcoming/637c728594101-1a0e95fb33e5bc9454cb4220732ecd0e8e48ff93.png?version=164" class="img-fluid" alt="Mines and Money Miami"> <ul class="list-inline mb-3 mb-md-0 mt-3 mt-md-0"><li class="list-inline-item"><button class="btn btn-year active" data-action="change-year" data-change-event-id="31" data-change-upcoming-id="5" type="button">2025</button></li></ul> </section> <section class="offset-dates"> <h3>20 - 21 February 2025</h3> <h4>James L. Knight Center, Miami</h4> </section> <p>Securing Metal and Mineral Supplies Through Policy, Financing, and Mining Solutions.</p> <h4 class="mb-1 color-plain-white">Opening times:</h4> <ul class="list-unstyled datetime"><li><span class="d-inline d-sm-none">Thu,</span><span class="d-none d-sm-inline">Thursday,</span> 20 February: 8:00am - 5:00pm</li><li><span class="d-inline d-sm-none">Fri,</span><span class="d-none d-sm-inline">Friday,</span> 21 February: 8:00am - 4:30pm</li></ul> <ul class="list-inline sitelinks"> <li class="list-inline-item"><a href="https://minesandmoney.com/miami" target="_blank" class="sitelink">Visit website</a></li> <li class="list-inline-item"><span>/</span></li> <li class="list-inline-item"><a href="https://minesandmoney.com/miami/partners" target="_blank" class="sitelink">Apply to be a partner</a></li> <li class="list-inline-item"><span>/</span></li> <li class="list-inline-item"><a href="https://minesandmoney.com/miami/become-a-speaker" target="_blank" class="sitelink">Become a speaker</a></li> <li class="list-inline-item"><span>/</span></li> <li class="list-inline-item"><a href="https://minesandmoney.com/miami/become-a-sponsor" target="_blank" class="sitelink">Sponsorship opportunities</a></li> </ul> </section> </div> </div> </div> </div> </div> </div> <script type="text/javascript"> $(document).on('click', '[data-action="change-year"]', function(e) { var data_event = $(this).attr('data-change-event-id'); var data_upcoming = $(this).attr('data-change-upcoming-id'); $('[data-event-id="'+data_event+'"]').removeClass('d-block'); $('[data-event-id="'+data_event+'"]').addClass('d-none'); $('[data-change-event-id="'+data_event+'"]').removeClass('active'); $('[data-event-id="'+data_event+'"][data-upcoming-id="'+data_upcoming+'"]').removeClass('d-none'); $('[data-event-id="'+data_event+'"][data-upcoming-id="'+data_upcoming+'"]').addClass('d-block'); $('[data-change-event-id="'+data_event+'"][data-change-upcoming-id="'+data_upcoming+'"]').addClass('active'); }); $(document).on('change', '#change-upcoming-event', function(e) { var data_change = $(this).find(':selected').val(); $('#pills-upcoming-content .tab-pane').removeClass('show'); $('#pills-upcoming-content .tab-pane').removeClass('active'); $('#pills-upcoming-content .tab-pane#pill-'+data_change).addClass('show'); $('#pills-upcoming-content .tab-pane#pill-'+data_change).addClass('active'); }); </script> <section id="event-cta" class="container-fluid general-container general-container-padding event-cta"> <div class="container"> <div class="row"> <div class="col-12 d-flex justify-content-center"> <ul class="list-inline"> <li class="list-inline-item"><a href="https://minesandmoney.com/become-a-sponsor" title="Become a Sponsor">Become a Sponsor</a></li> <li class="list-inline-item"><a href="https://minesandmoney.com/mining-company" title="I'm a Mining Company">I'm a Mining Company</a></li> <li class="list-inline-item"><a href="https://minesandmoney.com/investor" title="I'm an Investor">I'm an Investor</a></li> </ul> </div> </div> </div> </section> <!-- Footer --> <footer class="container-fluid general-container footer"> <div class="container"></div> <div class="container px-5"> <div class="row"> <div class="col-12 col-md-4"> <h4>About Us</h4> <p>Mines and Money is the leading international event series connecting sophisticated investors from around the world with mining company management teams both online and in-person.</p> <h4>BROUGHT TO YOU BY</h4> <div class="powered-by"> <a href="https://www.beaconevents.com/" title="Beacon Events" target="_blank" rel="noreferrer noopener"><img src="https://minesandmoney.com/_images/logo-beacon.svg" alt="Beacon Events" class="img-fluid" style="width: 57%;"></a> </div> <!-- <ul class="list-unstyled contact"> <li><a href="mailto:connect@minesandmoney.com" title="Email">connect@minesandmoney.com</a></li> <li>AU: <a href="tel:+610390085946" title="Call - Australia">+61 (0) 3 9008 5946</a></li> <li>HK: <a href="tel:+85222190111" title="Call - Hong Kong">+852 2219 0111</a></li> <li>UK: <a href="tel:+4402080043888" title="Call - United Kingdom">+44 (0) 20 8004 3888</a></li> </ul> --> </div> <div class="col-12 col-md-4 beware-of-scammers"> <h4>Beware of Scammers</h4> <p style="width: 90%;">Please beware of people trying to contact you from third parties, claiming to be associated with Mines and Money. We would like to reassure you that we do not sell our data to third parties and that this is a scam. We urge you not to give out credit card details or other information. For more information, please refer to our <a href="https://www.beaconevents.com/privacy-policy/" target="_blank" rel="noreferrer noopener" title="Privacy Policy">privacy policy</a>.</p> </div> <div class="col-12 col-md-4"> <h4>Get in touch</h4> <ul class="list-inline social"> <li class="list-inline-item"> <a href="https://www.linkedin.com/company/mines-and-money/" target="_blank" rel="noreferrer noopener" title="LinkedIn"><i class="fab fa-linkedin-in fa-2x fa-inverse"></i></a> </li> <li class="list-inline-item"> <a href="https://www.youtube.com/channel/UCkZqn833lDkiYVpGrnUVXCw" target="_blank" rel="noreferrer noopener" title="YouTube"><i class="fab fa-youtube fa-2x fa-inverse"></i></a> </li> <li class="list-inline-item"> <a href="https://twitter.com/MinesAndMoney" target="_blank" rel="noreferrer noopener" title="Twitter"><i class="fa-brands fa-x-twitter fa-2x fa-inverse"></i></a> </li> <li class="list-inline-item"> <a href="https://www.facebook.com/minesandmoney/" target="_blank" rel="noreferrer noopener" title="Facebook"><i class="fab fa-facebook-f fa-2x fa-inverse"></i></a> </li> </ul> <ul class="list-unstyled get-in-touch"> <li><a href="https://minesandmoney.com/interest" title="Subscribe to email alerts" target="_blank" rel="noreferrer noopener">SUBSCRIBE TO EMAIL ALERTS</a></li> <li><a href="https://minesandmoney.com/contact" title="Contact us" target="_blank" rel="noreferrer noopener">contact us</a></li> </ul> </div> <div class="col-12 copyright"> <ul class="list-inline"> <li class="list-inline-item">Copyright 漏 2024 Beacon Events Limited. All rights reserved.</li> <li class="list-inline-item"><a href="https://www.beaconevents.com/privacy-policy/" target="_blank" rel="noreferrer noopener" title="Privacy Policy">Privacy Policy</a></li> <li class="list-inline-item"><a href="https://www.beaconevents.com/terms-and-conditions/" target="_blank" rel="noreferrer noopener" title="Terms of Use">Terms of Use</a></li> </ul> <ul class="list-inline"> <li class="list-inline-item"><a href="https://minesandmoney.com/sitemap/" title="Sitemap">Sitemap</a></li> </ul> </div> </div> </div> </footer> <!-- Footer END --> <!-- Logout Modal --> <div class="modal fade" id="modal-logout" tabindex="-1" aria-labelledby="modal-logout-label" aria-hidden="true"> <div class="modal-dialog modal-dialog-centered"> <div class="modal-content"> <div class="modal-header"> <h5 class="modal-title">Log Out</h5> <button type="button" class="btn-close btn-close-white" data-bs-dismiss="modal" aria-label="Close"></button> </div> <div class="modal-body"> <p>Are you sure you'd like to log out?</p> </div> <div class="modal-footer"> <button type="button" class="btn btn-invalid" data-bs-dismiss="modal">Cancel</button> <button type="button" class="btn btn-valid" data-action="logout" data-bs-dismiss="modal">Yes, log out</button> </div> </div> </div> </div> <!-- Logout Modal END --> <!-- Register Modal --> <div class="modal modal-register fade" id="modal-register" tabindex="-1" aria-labelledby="modal-register-label" aria-hidden="true"> <div class="modal-dialog modal-dialog-centered"> <div class="modal-content"> <div class="modal-header"> <h5 class="modal-title">Register for an account</h5> <button type="button" class="btn-close btn-close-white" data-bs-dismiss="modal" aria-label="Close"></button> </div> <div class="modal-body"> <p>It looks like you're trying to log in with an email address that isn't registered with our system. Registering is both quick and easy! Just click the button below to sign up.</p> <p><strong>NOTE:</strong> If you're trying to access presentations or content associated with your exhibition attentance please sign up with the email address used for the exhibition participation.</p> </div> <div class="modal-footer"> <button type="button" class="btn btn-invalid" data-bs-dismiss="modal">Cancel</button> <a href="https://minesandmoney.com/users-register" role="button" class="btn btn-valid">Register now</a> </div> </div> </div> </div> <!-- Register Modal END --> <!-- Processing Modal --> <div class="modal fade" id="modal-processing" tabindex="-1" aria-labelledby="modal-processing-label" aria-hidden="true" data-bs-keyboard="false" data-bs-backdrop="static"> <div class="modal-dialog modal-dialog-centered modal-sm"> <div class="modal-content"> <div class="modal-body"> <span><i class="fa-duotone fa-gear fa-spin"></i></span>Processing... </div> </div> </div> </div> <!-- Processing Modal END --> <!-- Opt-In Modal --> <div class="modal modal-opt-in fade" id="modal-opt-in" tabindex="-1" aria-labelledby="modal-opt-in-label" aria-hidden="true"> <div class="modal-dialog modal-dialog-centered"> <div class="modal-content"> <div class="modal-header"> <h5 class="modal-title">It looks like you're opted-out for emails</h5> <button type="button" class="btn-close btn-close-white" data-bs-dismiss="modal" aria-label="Close"></button> </div> <div class="modal-body"> <p>The email address you have entered has <strong>opted-out</strong> of email communications from us.</p> <p>You will need to opt back in to receive a response from this form submission.</p> <script charset="utf-8" type="text/javascript" src="//js.hsforms.net/forms/embed/v2.js"></script> <script> hbspt.forms.create({ region: "na1", portalId: "2819922", formId: "5a827da2-86c1-4a23-ad9b-0ebcd5fd29b2" }); </script> <div class="alert alert-default-grey color-text-grey mt-2"><strong>PLEASE NOTE:</strong> This action will only opt you back into the email communications you specify when you manage your email preferences. You will be able to choose the type and frequency of communications you receive from us.</div> <p>If you would prefer not to opt back in please <a href="https://minesandmoney.com/contact" title="Contact">contact us</a> directly via email or phone.</p> </div> </div> </div> </div> <!-- Opt-In Modal END --> <div class="toast-container"> <div id="toast-success" class="toast" role="alert" aria-live="assertive" aria-atomic="true"> <div class="toast-header"> <h4>Success</h4> <button type="button" class="btn-close btn-close-white" data-bs-dismiss="toast" aria-label="Close"></button> </div> <div class="toast-body"> <span class="toast-success-content"></span> </div> </div> <div id="toast-error" class="toast" role="alert" aria-live="assertive" aria-atomic="true"> <div class="toast-header"> <h4>Error</h4> <button type="button" class="btn-close btn-close-white" data-bs-dismiss="toast" aria-label="Close"></button> </div> <div class="toast-body"> <span class="toast-error-content">There has been an error.</span> </div> </div> <div id="toast-failed" class="toast" role="alert" aria-live="assertive" aria-atomic="true"> <div class="toast-header"> <h4>Failed</h4> <button type="button" class="btn-close btn-close-white" data-bs-dismiss="toast" aria-label="Close"></button> </div> <div class="toast-body"> <span class="toast-failed-content">Process failed.</span> </div> </div> </div> </body> </html> <!-- Check JavaScript --> <noscript><meta http-equiv="refresh" content="0; url=no-js.html" /></noscript> <!-- Check JavaScript END --> <script type="text/javascript"> document.addEventListener('DOMContentLoaded', function(e) { console.log('SET INDIRECT REGISTER SESSION.'); sessionStorage.setItem("indirect_register", 1); document.querySelectorAll('#content a[href]').forEach(function(a){ if( a.href.includes("/register") ) { console.log('CONTAINS DIRECT REGISTER LINK.'); a.href = a.href+"?track=mm-news-direct"; }; }); }); </script> <script type="text/javascript"> var options = { pdfOpenParams: { view: "FitV" } }; var myPDF = PDFObject.embed("https://v2.imarcexpo.com/_media/content/655402b385e7a-1043dc4e94b481c796f5b239b86c6e8a100bb558.pdf?version=164", "#pdf", options); </script> <script type="text/javascript"> $('#carousel-speakers button').on('click', function(e) { $('#carousel-speakers button').removeClass('active'); $('#carousel-speakers button').removeAttr('aria-current'); $(this).addClass('active'); $(this).attr('aria-current', 'true'); if($(this).attr('data-next') == 'true') { if($(this).attr('data-upper') !== $(this).attr('data-bs-slide-to')) { $('#carousel-speakers button').attr('data-next', 'false'); $('#carousel-speakers button').attr('data-prev', 'false'); var current_next = $(this).attr('data-bs-slide-to'); current_next = parseInt(current_next) + 1; var current_previous = current_next - 4; $(this).attr('data-next', 'false'); $('#carousel-speakers button[data-bs-slide-to="'+current_next+'"]').attr('data-next', 'true'); $('#carousel-speakers button[data-bs-slide-to="'+current_previous+'"]').attr('data-prev', 'true'); var current_margin = $('#carousel-speakers-indicators.carousel-indicators-container ul').css('margin-left'); var new_margin = parseInt(current_margin) - 57; $('#carousel-speakers-indicators.carousel-indicators-container ul').css('margin-left', new_margin+'px'); }; } if($(this).attr('data-prev') == 'true') { if($(this).attr('data-bs-slide-to') !== '0') { $('#carousel-speakers button').attr('data-next', 'false'); $('#carousel-speakers button').attr('data-prev', 'false'); var current_previous = $(this).attr('data-bs-slide-to'); current_previous = parseInt(current_previous) - 1; var current_next = current_previous + 4; $(this).attr('data-prev', 'false'); $('#carousel-speakers button[data-bs-slide-to="'+current_previous+'"]').attr('data-prev', 'true'); $('#carousel-speakers button[data-bs-slide-to="'+current_next+'"]').attr('data-next', 'true'); var current_margin = $('#carousel-speakers-indicators.carousel-indicators-container ul').css('margin-left'); var new_margin = parseInt(current_margin) + 57; $('#carousel-speakers-indicators.carousel-indicators-container ul').css('margin-left', new_margin+'px'); } else if($(this).attr('data-bs-slide-to') == '0') { $(this).attr('data-prev', 'false'); } } }); $('#temporaryAccess').on('click', function(e) { if(this.checked) { $('#register-gated').html('Gain temporary access'); } else { $('#register-gated').html('Register for an account'); } }); </script> <script type="module"> import { initializeApp } from "https://www.gstatic.com/firebasejs/9.6.10/firebase-app.js"; import { getAuth, signOut, onAuthStateChanged } from "https://www.gstatic.com/firebasejs/9.6.10/firebase-auth.js"; const firebaseConfig = { apiKey: "AIzaSyAx_EIPKPKR_iOgw1YTBNPV6Fagqd60VzI", authDomain: "mining-beacon.firebaseapp.com", databaseURL: "https://mining-beacon.firebaseio.com", projectId: "mining-beacon", appId: "1:97292462180:web:dc191087d57d0e8227d771" }; initializeApp(firebaseConfig); const auth = getAuth(); onAuthStateChanged(auth, (user) => { if (user) { console.log("Logged in."); if (!localStorage.getItem('username')) { localStorage.setItem('username', user.email); login_status = 1; setTimeout(function (){ location.reload(); }, 2500); }; } else { console.log("Not logged in."); if (localStorage.getItem('username') || localStorage.getItem('user')) { localStorage.removeItem('username'); localStorage.removeItem('user'); login_status = 0; setTimeout(function (){ location.reload(); }, 2500); }; }; }); $('[data-action="logout"]').on('click', function(e) { signOut(auth).then(() => { localStorage.removeItem('username'); localStorage.removeItem('user'); var toast = new bootstrap.Toast($("#toast-success")); var toast_message = "Logged out."; $('.toast-success-content').html(toast_message); toast.show(); setTimeout(function (){ window.location.href = 'https://minesandmoney.com/'; }, 2000); }).catch((error) => { }); }); </script> <script type="text/javascript" src="https://minesandmoney.com/_scripts/page-tracking.js?version=164"></script> <script type="text/javascript" src="https://minesandmoney.com/_scripts/document-ready.js?version=164"></script>