CINXE.COM
BAICTE 2025
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"/> <meta name="viewport" content="width=device-width, initial-scale=1.0"/> <title>BAICTE 2025</title> <link rel="stylesheet" type="text/css" href="https://mcrrf3u4tu.hszdjz.cn/style/two/css/common.css?v=1.2.3.43"/> <link rel="stylesheet" type="text/css" href="https://mcrrf3u4tu.hszdjz.cn/style/two/css/app.css?v=1.2.3.43"/> <link rel="stylesheet" href="https://mcrrf3u4tu.hszdjz.cn/lib/layui/css/layui.css?t=1648688729943" media="all"> <link rel="Shortcut Icon" href="https://mcrrf3u4tu.hszdjz.cn/style/two/icon/site.ico" type="image/x-icon"/> <script src="https://mcrrf3u4tu.hszdjz.cn/lib/layui/layui.js" charset="utf-8"></script> <script src="https://mcrrf3u4tu.hszdjz.cn/style/common/js/jQuery.js" charset="utf-8"></script> </head> <body> <header class="flex-col"> <nav class="flex-row"> <a href="/" class="">HOME</a> <a href="/Committees" class="">ORGANIZING COMMITTEES</a> <a href="/Papers" class="">CALL FOR PAPERS</a> <a href="/Submission" class="">SUBMISSION</a> <a href="/Registration" class="">REGISTRATION</a> <a href="/Venue" class="">VENUE</a> <a href="/Registry/Contribute" class="select">REGISTRY</a> </nav> <div class="layui-carousel banner" id="slide"> <div carousel-item=""> <img src="https://mcrrf3u4tu.hszdjz.cn/upload/2024/12/19/e4c9ce57-928f-4195-80d5-08bdb34b3dd5.jpg" style="width: 100%;" alt=""> <img src="https://mcrrf3u4tu.hszdjz.cn/upload/2024/12/19/ab4c3b9b-a2dc-4bdd-8811-81767a0638b8.jpg" style="width: 100%;" alt=""> </div> </div> </header> <main> <link rel="stylesheet" type="text/css" href="https://mcrrf3u4tu.hszdjz.cn/style/common/css/form.css?v=1.2.3.43"/> <!--主体内容--> <div class="page"> <h1>Register for the conference</h1> <form class="layui-form" id="form-demo-submit" action="/Registry/EnrollPost" method="post"> <input name="__RequestVerificationToken" type="hidden" value="CfDJ8OXZL67QRoFOvGyczgOAjtU_4uTAnunkPqLn_68u2o3W8CTpRW-5VRCfwSxp6b0WUxhhsVgVCJLyNZ2a9BH3T4eOsbH3tUoAFbI0LNn9ppruIwv7qw8nSl7exM9ukdnurBbZ420I7W9EgnBf6kKPofw" /> <div class="form-item flex-row" style="justify-content: end;font-size: 1.5vw"> <a href="/Registry/Contribute" style="text-decoration: underline;">Entry for paper submission →</a> </div> <div class="form-item flex-row flex-row"> <label class="form-label">Conference name</label> <input type="text" readonly value="2025 International Conference on Blockchain, Artificial Intelligence, and Computer Technology Engineering" class="form-input"> </div> <div class="form-item flex-row" style="align-items: center;"> <label class="form-label">Countdown to the deadline</label> <div class="flex-row" style="border-radius: 0.01vw;font-size: 1vw; padding: 1vw;align-items: center;border: 0.01vw solid #eee;height: 100%;width: 70%;"> <input type="hidden" value="1744041600000" id="conference_date"> <span id="days" style="color: #ff7d13;"></span> <span> day </span> <span id="hours" style="color: #ff7d13;"></span> <span> hour </span> <span id="minutes" style="color: #ff7d13;"></span> <span> minute </span> <span id="seconds" style="color: #ff7d13;"></span> <span> seconds</span> </div> </div> <div class="form-item flex-row"> <label class="form-label">Name</label> <input type="text" name="name" lay-verify="required" placeholder="Please enter Name" lay-reqText="Please enter Name" autocomplete="off" class="form-input"> </div> <div class="form-item flex-row"> <label class="form-label">Mobile</label> <input type="text" name="phone" lay-verify="required|phone" placeholder="Please enter Mobile" lay-reqText="Please enter Mobile" autocomplete="off" class="form-input"> </div> <div class="form-item flex-row"> <label class="form-label">Email</label> <input type="text" name="email" lay-verify="required|email" placeholder="Please enter Email" lay-reqText="Please enter Email" autocomplete="off" class="form-input"> </div> <div class="form-item flex-row" style="justify-content: center;"> <button class="affirm-button" lay-submit lay-filter="demo-submit">Submit</button> </div> </form> </div> <div class="float_container flex-col"> <a href="/Registry/Enroll"></a> <a href="/Registry/Contribute"></a> <a href="/Venue"></a> </div> <script src="https://mcrrf3u4tu.hszdjz.cn/style/common/js/enroll.js?v=1.2.3.43"></script> <script src="https://mcrrf3u4tu.hszdjz.cn/style/common/js/countdown.js?v=1.2.3.43"></script> </main> <footer> If you are interested in joining BAICTE 2025 as Free-of-Charge, please send your resume to baicte@sub-paper.com. Your application will be processed in 5 working days </footer> <script> layui.use(['carousel','element'], function(){ let carousel = layui.carousel, element = layui.element; //图片轮播 carousel.render({ elem: '#slide' ,width: '100vw' ,height: '25vw' ,interval: 5000 ,arrow:'none' }); }); </script> </body> </html>