# Application Calendar
**Source**: https://masters.sem.tsinghua.edu.cn/en/Admission/Application_Calendar.htm
**Parent**: https://masters.sem.tsinghua.edu.cn/en/
function \_nl\_ys\_check1(){
var keyword = document.getElementById('showkeycode1061310').value;
if(keyword==null||keyword==""){
alert("请输入你要检索的内容!");
return false;
}
if(window.toFF==1)
{
document.getElementById("lucenenewssearchkey1061310").value = Simplized(keyword );
}else
{
document.getElementById("lucenenewssearchkey1061310").value = keyword;
}
var base64 = new Base64();
document.getElementById("lucenenewssearchkey1061310").value = base64.encode(document.getElementById("lucenenewssearchkey1061310").value);
new VsbFormFunc().disableAutoEnable(document.getElementById("showkeycode1061310"));
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');
});
}
});
Application Portal
- ### Application Portal
- [International](http://gradadmission.tsinghua.edu.cn/f/login "International")
var yc\_kjlj\_kg=0
$(".yc\_kjlj\_btn").click(function(){
if(yc\_kjlj\_kg==0){
$(".yc\_kjlj")[0].style.right="0";
$(".yc\_kjlj\_btn")[0].style.right="9.4rem";
yc\_kjlj\_kg=1
}else{
$(".yc\_kjlj")[0].style.right="-9.8rem";
$(".yc\_kjlj\_btn")[0].style.right="0px";
yc\_kjlj\_kg=0
}
})
# Application Calendar
- [Application Calendar](Application_Calendar.htm "Application Calendar")
- [How to Apply](How_to_Apply.htm "How to Apply")
- [Application Portal](https://yzbm.tsinghua.edu.cn/intlLogin "Application Portal")
# Admission
- [Application Calendar](Application_Calendar.htm "Application Calendar")
- [How to Apply](How_to_Apply.htm "How to Apply")
- [Application Portal](https://yzbm.tsinghua.edu.cn/intlLogin "Application Portal")
Application Calendar
[Home](../index.htm)
>
Admission
>
[Application Calendar](Application_Calendar.htm)
- 01
### Application
Mid October to Late February
###
\
- 02
### Evaluation
January to March\
\
First Round: January\
Second Round: March
\
- 03
### Admission
Late June to July
###
\
- 04
### Entrance
Late August in next year
###
\
\*Click the link to view more details:[THU Graduate Admission](https://yz.tsinghua.edu.cn/en/index.htm)
$(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();