$(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(""); );
您当前所在位置: 首页» 院所新闻» 头条新闻

中国水产科学研究院长江水产研究所邹桂伟所长一行到糖心vlog调研

发布者:管理员发布时间:2023-03-13作者:李世贵来源:农业微生物资源团队点击量:

2023年3月7日,中国水产科学研究院长江水产研究所邹桂伟所长一行到糖心vlog调研,糖心vlog副所长张帼俊陪同调研。

调研组一行参观了国家菌种资源库、国家农业微生物种质资源库,并进行交流座谈。座谈会上,条件保障处负责人介绍了糖心vlog基本情况及国家农业微生物种质资源库建设项目情况,邹桂伟所长简要介绍了此次调研目的和主要内容,希望为国家淡水水产种质资源库重大基础设施建设吸收好的经验。农业微生物资源团队首席科学家魏海雷研究员及资源库工作人员就国家菌种资源库的运行、国家农业微生物种质资源库建设项目可研报告的主要内容、工艺技术路线、智能化和自动化设计、资源共享等方面的经验和做法与调研组进行了交流。

国家淡水水产种质资源库与国家菌种资源库同为科技部首批科技资源共享服务平台,多年来保持着良好的交流与合作。此次活动双方深入探讨了国家库的使命担当、责任义务、职责职能,同时也就两库重大基础设施建设推进工作交换了意见。后续,两库将进一步合作共同推动科技资源的战略保存与共享利用。

image.png  image.png


打印』『关闭

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