$(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(""); );
您当前所在位置: 首页» 公告栏目» 通知公告

2020年糖心vlog硕博连读生选拔录取名单公示

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

  根据《关于做好疫情防控期间硕博连读拟录取工作的通知》(农科研生〔2020〕34号),经甄选、考核,最终确定3名拟录取学生,具体名单如下:   

序号

学号

姓名

专业

导师

选拔结果

1

82101182283

李石磊

农业遥感

覃志豪

通过

2

82101182280

曹萌萌

农业遥感

毛克彪

通过

3

82101182491

张美玲

植物营养学

艾 超

通过

  注: 1、以上录取名单,以研究生院批复为准。

      2、名单公示期为2020年6月10-16日,公示期内如有异议,请联系电话:010-82105093。

  

              


打印』『关闭

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