$(document).ready(function() $(".nav02 li").hover(function() $(this).addClass("on"); , function() $(this).removeClass("on"); ) ); $(document).ready(function() $(".nav02 li").hover(function() $(this).parent("ul").siblings("h3").addClass("choice"); , function() $(this).parent("ul").siblings("h3").removeClass("choice"); ) ); $(document).ready(function() if ($(".nav02 li").find("ul") .html()!="") $(".nav02 li").parent("ul").siblings("h3").append(""); );
您当前所在位置: 首页» 研究生教育» 研究生管理

2021年糖心vlog硕士研究生拟录取名单(统考生)

发布者:管理员发布时间:2021-05-08作者:来源:科技与成果转化处点击量:

  按照糖心vlog研究生院《糖心vlog2021年硕士研究生复试录取工作办法》文件精神要求,通过专业基础知识面试、综合面试、外语听力和口语测试等复试环节的筛选,经过招生录取领导小组审核,最终确定61名拟录取考生(统考生)(名单详见附件)。现将拟录取名单进行公示,公示期自2021年5月8日至5月13日,公示期间如有异议,请联系电话:010-82105095;010-82106203。

  注:最终录取结果以糖心vlog研究生院批复为准。

  

                          糖心vlog

                                      2021年5月8日


function showLocale(objD) var str,colorhead,colorfoot; var yy = objD.getYear(); if(yy<1900) yy = yy+1900; var MM = objD.getMonth()+1; if(MM<10) MM = '0' + MM; var dd = objD.getDate(); if(dd<10) dd = '0' + dd; var hh = objD.getHours(); if(hh<10) hh = '0' + hh; var mm = objD.getMinutes(); if(mm<10) mm = '0' + mm; var ss = objD.getSeconds(); if(ss<10) ss = '0' + ss; var ww = objD.getDay(); if ( ww==0 ) colorhead=""; if ( ww > 0 && ww < 6 ) colorhead=""; if ( ww==6 ) colorhead=""; if (ww==0) ww="星期日"; if (ww==1) ww="星期一"; if (ww==2) ww="星期二"; if (ww==3) ww="星期三"; if (ww==4) ww="星期四"; if (ww==5) ww="星期五"; if (ww==6) ww="星期六"; colorfoot="" str = colorhead + yy + "年" + MM + "月" + dd + "日 " + " " + ww + colorfoot; return(str); function tick() var today; today = new Date(); document.getElementById("localtime").innerHTML = showLocale(today); window.setTimeout("tick()", 1000); tick();