CINXE.COM
ICFOST 2024 - International Conference on Ocean Science and Technology
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>ICFOST 2024 - International Conference on Ocean Science and Technology</title> <!-- Bootstrap CSS --> <link href="css/bootstrap.min.css" rel="stylesheet"> <link rel="stylesheet" type="text/css" href="css/style.css"> <!-- Custom CSS --> <style> body,td,th { font-family: Geneva, Arial, Helvetica, sans-serif; } </style> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head> <nav class="navbar navbar-expand-lg navbar-dark bg-primary"> <div class="container"> <a class="navbar-brand" href="#"><img src="./htmlimg/logo-04.png" alt="Logo"></a> <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation"> <span class="navbar-toggler-icon"></span> </button> <div class="collapse navbar-collapse" id="navbarNav"> <ul class="navbar-nav ml-auto"> <li class="nav-item"> <a class="nav-link" href="index.html">Home</a></li> <li class="nav-item dropdown"> <a class="nav-link dropdown-toggle" href="#" id="navbarDropdown1" role="button" data-bs-toggle="dropdown" aria-expanded="false">Committees</a> <ul class="dropdown-menu" aria-labelledby="navbarDropdown1"> <li><a class="dropdown-item" href="committee.html">Organizing Committee</a></li> <li><a class="dropdown-item" href="technical.html">Technical Program Committee</a></li> </ul> </li> <li class="nav-item"><a class="nav-link" href="cfp.html">Call for Papers</a></li> <li class="nav-item"><a class="nav-link" href="keynote.html">Keynote Speaker</a></li> <li class="nav-item"><a class="nav-link" href="competition.html">"智慧海洋"竞赛</a></li> <li class="nav-item dropdown"> <a class="nav-link dropdown-toggle" href="#" id="navbarDropdown4" role="button" data-bs-toggle="dropdown" aria-expanded="false">Attending</a> <ul class="dropdown-menu" aria-labelledby="navbarDropdown4"> <li><a class="dropdown-item" href="submission.html">Submission</a></li> <li><a class="dropdown-item" href="registration.html">Registration</a></li> <li><a class="dropdown-item" href="program.html">Conference Program</a></li> <li><a class="dropdown-item" href="venue.html">Conference Venue</a></li> <li><a class="dropdown-item" href="location.html">About Changsha</a></li> <li><a class="dropdown-item" href="visa.html">Visa Information</a></li> </ul> </li> <li class="nav-item dropdown"> <a class="nav-link dropdown-toggle" href="#" id="navbarDropdown4" role="button" data-bs-toggle="dropdown" aria-expanded="false">History</a> <ul class="dropdown-menu" aria-labelledby="navbarDropdown4"> <li><a class="dropdown-item" href="ICFOST2023">ICFOST 2023</a></li> <li><a class="dropdown-item" href="ICIPOST2022">ICIPOST 2022</a></li> </ul> </li> <li class="nav-item"><a class="nav-link" href="contact.html">Contact Us</a></li> <li class="nav-item"><a class="nav-link" href="chinese.html">中 文</a></li> </ul> </div> </div> </nav> <div class="sider"> <div class="row"> <div class="col-md-12 text-center"> <h2 class="sider-title">Visa Application</h2> </div> </div> </div> <div class="container mt-5"> <div class="row"> <div class="col-md-12 text-center"> <h5 class="custom-title">Visa Application | 签证信息</h5> </div> <p>Conference participants may need a Chinese visa to enter China. Specifically, those who are not Chinese citizens, except passport holders from Singapore, Brunei, and Japan, need a Chinese visa. Participants can apply for a visa at the Chinese embassy or consulate in the region in which they live. To avoid uncertainty, participants will be advised to apply for a visa as early as possible. It is recommended that they apply for a Chinese visa at least 1 month in advance.<br data-filtered="filtered"> For most attendees, it is easier to apply for a Tourist ("L") visa; an invitation letter is NOT required for obtaining a Tourist visa.</p> <p>* For more information, please contact the local Chinese Embassy in your country.</p> <h3><strong>Invitation Letters</strong></h3> <p>1. The invitation letter will be issued after the successful registration.<br data-filtered="filtered"> 2. Your name must be listed exactly as it appears on your passport. Any differences between the name on your passport and the name on your invitation letter or other documentation could lead to a delay and/or denial of your visa.<br data-filtered="filtered"> 3. Please note ICFOST Conference and the organizing committees of the conference are not authorized to assist with the VISA process beyond providing the Notification of Invitation Letter issued by ICFOST Conferences and conference Committee Board. Should your application be denied, ICFOST Conferences and the organizing committee of the conference cannot change the decision of the Ministry of Foreign Affairs, nor will ICFOST Conferences and the organizing committee of the conference engage in discussion or correspondence with the MOFA or the Embassy on b ehalf of the applicant. The registration fee cannot be refunded when the VISA application of individual being denied.<br data-filtered="filtered"> 4. It takes around one month for the Embassy to process the VISA application, please register as early as you can to make sure you have enough time.</p> <br> <div class="col-md-6 mt-3"></div> </div> </div> <script src="js/bootstrap.bundle.min.js"></script> <link rel="stylesheet" href="css/all.min.css"> <script> var carousel = new bootstrap.Carousel(document.querySelector('#carouselExampleIndicators'), { interval: 3000 // 设置轮播时间间隔,单位为毫秒 }); function highlightBox(element) { element.style.backgroundColor = '#0086b3'; element.style.color = '#fff'; } function unhighlightBox(element) { element.style.backgroundColor = '#f1f1f1'; element.style.color = ''; } </script> <footer class="bg-dark text-light py-3"> <div class="container text-center"> <p>© 2024 ICFOST | All rights reserved.</p> <p>2024 International Conference on Frontiers of Ocean Science and Technology (ICFOST)</p> </div> </footer> </body></html>