# 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](https://mis.sem.tsinghua.edu.cn/login-en.html "Full time Position and Internship Opportunities")
- [Employment Paperwork and Procedure](Employment_Paperwork_and_Procedure.htm "Employment Paperwork and Procedure")
- [Career Advising Service Appointment](https://mis.sem.tsinghua.edu.cn/login-en.html " Career Advising Service Appointment")
# Student Portal
- [Full time Position and Internship Opportunities](https://mis.sem.tsinghua.edu.cn/login-en.html "Full time Position and Internship Opportunities")
- [Employment Paperwork and Procedure](Employment_Paperwork_and_Procedure.htm "Employment Paperwork and Procedure")
- [Career Advising Service Appointment](https://mis.sem.tsinghua.edu.cn/login-en.html " Career Advising Service Appointment")
Employment Paperwork and Procedure
Position :
[Home Page](../index.htm)
>
[Student Portal](../Student_Portal.htm)
>
[Employment Paperwork and Procedure](Employment_Paperwork_and_Procedure.htm)
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();