CINXE.COM

IEEE Sections Congress 2023

<!DOCTYPE html> <html lang="en" class="dark-mode"> <head> <meta charset="utf-8" /> <title>IEEE Sections Congress 2023</title> <!-- SEO Meta Tags--> <meta name="description" content="IEEE Sections Congress 2023" /> <meta name="keywords" content="Technology, Education, Internet" /> <meta name="author" content="Createx Studio" /> <!-- Viewport--> <meta name="viewport" content="width=device-width, initial-scale=1" /> <!-- Favicon and Touch Icons--> <link rel="apple-touch-icon" sizes="180x180" href="assets/img/site_images/favicon.webp" /> <link rel="icon" type="image/png" sizes="32x32" href="assets/img/site_images/favicon.webp" /> <link rel="manifest" href="assets/favicon/site.webmanifest" /> <link rel="mask-icon" color="#6366f1" href="assets/img/site_images/favicon.webp" /> <link rel="stylesheet" href="assets/vendor/lightgallery/css/lightgallery-bundle.min.css" /> <meta name="msapplication-TileColor" content="#080032" /> <meta name="msapplication-config" content="assets/favicon/browserconfig.xml" /> <meta name="theme-color" content="white" /> <!-- Theme mode--> <script> let mode = window.localStorage.getItem("mode"), root = document.getElementsByTagName("html")[0]; if (mode !== undefined && mode === "dark") { root.classList.add("dark-mode"); } else { root.classList.remove("dark-mode"); } </script> <!-- Page loading styles--> <style> .page-loading { position: fixed; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; -webkit-transition: all 0.4s 0.2s ease-in-out; transition: all 0.4s 0.2s ease-in-out; background-color: #fff; opacity: 0; visibility: hidden; z-index: 9999; } .dark-mode .page-loading { background-color: #121519; } .page-loading.active { opacity: 1; visibility: visible; } .page-loading-inner { position: absolute; top: 50%; left: 0; width: 100%; text-align: center; -webkit-transform: translateY(-50%); transform: translateY(-50%); -webkit-transition: opacity 0.2s ease-in-out; transition: opacity 0.2s ease-in-out; opacity: 0; } .page-loading.active > .page-loading-inner { opacity: 1; } .page-loading-inner > span { display: block; font-family: "Inter", sans-serif; font-size: 1rem; font-weight: normal; color: #6f788b; } .dark-mode .page-loading-inner > span { color: #fff; opacity: 0.6; } .page-spinner { display: inline-block; width: 2.75rem; height: 2.75rem; margin-bottom: 0.75rem; vertical-align: text-bottom; background-color: #d7dde2; border-radius: 50%; opacity: 0; -webkit-animation: spinner 0.75s linear infinite; animation: spinner 0.75s linear infinite; } .dark-mode .page-spinner { background-color: rgba(255, 255, 255, 0.25); } @-webkit-keyframes spinner { 0% { -webkit-transform: scale(0); transform: scale(0); } 50% { opacity: 1; -webkit-transform: none; transform: none; } } @keyframes spinner { 0% { -webkit-transform: scale(0); transform: scale(0); } 50% { opacity: 1; -webkit-transform: none; transform: none; } } .header-style { top: 30px !important; } @media only screen and (max-width: 991px) { .header-style { top: 70px !important; } } @media only screen and (max-width: 678px) { .header-style { top: 90px !important; } } @media only screen and (max-width: 358px) { .header-style { top: 115px !important; } } :root { --ar-primary: #00629b !important; --ar-primary-rgb: 0, 98, 155 !important; --ar-link-hover-color: #00629b !important; --ar-link-color: #00629b !important; } .ieee-header, .ieee-footer { background-color: #333; } .ieee-header a, .ieee-footer a { color: #fff !important; text-decoration: none; } .ieee-header a:hover, .ieee-footer a:hover { border-bottom: 1px solid #fff !important; } .social-media { width: 35px; height: 35px; text-align: center; font-size: 20px; transition: all 0.2s ease-in-out; } .twitter { background-color: #1d9cf0; } .social-media:hover { transform: scale(1.3); } .social-media a:hover { border-bottom: none !important; } .facebook { background-color: #2375e1; } .instagram { background-color: #4c68d7; } .copyright a { border-bottom: 1px solid #fff; } .copyright a:hover { color: #000 !important; border-bottom: 1px solid #000 !important; } .stat-text { background: linear-gradient(110.22deg, #00639c 7.08%, #772583 85.69%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; } .countdown-text { background: linear-gradient(110.22deg, #00639c 7.08%, #00a6d6 85.69%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; } .heading-color { color: #00639c; } .ready-section { background: linear-gradient(110.22deg, #00639c 7.08%, #78be20 85.69%); } .sponser-section { background: linear-gradient(110.22deg, #00639c 7.08%, #78be20 85.69%); } .about-card-text { height: 72px; } .stat-group { gap: 3; } .btn { --ar-btn-padding-y: 0.5rem !important; } .text-justify-content { text-align: justify; } .text-size { font-size: 1.5rem; } @media only screen and (max-width: 1012px) { .about-card-text { height: 96px; } } @media only screen and (max-width: 999px) { .stat-divider { display: none; } .stat-group { flex-direction: column; gap: 5; } } @media only screen and (max-width: 923px) { .about-card-text { height: 120px; } } @media only screen and (max-width: 767px) { .about-card-text { height: 72px; } } @media only screen and (max-width: 356px) { .sponsor-btn { margin-top: 10px; } } @media only screen and (max-width: 324px) { .sponsor-btn-second { margin-top: 10px; } } </style> <!-- Page loading scripts--> <script> (function () { window.onload = function () { const preloader = document.querySelector(".page-loading"); preloader.classList.remove("active"); setTimeout(function () { preloader.remove(); }, 1500); }; })(); </script> <!-- Import Google Font--> <link rel="preconnect" href="https://fonts.googleapis.com" /> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&amp;display=swap" rel="stylesheet" id="google-font" /> <!-- Vendor styles--> <link rel="stylesheet" media="screen" href="assets/vendor/swiper/swiper-bundle.min.css" /> <link rel="stylesheet" media="screen" href="assets/vendor/aos/dist/aos.css" /> <!-- Main Theme Styles + Bootstrap--> <link rel="stylesheet" media="screen" href="assets/css/theme.min.css" /> <script src="https://kit.fontawesome.com/d5a3828ce1.js" crossorigin="anonymous" ></script> <script src='https://cmp.osano.com/AzyzptTmRlqVd2LRf/eaf1610c-6b87-44e3-83b7-ca4b69f525f7/osano.js'></script></head> <!-- Body--> <body class="bg-secondary"> <!-- Page loading spinner--> <div class="page-loading active"> <div class="page-loading-inner"> <div class="page-spinner"></div> <span>Loading...</span> </div> </div> <!-- Page wrapper--> <main class="page-wrapper"> <section class="ieee-header py-2 mb-2"> <div class="container d-flex flex-column flex-lg-row justify-content-lg-between gap-2" > <div class="d-flex justify-content-center flex-wrap"> <a href="https://www.ieee.org/" target="_blank">IEEE.org</a> <span style="color: #fff">&nbsp;|&nbsp;</span> <a href="https://ieeexplore.ieee.org/Xplore/home.jsp" target="_blank" >IEEE&nbsp;Xplore&nbsp;Digital&nbsp;Library</a > <span style="color: #fff">&nbsp;|&nbsp;</span> <a href="https://standards.ieee.org/">IEEE&nbsp;Standards</a> <span style="color: #fff">&nbsp;|&nbsp;</span> <a href="https://spectrum.ieee.org/">IEEE&nbsp;Spectrum</a> <span style="color: #fff">&nbsp;|&nbsp;</span> <a href="https://www.ieee.org/sitemap.html">More&nbsp;Sites</a> </div> <div class="d-flex justify-content-center"> <img data-src="./assets/img/site_images/home/ieee_white_tp.webp" width="80px" alt="IEEE Logo" class="lazyload" /> </div> </div> </section> <!-- Navbar. Remove 'fixed-top' class to make the navigation bar scrollable with the page--> <header id="header-id" class="navbar navbar-expand-xl fixed-top header-style" > <div class="container"> <a class="navbar-brand pe-sm-3" href="index.html" ><img data-src="./assets/img/site_images/logos/22-TA-1-015_SC2023_WordMark_APPROVED_RGB_300ppi.webp" width="150px" alt="SC Logo" class="lazyload" /></a> <div class="form-check form-switch mode-switch order-xl-2 me-3 me-lg-4 ms-auto d-flex align-items-center" data-bs-toggle="mode" > <!-- <ul class="navbar-nav navbar-nav-scroll me-auto d-none d-xl-block" style="--ar-scroll-height: 520px" > <li class="nav-item dropdown"> <a class="nav-link dropdown-toggle" href="#" data-bs-toggle="dropdown" data-bs-auto-close="outside" aria-expanded="false" >Sponsorships</a > <ul class="dropdown-menu"> <li class="dropdown"> <a class="dropdown-item" href="./sponsorship.html" aria-expanded="false" >Become a Sponsor</a > </li> <li class="dropdown"> <a class="dropdown-item" href="./our-sponsors.html" aria-expanded="false" >Our Sponsors</a > </li> </ul> </li> </ul> --> <input class="form-check-input" type="checkbox" id="theme-mode" checked /> <label class="form-check-label" for="theme-mode" ><i class="ai-sun fs-lg"></i ></label> <label class="form-check-label" for="theme-mode" ><i class="ai-moon fs-lg"></i ></label> </div> <button class="navbar-toggler ms-sm-3" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" > <span class="navbar-toggler-icon"></span> </button> <nav class="collapse navbar-collapse" id="navbarNav"> <ul class="navbar-nav navbar-nav-scroll me-auto" style="--ar-scroll-height: 520px" > <li class="nav-item"> <a class="nav-link active" href="index.html">Home</a> </li> <li class="nav-item dropdown"> <a class="nav-link dropdown-toggle" href="#" data-bs-toggle="dropdown" data-bs-auto-close="outside" aria-expanded="false" >About</a > <ul class="dropdown-menu"> <li class="dropdown"> <a class="dropdown-item" href="committee.html" aria-expanded="false" >Commitee</a > </li> <li class="dropdown"> <a class="dropdown-item" href="program-details.html" aria-expanded="false" >Program Details</a > </li> <li class="dropdown"> <a class="dropdown-item" href="exhibit-booth.html" aria-expanded="false" >Exhibit Booths</a > </li> <li class="dropdown"> <a class="dropdown-item" href="learning-hubs.html" aria-expanded="false" >Learning Hubs</a > </li> <li class="dropdown"> <a class="dropdown-item" href="SC2023-recommendations.html" aria-expanded="false" >SC2023 Recommendations</a > </li> </ul> </li> <!-- <li class="nav-item dropdown"> <a class="nav-link dropdown-toggle" href="#" data-bs-toggle="dropdown" data-bs-auto-close="outside" aria-expanded="false" >Venue</a > <ul class="dropdown-menu"> <li class="dropdown"> <a class="dropdown-item" href="travel-information.html" aria-expanded="false" >Travel Info</a > </li> <li class="dropdown"> <a class="dropdown-item" href="things-to-do-in-ottawa.html" aria-expanded="false" >Things to do in Ottawa</a > </li> </ul> </li> --> <li class="nav-item dropdown"> <a class="nav-link dropdown-toggle" href="#" data-bs-toggle="dropdown" data-bs-auto-close="outside" aria-expanded="false" >Past Events</a > <ul class="dropdown-menu"> <li class="dropdown"> <a class="dropdown-item" href="virtual-training.html" aria-expanded="false" >2021 Virtual Training</a > </li> <li class="dropdown"> <a class="dropdown-item" href="virtual-recommendations.html" aria-expanded="false" >2020 Virtual Recommendations</a > </li> </ul> </li> <!-- <li class="nav-item"> <a class="nav-link" href="./register.html">Register Now</a> </li> --> <!-- <li class="nav-item dropdown d-block d-xl-none"> <a class="nav-link dropdown-toggle" href="#" data-bs-toggle="dropdown" data-bs-auto-close="outside" aria-expanded="false" >Sponsorships</a > <ul class="dropdown-menu"> <li class="dropdown"> <a class="dropdown-item" href="./sponsorship.html" aria-expanded="false" >Become a Sponsor</a > </li> <li class="dropdown"> <a class="dropdown-item" href="./our-sponsors.html" aria-expanded="false" >Our Sponsors</a > </li> </ul> </li> --> </ul> </nav> </div> </header> <!-- Page content--> <!-- Hero--> <section class="overflow-hidden py-5 mt-5"> <div class="container"> <div class="row align-items-center"> <div class="col-lg-7 order-lg-2 d-flex justify-content-center justify-content-lg-end mb-4 mb-md-5 mb-lg-0 pb-3 pb-md-0" > <div class="parallax me-lg-n4 me-xl-n5" style="max-width: 667px"> <div class="parallax-layer" data-depth="0.1"> <img data-src="assets/img/site_images/home/SC-Flyer.webp" alt="Layer" class="lazyload" data-sizes="auto" /> </div> <div class="parallax-layer" data-depth="-0.2"> <img data-src="assets/img/site_images/home/date.webp" alt="Layer" class="lazyload" data-sizes="auto" /> </div> <div class="parallax-layer" data-depth="0.25"> <img data-src="assets/img/site_images/home/location.webp" alt="Layer" class="lazyload" data-sizes="auto" /> </div> </div> </div> <div class="col-lg-5 order-lg-1"> <h1 class="display-6 text-center text-lg-start pb-sm-2 pb-md-3"> IEEE <br /> Sections Congress <br /> <span class="display-5 text-center text-lg-start pb-sm-2 pb-md-3 heading-color" >2023</span > </h1> <p class="fs-lg text-center text-lg-start pb-xl-2 mx-auto mb-0 mx-lg-0" style="max-width: 420px" > The triennial gathering of Section leadership bringing together hundreds of delegates from all ten Regions to network, learn and collectively shape the future of IEEE. </p> <div class="text-center text-lg-start mt-3 mt-sm-3 mt-md-0 mt-lg-0 d-none" > <a href="#" class="text-decoration-none"> <button type="button" class="btn btn-primary w-100" style=" background: linear-gradient( 95.94deg, #772583 0%, #00629b 100% ); border: none; max-width: 200px; " > View SC2023 Memories </button> </a> <!-- <a href="./sponsorship.html" class="text-decoration-none"> <button type="button" class="btn btn-primary w-100 sponsor-btn ms-2" style=" background: linear-gradient( 95.94deg, #772583 0%, #00629b 100% ); border: none; max-width: 160px; " > Become a Sponsor </button> </a> --> </div> </div> </div> </div> </section> <!-- Stats--> <section class="py-5 d-none"> <div class="bg-light py-5"> <div class="d-flex flex-wrap justify-content-center align-items-center stat-group" > <div class="d-flex flex-column align-items-center py-4 px-5"> <div class="h2 display-5 text-primary mb-0 stat-text">1200+</div> <span>Participants</span> </div> <div style="height: 60px; border-right: 1px solid #00629b" class="stat-divider" ></div> <div class="d-flex flex-column align-items-center py-4 px-5"> <div class="h2 display-5 text-primary mb-0 stat-text">40+</div> <span>Speakers</span> </div> </div> <div class="text-center"> <a href="#" class="text-decoration-none"> <button type="button" class="btn btn-primary w-100" style=" background: linear-gradient( 95.94deg, #772583 0%, #00629b 100% ); border: none; max-width: 200px; " > View SC2023 Memories </button> </a> <!-- <a href="./sponsorship.html" class="text-decoration-none"> <button type="button" class="btn btn-primary w-100 sponsor-btn-second ms-2" style=" background: linear-gradient( 95.94deg, #772583 0%, #00629b 100% ); border: none; max-width: 160px; " > Become a Sponsor </button> </a> --> </div> </div> </section> <section class="container py-5"> <div class="tab-content"> <div class="tab-pane fade show active" id="beginners" role="tabpanel"> <div class="row"> <div class="col-lg d-flex justify-content-center"> <div> <h2 class="h1 mb-sm-0 mx-auto text-center"> Sections Congress 2023 </h2> </div> </div> </div> <div class="row align-items-center mt-5 pt-4"> <div class="col-lg-6 pb-4 pb-md-0 mb-2 mb-md-0 d-flex justify-content-center justify-content-lg-start" > <div style="max-width: 550px"> <img class="rounded-5 lazyload" data-src="assets/img/site_images/home/shaw-centre-at-night-with-parliament.webp" alt="Beginners" data-sizes="auto" /> </div> </div> <div class="col-lg-6 pt-5 pt-lg-0"> <div class="ps-md-4 ps-lg-0"> <p class="pb-3 mb-3 mb-xl-2" style="text-align: justify"> IEEE Sections Congress, the triennial flagship event hosted by MGA, brings together volunteer leaders from every member country to share ideas and solutions. </p> <p class="pb-3 mb-3 mb-xl-2" style="text-align: justify"> Volunteer leaders from around the world met in the Shaw Centre, Ottawa, Canada from 11-13 August 2023, to exchange ideas and learn about the products and programs IEEE offers to members in their local areas. </p> <p class="pb-2 mb-xl-2" style="text-align: justify"> Thank you for joining Sections Congress 2023 in Ottawa, Canada. We are pleased to share with you key takeaways from this year’s Congress! </p> <ul> <li>1,096 of attendees</li> <li>303 sections represented</li> <li>95 countries represented</li> <li>97 speakers, 101 topics</li> </ul> <p class="mb-xl-2" style="text-align: justify"> You can find this year's presentations on the CLE. </p> <div class="mt-4 text-center text-lg-start"> <a href="https://ieee-elearning.org/" class="text-decoration-none" target="_blank" > <button type="button" class="btn btn-primary w-100" style=" background: linear-gradient( 95.94deg, #772583 0%, #00629b 100% ); border: none; max-width: 200px; " > View Presentations </button> </a> </div> </div> </div> </div> </div> </div> </section> <section class="mt-5 pt-4 d-none"> <div> <div class="text-center"> <h2 class="h1 mb-sm-0 mx-auto text-center"> Sections Congress 2023 Keynote Speakers </h2> </div> </div> <div class="d-flex align-items-center justify-content-center gap-5 mt-5 pt-4" > <div class="text-center"> <img class="rounded-circle" src="assets/img/site_images/programe_details/Ashley Noseworthy.webp" width="150" alt="Product" /> <h6 class="mt-2 fs-sm mb-0"><b>Ashley Noseworthy</b></h6> <div> <h6 class="fs-sm mb-2"> <i>CEO and founder of Edgewise<br />Environmental</i> </h6> </div> </div> <div class="text-center"> <img class="rounded-circle" src="assets/img/site_images/programe_details/Laurence Blandford.webp" width="150" alt="Product" /> <h6 class="mt-2 fs-sm mb-0"><b>Laurence Blandford</b></h6> <div> <h6 class="fs-sm mb-2"> <i >Vice-President Strategy Consulting<br />Climate Change and ESG</i > </h6> </div> </div> </div> </section> <section class="mt-5 pt-4 d-none"> <div class="container"> <div class="row"> <div class="col-lg d-flex justify-content-center"> <div> <h2 class="h1 mb-sm-0 mx-auto text-center"> About Sections Congress 2023 </h2> </div> </div> </div> </div> <div class="container mt-5 pt-4"> <div class="row"> <div class="col-md"> <!-- Item--> <div class="swiper-slide d-flex justify-content-center justify-content-md-start w-auto h-auto pb-4 pb-md-0" > <div class="card border-0 bg-secondary card-hover h-100 py-4" style="max-width: 306px" > <div class="opacity-0 position-absolute top-0 start-0 w-100 h-100 bg-size-cover bg-position-center rounded-5 lazyload" data-bgset=" assets/img/site_images/home/network_image.webp " ></div> <div class="card-body text-center"> <img class="mb-4 lazyload" data-src="./assets/img/site_images/home/network.webp" width="40px" alt="network" /> <h3>Network</h3> <p class="card-text about-card-text"> Network and build relationships with other volunteers within IEEE. </p> </div> </div> </div> </div> <div class="col-md"> <!-- Item--> <div class="swiper-slide w-auto h-auto d-flex justify-content-center pb-4 pb-md-0" > <div class="card border-0 bg-secondary card-hover h-100 py-4" style="max-width: 306px" > <div class="opacity-0 position-absolute top-0 start-0 w-100 h-100 bg-size-cover bg-position-center rounded-5 lazyload" data-bgset=" assets/img/site_images/home/learn_image.webp " ></div> <div class="card-body text-center"> <img class="mb-4 lazyload" data-src="./assets/img/site_images/home/learn.webp" width="40px" alt="learn" /> <h3>Learn</h3> <p class="card-text"> To provide an opportunity for delegates to gain information and training skills. </p> </div> </div> </div> </div> <div class="col-md"> <!-- Item--> <div class="swiper-slide w-auto h-auto d-flex justify-content-center justify-content-md-end" > <div class="card border-0 bg-secondary card-hover h-100 py-4" style="max-width: 306px" > <div class="opacity-0 position-absolute top-0 start-0 w-100 h-100 bg-size-cover bg-position-center rounded-5 lazyload" data-bgset=" assets/img/site_images/home/plan_ahead_image.webp " ></div> <div class="card-body text-center"> <img class="mb-4 lazyload" data-src="./assets/img/site_images/home/goal.webp" width="40px" alt="network" /> <h3>Plan ahead</h3> <p class="card-text about-card-text"> Collectively shape the future and goals of the IEEE. </p> </div> </div> </div> </div> </div> </div> </section> <section class="dark-mode py-5 d-none"> <div class="ready-section py-5"> <div class="container"> <div class="row align-items-center"> <div class="col-md-6"> <h2 class="display-4 text-center text-md-start mb-md-0 mt-n2 mt-lg-0" > Ready to attend the Sections Congress 2023? </h2> </div> <div class="col-md-5 offset-md-1"> <p class="fs-xl pb-4 mb-2 mb-lg-3 text-center"> Have a glimpse at all the places and activities you can try out within Ottawa! </p> <div class="text-center"> <button type="button" class="btn btn-primary w-100" style=" background: linear-gradient( 95.94deg, #772583 0%, #00629b 100% ); border: none; max-width: 160px; " > Have a Look </button> </div> </div> </div> <!-- <div class="d-none d-md-block text-center mt-n5"> <svg class="text-warning ms-lg-5" width="171" height="97" viewBox="0 0 171 97" fill="currentColor" xmlns="https://www.w3.org/2000/svg" > <path d="M169.319 54.333C162.404 55.9509 155.712 58.0764 149.09 60.6764L149.07 60.6761C148.967 60.7158 148.863 60.7554 148.76 60.7951C147.3 61.3811 148.325 63.4238 149.672 63.2067C154.548 62.4134 159.994 59.8725 164.87 59.0792C148.278 73.1339 129.684 89.2549 107.779 92.6402C85.6981 96.0539 65.5665 86.7839 56.8768 66.9865C70.9662 55.0671 79.2106 35.6614 79.0299 17.6457C78.9484 10.3157 76.1485 -3.36373 65.7068 1.21851C55.8557 5.53146 52.0466 22.5213 50.5736 31.7739C48.7364 43.2858 49.7593 55.5291 53.8643 66.2014C52.787 67.0812 51.6907 67.8989 50.5755 68.6546C40.6328 75.3851 27.1039 78.8929 16.4487 72.0362C2.91045 63.3259 1.93984 44.9485 1.56902 30.4091C1.54778 29.6265 0.359869 29.6092 0.360624 30.3915C0.322634 44.0809 0.835929 59.065 10.5664 69.6857C18.5722 78.4182 30.4315 79.7753 41.3346 75.9924C46.2437 74.2834 50.7739 71.7557 54.8581 68.6348C59.9738 80.2586 68.9965 89.6956 82.2735 93.7393C113.474 103.223 141.744 83.0494 164.903 63.697L161.901 71.0334C161.267 72.5887 163.76 73.2736 164.393 71.7389C165.986 67.8713 167.569 63.9933 169.152 60.1359C169.288 60.0247 169.695 58.6127 169.821 58.491C170.122 57.1161 169.152 60.1359 169.851 58.4169C170.189 57.6087 170.517 56.79 170.855 55.9818C171.248 54.9994 170.185 54.1192 169.319 54.333ZM54.3624 59.8578C51.4872 49.1623 51.6051 37.5841 54.2025 26.8039C55.5185 21.3369 57.4405 15.8066 60.1572 10.8541C61.2311 8.89354 62.5139 6.77134 64.2307 5.31421C69.4231 0.902277 74.3649 4.80357 75.8002 10.4446C80.5272 28.9489 70.1806 51.6898 55.8431 64.5114C55.2971 63.0109 54.793 61.4698 54.3624 59.8578Z" ></path> </svg> </div> --> </div> </div> </section> <!--program--> <section class="container mt-5 pt-4 d-none"> <h2 class="h1 text-center pb-3 pt-2 pt-sm-3 pt-md-4 mt-md-3 mt-lg-0"> Program Tracks </h2> <div class="row justify-content-center row-cols-1 row-cols-sm-2 row-cols-lg-4 gy-4 gy-sm-5 gx-4 pb-3 pb-md-4 pb-lg-5 mb-md-3 mb-lg-0 mt-2" > <!-- Item--> <div class="col text-center"> <div class="ratio ratio-1x1 position-relative mx-auto mb-3 mb-sm-4" style="width: 68px" > <i class="ai-search-settings text-primary fs-1 d-flex align-items-center justify-content-center position-absolute start-0" ></i> <svg class="position-absolute top-0 start-0 text-primary" width="68" height="68" viewBox="0 0 68 68" fill="currentColor" xmlns="https://www.w3.org/2000/svg" > <path d="M56.0059 60.5579C44.1549 78.9787 18.0053 58.9081 6.41191 46.5701C-2.92817 35.5074 -2.81987 12.1818 11.7792 3.74605C30.0281 -6.79858 48.0623 7.40439 59.8703 15.7971C71.6784 24.1897 70.8197 37.5319 56.0059 60.5579Z" fill-opacity="0.1" ></path> </svg> </div> <h3 class="h4 pb-2 mb-1">Empowering Volunteer Engagement</h3> </div> <!-- Item--> <div class="col text-center"> <div class="ratio ratio-1x1 position-relative mx-auto mb-3 mb-sm-4" style="width: 68px" > <i class="ai-bulb-alt text-primary fs-1 d-flex align-items-center justify-content-center position-absolute start-0" ></i> <svg class="position-absolute top-0 start-0 text-primary" width="68" height="68" viewBox="0 0 68 68" fill="currentColor" xmlns="https://www.w3.org/2000/svg" > <path d="M65.0556 29.2672C75.4219 46.3175 48.5577 59.7388 33.8299 64.3181C21.0447 67.5599 1.98006 58.174 0.888673 42.8524C-0.475555 23.7004 18.3473 14.5883 29.9289 8.26059C41.5104 1.93285 52.0978 7.9543 65.0556 29.2672Z" fill-opacity="0.1" ></path> </svg> </div> <h3 class="h4 pb-2 mb-1">Enriching Member Experience</h3> </div> <!-- Item--> <div class="col text-center"> <div class="ratio ratio-1x1 position-relative mx-auto mb-3 mb-sm-4" style="width: 68px" > <i class="ai-circle-check-filled text-primary fs-2 d-flex align-items-center justify-content-center position-absolute start-0" ></i> <svg class="position-absolute top-0 start-0 text-primary" width="68" height="68" viewBox="0 0 68 68" fill="currentColor" xmlns="https://www.w3.org/2000/svg" > <path d="M6.61057 18.2783C10.8205 -1.22686 39.549 7.51899 53.3869 14.3301C64.8949 20.7749 72.2705 40.7038 62.5199 52.5725C50.3318 67.4085 30.4034 61.0689 17.6454 57.6914C4.88745 54.314 1.3482 42.6597 6.61057 18.2783Z" fill-opacity="0.1" ></path> </svg> </div> <h3 class="h4 pb-2 mb-1">Achieving Future Sustainability</h3> </div> </div> <div class="mt-3 text-center"> <a href="./program-details.html" class="text-decoration-none"> <button type="button" class="btn btn-primary w-100" style=" background: linear-gradient(95.94deg, #772583 0%, #00629b 100%); border: none; max-width: 200px; " > Explore Program Details </button> </a> </div> </section> <section class="container py-5 my-lg-3 my-xl-4 my-xxl-5 d-none"> <h2 class="h1 text-center pt-2 pt-sm-3 pt-md-4 pt-xl-5 mt-lg-2 mt-xl-1"> Our Diamond Sponsors </h2> <div class="row row-cols-3 row-cols-md-4 g-2 g-md-4 pb-2 pb-md-3 pb-xl-4 mt-5 pt-4 d-flex justify-content-center flex-wrap align-items-center" > <div class="col-12 col-sm-6"> <img class="d-block d-dark-mode-none mx-auto lazyload" data-src="assets/img/site_images/home/diamond_sponsor_1.webp" width="220" alt="diamond_sponsor_1" /> <img class="d-none d-dark-mode-block mx-auto lazyload" data-src="assets/img/site_images/home/diamond_sponsor_1_dark.webp" width="220" alt="diamond_sponsor_1" /> </div> <div class="col-12 col-sm-6"> <img class="d-block mx-auto lazyload" data-src="assets/img/site_images/home/diamond_sponsor_2.webp" width="220" alt="diamond_sponsor_2" /> </div> <div class="col-12 col-sm-6 mt-sm-4 mt-md-0"> <img class="d-block mx-auto lazyload" data-src="assets/img/site_images/home/diamond_sponsor_3.webp" width="220" alt="diamond_sponsor_2" /> </div> </div> <div class="mt-3 text-center"> <a href="./our-sponsors.html" class="text-decoration-none"> <button type="button" class="btn btn-primary w-100" style=" background: linear-gradient(95.94deg, #772583 0%, #00629b 100%); border: none; max-width: 200px; " > Explore Our Sponsors </button> </a> </div> </section> <section class="container mt-5 pt-4 d-none"> <div class="sponser-section rounded-5 position-relative overflow-hidden py-5 px-4 px-sm-5" > <div class="d-none d-dark-mode-block position-absolute top-0 start-0 w-100 h-100" style="background-color: rgba(255, 255, 255, 0.02)" ></div> <svg class="position-absolute start-0 bottom-0 zindex-2" width="713" height="410" viewBox="0 0 713 410" fill="none" stroke="white" stroke-opacity="0.12" xmlns="https://www.w3.org/2000/svg" > <path d="M682.907 484.533C695.503 444.57 705.228 400.872 691.238 361.386C672.894 309.65 617.745 278.967 563.532 270.375C509.32 261.768 454.065 270.505 399.207 272.603C344.348 274.702 285.906 268.882 241.992 235.917C181.111 190.21 163.777 104.969 109.285 51.7863C63.8512 7.45308 -6.63234 -9.27787 -67.1491 9.9424" ></path> <path d="M641.482 482.967C653.4 445.169 662.6 403.82 649.367 366.472C632.013 317.53 579.846 288.506 528.564 280.379C477.267 272.236 425.011 280.507 373.121 282.492C321.231 284.477 265.935 278.97 224.403 247.786C166.796 204.54 150.415 123.91 98.8593 73.6098C55.8807 31.6733 -10.8023 15.8433 -68.0415 34.0275" ></path> <path d="M600.052 481.4C611.277 445.751 619.968 406.784 607.477 371.559C591.113 325.409 541.928 298.044 493.561 290.383C445.194 282.705 395.92 290.508 346.984 292.363C298.047 294.234 245.913 289.041 206.762 259.639C152.445 218.868 137.002 142.834 88.3989 95.4004C47.876 55.8447 -14.9912 40.9323 -68.9688 58.0798" ></path> <path d="M558.622 479.833C569.168 446.349 577.336 409.73 565.601 376.644C550.227 333.287 504.025 307.582 458.589 300.385C413.153 293.173 366.862 300.493 320.893 302.251C274.925 304.009 225.953 299.128 189.168 271.507C138.142 233.198 123.636 161.774 77.9686 117.223C39.9006 80.0639 -19.166 66.0526 -69.8661 82.164" ></path> <path d="M517.195 478.267C527.064 446.932 534.691 412.678 523.729 381.732C509.361 341.167 466.125 317.121 423.62 310.39C381.115 303.643 337.806 310.496 294.806 312.141C251.807 313.785 205.981 309.216 171.561 283.377C123.825 247.544 110.24 180.715 67.5263 139.03C31.9133 104.268 -23.3529 91.1578 -70.7753 106.233" ></path> </svg> <svg class="position-absolute top-0 end-0 zindex-2" width="317" height="367" viewBox="0 0 317 367" fill="none" stroke="white" stroke-opacity="0.12" xmlns="https://www.w3.org/2000/svg" > <path d="M766.907 366.533C779.503 326.57 789.228 282.872 775.238 243.386C756.894 191.65 701.745 160.967 647.532 152.375C593.32 143.768 538.065 152.505 483.207 154.603C428.348 156.702 369.906 150.882 325.992 117.917C265.111 72.2101 247.777 -13.031 193.285 -66.2137C147.851 -110.547 77.3677 -127.278 16.8509 -108.058" ></path> <path d="M725.482 364.967C737.4 327.169 746.6 285.82 733.367 248.472C716.013 199.53 663.846 170.506 612.564 162.379C561.267 154.236 509.011 162.507 457.121 164.492C405.231 166.477 349.935 160.97 308.403 129.786C250.796 86.5396 234.415 5.91023 182.859 -44.3902C139.881 -86.3267 73.1977 -102.157 15.9585 -83.9725" ></path> <path d="M684.052 363.4C695.277 327.751 703.968 288.784 691.477 253.559C675.113 207.409 625.928 180.044 577.561 172.383C529.194 164.705 479.92 172.508 430.984 174.363C382.047 176.234 329.913 171.041 290.762 141.639C236.445 100.868 221.002 24.8341 172.399 -22.5996C131.876 -62.1553 69.0088 -77.0677 15.0312 -59.9202" ></path> <path d="M642.622 361.833C653.168 328.349 661.336 291.73 649.601 258.644C634.227 215.287 588.025 189.582 542.589 182.385C497.153 175.173 450.862 182.493 404.893 184.251C358.925 186.009 309.953 181.128 273.168 153.507C222.142 115.198 207.636 43.7743 161.969 -0.777178C123.901 -37.9361 64.834 -51.9474 14.1339 -35.836" ></path> <path d="M601.195 360.267C611.064 328.932 618.691 294.678 607.729 263.732C593.361 223.167 550.125 199.121 507.62 192.39C465.115 185.643 421.806 192.496 378.806 194.141C335.807 195.785 289.981 191.216 255.561 165.377C207.825 129.544 194.24 62.7152 151.526 21.0304C115.913 -13.7317 60.6471 -26.8422 13.2247 -11.7668" ></path> </svg> <div class="dark-mode position-relative zindex-3 text-center px-3 px-sm-0 pb-2 py-sm-3 py-md-4 py-lg-5" > <h2 class="display-3 pt-xl-2">Interested in Becoming a Sponsor?</h2> <p class="fs-lg pb-4 pb-lg-5 mb-2 mb-sm-3 mb-lg-0 mb-xl-2"> Become a part of a global gathering of technology leaders by sponsoring SC2023. </p> <a href="./sponsorship.html" class="text-decoration-none"> <button type="button" class="btn btn-primary w-100" style=" background: linear-gradient( 95.94deg, #772583 0%, #00629b 100% ); border: none; max-width: 220px; " > View Sponsorship Packages </button> </a> </div> </div> </section> <section class="position-relative mt-5 pt-5 pb-5 mb-5 d-none"> <div class="container position-relative zindex-2"> <h2 class="h1 text-center mb-3 mb-lg-4"> Memories From Sections Congress 2023 </h2> <div class="row g-4 mt-4 pt-4"> <div class="col-sm-8"> <div class="row g-3 g-sm-4"> <div class="col-5"> <div class="gallery"> <a href="assets/img/site_images/home/2017_SC_img_1_big.webp" class="gallery-item d-block card-hover zoom-effect" > <div class="d-flex justify-content-center align-items-center position-absolute top-0 start-0 w-100 h-100 rounded-5 overflow-hidden zindex-2 opacity-0" > <i class="ai-maximize lead text-white position-relative zindex-2" ></i> <div class="position-absolute top-0 start-0 w-100 h-100 bg-black opacity-20" ></div> </div> <div class="zoom-effect-wrapper rounded-5"> <img class="zoom-effect-img lazyload" data-src="assets/img/site_images/home/2017_SC_img_1.webp" alt="Memories From Sections Congress 2017" data-sizes="auto" /> </div> </a> </div> </div> <div class="col-7"> <div class="gallery"> <a href="assets/img/site_images/home/2017_SC_img_2_big.webp" class="gallery-item d-block card-hover zoom-effect" > <div class="d-flex justify-content-center align-items-center position-absolute top-0 start-0 w-100 h-100 rounded-5 overflow-hidden zindex-2 opacity-0" > <i class="ai-maximize lead text-white position-relative zindex-2" ></i> <div class="position-absolute top-0 start-0 w-100 h-100 bg-black opacity-20" ></div> </div> <div class="zoom-effect-wrapper rounded-5"> <img class="zoom-effect-img lazyload" data-src="assets/img/site_images/home/2017_SC_img_2.webp" alt="Memories From Sections Congress 2017" data-sizes="auto" /> </div> </a> </div> </div> <div class="col-7"> <div class="gallery"> <a href="assets/img/site_images/home/2017_SC_img_4_big.webp" class="gallery-item d-block card-hover zoom-effect" > <div class="d-flex justify-content-center align-items-center position-absolute top-0 start-0 w-100 h-100 rounded-5 overflow-hidden zindex-2 opacity-0" > <i class="ai-maximize lead text-white position-relative zindex-2" ></i> <div class="position-absolute top-0 start-0 w-100 h-100 bg-black opacity-20" ></div> </div> <div class="zoom-effect-wrapper rounded-5"> <img class="zoom-effect-img lazyload" data-src="assets/img/site_images/home/2017_SC_img_4.webp" alt="Memories From Sections Congress 2017" data-sizes="auto" /> </div> </a> </div> </div> <div class="col-5"> <div class="gallery"> <a href="assets/img/site_images/home/2017_SC_img_5_big.webp" class="gallery-item d-block card-hover zoom-effect" > <div class="d-flex justify-content-center align-items-center position-absolute top-0 start-0 w-100 h-100 rounded-5 overflow-hidden zindex-2 opacity-0" > <i class="ai-maximize lead text-white position-relative zindex-2" ></i> <div class="position-absolute top-0 start-0 w-100 h-100 bg-black opacity-20" ></div> </div> <div class="zoom-effect-wrapper rounded-5"> <img class="zoom-effect-img lazyload" data-src="assets/img/site_images/home/2017_SC_img_5.webp" alt="Memories From Sections Congress 2017" data-sizes="auto" /> </div> </a> </div> </div> </div> </div> <div class="col-sm-4"> <div class="gallery"> <a href="assets/img/site_images/home/2017_SC_img_3_big.webp" class="gallery-item d-block card-hover zoom-effect" > <div class="d-flex justify-content-center align-items-center position-absolute top-0 start-0 w-100 h-100 rounded-5 overflow-hidden zindex-2 opacity-0" > <i class="ai-maximize lead text-white position-relative zindex-2" ></i> <div class="position-absolute top-0 start-0 w-100 h-100 bg-black opacity-20" ></div> </div> <div class="zoom-effect-wrapper rounded-5"> <img class="zoom-effect-img lazyload" data-src="assets/img/site_images/home/2017_SC_img_3.webp" alt="Memories From Sections Congress 2017" data-sizes="auto" /> </div> </a> </div> </div> <div class="col-md-12"> <div class="row g-3 g-sm-4"> <div class="col-5"> <div class="gallery"> <a href="assets/img/site_images/home/2017_SC_img_6_big.webp" class="gallery-item d-block card-hover zoom-effect" > <div class="d-flex justify-content-center align-items-center position-absolute top-0 start-0 w-100 h-100 rounded-5 overflow-hidden zindex-2 opacity-0" > <i class="ai-maximize lead text-white position-relative zindex-2" ></i> <div class="position-absolute top-0 start-0 w-100 h-100 bg-black opacity-20" ></div> </div> <div class="zoom-effect-wrapper rounded-5"> <img class="zoom-effect-img lazyload" data-src="assets/img/site_images/home/2017_SC_img_6.webp" alt="Memories From Sections Congress 2017" data-sizes="auto" /> </div> </a> </div> </div> <div class="col-7"> <div class="gallery"> <a href="assets/img/site_images/home/2017_SC_img_7_big.webp" class="gallery-item d-block card-hover zoom-effect" > <div class="d-flex justify-content-center align-items-center position-absolute top-0 start-0 w-100 h-100 rounded-5 overflow-hidden zindex-2 opacity-0" > <i class="ai-maximize lead text-white position-relative zindex-2" ></i> <div class="position-absolute top-0 start-0 w-100 h-100 bg-black opacity-20" ></div> </div> <div class="zoom-effect-wrapper rounded-5"> <img class="zoom-effect-img lazyload" data-src="assets/img/site_images/home/2017_SC_img_7.webp" alt="Memories From Sections Congress 2017" data-sizes="auto" /> </div> </a> </div> </div> <div class="col-7"> <div class="gallery"> <a href="assets/img/site_images/home/2017_SC_img_8_big.webp" class="gallery-item d-block card-hover zoom-effect" > <div class="d-flex justify-content-center align-items-center position-absolute top-0 start-0 w-100 h-100 rounded-5 overflow-hidden zindex-2 opacity-0" > <i class="ai-maximize lead text-white position-relative zindex-2" ></i> <div class="position-absolute top-0 start-0 w-100 h-100 bg-black opacity-20" ></div> </div> <div class="zoom-effect-wrapper rounded-5"> <img class="zoom-effect-img lazyload" data-src="assets/img/site_images/home/2017_SC_img_8.webp" alt="Memories From Sections Congress 2017" data-sizes="auto" /> </div> </a> </div> </div> <div class="col-5"> <div class="gallery"> <a href="assets/img/site_images/home/2017_SC_img_9_big.webp" class="gallery-item d-block card-hover zoom-effect" > <div class="d-flex justify-content-center align-items-center position-absolute top-0 start-0 w-100 h-100 rounded-5 overflow-hidden zindex-2 opacity-0" > <i class="ai-maximize lead text-white position-relative zindex-2" ></i> <div class="position-absolute top-0 start-0 w-100 h-100 bg-black opacity-20" ></div> </div> <div class="zoom-effect-wrapper rounded-5"> <img class="zoom-effect-img lazyload" data-src="assets/img/site_images/home/2017_SC_img_9.webp" alt="Memories From Sections Congress 2017" data-sizes="auto" /> </div> </a> </div> </div> </div> </div> </div> </div> </section> <!--Recommendations--> <section class="container mt-2 mt-lg-5 pt-4"> <h2 class="h1 text-center">Recommendations</h2> <div class="row justify-content-center"> <div class="col-12 col-lg-10"> <h2 class="h4 mb-lg-4 pt-3 pt-md-4">Top 3 Recommendations</h2> <p class="fs-lg pb-4 text-justify-content"> <span class="fw-bold" >#9 Provide continuing incentives to volunteers:</span > IEEE needs to provide more incentives to increase the number of volunteers. These incentives would contribute to recognizing volunteers’ value and time investment. Incentive examples: IEEE to send letters to employers recognizing their employees' service to the profession, IEEE to provide free membership for the years of volunteer service, IEEE to provide a plaque stating the IEEE years of service, IEEE Badge for LinkedIn profile, IEEE to provide a swag bag with IEEE items. </p> <p class="fs-lg pb-4 text-justify-content"> <span class="fw-bold" >#29 Continuous Education in the IEEE professional field:</span > Partner with other professional organizations for continuing education. This could include training and courses that lead to credentials such as digital badges, certificates and professional development units or hours. Collaboration with others can promote the IEEE brand and expand the influence of IEEE among professional organizations and their members. Integration and awareness with larger organizations will also serve to benefit IEEE members as credentials receive wider recognition. </p> <p class="fs-lg pb-4 text-justify-content"> <span class="fw-bold" >#10 Provide support, education, and processes for working with Student Chapters & building relationships with Sections:</span > The exact relationship between student branches, faculty advisors, and sections is unclear. This has led to some student branches that use the IEEE name but have no official affiliation with the IEEE. Furthermore, the path to officially tie these student branches to the IEEE and local sections is unclear. </p> </div> </div> </section> <!--A Message from President Rahman--> <section class="container mt-3 pt-4"> <h2 class="h1 text-center pb-3 pt-2 pt-sm-3 pt-md-4 mt-md-3 mt-lg-0"> A Message from President Rahman </h2> <div class="row"></div> <div class="col-md-12 d-flex flex-column align-items-center mb-4 mt-1"> <div class="position-relative" style="max-width: 230px"> <img class="d-block position-relative zindex-2" src="assets/img/president.webp" alt="President Rahman" /> </div> <div class="text-center text-md-start pt-3 mt-3"> <div class="position-relative pt-4" style="max-width: 1080px"> <div class="position-absolute top-0 start-0 w-100 text-center text-md-start ms-md-1" > <svg class="text-border" width="155" height="111" viewBox="0 0 155 111" fill="currentColor" xmlns="https://www.w3.org/2000/svg" > <path d="M125.969 38.7937C129.372 30.2345 134.734 21.7781 141.902 13.6311C144.17 11.053 144.48 7.34066 142.623 4.45316C141.18 2.18441 138.808 0.94696 136.23 0.94696C135.508 0.94696 134.786 0.99826 134.064 1.25633C118.905 5.69065 83.4811 21.4171 82.5014 71.8454C82.1407 91.2842 96.3717 107.99 114.883 109.898C125.144 110.93 135.353 107.578 142.933 100.772C150.512 93.914 154.844 84.117 154.844 73.9077C154.844 56.8922 142.778 41.9905 125.969 38.7937Z" ></path> <path d="M32.5904 109.898C42.7999 110.93 53.0092 107.578 60.5888 100.772C68.1686 93.914 72.5 84.117 72.5 73.9077C72.5 56.8922 60.4342 41.9905 43.6248 38.7937C47.0281 30.2345 52.3905 21.7781 59.5578 13.6312C61.8265 11.0531 62.1359 7.34071 60.2794 4.45321C58.8358 2.18446 56.4638 0.947006 53.8857 0.947006C53.1641 0.947006 52.4421 0.998306 51.7202 1.25638C36.5608 5.6907 1.13734 21.4172 0.157654 71.8454V72.5671C0.157654 91.6968 14.2341 107.99 32.5904 109.898Z" ></path> </svg> </div> <p class="fs-xl position-relative zindex-2 text-justify-content"> I hope everyone had a successful and enjoyable time at IEEE Sections Congress 2023, which aims to bring together Section leadership from all 10 Regions to network, learn, and collectively shape the future of IEEE. </p> <p class="fs-xl mt-3 text-justify-content"> This year’s theme, “Enabling Leaders to Build a Sustainable Future” recognizes the global crisis of climate change, as well as IEEE’s commitment to helping alleviate the effects through pragmatic, accessible technical solutions for sustainability, and providing engineers and technologists with a neutral space for discussion and action. I believe IEEE’s impact starts at the local level, beginning with building awareness of the multitude of resources that membership provides. With more than 340 sections around the world, local engineers, technologists, and computer scientists can deliver technology solutions for their unique communities. </p> <p class="fs-xl mt-3 text-justify-content"> <a href="https://docs.google.com/presentation/d/123xMBz2v6HU961GNZiJPthgKEcnf31UY/edit?usp=sharing&ouid=105970933780014432956&rtpof=true&sd=true" target="_blank" >Linked in this communication</a > is a deck on IEEE Climate Change Engagement Opportunities, which includes information on how IEEE is addressing climate change, as well as technology solutions available from IEEE, and can serve as a blueprint for members’ action plan. I encourage you to share this information widely with local members and your colleagues. Thank you again for your dedication to IEEE and your commitment to advancing our mission, both locally and around the world. </p> <p class="fs-xl mt-3 mb-0">Regards,</p> <p class="fs-xl mb-0">Saifur Rahman</p> <p class="fs-xl">2023 IEEE President and CEO</p> </div> </div> </div> </section> <!--A Message from the Foundation--> <section class="container mt-5 pt-4"> <h2 class="h1 text-center pb-3 pt-2 pt-sm-3 pt-md-4 mt-md-3 mt-lg-0"> A Message from the Foundation </h2> <div class="row justify-content-center mt-3"> <div class="col-12"> <img class="d-block mx-auto" src="assets/img/IEEE Foundation Logo.png" width="300" alt="IEEE Foundation" /> </div> </div> <div class="row justify-content-center text-md-start pt-3 mt-3"> <div class="col-12 position-relative pt-4" style="max-width: 1080px"> <div class="position-absolute top-0 start-0 w-100 text-md-start ms-md-1" > <svg class="text-border" width="155" height="111" viewBox="0 0 155 111" fill="currentColor" xmlns="https://www.w3.org/2000/svg" > <path d="M125.969 38.7937C129.372 30.2345 134.734 21.7781 141.902 13.6311C144.17 11.053 144.48 7.34066 142.623 4.45316C141.18 2.18441 138.808 0.94696 136.23 0.94696C135.508 0.94696 134.786 0.99826 134.064 1.25633C118.905 5.69065 83.4811 21.4171 82.5014 71.8454C82.1407 91.2842 96.3717 107.99 114.883 109.898C125.144 110.93 135.353 107.578 142.933 100.772C150.512 93.914 154.844 84.117 154.844 73.9077C154.844 56.8922 142.778 41.9905 125.969 38.7937Z" ></path> <path d="M32.5904 109.898C42.7999 110.93 53.0092 107.578 60.5888 100.772C68.1686 93.914 72.5 84.117 72.5 73.9077C72.5 56.8922 60.4342 41.9905 43.6248 38.7937C47.0281 30.2345 52.3905 21.7781 59.5578 13.6312C61.8265 11.0531 62.1359 7.34071 60.2794 4.45321C58.8358 2.18446 56.4638 0.947006 53.8857 0.947006C53.1641 0.947006 52.4421 0.998306 51.7202 1.25638C36.5608 5.6907 1.13734 21.4172 0.157654 71.8454V72.5671C0.157654 91.6968 14.2341 107.99 32.5904 109.898Z" ></path> </svg> </div> <p class="fs-xl position-relative zindex-2 text-justify-content"> The IEEE Foundation and our Program Partners would like to thank all of the Sections Congress 2023 attendees who had the opportunity to celebrate with us at the Foundation's 50th Anniversary Pavilion. It was a tremendous opportunity to celebrate with all of you, especially given the fact it takes ALL OF US to make the donor-supported programs a success. If you missed visiting the Pavilion and would like to learn more about the Foundation and the Programs represented, please visit our Sections Congress Resource page: <a class="text-truncate-2" href="https://www.ieeefoundation.org/impact/sectionscongress2023/" target="_blank" >Sections Congress 2023</a > </p> </div> </div> </section> <section class="container mt-5"> <h2 class="h1 text-center pt-2 pt-sm-3 pt-md-4 mt-md-3 mt-lg-0"> Our Sponsors </h2> <div class="row justify-content-center"> <div class="col-12 text-center"> <p class="fs-xl"> Thank you to all our Sections Congress Sponsors! </p> </div> </div> <h2 class="h3 mb-lg-4 pt-3 pt-md-4 text-center">Diamond Sponsors</h2> <div class="row align-items-center justify-content-center pb-2 pb-sm-3 pb-md-4 pb-xl-5" > <div class="col-6 col-md-3"> <img class="d-block d-dark-mode-none mx-auto" src="assets/img/site_images/home/diamond_sponsor_1.webp" width="220" alt="diamond_sponsor_1" /> <img class="d-none d-dark-mode-block mx-auto" src="assets/img/site_images/home/diamond_sponsor_1_dark.webp" width="220" alt="diamond_sponsor_1" /> </div> <div class="col-6 col-md-3"> <img class="d-block mx-auto" src="assets/img/site_images/brands/2.png" width="240" alt="Ottawa" /> </div> <div class="col-12 col-md-3"> <img class="d-block mx-auto" src="assets/img/site_images/brands/3.png" width="240" alt="IEEE Foundation" /> </div> </div> </section> <section class="container mt-5 mt-lg-0"> <h2 class="h3 mb-lg-4 pt-3 pt-md-4 text-center">Platinum Sponsors</h2> <div class="row align-items-center justify-content-center pb-2 pb-sm-3 pb-md-4 pb-xl-5" > <div class="col-12"> <img class="d-block mx-auto" src="assets/img/site_images/brands/Life_Members_program_logo_Platinum_level-removebg-preview.png" width="240" alt="IEEE Life Members" /> </div> </div> </section> <section class="container mt-5 mt-lg-0"> <h2 class="h3 mb-lg-4 pt-3 pt-md-4 text-center">Silver Sponsors</h2> <div class="row align-items-center justify-content-center pb-2 pb-sm-3 pb-md-4 pb-xl-5" > <div class="col-12"> <img class="d-block mx-auto" src="assets/img/site_images/brands/Copy of Collabratec - Platinum level.png" width="240" alt="IEEE Collabratec" /> </div> </div> </section> <section class="container mt-5 mt-lg-0"> <h2 class="h3 mb-lg-4 pt-3 pt-md-4 text-center">Bronze Sponsors</h2> <div class="row align-items-center justify-content-center pb-2 pb-sm-3 pb-md-4 pb-xl-5" > <div class="col text-center"> <img class="d-block mx-auto" src="assets/img/site_images/brands/Fort Worth- bronze level.png" width="240" alt="Klinos" /> </div> </div> </section> <section class="container mt-5 mt-lg-0 mb-5"> <h2 class="h3 mb-lg-4 pt-3 pt-md-4 text-center">Event Sponsors</h2> <div class="row align-items-center justify-content-center pb-2 pb-sm-3 pb-md-4 pb-xl-5" > <div class="col-6 col-md-4"> <img class="d-block mx-auto" src="assets/img/site_images/brands/South Africa.png" width="240" alt="IEEE Collabratec" /> </div> <div class="col-6 col-md-4"> <img class="d-block d-dark-mode-none mx-auto" src="assets/img/site_images/brands/CAS-Logo-nobackwithname.png" width="180" alt="IEEE Life Members" /> <img class="d-none d-dark-mode-block mx-auto" src="assets/img/site_images/brands/IEEE-CAS-Logo-white-Bg.webp" width="180" alt="IEEE Life Members" /> </div> </div> <div class="row justify-content-center"> <div class="col-12 text-center"> <p class="text-size fw-bold"> See you at the next IEEE Sections Congress in 2026! </p> </div> </div> </section> </main> <!-- Footer--> <footer class="ieee-footer py-5" style="color: #fff"> <div class="container d-flex flex-column gap-3"> <div class="d-flex gap-2 justify-content-center justify-content-md-start" > <div class="social-media twitter rounded-circle d-flex justify-content-center align-items-center" > <a href="https://twitter.com/ieee_sc" target="_blank"> <i class="fa fa-twitter"></i> </a> </div> <div class="social-media facebook rounded-circle d-flex justify-content-center align-items-center" > <a href="https://www.facebook.com/IEEESC/" target="_blank"> <i class="fa fa-facebook"></i> </a> </div> <div class="social-media instagram rounded-circle d-flex justify-content-center align-items-center" > <a href="https://www.instagram.com/ieee_sc/" target="_blank"> <i class="fa fa-instagram"></i> </a> </div> </div> <div class="d-flex justify-content-center justify-content-md-start flex-wrap" > <a href="index.html">Home</a> <span>&nbsp;|&nbsp;</span> <a href="https://www.ieee.org/about/contact_center/index.html" target="_blank" >Contact</a > <span>&nbsp;|&nbsp;</span> <a href="https://www.ieee.org/accessibility-statement.html" target="_blank" > Accessibility</a > <span>&nbsp;|&nbsp;</span> <a href="https://www.ieee.org/p9-26.html" target="_blank"> Nondiscrimination&nbsp;Policy </a> <span>&nbsp;|&nbsp;</span> <a href="https://ieee-ethics-reporting.org/" target="_blank"> IEEE&nbsp;Ethics&nbsp;Reporting </a> <span>&nbsp;|&nbsp;</span> <a href="https://www.ieee.org/site_terms_conditions.html" target="_blank" >Terms</a > <span>&nbsp;|&nbsp;</span> <a href="https://www.ieee.org/security-privacy.html" target="_blank"> IEEE&nbsp;Privacy&nbsp;Policy </a> <span>&nbsp;|&nbsp;</span> <a href="https://www.ieee.org/sitemap.html" target="_blank" >More Sites</a > </div> <div class="mt-2"> <p class="m-0 copyright text-center text-md-start"> &#169; &nbsp;Copyright 2024 IEEE – All rights reserved. Use of this website signifies your agreement to the <a href="https://www.ieee.org/about/help/site-terms-conditions.html" target="_blank" >IEEE&nbsp;Terms&nbsp;and&nbsp;Conditions</a >. A not&#8209;for&#8209;profit organization, IEEE is the world's largest technical professional organization dedicated to advancing technology for the benefit of humanity. </p> </div> </div> </footer> <!-- Back to top button--><a class="btn-scroll-top" href="#top" data-scroll> <svg viewBox="0 0 40 40" fill="currentColor" xmlns="https://www.w3.org/2000/svg" > <circle cx="20" cy="20" r="19" fill="none" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" ></circle> </svg> <i class="ai-arrow-up"></i ></a> <!-- Vendor scripts: js libraries and plugins--> <script src="assets/vendor/bootstrap/dist/js/bootstrap.bundle.min.js"></script> <script src="assets/vendor/smooth-scroll/dist/smooth-scroll.polyfills.min.js"></script> <script src="assets/vendor/parallax-js/dist/parallax.min.js"></script> <script src="assets/vendor/swiper/swiper-bundle.min.js"></script> <script src="assets/vendor/aos/dist/aos.js"></script> <script src="assets/vendor/timezz/dist/timezz.js"></script> <script src="assets/vendor/lightgallery/lightgallery.min.js"></script> <script src="assets/vendor/lightgallery/plugins/fullscreen/lg-fullscreen.min.js"></script> <script src="assets/vendor/lightgallery/plugins/zoom/lg-zoom.min.js"></script> <script src="assets/vendor/lightgallery/plugins/thumbnail/lg-thumbnail.min.js"></script> <script src="lazysizes.min.js"></script> <script src="ls.bgset.min.js"></script> <!-- Main theme script--> <script src="assets/js/theme.min.js"></script> <script> const header = document.getElementById("header-id"); window.addEventListener("scroll", function () { let scroll = this.scrollY; if (scroll > 1) { header.classList.remove("header-style"); } else { header.classList.add("header-style"); } }); </script> </body> </html>

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