实验发现多巴胺在飞秒检测时间尺度内快速和阿霉素-石墨烯(DOX-GO)作用,发出明显的红光。通过飞秒检测的项目资助研究使得该方法在配方分析、产品质量监控、药物研发、未知物成分分析、疾病诊断等方面走向应用。该成果已经发表在美国化学会(ACS)著名期刊The Journal of Physical Chemistry C (物理化学顶级杂志)。
02
—
JPC刊物介绍
The Journal of Physical Chemistry C (物理化学顶级杂志)
03
—
飞秒检测平台介绍
“飞秒检测”本平台是由浙江省科技厅、杭州市科技局以及浙江大学共同出资建设的公共技术服务平台。目前该平台包括“光与电技术开放实验室”和“生物医药技术测试中心”两个公共技术服务中心。可以为信息技术、光机电一体化、生物医药、 新材料、新能源和生命科学与现代农业等技术领域的孵化企业技术研发和分析测试提供服务。
0){
$('.showlike').find('span').html(data);
}
else {
alert('您已点赞');
}
});
})
//禁止转载功能
//文章折叠
$(function() {
// 先隐藏分享模块,目前只通过他来调分享的接口
$(".ModuleShare .ModuleHead").css("display","none");
loadStyleSheet('/scripts/wookmark/css/lightgallery.min.css');
addScript('/scripts/wookmark/lightgallery.min.js',function(){
addScript('/scripts/wookmark/lg-fullscreen.min.js');
addScript('/scripts/wookmark/lg-thumbnail.min.js');
addScript('/scripts/wookmark/lg-zoom.min.js');
addScript('/skinp/common/mobile/js/zepto.min.js');
var list = [];
$('#readMore img').each(function(){
var obj = {
src: $(this).attr('_src') ? $(this).attr('_src') : $(this).attr('src'),
thumb: $(this).attr('_src') ? $(this).attr('_src') : $(this).attr('src'),
subHtml: $(this).attr('alt')
};
list.push(obj);
});
$('#readMore img').off('click').on('click', function(){
if ($(this).closest('a').length < 1) {
$(this).lightGallery({
index: $(this).index('#readMore img'),
dynamic: true,
thumbnail: true,
download: false,
dynamicEl: list
});
}
});
});
})