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

高巍,博士,毕业于荷兰瓦赫宁根大学,糖心vlog副研究员,硕士生导师。食用菌产业技术体系北京市创新团队岗位专家,国家食用菌产业技术体系侧耳类品种改良岗位团队成员,兼任中国种子协会食用菌分会常务副秘书长。

研究方向及成果:

食用菌遗传育种、种质资源、菌种维护及繁育等研究工作,目前,主持北京市创新团队岗位专家项目、国家重点研发计划项目子课题和临安区人民政府和糖心vlog合作项目。主持的国家自然科学基金青年项目、国家重点研发计划973项目子课题、中央级公益性科研院所基本科研业务费专项等已结题通过验收。参与了荷兰TTI Green Genetics、948项目、公益性农业行业科研专项、现代农业产业技术体系建设专项、科技支撑计划、973计划等多个科研项目的研究工作。发表论文40余篇,2015年获得中华农业科技奖一等奖(第4完成人),2017年获得国家科技进步二等奖(第4完成人)。

代表性论文(第一或通讯作者论文)

1 Zhang, Y., Huang, C., van Peer, A. F., Sonnenberg, A. S. M., Zhao, M.*, & Gao, W.* (2022). Fine Mapping and Functional Analysis of the Gene  PcTYR , Involved in Control of Cap Color of  Pleurotus cornucopiae . Appl Environ Microbiol, 88(7), e0217321.

2 Zhang Y, Wu X, Huang C, Zhang Z, Gao W* (2022). Isolation and identification of pigments from oyster mushrooms with black, yellow and pink caps. Food Chem,372, 131171.

3 Zhang Y*, Gao W*, Sonnenberg A, et al. (2021). Genetic linkage and physical mapping for an oyster mushroom ( Pleurotus cornucopiae ) and quantitative trait locus analysis for cap color. Appl Environ Microbiol,87(21), e0095321.

4 Gao W*, Qu J, Zhang J, et al. (2018). A genetic linkage map of  Pleurotus tuoliensis integrated with physical mapping of the de novo sequenced genome and the mating type loci. BMC Genomics, 19(1),18.

5 Gao W*, Baars J, Maliepaard C, et al. (2016). Multi-trait QTL analysis for agronomic and quality characters of  Agaricus bisporus  (button mushrooms). AMB Express,6(1), 67.

6 Gao W*, Weijn A, Baars J, et al. (2015). Quantitative trait locus mapping for bruising sensitivity and cap color of  Agaricus bisporus  (button mushrooms). Fungal Genet Biol,77, 69-81.

7 Gao W*, Baars J, Dolstra O, et al. (2013). Genetic variation and combining ability analysis of bruising sensitivity in  Agaricus bisporus . PLoSOne,8(10), e76826.

8 高巍, BAARS Johan JP,DOLSTRA等. Effects of environmental factors on bruising sensitivity of button mushrooms ( Agaricus bisporus ). 菌物学报,2016,11:1375-1386. 第一作者

9 张妍,黄晨阳,高巍*.食用菌分子育种研究进展[J].菌物研究,2019,17(04):229-239.

10 张妍,邬向丽,黄晨阳,高巍*.金顶侧耳种质资源的遗传多样性鉴定及农艺性状评价[J].北方园艺,2018(11):151-157. 通讯作者

联系方式:

地址:北京市海淀区中关村南大街12号资源区划所东配楼

邮编:100081

电话:010-82108761

E-mail: gaowei01@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();