CINXE.COM
IROS2025
<!DOCTYPE html> <html lang="zh-CN"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>IROS2025</title> <meta name="description" content="IROS 2025"> <meta name="keywords" content="IROS2025"> <link href="/templates/iros2025/static/css/bootstrap.min.css" rel="stylesheet"> <link href="/templates/iros2025/static/css/base.css" rel="stylesheet"> <link href="/templates/iros2025/static/css/main.css" rel="stylesheet"> <link href="/templates/iros2025/static/css/animate.css" rel="stylesheet"> <link href="/templates/iros2025/static/css/style.css" rel="stylesheet" type="text/css"> <link href="/templates/iros2025/static/css/style1200.css" rel="stylesheet" type="text/css"> <link href="/templates/iros2025/static/css/style480.css" rel="stylesheet" type="text/css"> <link href="/templates/iros2025/static/css/footer.css" rel="stylesheet" type="text/css"> <link href="/templates/iros2025/static/css/favicon.ico" rel="shortcut icon" > <link href="/templates/iros2025/static/css/swiper.min.css" rel="stylesheet" > <link href="/templates/iros2025/static/css/about.css" rel="stylesheet" > <script src="/templates/iros2025/static/js/jquery-1.js" type="text/javascript" ></script> <script src="/templates/iros2025/static/js/jquery.fittext.js" type="text/javascript" ></script> <script src="/templates/iros2025/static/js/jquery.SuperSlide.2.1.3.js" type="text/javascript" ></script> <script src="/templates/iros2025/static/js/swiper.min.js"></script> <script src="/templates/iros2025/static/js/jquery-1.js"></script> <script src="/templates/iros2025/static/js/rem.js"></script> <script src="/templates/iros2025/static/js/about.js"></script> <style type="text/css"> .textline{ display:block;overflow:hidden;word-break:keep-all; white-space:nowrap;text-overflow:ellipsis; } .body{ font-family: 'Century Gothic', sans-serif; } </style> </head> <body> <style type="text/css"> .headerL2 { position: fixed; top: 0; left: 0; z-index: 8000; width: 100%; height: 250px; /* 固定高度 */ display: flex; align-items: center; transition: 0.4s; /* 添加背景图片 */ background-image: url('/templates/iros2025/static/images/l2hdbg.png'); background-size: cover; /* 使背景图覆盖整个元素 */ background-position: center; /* 背景图居中 */ background-repeat: no-repeat; /* 防止背景图重复 */ /* 默认情况下显示header */ display: block; } :root { --header-height: 250px; /* 设置头部高度 */ } .headerL2 { position: fixed; top: 0; left: 0; z-index: 8; width: 100%; height: var(--header-height); /* 使用CSS变量 */ display: flex; align-items: center; transition: 0.4s; background-image: url('/templates/iros2025/static/images/l2hdbg.png'); background-size: cover; background-position: center; background-repeat: no-repeat; } /* 在小屏幕上隐藏header */ @media (max-width: 768px) { .headerL2 { display: none; /* 隐藏header */ } } /* Media Query for smaller screens */ @media screen and (max-width: 1520px) { .headerL2 .boxL2 .boxRight pcnavL2 .item { padding: 0 0.1rem; } } /* 导航栏(nav)样式 */ pcnavL2 { display: flex; justify-content: center; /* 居中对齐 .item 元素 */ flex-wrap: wrap; gap: 1rem; /* 添加.item之间的间距 */ height: 100%; /*padding-top: 20px; *//* 使 pcnavL2 内部的内容向下移动 20px */ } /* 导航项(.item)样式 */ .headerL2 .boxL2 .boxRight pcnavL2 .item { height: 100%; /* 使.item元素高度与父级相同 */ display: flex; align-items: center; /* 垂直居中对齐内容 */ justify-content: center; /* 水平居中对齐内容 */ /*padding: 0 1rem;*/ /* 增加左右内边距 */ margin: 0; /* 移除外边距以避免不必要的间距 */ position: relative; font-weight: bold; /* 加粗.item中的文本 */ transition: color 0.3s; /* 平滑过渡效果 */ z-index: 9000; } /* 链接(a标签)样式 */ .headerL2 .boxL2 .boxRight pcnavL2 .item a { display: flex; align-items: center; justify-content: center; height: 100%; /* 使a标签高度与父级相同 */ padding: 0 1rem; /* 保留内边距以确保文本不紧贴边缘 */ color: #2F5597; /* 默认字体颜色 */ text-decoration: none; /* 移除默认的下划线 */ transition: color 0.3s; /* 平滑过渡效果 */ height: 100%; } /* 当前页面的导航项高亮 */ .headerL2 .boxL2 .boxRight pcnavL2 .item.active a { color: #2F5597; /* 当前页面的字体颜色 */ /*border-bottom: 2px solid #E60012;*/ /* 添加下划线 */ } /* 鼠标悬停时的字体颜色变为红色 */ .headerL2 .boxL2 .boxRight pcnavL2 .item a:hover { color: white; /* 鼠标悬停时字体颜色变为红色 */ background-color: rgba(30, 85, 151, 0.7); /* 藏蓝色加30%透明度 */ } /* 容器(.w1400)样式 */ .L2w1400 { /*padding-left: var(--padd_vw, 1rem);*/ /*padding-right: var(--padd_vw, 1rem);*/ box-sizing: border-box; /*width: 80%;*/ width: 1200px; /*max-width: 80%;*/ /* 设置最大宽度,防止过大 */ margin: 0 auto; /* 水平居中 */ display: flex; flex-direction: column; /* 子元素垂直排列 */ justify-content: flex-start; /* 确保子元素顶部对齐 */ align-items: center; /* 确保子元素水平居中 */ height: 100%; } /* 内容容器(.box)样式 */ .boxL2 { display: flex; justify-content: space-between; align-items: center; width: 100%; max-width: 100%; height: 80px; align-content: center; flex-wrap: nowrap; flex-direction: row; } /* 左侧内容(.boxLeft)样式 */ .headerL2 .boxL2 .boxLeft { display: flex; align-items: flex-start; padding-top: 5px; /* 使 pcnavL2 内部的内容向下移动 20px */ height: 100%; } /* Logo 样式 */ .headerL2 .boxL2 .boxLeft a { position: relative; display: flex; align-items: flex-start; /* 确保Logo和其他元素垂直居中 */ height: 100%; } .headerL2 .boxL2 .boxLeft a img.img1 { height: 80px; /* 调整Logo的高度 */ transition: 0.4s; margin-right: 1rem; /* 为Logo添加一些右边距 */ } /* 右侧内容(.boxRight)样式 */ .headerL2 .boxL2 .boxRight { /*display: flex; justify-content: flex-end; /* 居中对齐.nav */ /*align-items: flex-start; /* 垂直居中对齐 */ /*flex-grow: 1; /* 让.boxRight占据剩余空间 */ /*height: 100%;*/ display: flex; justify-content: flex-end; align-items: center; flex-grow: 1; height: 40px; } /* 下拉菜单样式 */ .headerL2 .boxL2 .boxRight pcnavL2 .item ul { display: block; opacity: 0; visibility: hidden; transform: translateY(-20px); transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s; position: absolute; top: 100%; left: 0; background-color: rgba(30, 85, 151, 0.7); list-style: none; padding: 0; margin: 0; min-width: 100%; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); border-radius: 0 0 4px 4px; } /* 下拉菜单项的动画样式 */ .headerL2 .boxL2 .boxRight pcnavL2 .item ul li { padding: 1rem 1rem; /* 减少左右内边距 */ min-width: 200px; /* 设置最小宽度 */ text-align: left !important; /* 强制左对齐 */ white-space: nowrap; /* 防止文本换行 */ border-bottom: 1px solid #f0f0f0; /* 添加分隔线 */ position: relative; transition: background-color 0.3s, color 0.3s; /* 平滑过渡效果 */ font-weight: bold; /* 加粗<li>中的文本 */ height: 100%; color: white !important; /* 强制文字颜色为白色 */ opacity: 0; transform: translateY(-10px); transition: all 0.3s ease; } /* 确保下拉菜单中的链接也遵循同样的文本颜色和内边距 */ .headerL2 .boxL2 .boxRight pcnavL2 .item ul li a { color: white !important; /* 强制链接文字颜色为白色 */ display: block; /* 确保链接占据整个<li>的宽度和高度 */ padding: 1rem 1rem; /* 保持与<li>一致的内边距 */ } .headerL2 .boxL2 .boxRight pcnavL2 .item ul li a:hover { color: #1E5597 !important; /* 强制链接文字颜色为白色 */ background-color: #f0f0f0; display: block; /* 确保链接占据整个<li>的宽度和高度 */ padding: 1rem 1rem; /* 保持与<li>一致的内边距 */ } /* 移除最后一个<li>的分隔线 */ .headerL2 .boxL2 .boxRight nav .item ul li:last-child { border-bottom: none; } /* 鼠标悬停时的样式 */ .headerL2 .boxL2 .boxRight pcnavL2 .item ul li:hover { color: #007BFF; /* 改变字体颜色 */ background-color: #f0f0f0; /* 可选:添加背景色 */ } /* 使 <a> 标签填满 <li> 标签 */ .headerL2 .boxL2 .boxRight pcnavL2 .item ul li { padding: 0; /* 移除内边距 */ margin: 0; /* 移除外边距 */ } .headerL2 .boxL2 .boxRight pcnavL2 .item ul li a { display: block; /* 使 <a> 填满 <li> */ width: 100%; /* 确保占满宽度 */ height: 100%; /* 确保占满高度 */ padding: 1rem 1rem; /* 根据需要调整内边距 */ box-sizing: border-box; /* 确保内边距不会影响总宽度 */ color: white; /* 设置字体颜色 */ text-decoration: none; /* 移除下划线 */ } /* 鼠标悬停时的样式 */ .headerL2 .boxL2 .boxRight pcnavL2 .item ul li a:hover { color: #1E5597; /* 悬停时改变字体颜色 */ background-color: #f0f0f0; /* 悬停时改变背景颜色 */ } /* 响应式设计 */ @media (max-width: 768px) { .headerL2 .boxL2 .boxRight pcnavL2 { flex-direction: column; /* 切换为垂直排列 */ align-items: center; /* 水平居中对齐 */ } .headerL2 .boxL2 .boxRight pcnavL2 .item { margin: 0.5rem 0; /* 调整上下间距 */ padding: 0 1rem; /* 保持左右内边距 */ } .headerL2 .boxL2 .boxRight pcnavL2 .item ul li { padding: 0.5rem 1rem; /* 减少内边距以适应较小屏幕 */ min-width: 100%; /* 占满整个宽度 */ white-space: normal; /* 允许文本换行 */ border-right: none; /* 移除分隔线 */ border-bottom: 1px solid #ccc; /* 在小屏幕上使用底部分隔线 */ } .headerL2 .boxL2 .boxRight pcnavL2 .item ul li:hover { font-size: 1.1rem; /* 小屏幕上字体增大的幅度可以适当减小 */ } } /* 为每个li添加递增的延迟 */ .headerL2 .boxL2 .boxRight pcnavL2 .item:hover ul li:nth-child(1) { transition-delay: 0.1s; } .headerL2 .boxL2 .boxRight pcnavL2 .item:hover ul li:nth-child(2) { transition-delay: 0.2s; } .headerL2 .boxL2 .boxRight pcnavL2 .item:hover ul li:nth-child(3) { transition-delay: 0.3s; } .headerL2 .boxL2 .boxRight pcnavL2 .item:hover ul li:nth-child(4) { transition-delay: 0.4s; } .headerL2 .boxL2 .boxRight pcnavL2 .item:hover ul li:nth-child(5) { transition-delay: 0.5s; } .headerL2 .boxL2 .boxRight pcnavL2 .item:hover ul li:nth-child(6) { transition-delay: 0.6s; } .headerL2 .boxL2 .boxRight pcnavL2 .item:hover ul li:nth-child(7) { transition-delay: 0.7s; } /* 悬停时显示菜单 */ .headerL2 .boxL2 .boxRight pcnavL2 .item:hover ul { opacity: 1; visibility: visible; transform: translateY(0); } /* 悬停时显示菜单项 */ .headerL2 .boxL2 .boxRight pcnavL2 .item:hover ul li { opacity: 1; transform: translateY(0); } </style> <headerL2 class="headerL2"> <div class="L2w1400"> <div class="boxL2 flexBetween"> <div class="boxLeft"> <a href="/"> <img src="/templates/iros2025/static/images/logo.png" alt="Logo" class="img1"> </a> </div> <div class="boxRight flexBetween"> <pcnavL2> <!-- pc browser navbar begin --> <div class="item active"> <a href="/">Home</a> <!-- 移除了<p>标签 --> </div> <div class="item"> <!--<a href="/About2025">About</a> --><!-- 移除了<p>标签 --> <a>About</a> <ul> <li><a href="/FullContact">Full Contact</a></li> <li><a href="/OCMembers">Committee</a></li> </ul> </div> <div class="item"> <!--<a href="/Program">Program</a> --><!-- 移除了<p>标签 --> <a href="/Program">Program</a> <ul> </ul> </div> <div class="item"> <!--<a href="/Contribute">Contribute</a> --><!-- 移除了<p>标签 --> <a>Contribute</a> <ul> <li><a href="/CallForPapersv2">Call For Papers</a></li> <li><a href="/CFC">Call For Competitions</a></li> <li><a href="/CallForWorkshopsTutorials">Call For Workshops / Tutorials</a></li> <li><a href="/callforlatebreakingresults">Call For Late Breaking Results</a></li> <li><a href="/callforspecialforums">Call For Special Forums</a></li> </ul> </div> <div class="item"> <!--<a href="/Attend">Attend</a> --><!-- 移除了<p>标签 --> <a>Attend</a> <ul> <li><a href="/Visa">Visa</a></li> <li><a href="/Transportation">Transportation</a></li> <li><a href="/conferencevenue">Conference Venue</a></li> <li><a href="/Accomodation">Accommodation</a></li> <li><a href="/LocalFeatures">Local Features</a></li> <li><a href="/UsefulInfo">Useful Info</a></li> </ul> </div> <div class="item"> <!--<a href="/Partners">Partners</a> --><!-- 移除了<p>标签 --> <a>Partners</a> <ul> <li><a href="/sponsorsandexhibitors">Sponsors & Exhibitors</a></li> <li><a href="/PartnersSponsors">Join Us</a></li> </ul> </div> <!-- pc browser navbar end --> </pcnavL2> </div> </div> </div> <div class="l2carousel-caption"> <div class="ccap-left"> <p>IEEE/RSJ International Conference</p> <p>on Intelligent Robots and Systems</p> </div> <div class="ccap-mid"></div> <div class="ccap-right"> <p>19 – 25 October, 2025</p> <p>Hangzhou, CHINA</p> </div> </div> </headerL2> <!--mini browser navbar begin--> <style type="text/css"> /* 默认情况下隐藏.navbar-inverse */ .nav.navbar-inverse { display: none; /* 隐藏在大屏幕上 */ } /* 在小屏幕上显示.navbar-inverse */ @media (max-width: 768px) { .nav.navbar-inverse { display: block;/* 显示在小屏幕上 */ } .navbar-inverse .navbar-toggle { border-color: #2F5597 !important; background-color: #2F5597 !important; /* padding: 8px; */ } } </style> <div class="nav navbar-inverse"> <div class="container"> <div class="navbar-header"> <div class="nav-logo"> <img alt="logo" src="/templates/iros2025/static/images/logomini.png"> </div> <button class="navbar-toggle" data-toggle="collapse" data-target=".nav-bar"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> </div> <div class="ph-menu-wrapper"> <ul class="ph-menu-list"> <li><a href="/">HOME</a></li> <li> <div class="ph-menu-seclink"> <span class="ph-menu-seclinka">About</span> <span class="head-icon"></span> </div> <div class="ph-menu-thirdlist"> <a href="/FullContact">Full Contact</a> <a href="/OCMembers">Committee</a> </div> </li> <li> <div class="ph-menu-seclink"> <a class="ph-menu-seclinka" href="/Program">Program</a> </div> </li> <li> <div class="ph-menu-seclink"> <span class="ph-menu-seclinka">Contribute</span> <span class="head-icon"></span> </div> <div class="ph-menu-thirdlist"> <a href="/CallForPapersv2">Call For Papers</a> <a href="/CFC">Call For Competitions</a> <a href="/CallForWorkshopsTutorials">Call For Workshops / Tutorials</a> <a href="/callforlatebreakingresults">Call For Late Breaking Results</a> <a href="/callforspecialforums">Call For Special Forums</a> </div> </li> <li> <div class="ph-menu-seclink"> <span class="ph-menu-seclinka">Attend</span> <span class="head-icon"></span> </div> <div class="ph-menu-thirdlist"> <a href="/Visa">Visa</a> <a href="/Transportation">Transportation</a> <a href="/conferencevenue">Conference Venue</a> <a href="/Accomodation">Accommodation</a> <a href="/LocalFeatures">Local Features</a> <a href="/UsefulInfo">Useful Info</a> </div> </li> <li> <div class="ph-menu-seclink"> <span class="ph-menu-seclinka">Partners</span> <span class="head-icon"></span> </div> <div class="ph-menu-thirdlist"> <a href="/sponsorsandexhibitors">Sponsors & Exhibitors</a> <a href="/PartnersSponsors">Join Us</a> </div> </li> </ul> </div> </div> </div> <!--mini browser navbar end--> <!--向下滚动屏幕时隐藏导航栏 begin--> <script type="text/javascript"> document.addEventListener('DOMContentLoaded', function() { var prevScrollPos = window.pageYOffset; var headerL2 = document.querySelector('.headerL2'); var hideHeader = false; window.addEventListener('scroll', function() { var currentScrollPos = window.pageYOffset; if (currentScrollPos === 0) { // 页面滚动到顶部 if (hideHeader) { headerL2.style.transform = 'translateY(0)'; hideHeader = false; } } else if (prevScrollPos > currentScrollPos) { // 向上滚动但未到达顶部 // 不做任何处理,保持隐藏状态 } else { // 向下滚动 if (!hideHeader && window.innerWidth > 768) { // 确保只在大屏幕应用此效果 headerL2.style.transform = 'translateY(-100%)'; hideHeader = true; } } prevScrollPos = currentScrollPos; }); }); </script> <!--向下滚动屏幕时隐藏导航栏 end--> <!--Add at 20241202 19:30 begin--> <style> .pageL2-content { /* padding: 50px 20px 20px 20px; */ background: #fff; font-family: 'Century Gothic'; } /* 小屏幕样式(最大768px) */ .containerlastcnt { width: 100%; padding-right: 5px; padding-left: 5px; padding-top: 10px; font-family: 'Century Gothic', sans-serif; } /* 中等屏幕样式(最小769px,最大992px) */ @media (min-width: 769px) and (max-width: 992px) { .containerlastcnt { padding-right: 15px; padding-left: 15px; padding-top: 150px; } } /* 大屏幕样式(最小993px) */ @media (min-width: 993px) { .containerlastcnt { padding-right: 0px; padding-left: 0px; padding-top: 250px; margin: 0 auto; } .isoc-right-content { /*width: 80%;*/ width:1200px; margin: 0 auto; } } </style> <!--Add at 20241202 19:30 end--> <!--<div class="container maring-bottom">--> <div class="containerlastcnt maring-bottom"> <div class="pageL2-content row"> <div class="col-md-12 col-sm-12 col-xs-12 pagL2"> <div class="pageL2-container"> <div class="isoc-container-con"><p style="text-align: justify; word-break: keep-all; overflow-wrap: normal;"> <style>.containerpsL2p1 { max-width: 100%; font-family:"Century Gothic"; color:black; } .psL2p1 { max-width: 100%; background-image: url('/templates/iros2025/static/imgl2/psl2hdp1.png'); background-size: cover; background-position: center; color: rgba(0, 0, 0, 0.75); /* Slightly transparent white text */ text-align: center; /*padding: 10px 20px 100px 20px; *//* Add some padding to the sides */ min-height: 280px; /* Ensure the div covers the entire viewport height */ display: flex; flex-direction: column; justify-content: flex-start; align-items: center; background-color: rgba(255, 255, 255, 0.75); /* Add a semi-transparent white layer */ /*backdrop-filter: blur(5px); *//*delete at 20241208*//* Slightly blur the background */ z-index: 1; /* 确保 header 在 countdowns 之下 */ border-top: 1px solid black; /* 添加上边框的黑线 */ } .psL2p1 >* { max-width: 100%; width: 100%; /* 这会使得直接子元素占据整个 .psL2p1 的宽度 */ box-sizing: border-box; /* 确保内边距和边框被包含在元素的总宽度之内 */ } .psL2p1 header { padding: 10px 0; width: 100%; } .psL2p1 h1 { margin: 0; font-size: 3em; color: #006666; /* Set the title color */ display: inline-block; /* Ensure the h1 only wraps around the text */ position: relative; /* Ensure the ::after pseudo-element is positioned relative to the h1 */ padding-bottom: 10px; /* Add some space between the text and the underline */ } .psL2p1 h1::after { content: ''; display: block; width: 100%; /* Set the underline width to 30% of the h1's text width */ height: 2px; /* Set the thickness of the underline */ background-color: black; /* Set the color of the underline */ margin-top: 10px; /* Add some space between the text and the underline */ } .psL2p1 .intropsL2p1 { /*border-radius: 10px;*/ /*padding: 10px 20px 10px 20px;*/ max-width: 1200px; margin: 0px auto 0px auto; /*backdrop-filter: blur(10px); *//* Apply a blur effect to the background */ color: black; /* Set the text color inside .intro */ text-align: left; /* Ensure the text inside .intro is left-aligned */ padding: 0px; /* Add some padding inside the intro section */ } /* .intropsL2p1{ width: 45%; } */ .psL2p1 .buttons { display: flex; justify-content: center; margin: 0px 0 20px 0; width: 30%; } .psL2p1 .button { background-color: #006666; color: white; padding: 15px 30px; text-decoration: none; font-size: 1.2em; border-radius: 20px; margin: 0 20px; } .titlepsL2p1 { font-size: 24px; font-size: 2em; /* 调整字体大小 */ font-weight: bold; color: #006666; margin-bottom: 0px; margin-top: 20px; text-align: center; width: 100%; } .titlepsL2p1::after { content: ''; display: block; width: 30%; height: 1px; /*background-color: white;*//*#006666*/; margin: 10px auto; } .buttonpsL2 { display: block; /* 改为 block */ padding: 10px 20px; background-color: #006666; color: #fff; text-decoration: none; border-radius: 20px; transition: background-color 0.3s, transform 0.3s; /* 添加 transform 过渡效果 */ margin: 20px auto 0; /* 水平居中 */ width: fit-content; /* 让按钮宽度适应内容 */ text-align: center; /* 确保文本居中 */ } .buttonpsL2:hover { background-color: #002060; /* 藏蓝色的RGB值 */ transform: scale(1.1); /* 按钮大小增加10% */ color: #fff; /* 确保文字颜色始终为白色 */ } .mar-bottom { margin-bottom: 0px !important; /* 如果你还想保留底部间距 */ } .intropsL2p1-content{ display: flex; flex-wrap: wrap; width: 100%; margin: 0 auto; align-items: center; justify-content: center; font-size: 1.5em; } .containerL2mini { max-width: 25%; margin: -80px auto 0px auto; text-align: center; border: 1px solid black; padding: 20px; box-sizing: border-box; background: white; } .containerL2mini h1 { color: #006666; /* 设置标题和段落的文本颜色 */ margin: 0; /* 移除默认的外边距 */ text-align: center; margin-bottom: 20px; font-weight: bold; font-size: 20px; } .containerL2mini p { color: #006666; /* 设置标题和段落的文本颜色 */ margin: 0; /* 移除默认的外边距 */ text-align: center; margin-bottom: 20px; } .buttonsL2ps { display: flex; justify-content: space-around; margin-top: 10px; } .buttonL2ps { display: block; /* 改为 block */ padding: 10px 20px; background-color: #006666; color: #fff; text-decoration: none; border-radius: 20px; transition: background-color 0.3s, transform 0.3s; /* 添加 transform 过渡效果 */ margin: 20px auto 0; /* 水平居中 */ width: fit-content; /* 让按钮宽度适应内容 */ text-align: center; /* 确保文本居中 */ } .buttonL2ps:hover { background-color: #002060; /* 藏蓝色的RGB值 */ transform: scale(1.1); /* 按钮大小增加10% */ color: #fff; /* 确保文字颜色始终为白色 */ } @media (max-width: 768px) { .containerL2mini { margin: 0px auto; max-width: 100%; } .intropsL2p1 { width: 100%; } .buttonsL2ps { flex-direction: column; align-items: center; } .buttonL2ps { margin-bottom: 10px; } .psL2p1 { padding: 10px 20px 10px 20px; } }</style><div class="brand brand1 mar-bottom"><div class="containerpsL2p1"><div class="row"><div class="psL2p1"><div class="titlepsL2p1">JOIN US IN HANGZHOU FOR IROS2025!</div><section class="intropsL2p1"><div class="intropsL2p1-content"><p><span style="font-size:21px;font-family:'Century Gothic';color:black">We sincerely invite you to partner with us as a sponsor or exhibitor for this prestigious event. We also warmly welcome startups and investors, and are pleased to provide a platform for interactive communication. Please click here to download the <a href="/templates/iros2025/doc/SponsorExhibitorApplicationFormEn.docx" target="_blank">ENGLISH VERSION</a> and <a href="/templates/iros2025/doc/SponsorExhibitorApplicationFormZh.docx" target="_blank">CHINESE VERSION</a> of SPONSOR/EXHIBITOR APPLICATION FORM.</span></p><div class="buttonsL2ps"><a class="buttonL2ps" href="mailto:exhibition@iros25.org">Submit Your Collaboration Intention</a></div></div></section></div></div></div></div><p><br/></p><style> /* 小屏幕样式(最大768px) */ .containerL2bottom { width: 100%; padding-right: 5px; padding-left: 5px; padding-top: 10px; font-family: 'Century Gothic', sans-serif; margin: 0 auto; /* 水平居中 */ margin-top: 0px; /* 确保有足够的顶部间距,避免被头部遮挡 */ } /* 中等屏幕样式(最小769px,最大992px) */ @media (min-width: 769px) and (max-width: 992px) { .containerL2bottom { width: 98%; padding-right: 15px; padding-left: 15px; padding-top: 10px; font-family: 'Century Gothic', sans-serif; margin: 0 auto; /* 水平居中 */ } } /* 大屏幕样式(最小993px) */ @media (min-width: 993px) { .containerL2bottom { /*width: 80%;*/ width: 1200px; padding-right: 5px; padding-left: 5px; padding-top: 10px; font-family: 'Century Gothic', sans-serif; margin: 0 auto; /* 水平居中 */ margin-top: 0px; /* 确保有足够的顶部间距,避免被头部遮挡 */ } } /* 添加表格宽度控制样式 */ .partnership-table { width: 1000px; /* 设置固定宽度 */ margin: 0 auto; /* 居中显示 */ border: 1.5px solid black; /* 添加细黑色外边框 */ border-collapse: collapse; /* 合并边框 */ } .partnership-table td { border: 1px solid white; /* 添加白色分隔线 */ } @media (max-width: 768px) { .partnership-table { width: 100%; /* 在小屏幕上使用100%宽度 */ } }</style><div class="containerL2bottom"><p><br/></p><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:37px;font-family:'Century Gothic';color:#03717D;font-weight: bold">Partnership Opportunities</span></p><hr style="width:40%;height:1px;background-color:black;margin:10px auto;border:none;"/><p><span style="font-family: 黑体, SimHei; font-size: 20px;"><strong style="color: rgb(0, 112, 192);"></strong></span><br/></p><p style="text-align: left;"><span style="color: rgb(0, 0, 0);"><span style="font-family: Arial; text-align: justify; font-size: 16px;"></span></span></p><p style=";margin-top:0;margin-bottom:0;text-align:justify;text-justify:inter-ideograph;direction:ltr;unicode-bidi: embed"><span style="font-size:21px;font-family:'Century Gothic';color:black">Select from the following partnership packages that include benefits to enhance your brand before, during, and after the conference, along with a major presence in the exhibit hall (We plan to finalize the sponsorship allocations by </span><span style="font-size:21px;font-family:'Century Gothic';color:#03717D;font-weight: bold">June 10, 2025</span><span style="font-size:21px;font-family:'Century Gothic';color:black">). </span></p><p style=";margin-top:0;margin-bottom:0;text-align:justify;text-justify:inter-ideograph;direction:ltr;unicode-bidi: embed"><span style="font-size:21px;font-family:'Century Gothic';color:black"><br/></span></p><table cellpadding="0" cellspacing="0" align="center" class="partnership-table"><tbody><tr height="45" style=";height:30px" class="firstRow"><td height="30" width="644" style="background-color: rgb(3, 113, 125);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:white;font-weight:bold">PARTNERSHIP LEVELS</span></p></td><td width="111" style="background-color: rgb(47, 85, 151);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:white;font-weight:bold">PLATINUM</span></p></td><td width="99" style="background-color: rgb(191, 144, 0);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:white;font-weight:bold">GOLD</span></p></td><td width="89" style="background-color: rgb(175, 171, 171);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:white;font-weight:bold">SILVER</span></p></td><td width="87" style="background-color: rgb(153, 102, 51);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:white;font-weight:bold">BRONZE</span></p></td></tr><tr height="53" style=";height:36px"><td height="36" width="644" style="background-color: rgb(235, 245, 235);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:black;font-weight:normal">BRAND ENHANCEMENT</span></p></td><td width="111" style="background-color: rgb(237, 245, 250);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:black;font-weight:normal">$60000</span></p></td><td width="99" style="background-color: rgb(255, 242, 204);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:black;font-weight:normal">$45000</span></p></td><td width="89" style="background-color: rgb(237, 237, 237);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:black;font-weight:normal">$25000</span></p></td><td width="87" style="background-color: rgb(255, 238, 221);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:black;font-weight:normal">$12000</span></p></td></tr><tr height="33" style=";height:22px"><td height="22" width="644" style="background-color: rgb(235, 245, 235);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:black;font-weight:normal">Hyperlinked logo on IROS website</span></p></td><td width="111" style="background-color: rgb(237, 245, 250);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:black;font-weight:normal">√</span></p></td><td width="99" style="background-color: rgb(255, 242, 204);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:black;font-weight:normal">√</span></p></td><td width="89" style="background-color: rgb(237, 237, 237);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:black;font-weight:normal">√</span></p></td><td width="87" style="background-color: rgb(255, 238, 221);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:black;font-weight:normal">√</span></p></td></tr><tr height="33" style=";height:22px"><td height="22" width="644" style="background-color: rgb(235, 245, 235);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:black;font-weight:normal">Logo on welcome signage at entrance to exhibit hall</span></p></td><td width="111" style="background-color: rgb(237, 245, 250);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:black;font-weight:normal">√</span></p></td><td width="99" style="background-color: rgb(255, 242, 204);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:black;font-weight:normal">√</span></p></td><td width="89" style="background-color: rgb(237, 237, 237);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:black;font-weight:normal">√</span></p></td><td width="87" style="background-color: rgb(255, 238, 221);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:black;font-weight:normal">√</span></p></td></tr><tr height="60" style=";height:40px"><td height="40" width="644" style="background-color: rgb(235, 245, 235);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:black;font-weight:normal">Logo on partnership acknowledgement slide prior to start of plenary and keynote sessions</span></p></td><td width="111" style="background-color: rgb(237, 245, 250);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:black;font-weight:normal">√</span></p></td><td width="99" style="background-color: rgb(255, 242, 204);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:black;font-weight:normal">√</span></p></td><td width="89" style="background-color: rgb(237, 237, 237);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:black;font-weight:normal">√</span></p></td><td width="87" style="background-color: rgb(255, 238, 221);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:black;font-weight:normal">√</span></p></td></tr><tr height="60" style=";height:40px"><td height="40" width="644" style="background-color: rgb(235, 245, 235);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:black;font-weight:normal">Logo on pre-conference e-blasts/ promotional materials</span></p></td><td width="111" style="background-color: rgb(237, 245, 250);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:black;font-weight:normal">√</span></p></td><td width="99" style="background-color: rgb(255, 242, 204);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:black;font-weight:normal">√</span></p></td><td width="89" style="background-color: rgb(237, 237, 237);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:black;font-weight:normal">√</span></p></td><td width="87" style="background-color: rgb(255, 238, 221);"><br/></td></tr><tr height="60" style=";height:40px"><td height="40" width="644" style="background-color: rgb(235, 245, 235);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:black;font-weight:normal">Recognition from conference chair in welcome address</span></p></td><td width="111" style="background-color: rgb(237, 245, 250);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:black;font-weight:normal">√</span></p></td><td width="99" style="background-color: rgb(255, 242, 204);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:black;font-weight:normal">√</span></p></td><td width="89" style="background-color: rgb(237, 237, 237);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:black;font-weight:normal">√</span></p></td><td width="87" style="background-color: rgb(255, 238, 221);"><br/></td></tr><tr height="60" style=";height:40px"><td height="40" width="644" style="background-color: rgb(235, 245, 235);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:black;font-weight:normal">Job Fair / Career Fair Counter</span></p></td><td width="111" style="background-color: rgb(237, 245, 250);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:black;font-weight:normal">√</span></p></td><td width="99" style="background-color: rgb(255, 242, 204);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:black;font-weight:normal">√</span></p></td><td width="89" style="background-color: rgb(237, 237, 237);"><br/></td><td width="87" style="background-color: rgb(255, 238, 221);"><br/></td></tr><tr height="60" style=";height:40px"><td height="40" width="644" style="background-color: rgb(235, 245, 235);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:black;font-weight:normal">Recognition on signage throughout convention center</span></p></td><td width="111" style="background-color: rgb(237, 245, 250);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:black;font-weight:normal">√</span></p></td><td width="99" style="background-color: rgb(255, 242, 204);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:black;font-weight:normal">√</span></p></td><td width="89" style="background-color: rgb(237, 237, 237);"><br/></td><td width="87" style="background-color: rgb(255, 238, 221);"><br/></td></tr><tr height="62" style=";height:41px"><td height="41" width="644" style="background-color: rgb(235, 245, 235);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:black;font-weight:normal">Organization profile in the digital Conference Digest</span></p></td><td width="111" style="background-color: rgb(237, 245, 250);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:black;font-weight:normal">100 words</span></p></td><td width="99" style="background-color: rgb(255, 242, 204);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:black;font-weight:normal">50 words</span></p></td><td width="89" style="background-color: rgb(237, 237, 237);"><br/></td><td width="87" style="background-color: rgb(255, 238, 221);"><br/></td></tr><tr height="60" style=";height:40px"><td height="40" width="644" style="background-color: rgb(235, 245, 235);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:black;font-weight:normal">Lanyard / Name tag logo </span></p><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size: 13px;font-family:'Century Gothic';color:#0070C0;font-weight:normal">Printing/production/ shipping charges are the responsibility of the partner. Distributed to all attendees.)</span></p></td><td width="111" style="background-color: rgb(237, 245, 250);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:black;font-weight:normal">√</span></p></td><td width="99" style="background-color: rgb(255, 242, 204);"><br/></td><td width="89" style="background-color: rgb(237, 237, 237);"><br/></td><td width="87" style="background-color: rgb(255, 238, 221);"><br/></td></tr><tr height="60" style=";height:40px"><td height="40" width="644" style="background-color: rgb(235, 245, 235);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:black;font-weight:normal">Sponsored Session for Industry</span></p><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:black;font-weight:normal">(45mins. Partner chooses topic and speakers subject to committee approval.)</span></p></td><td width="111" style="background-color: rgb(237, 245, 250);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:black;font-weight:normal">√</span></p></td><td width="99" style="background-color: rgb(255, 242, 204);"><br/></td><td width="89" style="background-color: rgb(237, 237, 237);"><br/></td><td width="87" style="background-color: rgb(255, 238, 221);"><br/></td></tr><tr height="60" style=";height:40px"><td height="40" width="644" style="background-color: rgb(235, 245, 235);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:black;font-weight:normal">Access to Recruitment Program Invitations</span></p></td><td width="111" style="background-color: rgb(237, 245, 250);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:black;font-weight:normal">3 months</span></p></td><td width="99" style="background-color: rgb(255, 242, 204);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:black;font-weight:normal">3 months</span></p></td><td width="89" style="background-color: rgb(237, 237, 237);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:black;font-weight:normal">2 months</span></p></td><td width="87" style="background-color: rgb(255, 238, 221);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:black;font-weight:normal">1 month</span></p></td></tr><tr height="60" style=";height:40px"><td height="40" width="644" style="background-color: rgb(235, 245, 235);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:black;font-weight:normal">Invitations to all VIP Events</span></p></td><td width="111" style="background-color: rgb(237, 245, 250);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:black;font-weight:normal">3</span></p></td><td width="99" style="background-color: rgb(255, 242, 204);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:black;font-weight:normal">2</span></p></td><td width="89" style="background-color: rgb(237, 237, 237);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:black;font-weight:normal">1</span></p></td><td width="87" style="background-color: rgb(255, 238, 221);"><br/></td></tr><tr height="71" style=";height:47px"><td height="47" width="644" style="background-color: rgb(235, 245, 235);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:black;font-weight:normal">Insert Sponsor</span></p><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size: 13px;font-family:'Century Gothic';color:#0070C0;font-weight:normal">(a sponsor’s ad will be placed into the conference bags. Printing/production/ shipping charges are the responsibility of the partner. Distributed to all attendees.)</span></p></td><td width="111" style="background-color: rgb(237, 245, 250);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:black;font-weight:normal">2 pages</span></p></td><td width="99" style="background-color: rgb(255, 242, 204);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:black;font-weight:normal">1 page</span></p></td><td width="89" style="background-color: rgb(237, 237, 237);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:black;font-weight:normal">0.5 page</span></p></td><td width="87" style="background-color: rgb(255, 238, 221);"><br/></td></tr><tr height="33" style=";height:22px"><td height="22" width="644" style="background-color: rgb(235, 245, 235);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:black;font-weight:normal">Exhibit space (Net square meters)</span></p></td><td width="111" style="background-color: rgb(237, 245, 250);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:black;font-weight:normal">45</span></p></td><td width="99" style="background-color: rgb(255, 242, 204);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:black;font-weight:normal">36</span></p></td><td width="89" style="background-color: rgb(237, 237, 237);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:black;font-weight:normal">18</span></p></td><td width="87" style="background-color: rgb(255, 238, 221);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:black;font-weight:normal">9</span></p></td></tr><tr height="33" style=";height:22px"><td height="22" width="644" style="background-color: rgb(235, 245, 235);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:black;font-weight:normal">Full conference delegate passes</span></p></td><td width="111" style="background-color: rgb(237, 245, 250);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:black;font-weight:normal">8</span></p></td><td width="99" style="background-color: rgb(255, 242, 204);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:black;font-weight:normal">6</span></p></td><td width="89" style="background-color: rgb(237, 237, 237);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:black;font-weight:normal">3</span></p></td><td width="87" style="background-color: rgb(255, 238, 221);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:black;font-weight:normal">1</span></p></td></tr><tr height="33" style=";height:22px"><td height="22" width="644" style="background-color: rgb(235, 245, 235);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:black;font-weight:normal">Exhibitor personnel passes</span></p></td><td width="111" style="background-color: rgb(237, 245, 250);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:black;font-weight:normal">10</span></p></td><td width="99" style="background-color: rgb(255, 242, 204);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:black;font-weight:normal">8</span></p></td><td width="89" style="background-color: rgb(237, 237, 237);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:black;font-weight:normal">4</span></p></td><td width="87" style="background-color: rgb(255, 238, 221);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:black;font-weight:normal">2</span></p></td></tr><tr height="132" style=";height:88px"><td height="88" width="644" style="background-color: rgb(235, 245, 235);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:black;font-weight:normal">Introduction video in loop playback before plenary / keynote talks</span></p></td><td width="111" style="background-color: rgb(237, 245, 250);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:black;font-weight:normal">30s </span></p><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:black;font-weight:normal">before plenary talks</span></p></td><td width="99" style="background-color: rgb(255, 242, 204);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:black;font-weight:normal">30s before keynote talks</span></p></td><td width="89" style="background-color: rgb(237, 237, 237);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:black;font-weight:normal">image</span></p></td><td width="87" style="background-color: rgb(255, 238, 221);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:black;font-weight:normal">logo</span></p></td></tr></tbody></table><p><br/></p><p><br/></p><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:37px;font-family:'Century Gothic';color:#03717D;font-weight: bold">High-Profile Partnership Opportunities</span></p><hr style="width:40%;height:1px;background-color:black;margin:10px auto;border:none;"/><p><strong><span style="font-size: 18px;"></span></strong><br/></p><p style="text-align: left;"><span style="font-family: Arial; text-align: justify;"></span></p><p style=";margin-top:0;margin-bottom:0;text-align:justify;text-justify:inter-ideograph;direction:ltr;unicode-bidi: embed"><span style="font-size:21px;font-family:'Century Gothic';color:black">Choose from high-profile partnership opportunities or design your own additional sponsorship opportunities. The following a la carte partnerships give you additional opportunities to make a positive impression with the IROS audience and enhance your brand image. Many are exclusive! If you don’t see a partnership opportunity that fits your marketing objective, contact us to discuss how we can help you accomplish your goals at IROS 2025.</span></p><p style="text-align: left;"><span style="font-family: Arial; text-align: justify;"></span><br/></p><p><br style="text-align: left;"/></p><table cellpadding="0" cellspacing="0" align="center" class="partnership-table"><colgroup style="text-align: center;"><col width="1229" style=";width:819px"/><col width="273" style=";width:181px"/></colgroup><tbody><tr height="56" style=";height:37px" class="firstRow"><td height="37" width="819" style="background-color: rgb(3, 113, 125);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size: 17px;font-family:'Century Gothic';color:white;font-weight:bold">SUPPORT OF ATTENDEES SERVICES</span></p></td><td width="181" style="background-color: rgb(3, 113, 125);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:white;font-weight:bold">PRICE</span></p></td></tr><tr height="66" style=";height:44px"><td height="44" width="819" style="background-color: rgb(235, 245, 235);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:black;font-weight:normal">Conference T-shirts – exclusive</span></p></td><td width="181" style="background-color: rgb(242, 242, 242);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:black;font-weight:normal">Call for price</span></p></td></tr><tr height="66" style=";height:44px"><td height="44" width="819" style="background-color: rgb(235, 245, 235);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:black;font-weight:normal">Conference Bag – exclusive</span></p></td><td width="181" style="background-color: rgb(242, 242, 242);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:black;font-weight:normal">Call for price</span></p></td></tr><tr height="47" style=";height:31px"><td height="31" width="819" style="background-color: rgb(235, 245, 235);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:black;font-weight:normal">Hydration Stations in the Exhibit Hall</span></p></td><td width="181" style="background-color: rgb(242, 242, 242);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:black;font-weight:normal">$3,000</span></p></td></tr><tr height="51" style=";height:34px"><td height="34" width="819" style="background-color: rgb(3, 113, 125);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:white;font-weight:bold">SPONSOR OF</span><span style="font-size:17px;font-family:'Century Gothic';color:white;font-weight:bold"> SOCIAL EVENTS</span></p></td><td width="181" style="background-color: rgb(3, 113, 125);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:white;font-weight:bold">PRICE</span></p></td></tr><tr height="56" style=";height:38px"><td height="38" width="819" style="background-color: rgb(235, 245, 235);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:black;font-weight:normal">Black in Robotics Luncheon</span></p></td><td width="181" style="background-color: rgb(242, 242, 242);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:black;font-weight:normal">$15,000</span></p></td></tr><tr height="56" style=";height:38px"><td height="38" width="819" style="background-color: rgb(235, 245, 235);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:black;font-weight:normal">Conference Dinner</span></p></td><td width="181" style="background-color: rgb(242, 242, 242);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:black;font-weight:normal">$29,000</span></p></td></tr><tr height="56" style=";height:38px"><td height="38" width="819" style="background-color: rgb(235, 245, 235);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:black;font-weight:normal">Welcome Reception</span></p></td><td width="181" style="background-color: rgb(242, 242, 242);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:black;font-weight:normal">$15,000</span></p></td></tr><tr height="56" style=";height:38px"><td height="38" width="819" style="background-color: rgb(235, 245, 235);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:black;font-weight:normal">Farewell Reception</span></p></td><td width="181" style="background-color: rgb(242, 242, 242);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:black;font-weight:normal">$15,000</span></p></td></tr><tr height="56" style=";height:38px"><td height="38" width="819" style="background-color: rgb(235, 245, 235);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:black;font-weight:normal">VIP Dinner (Exclusive; includes 3 senior representatives at the dinner)</span></p></td><td width="181" style="background-color: rgb(242, 242, 242);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:black;font-weight:normal">$15,000</span></p></td></tr><tr height="56" style=";height:38px"><td height="38" width="819" style="background-color: rgb(235, 245, 235);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:black;font-weight:normal">VIP Lounge (5 days)</span></p></td><td width="181" style="background-color: rgb(242, 242, 242);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:black;font-weight:normal">$21,000</span></p></td></tr><tr height="66" style=";height:44px"><td height="44" width="819" style="background-color: rgb(235, 245, 235);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:black;font-weight:normal">Conference Coffee Service (5 days, 2 sessions per day, sponsorship can be divided by session.)</span></p></td><td width="181" style="background-color: rgb(242, 242, 242);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:black;font-weight:normal">Call for price</span></p></td></tr><tr height="68" style=";height:45px"><td height="45" width="819" style="background-color: rgb(235, 245, 235);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:black;font-weight:normal">Robot Competition (Company logo will appear on the competition site and acknowledgement will appear in the handout of the competition.)</span></p></td><td width="181" style="background-color: rgb(242, 242, 242);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:black;font-weight:normal">Call for price</span></p></td></tr><tr height="52" style=";height:35px"><td height="35" width="819" style="background-color: rgb(3, 113, 125);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:white;font-weight:bold">SUPPORT OF OTHER EVENTS</span></p></td><td width="181" style="background-color: rgb(3, 113, 125);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:white;font-weight:bold">PRICE</span></p></td></tr><tr height="66" style=";height:44px"><td height="44" width="819" style="background-color: rgb(235, 245, 235);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:black;font-weight:normal">Advertising Banner in the Convention Center (Multiple)</span></p></td><td width="181" style="background-color: rgb(242, 242, 242);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:black;font-weight:normal">Call for price</span></p></td></tr><tr height="66" style=";height:44px"><td height="44" width="819" style="background-color: rgb(235, 245, 235);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:black;font-weight:normal">Social Networking Event with Live Entertainment (Exclusive)</span></p></td><td width="181" style="background-color: rgb(242, 242, 242);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:black;font-weight:normal">Call for price</span></p></td></tr><tr height="61" style=";height:41px"><td height="41" width="819" style="background-color: rgb(235, 245, 235);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:black;font-weight:normal">Introduction video before keynote talks </span></p><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:13px;font-family:'Century Gothic';color:#0070C0;font-weight:normal">(15-second company video in loop playback. There are a maximum of 4 available seats, on a first-come, first-served basis. )</span></p></td><td width="181" style="background-color: rgb(242, 242, 242);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:black;font-weight:normal">$8,000</span></p></td></tr><tr height="61" style=";height:41px"><td height="41" width="819" style="background-color: rgb(235, 245, 235);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:black;font-weight:normal">Introduction video before conference dinner </span></p><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:13px;font-family:'Century Gothic';color:black;font-weight:normal">(</span><span style="font-size:13px;font-family:'Century Gothic';color:#0070C0;font-weight:normal">1min company video in loop playback . There are a maximum of 5 available seats, on a first-come, first-served basis.)</span></p></td><td width="181" style="background-color: rgb(242, 242, 242);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:black;font-weight:normal">$8,000</span></p></td></tr><tr height="84" style=";height:56px"><td height="56" width="819" style="background-color: rgb(235, 245, 235);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:#0070C0;font-weight:normal">Concurrent Session Sponsor </span></p><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:13px;font-family:'Century Gothic';color:#0070C0;font-weight:normal">(Company logo will appear on the holding slide before your speaker’s presentation and signage at the entrance to the session room.)</span></p></td><td width="181" style="background-color: rgb(242, 242, 242);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:black;font-weight:normal">$2,800</span></p></td></tr><tr height="84" style=";height:56px"><td height="56" width="819" style="background-color: rgb(235, 245, 235);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:black;font-weight:normal">Insert Sponsor </span></p><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:13px;font-family:'Century Gothic';color:#0070C0;font-weight:normal">(Sponsor’s one page ad will be placed into the conference bags. Printing/production/shipping charges are the responsibility of the partner. Distributed to all attendees.)</span></p></td><td width="181" style="background-color: rgb(242, 242, 242);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:black;font-weight:normal">$2,800</span></p></td></tr><tr height="38" style=";height:25px"><td height="25" width="819" style="background-color: rgb(235, 245, 235);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:black;font-weight:normal">Additional Exhibitor Staff badge</span></p></td><td width="181" style="background-color: rgb(242, 242, 242);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:black;font-weight:normal">$200</span></p></td></tr><tr height="61" style=";height:41px"><td height="41" width="819" style="background-color: rgb(235, 245, 235);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:black;font-weight:normal">Sponsored Session for Industry </span></p><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:13px;font-family:'Century Gothic';color:#0070C0;font-weight:normal">(60 minutes during lunch, 2 slots available. Partner chooses topic and speakers subject to committee approval.)</span></p></td><td width="181" style="background-color: rgb(242, 242, 242);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:black;font-weight:normal">$18,000</span></p></td></tr><tr height="61" style=";height:41px"><td height="41" width="819" style="background-color: rgb(235, 245, 235);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:black;font-weight:normal">Sponsored Session for Industry </span></p><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:13px;font-family:'Century Gothic';color:#0070C0;font-weight:normal">(45 minutes during lunch, 2 slots available. Partner chooses topic and speakers subject to committee approval.)</span></p></td><td width="181" style="background-color: rgb(242, 242, 242);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:black;font-weight:normal">$12,000</span></p></td></tr><tr height="61" style=";height:41px"><td height="41" width="819" style="background-color: rgb(235, 245, 235);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:black;font-weight:normal">Concurrent Sessions Talk </span></p><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:13px;font-family:'Century Gothic';color:#0070C0;font-weight:normal">(Oral presentations, company-selected topics and speakers, subject to committee approval.)</span></p></td><td width="181" style="background-color: rgb(242, 242, 242);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:black;font-weight:normal">$6,000</span></p></td></tr><tr height="59" style=";height:39px"><td height="39" width="819" style="background-color: rgb(235, 245, 235);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:black;font-weight:normal">Industry Business Presentation</span></p><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:13px;font-family:'Century Gothic';color:#0070C0;font-weight:normal">(15 minutes video- Silent Theatre in the exhibition.)</span></p></td><td width="181" style="background-color: rgb(242, 242, 242);"><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:17px;font-family:'Century Gothic';color:black;font-weight:normal">$3,000</span></p></td></tr></tbody></table><p><br/></p><p><br/></p><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:37px;font-family:'Century Gothic';color:#03717D;font-weight: bold">BOOTH RENTAL</span></p><hr style="width:40%;height:1px;background-color:black;margin:10px auto;border:none;"/><p><strong><span style="font-size: 18px;"></span></strong><br/></p><p style="text-align: left;"><span style="font-family: Arial; text-align: justify;"></span></p><style>.psbrt9 { width: 1000px; margin: auto; display: flex; align-items: center; padding: 20px 0px 20px 0px; box-sizing: border-box; } .psbrt9-left { width: 60%; padding: 20px; border: 2px solid #03717D; border-radius: 10px; background-color: #f9f9f9; box-sizing: border-box; margin-right: auto; /* 将 .psbrt9-left 推向最左边 */ } .psbrt9-right { width: 40%; padding: 20px 0px 20px 20px; background-color: white; box-sizing: border-box; margin-left: auto; /* 将 .psbrt9-right 推向最右边 */ } .price-table { width: 100%; margin: 0 auto; /* 居中显示 */ border: 1.5px solid black; /* 添加细黑色外边框 */ border-collapse: collapse; } .price-table th { line-height: 60px; min-height: 80px; text-align: center; /* Center the text horizontally */ font-weight: bold; /* Make the text bold */ font-size: 17px; } .price-table td { line-height: 60px; min-height: 80px; text-align: center; /* Center the text horizontally */ /*font-weight: bold; *//* Make the text bold */ border: 1px solid white; /* 添加白色分隔线 */ } .header-row { background-color: #03717D; color: white; } .data-row { background-color: #e0f0e0; } /* Media query for small screens */ @media (max-width: 768px) { .psbrt9 { width: 100%; flex-direction: column; /* Stack the divs vertically */ align-items: stretch; /* Make the divs take up full width */ } .psbrt9-left, .psbrt9-right { width: 100%; /* Make each div take up the full width of the container */ margin-bottom: 20px; /* Add some space between the stacked divs */ } }</style><div class="psbrt9"><div class="psbrt9-left"><h2 style="color: #006666;margin-top: 0px !important; margin-bottom: 10px;">Booth package includes:</h2><ul class=" list-paddingleft-2"><li><p><span style="color:#006666">●</span>1 exhibition table and 2 chairs.</p></li><li><p><span style="color:#006666">●</span>Back and side walls, company name signage.</p></li><li><p><span style="color:#006666">●</span>2 spotlights, 2 power outlets, and 1 waste bin.</p></li><li><p><span style="color:#006666">●</span>2 Exhibitor Personnel Passes (additional passes available for purchase).</p></li><li><p><span style="color:#006666">●</span>Complimentary Wi-Fi and listing in the conference directory.</p></li></ul></div><div class="psbrt9-right"><table class="price-table"><tbody><tr class="header-row firstRow"><th>BOOTH RENTAL</th><th>PRICE</th></tr><tr class="data-row"><td>Standard Booth (3x3 m²)</td><td>$5,000</td></tr><tr class="data-row"><td>Publisher Counter (2x2 m²)</td><td>$2,500</td></tr></tbody></table></div></div><p><strong><span style="font-size: 18px;"></span></strong><br/></p><p style="text-align: left;"><span style="font-family: Arial; text-align: justify;"></span></p><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:37px;font-family:'Century Gothic';color:#03717D;font-weight: bold">EXHIBIT HALL INFORMATION</span></p><hr style="width:40%;height:1px;background-color:black;margin:10px auto;border:none;"/><p><strong><span style="font-size: 18px;"></span></strong><br/></p><p style="text-align: left;"><span style="font-family: Arial; text-align: justify;"></span></p><p style=";line-height:150%;margin-top:0;margin-bottom:0;text-align:left;direction:ltr;unicode-bidi:embed"><span style="font-size:21px;font-family:'Century Gothic';color:#03717D;font-weight: bold">The Exhibit Hall will be open from October 21-23, 2025, from 9:00 AM to 6:00 PM each day.</span></p><p><span style="font-size:21px"><span style=";color:teal;font-family:Wingdings">l</span></span><span style="font-size:21px;font-family: 'Century Gothic';color:black">Setup will begin on October 20, 2025, at 9:00 AM. </span></p><p><span style="font-size:21px"><span style=";color:teal;font-family:Wingdings">l</span></span><span style="font-size:21px;font-family: 'Century Gothic';color:black">Dismantling of exhibits must be completed by October 23, 2025, at 9:00 PM.</span></p><p><strong><span style="font-size: 18px;"></span></strong><br/></p><p style="text-align: left;"><span style="font-family: Arial; text-align: justify;"></span></p><p><br/></p><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:37px;font-family:'Century Gothic';color:#03717D;font-weight: bold">PAYMENT AND CANCELLATION</span></p><hr style="width:40%;height:1px;background-color:black;margin:10px auto;border:none;"/><p><strong><span style="font-size: 18px;"></span></strong><br/></p><p style="text-align: left;"><span style="font-family: Arial; text-align: justify;"></span></p><p><span style="font-size:21px"><span style=";color:teal;font-family:Wingdings">l</span></span><span style="font-size:21px;font-family: 'Century Gothic';color:black">Full payment is required at the time of application submission. Payment can be made via bank transfer or credit card (with a 4% processing fee for credit card payments). </span></p><p><span style="font-size:21px"><span style=";color:teal;font-family:Wingdings">l</span></span><span style="font-size:21px;font-family: 'Century Gothic';color:black">The cancellation will not be supported one month after the agreement is signed. No refunds will be issued thereafter.</span></p><p><strong><span style="font-size: 18px;"></span></strong><br/></p><p style="text-align: left;"><span style="font-family: Arial; text-align: justify;"></span></p><p><br/></p><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:37px;font-family:'Century Gothic';color:#03717D;font-weight: bold">MORE SUPPORT</span></p><hr style="width:40%;height:1px;background-color:black;margin:10px auto;border:none;"/><p><strong><span style="font-size: 18px;"></span></strong><br/></p><p style="text-align: left;"><span style="font-family: Arial; text-align: justify;"></span></p><p><span style="font-size:21px;font-family: 'Century Gothic';color:black">If you have other ideas for sponsorship, we are open to discussing tailored options that fit your marketing goals.</span></p><p><span style="font-size:21px;font-family: 'Century Gothic';color:black">For additional questions or custom sponsorship packages, please contact: </span><span style="font-size:21px;font-family: 'Century Gothic';color:black"><a href="mailto:exhibition@iros25.org">exhibition@iros25.org</a></span><span style="font-size:21px;font-family: 'Century Gothic';color:black">.</span></p><p style="margin-top: 0px; margin-bottom: 0px; direction: ltr; unicode-bidi: embed;"><span style="font-size:37px;font-family:'Century Gothic';color:#03717D;font-weight: bold"><span style="font-size:16px;font-family:'Century Gothic';color:black"></span></span><br/></p><style>.pstab11base { background-color: white; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; } .pstabt11-container { background-color: white; padding: 20px; border-radius: 15px; border: 2px solid #03717D; width: 400px; text-align: center; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Optional: Add a subtle shadow for better visibility */ } .pstabt11-title { color: #03717D; font-size: 24px; margin-bottom: 20px; } .pstabt11-member { margin-bottom: 20px; } .pstabt11-name { font-weight: bold; font-size: 18px; } .pstabt11-institution { font-size: 16px; }</style><div class="pstab11base"><div class="pstabt11-container"><div class="pstabt11-title">EXHIBITION COMMITTEE</div><div class="pstabt11-member"><div class="pstabt11-name">Fan Xu</div><div class="pstabt11-institution">Shanghai Jiao Tong University</div></div><div class="pstabt11-member"><div class="pstabt11-name">Haoyao Chen</div><div class="pstabt11-institution">Harbin Institute of Technology, Shenzhen</div></div><div class="pstabt11-member"><div class="pstabt11-name">Xiong Rong</div><div class="pstabt11-institution">Zhejiang University</div></div><div class="pstabt11-member"><div class="pstabt11-name">Emel Demircan</div><div class="pstabt11-institution">California State University</div></div><div class="pstabt11-member"><div class="pstabt11-name">Kenji Tahara</div><div class="pstabt11-institution">Kyushu University</div></div></div></div><p style="margin-top: 0px; margin-bottom: 0px; direction: ltr; unicode-bidi: embed;"><span style="font-size:37px;font-family:'Century Gothic';color:#03717D;font-weight: bold"><span style="font-size:16px;font-family:'Century Gothic';color:black"><br/></span></span></p></div> </div> </div> </div> </div> </div> <style> /* 全局样式 */ .footer { background-color: #e6f7ff; padding: 10px; border-top: 5px solid #006666; font-family: 'Century Gothic', sans-serif; } .ftv2-container { display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; width: 80%; margin: 0px auto; } .ftv2-left, .ftv2-right { display: flex; flex-direction: column; align-items: center; height: 100%; /* 确保子元素有明确的高度 */ } .ftv2-left { width: 40%; } .ftv2-right { width: 60%; } .header-title { font-size: 18px; margin-bottom: 10px; color: #006666; text-align: center; } .header-title p { font-size: 18px; /*margin-bottom: 10px;*/ color: #006666; text-align: center; } .header-title-right { font-size: 18px; margin-bottom: 10px; color: #006666; text-align: center; margin-left: -180px; } .header-title-right p { font-size: 18px; /*margin-bottom: 10px;*/ color: #006666; text-align: center; } .contact-email a { display: block; margin: 0 auto; } .contact-email img { width: 50px; height: 50px; } .social-media { display: flex; align-items: center; text-align: center; width: 100%; flex-wrap: nowrap; justify-content: center; flex-direction: row; } .social-icons { display: flex; justify-content: space-evenly; gap: 20px; margin-bottom: 10px; width: 60%; } .social-icons img { width: 50px; height: 50px; } .hashtags { display: flex; flex-direction: column; align-items: flex-start; text-align: left; justify-content: center; /* 垂直居中 */ height: 100%; /* 确保容器有明确的高度 */ padding: 0 0 0 20px ; width: 40%; } .hashtags p { margin: 0; /* 移除默认的上下边距 */ font-size: 18px; color: #006666; text-align: left; /* 文本左对齐 */ flex-grow: 1; /* 每个段落等分可用空间 */ display: flex; /* 使段落本身也成为弹性容器 */ align-items: center; /* 水平居中文本 */ } hr { border: 1px solid #006666; width: 70%; margin: 10px auto; } .friend-links-section { display: flex; flex-wrap: wrap; /* 允许换行 */ justify-content: center; /* 水平居中 */ gap: 20px; /* 项目之间的间距 */ margin-bottom: 10px; margin-top: 10px; width: 80%; margin: 0 auto; /* 确保居中 */ } .friend-links-item { list-style: none; /*margin: 5px;*/ flex: 1 1 calc(12.5% - 40px); max-width: calc(12.5% - 40px); } .friend-links-link img { max-width: 100%; } .copyright { text-align: center; margin-top: 20px; } /* 小屏幕样式 */ @media only screen and (max-width: 768px) { .ftv2-container { flex-direction: column; } .ftv2-left, .ftv2-right { width: 100%; margin-bottom: 20px; } .social-icons img { width: 40px !important; height: 40px !important; } .friend-links-item { flex: 1 1 100%; max-width: 100%; margin-bottom: 10px; } .friend-links-section { display: flex; flex-wrap: wrap; /* 允许换行 */ justify-content: center; gap: 5px; /* 项目之间的间距 */ margin-bottom: 10px; margin-top: 10px; } .friend-links-item { list-style: none; margin: 5px; flex: 1 1 calc(40% - 5px); /* 每个项目占据50%宽度,减去间距 */ max-width: calc(40% - 5px); /* 确保最大宽度不超过50% */ margin-bottom: 5px; box-sizing: border-box; /* 确保 padding 和 border 包含在元素的宽度和高度内 */ } .header-title-right { margin-left: 0px; } .footer p, .footer a { font-size: 18px; } .social-media { flex-direction: column; } .social-icons, .hashtags { width: 100%; text-align: center; } .hashtags { display: flex; flex-direction: column; align-items: center; text-align: center; justify-content: center; /* 垂直居中 */ height: 100%; /* 确保容器有明确的高度 */ padding: 0 0 0 20px ; } } /* 更小屏幕的额外样式 */ @media only screen and (max-width: 480px) { .social-icons img { width: 30px !important; height: 30px !important; } .footer p, .footer a { font-size: 16px; } } </style> <div class="footer"> <footer> <!-- 包裹的大div --> <div class="ftv2-container"> <!-- 顶部标题部分 --> <div class="ftv2-left"> <div class="header-title"> <p>Contact us via email:</p> </div> <div class="contact-email"> <a href="mailto:info@iros25.org"> <img src="/templates/iros2025/static/icon/footer/email.png" alt="Email Icon"> </a> </div> </div> <!-- 内容部分 --> <div class="ftv2-right"> <div class="header-title-right"> <p>Follow us on social media:</p> </div> <div class="social-media"> <div class="social-icons"> <a href="https://x.com/IROS2025"> <img src="/templates/iros2025/static/icon/footer/twitter.png" alt="Twitter Icon"> </a> <a href="https://www.facebook.com/profile.php?id=61569994154219"> <img src="/templates/iros2025/static/icon/footer/facebook.png" alt="Facebook Icon"> </a> <a href="https://www.instagram.com/IROS2025"> <img src="/templates/iros2025/static/icon/footer/instagram.png" alt="Instagram Icon"> </a> <a href="https://www.linkedin.com/company/iros2025hangzhou/"> <img src="/templates/iros2025/static/icon/footer/linkedin.png" alt="Linkedin Icon"> </a> <a href="https://www.youtube.com/@IROS2025"> <img src="/templates/iros2025/static/icon/footer/youtube.png" alt="Youtube Icon"> </a> </div> <div class="hashtags"> <p>#IROS2025</p> <p>#IROSHangzhou</p> </div> </div> </div> </div> <hr> <!-- 友情链接列表部分 --> <div class="friend-links-section"> <li class="friend-links-item"> <a href="https://www.ieee.org" target="_blank" class="friend-links-link"> <img src="/static/upload/5daf7852-661a-47a3-b1e2-68c9999a0637.png" alt="IEEE" class="friend-links-image"> </a> </li> <li class="friend-links-item"> <a href="https://www.ieee-ras.org" target="_blank" class="friend-links-link"> <img src="/static/upload/f8c93cfa-b0d1-4d16-a925-f412c023a9d0.png" alt="ieeee-ras" class="friend-links-image"> </a> </li> <li class="friend-links-item"> <a href="https://www.ieee-ies.org/" target="_blank" class="friend-links-link"> <img src="/static/upload/57341472-43cf-4963-a6ee-9115f15dfb74.png" alt="ies" class="friend-links-image"> </a> </li> <li class="friend-links-item"> <a href="https://www.rsj.or.jp/en/" target="_blank" class="friend-links-link"> <img src="/static/upload/15ce02e1-c619-4053-9ff3-9663057d679e.png" alt="RSJ" class="friend-links-image"> </a> </li> <li class="friend-links-item"> <a href="https://www.sice.jp/english/" target="_blank" class="friend-links-link"> <img src="/static/upload/f2d39598-80b4-4c08-b6ab-7e6739504367.png" alt="SICE" class="friend-links-image"> </a> </li> <li class="friend-links-item"> <a href="https://www.sjtu.edu.cn/" target="_blank" class="friend-links-link"> <img src="/static/upload/b79c85c5-50f9-4c42-a1e3-8894c24d540d.png" alt="上海交通大学" class="friend-links-image"> </a> </li> <li class="friend-links-item"> <a href="https://www.zju.edu.cn/" target="_blank" class="friend-links-link"> <img src="/static/upload/bcdcb893-fd20-4d12-ac03-54d2000ab520.png" alt="浙江大学" class="friend-links-image"> </a> </li> <li class="friend-links-item"> <a href="https://www.shu.edu.cn/" target="_blank" class="friend-links-link"> <img src="/static/upload/cc7bc1fb-ecf0-4753-b930-45281f7b73b8.png" alt="上海大学" class="friend-links-image"> </a> </li> </div> <!-- 版权声明部分 --> <p class="copyright">Copyright © 2025 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS 2025), Hangzhou, China. All Rights Reserved.</p> </footer> </div> <script src="/templates/iros2025/static/js/jquery.js"></script> <script src="/templates/iros2025/static/js/bootstrap.min.js"></script> <script src="/templates/iros2025/static/js/main.js"></script> </body> </html>