一、评价对象和范围世界科研机构的体系同样是非常纷繁复杂的,要评价所有的科研单位也是不现实的。我们这次选取的单位为美国基本科学指标(ESI)数据库中近11年来论文总被引用次数排列在前1%的938所科研机构。但是我们没有单独设立一个科研机构竞争力排行榜,因为科研机构的性质差别非常大。例如,中国科学院是综合性研究机构,而欧洲分子生物实验室基本上是专科性科研机构,这种差异普遍存在。所以我们将科研机构的评价完全放在某一学科内和大学一起进行评价,对它们的详细分析也只是分指标进行,详见第三章第三节。
"
html += "
"
$("#SocialLogin").html(html);
}
);
$("#logindiv1").show();
$('#zhezhao').show();
$(window).on("scroll",function(){
$(this).scrollTop (0);
});
debugger;
//记住密码功能
var str = getCookie("ZAS_KeepUsrPwd");
str = str.substring(0,str.length);
var username = str.split("_")[0];
var password = str.split("_")[1];
//自动填充用户名和密码
$("#UserName").val(username);
$("#Password").val(password);
}
$(".btn-close").click(function(){
$("#logindiv1").hide();
$('#zhezhao').hide();
$('#orgBuybox').hide();
$(window).off("scroll");
});
$("#orgBuy").click(function(){
$('#zhezhao').show();
$('#orgBuybox').show();
});
function doRecom(){
debugger;
$('#RecommendNameInfo').text("");
$('#BranchNameInfo').text("");
$('#CollegeInfo').text("");
$('#BranchContractWayInfo').text("");
var arr = [];
if($('#RecommendName').val().length==0){
arr.push("RecommendName");
}
if($('#BranchName').val().length==0){
arr.push("BranchName");
}
if($('#College').val().length==0){
arr.push("College");
}
if($('#BranchContractWay').val().length==0){
arr.push("BranchContractWay");
}
if(arr.length>0){
for(var i=0;i