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

张月玲

发布者:管理员发布时间:2022-11-10作者:来源:点击量:

张月玲,博士,硕士生导师,糖心vlog副研究员。主要研究土壤有机质周转过程,重点揭示外源添加物、土壤矿物、有机碳化学结构和微生物对土壤有机质周转的调控。

教育经历

2012.09-2016.06糖心vlog/中国农业大学,土壤学,农学博士

2014.03-2015.08美国欧道明大学,访问学习

2009.09-2012.06河南农业大学,植物营养,农学硕士

2005.09-2009.06河南农业大学,农业资源与环境,农学学士

工作经历

2019.07-至今 糖心vlog,土壤学,副研究员

2016.06-2019.06糖心vlog,博士后/助理研究员

科研项目

1. 国家自然科学基金委面上项目“根分泌物和矿物互作及其对土壤有机质周转的调控作用(42177284)”,2022-2025,主持

2. 国家自然科学基金委重点项目,“土壤有机质物理保护的矿物调控及模拟(41930761)”,2020-2024,参与

3. 国家自然科学基金委青年基金“根际分泌物驱动土壤有机质周转的微生物控制机制研究(31700458)”,2018-2020,主持

4. 中德国际合作项目“Biophysical controls on priming effect of soil organic matter in Mollisols”,2016-2018,参与

5. 国家自然科学基金面上项目“秸秆还田驱动的土壤有机质周转过程及其控制机制(41771274)”,2018-2021,参与

代表性论文

1. F.T. Zhang, X. Chen, Q.Q. Wang, Y.L. Zhang*, S.H. Yao, B. Zhang*. The priming effect dynamics are driven by microbial activation and growth and constrained by the relative availability of input C and soil N. Biology and Fertility of Soils, 2022. https: //doi.org/10.1007/s00374-022-01658-5.

2. G.M. Ndzana, Y.L. Zhang, S.H. Yao, U. Hamer, B. Zhang*.The adsorption capacity of root exudate organic carbon onto clay mineral surface changes depending on clay mineral types and organic carbon composition. Rhizosphere, 2022, 23:100545.

3. S.H. Yao, Y.L. Zhang, Y. Han, X.Z. Han, J.D. Mao, B. Zhang*. Labile and recalcitrant compounds of organic matter of a Mollisol changed with land use and plant litter management: An advanced 13C NMR study. Science of the Total Environment, 2019, 660: 1-10.

4. Y.L. Zhang, S.H. Yao, X.Y. Cao, K. Schmidt-Rohr, D.C. Olk, J.D. Mao*, B. Zhang* Structural evidence for soil organic matter turnover following glucose addition and microbial controls over soil carbon change at different horizons of a Mollisol. Soil Biology & Biochemistry, 2018, 119: 63-73.

5. Y.L. Zhang, L.J. Li, S.H. Yao, J.D. Mao, K. Schmidt-Rohr, D.C. Olk, X.Y. Cao, F.Cui, B. Zhang*. Distinct changes in composition of soil organic matter with length of cropping time in subsoils of a Phaeozem and Chernozem. European Journal of Soil Science, 2018, 69: 868-878.

6. Y.L. Zhang, S.H. Yao, J.D. Mao, D.C. Olk, X.Y. Cao, B. Zhang*. Chemical composition of organic matter in a deep soil changed with a positive priming effect due to glucose addition as investigated by 13C NMR spectroscopy. Soil Biology & Biochemistry, 2015, 85: 137-144.

联系方式

办公电话:010-82105061

邮箱:zhangyueling01@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();