CINXE.COM

ICSSB: International Conference on Social Science and Business

<!DOCTYPE html> <html class="wide wow-animation" lang="en"> <head> <title>ICSSB: International Conference on Social Science and Business</title> <meta name="keywords" content="conference 2025, social science,international conference, international conference 2025,conference alert, Tokyo conference, 2025 summer conference, Japan conference, Social Science conference, business conference Conference"> <meta name="description" content="International Conference on Social Science and Business (ICSSB) is an international platform for scholars, researchers and practitioners to discuss interdisciplinary research and practices in the fields of Communication, Society, Education, Culture, Politics, Law, Business, Finance, Economics, Management, Psychology and more. With over 1000+ members from 12+ countries, ICSSB has profound reputation on creating a friendly, academic and lively environment for participants to engage with others."> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <link rel="stylesheet" type="text/css" href="https://icssb.org/public/web/css/css.css"> <link rel="stylesheet" href="https://icssb.org/public/web/css/bootstrap.css"> <link rel="stylesheet" type="text/css" href="https://icssb.org/public/layui/css/layui.css"> <link rel="stylesheet" href="https://icssb.org/public/web/css/fonts.css"> <link rel="stylesheet" href="https://icssb.org/public/web/css/style.css"> <script type="text/javascript" src='https://icssb.org/public/web/js/jquery.min.js'></script> <script type="text/javascript" src='https://icssb.org/public/layui/layui.js'></script> <link rel="stylesheet" href="https://icssb.org/public/web/css/index.css"> <script type="text/javascript" src='https://icssb.org/public/web/js/nav.js'></script> <style> .header_top{background-color: #6c93b4;} /** 導航背景顏色 **/ .head .nav ul li .f_a{color:#fff;} /** 導航字體顏色 **/ .head .nav ul li:hover .f_a{color: #000; background-color: #cccccc;} /** 導航選中時字體顏色 以及背景顏色 **/ .head .nav ul li .s_navbox{background-color: #ccc;} /** 導航下拉菜單顏色 **/ .head .nav ul li .s_navbox .s_a a{color:#000;} /** 導航下拉菜單的字體顏色 **/ .head .nav ul li .s_navbox .s_a a:hover{background-color:#f1f1f1;color: #000;} /** 導航下拉菜單的選中時字體顏色以及背景顏色 **/ .m_nav .closecover{background:#368FC7;}/** 手機版導航底部背景顏色 **/ .m_nav .m_navList{background:#368FC7;}/** 手機版導航背景顏色 **/ .m_nav .m_navList ul li{border-bottom:1px solid #368FC7} /** 手機版導航底部線條顏色 **/ .m_img .headlf a{color:#368FC7;} /*** 手機版網站名稱顏色 ***/ </style> </head> <body> <script> // 假设你已经引入了layui.css和layui.js layui.use('layer', function(){ var layer = layui.layer; // 打开一个弹出层 layer.open({ type: 1, title:'Notice', content: '<div style="margin:20px 10px 20px 10px;color:blue;font-size:16px;">Please be informed that the conference website has changed to <a href="https://prohef2010.org/icssb" style="font-size:18px;line-height:36px;color:Red;">https://prohef2010.org/icssb</a> <br> for detailed information and updates. For more upcoming conferences, please visit our official website at <a href="https://prohef2010.org" style="font-size:18px;line-height:36px;color:Red;">prohef2010.org</a></div>', area: ['310px', '300px'], closeBtn: 0, // 不显示关闭按钮 success: function(layero, index){ // 防止通过点击其他地方关闭 var closeBtn = layero.find('.layui-layer-close'); closeBtn.click(function(e){ e.stopPropagation(); // 阻止事件冒泡 }); }, end: function(){ // 防止通过Esc键关闭 var key = event.keyCode; if(key == 27){ layer.msg('<a href="https://prohef2010.org/icssb">Our website address has been changed to https://prohef2010.org/icssb<br>Please remember the new website address.</a>'); return false; // 阻止关闭 } } }); }); </script><div class="banner"> <img src="/public/fileimg/202412201437424216.JPG" class="xs_web"/> </div> <!-- Page Header--> <header> <!-- 頭部開始 --> <div class="xs_web"> <div class="header_top"> <div class="container2" > <!-- 導航條開始 --> <div class="head"> <div class="navbox"> <!-- 主菜单 --> <div class="nav"> <ul class="nav_pc"> <li > <a class="f_a" href="/" >Home</a> </li> <li > <a class="f_a" href="/page/3" >Call for Papers</a> </li> <li > <a class="f_a" href="/page/23" >Call for Sessions</a> </li> <li > <a class="f_a" href="#" >Submission</a> <div class="s_navbox"> <div class="s_a"> <a href="/page/6" >Paper Format</a> <a href="/page/7" >Submission Steps</a> <a href="/page/8" >Oral Presentation</a> <a href="/page/9" >Poster Presentation</a> <a href="/page/26" >Online Presentation</a> </div> </div> </li> <li > <a class="f_a" href="/page/10" >Registration</a> </li> <li > <a class="f_a" href="/page/12" >Visa</a> </li> <li > <a class="f_a" href="/page/21" >Agenda</a> </li> <li > <a class="f_a" href="#" >History</a> <div class="s_navbox"> <div class="s_a"> <a href="/page/27" >2024 ICSSB</a> <a href="/page/22" >2023 ICSSB</a> <a href="/page/15" >2019 ICSSB</a> <a href="/page/16" >2018 ICSSB</a> <a href="/page/17" >2017 ICSSB</a> <a href="/page/18" >2016 ICSSB</a> <a href="/page/19" >2015 ICSSB</a> </div> </div> </li> <li> <a class="f_a" href="/contactus" id="select">Contact</a> <div class="s_navbox"> <div class="s_a"></div> </div> </li> </ul> </div> </div> </div> <!-- 導航條結束 --> <div class="clear"></div> </div> </div> </div> <!-- 手机端导航--开始 --> <div class="m_img" > <div class="headlf"> <a href="/">ICSSB</a> </div> <div class="headrg"> <a href="javascript:;" class="a_js"><img class="m_menuimg" src="/public/web/image/m_menuimg.png" /></a> </div> </div> <div class="m_nav"> <div class="closecover a_closed"></div> <div class="closeicon"> <a href="javascript:;" class="a_closed"> <img src="/public/web/image/close.png" width="22" /></a> </div> <div class="m_navList"> <ul> <li> <div class="m_f_a"> <a href="/" >Home</a> <i></i> </div> </li> <li> <div class="m_f_a"> <a href="/page/3" >Call for Papers</a> <i></i> </div> </li> <li> <div class="m_f_a"> <a href="/page/23" >Call for Sessions</a> <i></i> </div> </li> <li> <div class="m_f_a"> <a href="#" >Submission</a> <i></i> </div> <div class="m_s_nav"> <a href="/page/6" >Paper Format</a> <a href="/page/7" >Submission Steps</a> <a href="/page/8" >Oral Presentation</a> <a href="/page/9" >Poster Presentation</a> <a href="/page/26" >Online Presentation</a> </div> </li> <li> <div class="m_f_a"> <a href="/page/10" >Registration</a> <i></i> </div> </li> <li> <div class="m_f_a"> <a href="/page/12" >Visa</a> <i></i> </div> </li> <li> <div class="m_f_a"> <a href="/page/21" >Agenda</a> <i></i> </div> </li> <li> <div class="m_f_a"> <a href="#" >History</a> <i></i> </div> <div class="m_s_nav"> <a href="/page/27" >2024 ICSSB</a> <a href="/page/22" >2023 ICSSB</a> <a href="/page/15" >2019 ICSSB</a> <a href="/page/16" >2018 ICSSB</a> <a href="/page/17" >2017 ICSSB</a> <a href="/page/18" >2016 ICSSB</a> <a href="/page/19" >2015 ICSSB</a> </div> </li> </ul> </div> </div> <div class="nav_wap_line"></div> <!-- 手机端导航--结束 --> </header> <!-- 中間開始 --> <section class="lhcontent"> <div class="container2" > <!-- 左側開始 --> <div class="lhleft"> <!-- 標題開始 --> <div class="lhpagetitle"> 2018 ICSSB </div> <!-- 標題結束 --> <!-- 主體開始 --> <div class="lhsubcontent"> <div style="line-height:28px;text-align:center;font-size:20px;color:#000;">2018 ICSSB <br/>The 7<sup>th</sup> International Conference on Social Science and Business <br/>August 7-9, 2018 Guam, USA</div><div style="height:20px;"></div><hr/><div class="row" style="margin-top:20px;"><div class="col-md-4"><p><img class="" alt="1.jpg" src="/public/upload/20230516/1684217448601611.jpg" style="width:100%;" title="1684217448601611.jpg"/></p></div><div class="col-md-4"><p><img class="" alt="2.jpg" src="/public/upload/20230516/1684217456760882.jpg" style="width:100%;" title="1684217456760882.jpg"/></p></div><div class="col-md-4"><p><img class="" alt="3.jpg" src="/public/upload/20230516/1684217466408638.jpg" style="width:100%;" title="1684217466408638.jpg"/></p></div></div><div class="row" style="margin-top:20px;"><div class="col-md-4"><p><img class="" alt="4.jpg" src="/public/upload/20230516/1684217475660249.jpg" style="width:100%;" title="1684217475660249.jpg"/></p></div><div class="col-md-4"><p><img class="" alt="5.jpg" src="/public/upload/20230516/1684217484196793.jpg" style="width:100%;" title="1684217484196793.jpg"/></p></div><div class="col-md-4"><p><img class="" alt="6.jpg" src="/public/upload/20230516/1684217493282153.jpg" style="width:100%;" title="1684217493282153.jpg"/></p></div></div><div style="height:20px;"></div><hr/><div style="font-size:16px;line-height:28px;text-align:justify;margin-top:20px;"><strong> Keynote Speaker </strong><div style="height:10px;"></div><strong>Dr. Kirk Johnson</strong> <br/>Professor of Sociology <br/>University of Guam</div><div style="font-size:16px;line-height:28px;text-align:justify;margin-top:20px;"><strong>Topic</strong><br/>Poverty, Wealth and the Tranquility of Nations: Exploring the foundations of material and spiritual wellbeing. <br/><strong> Abstract</strong><br/>If humanity is to advance both materially and spiritually, we now find ourselves at a place in history when it is overwhelmingly evident that the very concept of prosperity demands a re-examination.We need to consider the path we are treading and honestly and critically consider the unsustainability of our current trajectory.There is no doubt that material means is an important element to the advancement of society, and achieving prosperity implies that all people should have access to such means.However, prosperity cannot simply be understood as the mere accumulation of personal wealth.Such an individualistic conception—bereft as it is of the values of spiritual civilization—inevitably places undue weight on indulging desires and tends to cultivate a love of luxury. To contribute to the advancement of material and spiritual civilization, material means need to be used for far higher purposes: to foster unity, to uplift and edify the life of society, and to facilitate access to knowledge for all people, to name but a few. This Keynote Speech will explore the concept of material and spiritual wellbeing and in so doing will recast the meaning and object of prosperity.</div><div style="height:20px;"></div><hr/><div style="font-size: 16px; line-height: 28px; text-align: justify; margin-top: 20px;"><strong> Conference Venue </strong> <br/>Hyatt Regency Guam<br/>Address: 1155 Pale San Vitores Road Tumon, Guam, Micronesia, 96913-4206<br/>Tel: +1 671 647 1234</div> </div> <!-- 主體開始 --> </div> <!-- 左側結束 --> <!-- 右側開始 --> <div class="lhright"> <!-- 註冊和登入按鈕 --> <a class="lh_btn btnblue01" href="/user" >Member Center</a> <div class="blank15"></div> <a class="lh_btn btnblue02" href="/signup" >Sign Up</a> <!--會議開始日期 --> <div class="blank15"></div> <div class="xiaokang"> <h5>Important Dates</h5> <article> <table class="tgdate"> <tr> <td>Submission Deadline</td> </tr> <tr> <td style="color:#0017e6;font-weight: bold;" > February 28 / 2025 </td> </tr> <tr><td style="height:10px;"></td></tr> <tr> <td>Notification of Acceptance</td> </tr> <tr> <td style="color:#e56600;font-weight: bold;" > March 30 / 2025 </td> </tr> <tr><td style="height:10px;"></td></tr> <tr> <td >Early Bird Registration Deadline</td> </tr> <tr> <td style="color:#e56600;font-weight: bold;" > April 10 / 2025 </td> </tr> <tr><td style="height:10px;"></td></tr> <tr> <td >Registration Deadline</td> </tr> <tr> <td style="color:#e56600;font-weight: bold;" > May 31 / 2025 </td> </tr> <tr><td style="height:10px;"></td></tr> <tr> <td >Conference Dates</td> </tr> <tr> <td style="color:#e56600;font-weight: bold;" >June 25 - 27, 2025</td> </tr> </table> </article> </div> <!--會議結束日期 --> <!-- 友情開始鏈接 --> <div class="friendlink"> <ul> <!-- 聯絡我們開始 --> <li> <div class="blank20"></div> <a href="mailto:icssb@icssb.org"> <div class="padding10"> <img src="/public/fileimg/202305161215333274.jpg" id="contactlogo"> <div class="contactright"> <h3>Contact</h3> <article>icssb@icssb.org</article> </div> <div class="clear"></div> </div> </a> </li> <!-- 聯絡我們結束 --> <li> <div class="blank20"></div> <a href="https://prohef2010.org/" target="_blank" > <img src="/public/fileimg/202304161542395693.jpg" alt="HEF"/> </a> </li> <li> <div class="blank20"></div> <a href="https://www.facebook.com/higher.education.forum" target="_blank" > <img src="/public/fileimg/202304161935552931.png" alt="facebook"/> </a> </li> </ul> </div> <!-- 友情結束鏈接 --> <!-- Newsletter表單提交開始 --> <div class="blank20"></div> <div class="xiaokang"> <h5>ICSSB Newsletter</h5> <article> <form class="layui-form"> <div class="leftformline"> <label>Name *</label> <input type="text" name="strname_letter" id="strname_letter" class="leftformtxt" lay-verify="required"> </div> <div class="leftformline"> <label>Last name *</label> <input type="text" name="lastname_letter" id="lastname_letter" class="leftformtxt" lay-verify="required"> </div> <div class="leftformline"> <label>E-mail *</label> <input type="email" name="letter_email" id="letter_email" class="leftformtxt" lay-verify="required"> </div> <div class="leftformline"> <label>Country *</label> <input type="text" name="country_letter" id="country_letter" class="leftformtxt" lay-verify="required"> </div> <div class="leftformline"> <label>Institution *</label> <input type="text" name="institution_letter" id="institution_letter" class="leftformtxt" lay-verify="required"> </div> <div class="leftformbtn"> <a type="submit" id="btnok_letter" lay-submit="" lay-filter="formbtn_letter" class="lh_btn btnblue01">Subscribe</a> </div> </form> </article> </div> <!-- Newsletter表單提交結束 --> <!-- Newsletter表單提交開始 --> <!-- Newsletter表單提交結束 --> </div> <!-- 右側結束 --> <script> layui.use(['form','tree', 'util','element','laydate'], function(){ var layer = layui.layer ,util = layui.util ,$ = layui.jquery ,form = layui.form; //========= //自定义验证规则 //第一步 $("#btnok_letter").click(function(obj) { var strname = $("#strname_letter").val(); if(strname.length == "") { layer.msg("Please enter name",{icon:5}); return false; } var lastname = $("#lastname_letter").val(); if(lastname.length == "") { layer.msg("Please enter Last Name",{icon:5}); return false; } var email = $("#letter_email").val(); if(email.length == "") { layer.msg("Please enter E-mail",{icon:5}); return false; } var country = $("#country_letter").val(); if(country.length == "") { layer.msg("Please enter Country",{icon:5}); return false; } var institution = $("#institution_letter").val(); if(institution.length == "") { layer.msg("Please enter Institution",{icon:5}); return false; } }); form.on('submit(formbtn_letter)', function(data){ console.log(data); /* ajax */ $.post('/emailbook',data.field, function(json) { msg = eval(json); layer.msg(msg.msg, { icon: msg.icon,time: 2000}, function(){ $("#strname_letter").val(''); $("#lastname_letter").val(''); $("#email_letter").val(''); $("#country_letter").val(''); $("#institution_letter").val(''); }); },"json"); /* ajax end */ return false; }); }); </script> <div class="clear"></div> </div> </section> <footer class="section footer"> <div class="container2 wow-outer"> <div class="wow fadeIn"> Copyright © ICSSB. All rights reserved </div> </div> </footer> <!-- 底部結束 --> <script src="/public/web/js/core.min.js"></script> <script src="/public/web/js/script.js"></script> </body> </html>

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