Difference between revisions of "Team:CPU CHINA/Experiments"

Line 514: Line 514:
 
         document.getElementById("logImg-desc2").innerHTML="";
 
         document.getElementById("logImg-desc2").innerHTML="";
 
}
 
}
 +
 +
 +
function getQueryVariable(){
 +
//获得当前url地址的?后面的部分
 +
var query = window.location.search.substring(1);
 +
query=decodeURI(query);
 +
//从?开始往后的部分
 +
var x=query.split('=');
 +
 +
return x[0];
 +
}
 +
 +
$(document).ready(function(){
 +
  if(getQueryVariable()=='promoters'){showExperiment(5);}
 +
  else if(getQueryVariable()=='IF'){showExperiment(3);}
 +
  else if(getQueryVariable()=='qPCR'){showExperiment(2);}
 +
})
 
</script>
 
</script>
 
</html>
 
</html>

Revision as of 14:04, 6 December 2018

Experiments

Molecular Cloning

Transfection

You can click on the figure to see the protocol.

Characterization

You can click on these arrows to read the details of our experiments.

You can click here to see our Promoter.