message:"Sorry, there was a connexion problem with the server. Please contact the webmaster."
},function(err,out){
$("#main").html(out);
});
}
});
}
};
ICATClient.prototype.getByDOI=function(doi){
var_this=this;
varquery="select inv from Investigation inv where inv.doi='"+doi+"' INCLUDE inv.investigationInstruments invInstruments, inv.investigationUsers invUser, invUser.user, invInstruments.instrument";
$.ajax({
url:this.server+"/icat/entityManager",
data:{
sessionId:_this.sessionId,
ICATClient.prototype.getByDOI=function(doi){
var_this=this;
varquery="select inv from Investigation inv where inv.doi='"+
doi+
"' INCLUDE inv.investigationInstruments invInstruments, inv.investigationUsers invUser, invUser.user, invInstruments.instrument";