Metadata
Title
Employment Paperwork and Procedure
Category
general
UUID
826a7a6a47134cdfadd3bc22d9628af4
Source URL
https://cdc.sem.tsinghua.edu.cn/ecdc/Student_Portal/Employment_Paperwork_and_Pro...
Parent URL
https://cdc.sem.tsinghua.edu.cn/ecdc/
Crawl Time
2026-03-10T06:54:04+00:00
Rendered Raw Markdown

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

Student Portal

Employment Paperwork and Procedure

Position : Home Page

Student Portal

Employment Paperwork and Procedure

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();