Difference between revisions of "Team:BOKU-Vienna/Safety"

(Prototype team page)
 
Line 1: Line 1:
{{BOKU-Vienna}}
+
<!--
 +
* This page and wiki was built with the help of igem-wikibrick, a tool created by Virginia iGEM 2018
 +
* @version v0.7.3
 +
* @link https://github.com/Virginia-iGEM/igem-wikibrick
 +
* @license MIT
 +
*-->
 +
 
 
<html>
 
<html>
 +
 
 +
    <meta charset="utf-8">
 +
    <meta name="viewport" content="width=device-width, initial-scale=1">
 +
    <script src="https://2018.igem.org/Template:BOKU-Vienna/js/vendor?action=raw&ctype=text/javascript"></script>
 +
    <link rel="stylesheet" href="https://2018.igem.org/Template:BOKU-Vienna/css/vendor?action=raw&ctype=text/css">
 +
    <script>
 +
      $(function() {
 +
        $('header').load('https://2018.igem.org/Template:BOKU-Vienna/header?action=raw&ctype=text/javascript');
 +
        $('footer').load('https://2018.igem.org/Template:BOKU-Vienna/footer?action=raw&ctype=text/javascript');
 +
      })
 +
    </script>
 +
    <link rel="stylesheet" href="https://2018.igem.org/Template:BOKU-Vienna/css/styles?action=raw&ctype=text/css">
 +
    <script src="https://2018.igem.org/Template:BOKU-Vienna/js/wiki?action=raw&ctype=text/javascript"></script>
 +
    <!--Added MathJax hack to make inline equations work-->
 +
    <script type="text/x-mathjax-config">
 +
      MathJax.Hub.Config({
 +
      tex2jax: {
 +
        inlineMath: [ ['$','$'], ["\\(","\\)"] ],
 +
        processEscapes: true
 +
      }
 +
      });
 +
    </script> 
  
 +
 
  
<div class="column full_size">
+
    <header></header>    <div id="main" class="container">
 
+
      <article class="row-element"></article>
<h1> Safety </h1>
+
      <script>
<p>Please visit the <a href="https://2018.igem.org/Safety">Safety Hub</a> to find this year's safety requirements & deadlines, and to learn about safe & responsible research in iGEM.</p>
+
          $('article').load('https://2018.igem.org/Template:BOKU-Vienna/Safety?action=raw&ctype=text/javascript');
 
+
      </script>
<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>
+
    </div>   <footer></footer>
 
+
    <!--SMOOTH SCROLL UP-->
</div>
+
    <div class="scrolltop">
 
+
      <div class="scroll icon"><i class="fa fa-4x fa-angle-up"></i></div>
 
+
    </div>
<div class="column two_thirds_size">
+
<h3>Safe Project Design</h3>
+
 
+
<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>
+
 
+
<ul>
+
<li>Choosing a non-pathogenic chassis</li>
+
<li>Choosing parts that will not harm humans / animals / plants</li>
+
<li>Substituting safer materials for dangerous materials in a proof-of-concept experiment</li>
+
<li>Including an "induced lethality" or "kill-switch" device</li>
+
</ul>
+
 
+
</div>
+
 
+
<div class="column third_size">
+
<h3>Safe Lab Work</h3>
+
 
+
<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>
+
 
+
 
+
<h3>Safe Shipment</h3>
+
 
+
<p>Did you face any safety problems in sending your DNA parts to the Registry? How did you solve those problems?</p>
+
</div>
+
 
+
 
+
 
</html>
 
</html>

Revision as of 08:54, 4 October 2018