Difference between revisions of "Team:CGU Taiwan/Safety"

(Prototype team page)
 
Line 1: Line 1:
{{CGU_Taiwan}}
+
{{CGU_Taiwan/clearwikiset}}
 +
{{CGU_Taiwan/cgustyle}}
 +
{{CGU_Taiwan/notebookstyle}}
 +
 
 
<html>
 
<html>
 +
<head>
 +
<meta charset="UTF-8">
 +
<title>iGem CGU_Taiwan 2017 - Notebook</title>
 +
<link href="cgustyle.css" rel="stylesheet" type="text/css" />
 +
<link href="notebookstyle.css" rel="stylesheet" type="text/css" />
 +
<script type="text/javascript" src="jquery-1.7.2.min.js"></script>
 +
</head>
  
 +
<body bgcolor="white">
  
<div class="column full_size">
+
<!-- nav start -->
 +
<div class="head"></div>
  
<h1> Safety </h1>
+
<nav>
<p>Please visit <a href="https://2017.igem.org/Safety">the main Safety page</a> to find this year's safety requirements & deadlines, and to learn about safe & responsible research in iGEM.</p>
+
<ul>
 +
  <a href="https://2017.igem.org/Team:CGU_Taiwan"><li class="logo" style="text-align:left;"><img src="https://static.igem.org/mediawiki/2017/7/7e/CGULOGO0930.png" height="100px" width="307px"/></li></a>
 +
  <!--<li><a href="index.html">HOME</a></li>
 +
  | -->
 +
  <li class="dropdown"><a href="https://2017.igem.org/Team:CGU_Taiwan/Description">PROJECT</a>
 +
      <div class="dropdown-content">
 +
      <a href="https://2017.igem.org/Team:CGU_Taiwan/Description">DESCRIPTION</a>
 +
      <a href="https://2017.igem.org/Team:CGU_Taiwan/Result">RESULTS</a>
 +
      <a href="https://2017.igem.org/Team:CGU_Taiwan/Proof">PROOF</a>
 +
      <a href="#">PART</a>
 +
      </div>
 +
  </li>
 +
  |
 +
  <li class="dropdown"><a href="https://2017.igem.org/Team:CGU_Taiwan/Notebook">NOTEBOOK</a>
 +
      <div class="dropdown-content">
 +
      <a href="#">LAB NOTE</a>
 +
      <a href="#">PROTOCOLS</a>
 +
      <a href="#">SATEFY</a>
 +
      </div>
 +
  </li>
 +
  |
 +
  <li class="dropdown"><a href="https://2017.igem.org/Team:CGU_Taiwan/Team">TEAM</a>
 +
      <div class="dropdown-content">
 +
      <a href="#">ATTRIBUTION</a>
 +
      <a href="https://2017.igem.org/Team:CGU_Taiwan/Team">MEMBER</a>
 +
      <a href="#">SPONSOR</a>
 +
      <a href="#">COLLBORATION</a>
 +
      </div>
 +
  </li>
 +
  |
 +
  <li class="dropdown"><a href="">HUMAN PRACTICE</a></li>
 +
  |
 +
  <li><a href="">AWARD</a></li>
 +
 
 +
</ul>
 +
</nav>
  
<p>On this page of your wiki, you should write about how you are addressing any safety issues in your project. The wiki is a place where you can <strong>go beyond the questions on the safety forms</strong>, and write about whatever safety topics are most interesting in your project. (You do not need to copy your safety forms onto this wiki page.)</p>
+
<script type="text/javascript">
 +
$(window).scroll(function() {
  
</div>
+
    //After scrolling 100px from the top...
 +
    if ( $(window).scrollTop() >= 75 ) {
 +
$('.head').css('transform-origin', 'right');
 +
        $('.head').css('transform', 'translateX(500px) rotate(20deg)');
 +
    //Otherwise remove inline styles and thereby revert to original stying
 +
    } else {
 +
        $('.head').css('transform', 'translateX(500px) ');
 +
    }
  
 +
if ( $(window).scrollTop() >= 0 ) {
 +
        var d = "deg)";
 +
        var rot = "rotate(";
 +
        var rD = Math.floor(($(window).scrollTop())/200) * 90;
 +
        var rDC = rD.toString();
 +
        rot = rot.concat(rDC.concat(d));
 +
        $('.square').css('transform', rot);
 +
    } else {
 +
        $('.square').css('transform', 'none');
 +
    }
  
<div class="column full_size">
+
})
<h5>Safe Project Design</h5>
+
;
 
+
</script>
<p>Does your project include any safety features? Have you made certain decisions about the design to reduce risks? Write about them here! For example:</p>
+
<!-- nav end -->
  
 +
<!--background animation start -->
 +
<div class="leftMenuBack"></div>
 +
<div class="leftMenu">
 
<ul>
 
<ul>
<li>Choosing a non-pathogenic chassis</li>
+
<li class="left1"><a href="#biolist"></a></li>
<li>Choosing parts that will not harm humans / animals / plants</li>
+
<li class="left2"><a href="#modellist"></a></li>
<li>Substituting safer materials for dangerous materials in a proof-of-concept experiment</li>
+
<li class="left3"><a href="#engineeringlist"></a></li>
<li>Including an "induced lethality" or "kill-switch" device</li>
+
<li class="left4"><a href="#marketinglist"></a></li>
 
</ul>
 
</ul>
 
 
</div>
 
</div>
 +
<div class="square"></div>
 +
<!--background animation end -->
  
<div class="column half_size">
+
<!-- safety start -->
<h5>Safe Lab Work</h5>
+
<div class="notebook">
 
+
<div class="notebooktitle"><h2>NOTEBOOK | SAFETY</h2></div>
<p>What safety procedures do you use every day in the lab? Did you perform any unusual experiments, or face any unusual safety issues? Write about them here!</p>
+
 
+
 
</div>
 
</div>
 +
<!-- safety end -->
  
<div class="column half_size">
+
<!-- javascript code start -->
<h5>Safe Shipment</h5>
+
 
+
<p>Did you face any safety problems in sending your DNA parts to the Registry? How did you solve those problems?</p>
+
</div>
+
  
 +
<!-- javascript code end -->
  
 +
<!-- footer start -->
 +
<footer align="right"> 
 +
<ul>
 +
<li><a href="http://www.cgu.edu.tw"><img src="https://static.igem.org/mediawiki/2017/1/13/Cgucopyright0915.png" width="40%"></a></li>
 +
</ul>   
 +
</footer>
 +
<!-- footer end -->
 +
</body>
 
</html>
 
</html>

Revision as of 08:09, 22 October 2017

iGem CGU_Taiwan 2017 - Notebook

NOTEBOOK | SAFETY