Employment Paperwork and Procedure
Source: https://cdc.sem.tsinghua.edu.cn/ecdc/Student_Portal/Employment_Paperwork_and_Procedure.htm Parent: https://cdc.sem.tsinghua.edu.cn/ecdc/
function _nl_ys_check1(){ var keyword = document.getElementById('showkeycode1062629').value; if(keyword==null||keyword==""){ alert("请输入你要检索的内容!"); return false; } if(window.toFF==1) { document.getElementById("lucenenewssearchkey1062629").value = Simplized(keyword ); }else { document.getElementById("lucenenewssearchkey1062629").value = keyword; } var base64 = new Base64(); document.getElementById("lucenenewssearchkey1062629").value = base64.encode(document.getElementById("lucenenewssearchkey1062629").value); new VsbFormFunc().disableAutoEnable(document.getElementById("showkeycode1062629")); return true; }
$(window).scroll(function() { var winHeight=$(this).scrollTop() if(winHeight > 0){ $('#header').addClass('xg'); $('#header').mouseleave(function(e) { $('#header').addClass('xg'); }); }else{ $('#header').removeClass("xg"); $('#header').mouseleave(function(e) { $('#header').removeClass('xg'); }); } });
Employment Paperwork and Procedure
- Full time Position and Internship Opportunities
- Employment Paperwork and Procedure
- Career Advising Service Appointment
Student Portal
- Full time Position and Internship Opportunities
- Employment Paperwork and Procedure
- Career Advising Service Appointment
Employment Paperwork and Procedure
Position : Home Page
FirstPrevious1NextLast
$(window).scroll(function() { if ($(this).scrollTop()>100){ $("#gotop").removeClass("hide"); }else{ $("#gotop").addClass("hide"); }; }); $('#gotop').click(function () { $('html,body').animate({ scrollTop : '0px' }, 800); });
AOS.init({ offset: 100, duration: 1200, delay: 100, easing: 'ease-out-back', disable: 'mobile' }); AOS.refresh();