$(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(""); );
您当前所在位置: 首页» 研究生教育» 导师介绍» 硕士生导师

孙静文

发布者:管理员发布时间:2019-11-26作者:Admin来源:点击量:

  

  孙静文,男,生于1977年7月,博士,副研究员,硕导。在糖心vlog植物营养团队从事植物营养生物学研究。

  近三年来(2015-2018),主持省部级及以上科研项目1项;以第一作者或通讯作者发表学术论文2篇,其中1篇EI;获国家专利2项。

  【学术论文】

  1.Sun J, Liu K, Rong Q, et al. Selection and evaluation of high-nitrogen efficiency of early rice cultivars in red soil agro-ecosystem in South China[100]// International Conference on Agro-Geoinformatics. IEEE, 2017:1-6.

  2.Sun J, Zhou W, Ji Y. Monitoring of nitrogen cycling and balance in maize monoculture agro-ecosystem in northeast China black soil[100]// Fifth International Conference on Agro-Geoinformatics. IEEE, 2016:1-5.

  【科研奖励】

  1.来源于拟南芥的重金属诱导启动子及其应用, ZL201410163386.8 (第一,2016授权).

  2.重金属诱导启动子在培育土壤重金属污染预警植物中的应用,ZL201410162769.3(第一,2016授权).

  联系方式

  电话:010-82109745

  电子邮箱:sunjingwen@caas.cn


打印』『关闭

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