$(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来源:点击量:

  

  吴红慧,女,生于1978年3月,博士,研究员,硕导。在糖心vlog土壤培肥与改良团队从事土壤学研究。

  近三年(2015-2018),在国际主流期刊Plant and Soil(IF ="3.736)、Scientific Reports(IF ="5.525)等期刊上,发表了关于土壤氮循环因素研究,以及氮沉降对生态系统影响研究等方面SCI文章6篇,其中第一/通讯作者SCI文章1篇,第二作者1篇。

  【科研项目】

  1.参与国家自然科学基金委:草原生态系统对极端气候事件的响应:中美联网研究;

  2.参与国家自然科学基金委:黄土丘陵区煤矿区复垦土壤质量演变过程与定向培育。

  【学术论文】

  1. Wu H, Li Q, Lu C, et al. Elevated ozone effects on soil nitrogen cycling differ among wheat cultivars[J]. Applied Soil Ecology, 2016, 108:187-194.

  2. Long M, Wu H H, Smith M D, et al. Nitrogen deposition promotes phosphorus uptake of plants in a semi-arid temperate grassland[J]. Plant & Soil, 2016, 408(1-2):475-484.

  3. Zhu C, Ma Y, Wu H, et al. Divergent Effects of Nitrogen Addition on Soil Respiration in a Semiarid Grassland:[J]. Scientific Reports, 2016, 6:33541.

  联系方式

  电话:010-82108699

  电子邮箱:wuhonghui@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();