Difference between revisions of "Team:Hong Kong-CUHK/Notebook"

Line 45: Line 45:
  
 
</div>
 
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
+
 
<script>
+
$(document).ready(function(){
+
    $("button").click(function(){
+
        $("p").toggle();
+
    });
+
});
+
</script>
+
 
<div id="myDIV">
 
<div id="myDIV">
 
May 2016
 
May 2016
Line 63: Line 56:
 
</div>
 
</div>
  
 +
<script>
 +
function myFunction() {
 +
    var x = document.getElementById('myDIV');
 +
    if (x.style.display === 'none') {
 +
        x.style.display = 'block';
 +
    } else {
 +
        x.style.display = 'none';
 +
    }
 +
}
 +
</script>
  
 
</body>
 
</body>
 
</html>
 
</html>

Revision as of 14:47, 8 August 2017

April 2016
    Settlement of lab duties and position.
    Lab safety Training.
    Started regular meetings every week,
May 2016
    Recruitment of ideas and prepare preliminary data for selection. Project related to pancreatic cancer diagnosis by Toehold Switch is selected.