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

科研条件

您当前所在的位置: 首页» 科研条件» 大型仪器设备

大型仪器设备

 

1、AVANCE III 400MHz核磁共振波谱仪

 

 

        2、安捷伦6410三重串联四级杆质谱仪

该仪器可以实现fg水平的分析灵敏度,具有内置调谐标样可进行全自动调谐和质量轴校正,采用双曲面加热四极杆技术,采用集成液相及质谱的软件平台实现所有仪器的单点控制和数据分析,能够实现自动色谱峰积分进行定性和定量分析。主要用于环境和食品样品中痕量PPCPs(药品和个人护理用品)、农药、除草剂、全氟辛酸/全氟辛烷磺酸(PFOA/PFOS)、多酚类和羟基取代溴代苯醚等残留物的分析测定。

       3、等离子体发射光谱仪

 

2008年购于美国瓦里安公司,型号715-ES,主要用于肥料、土壤、植物、环境、水质中硼硫钙镁铜铁锰锌等元素分析

        4、氨基酸自动分析仪

 

2010年购于德国Sykam公司,型号S433D,主要用于肥料或环境样品中常见蛋白氨基酸的分离和检测

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