(Prototype team page) |
|||
Line 1: | Line 1: | ||
− | {{Chalmers-Gothenburg}} | + | |
+ | {{Chalmers-Gothenburg/bootstrap.css}} | ||
+ | {{Chalmers-Gothenburg/style}} | ||
+ | {{Chalmers-Gothenburg/FontAwesome}} | ||
<html> | <html> | ||
+ | <head> | ||
+ | <title>Interlab - iGEM Chalmers-Gothenburg 2018</title> | ||
+ | <meta charset="utf-8"> | ||
+ | <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | ||
+ | <meta name="author" content="Jacob Sjölin, Cecilia Trivellin"> | ||
+ | <meta name="description" content="Interlab"> | ||
+ | <meta name="keywords" content="iGEM, yeast, cancer, colon, gas vesicles, ultrasound"> | ||
+ | </head> | ||
+ | <!----------------Script for smooth scrolling when page jumping---------------------------------> | ||
+ | <script type="application/javascript"> | ||
+ | $(document).ready(function() { | ||
+ | // Add smooth scrolling to all links | ||
+ | $("a").on('click', function(event) { | ||
+ | // Make sure this.hash has a value before overriding default behavior | ||
+ | if (this.hash !== "") { | ||
+ | // Prevent default anchor click behavior | ||
+ | event.preventDefault(); | ||
+ | // Store hash | ||
+ | var hash = this.hash; | ||
+ | // Using jQuery's animate() method to add smooth page scroll | ||
+ | // The optional number (800) specifies the number of milliseconds it takes to scroll to the specified area | ||
+ | $('html, body').animate({ | ||
+ | scrollTop: $(hash).offset().top | ||
+ | }, 800, function() { | ||
+ | // Add hash (#) to URL when done scrolling (default click behavior) | ||
+ | window.location.hash = hash; | ||
+ | }); | ||
+ | } // End if | ||
+ | }); | ||
+ | }); | ||
+ | </script> | ||
+ | <!------script for removing some default styling which conflicted with ours-----> | ||
+ | <script> | ||
+ | $(document).ready(function() { | ||
+ | $("#HQ_page").attr('id',''); | ||
+ | }); | ||
+ | </script> | ||
− | + | <body data-spy="scroll" data-target="#mySidebar" data-offset="200"> | |
− | <div class=" | + | <!-----------------------------The header--------------------------> |
− | + | <div class="text-center parallax" style="background-image:url('https://static.igem.org/mediawiki/2018/f/f6/T--Chalmers-Gothenburg--header_lab.jpg')"> | |
− | < | + | </div> |
− | < | + | <!-------------------------------The navbar---------------------------------> |
− | + | <nav id=navbar class="mynav navbar-expand-md bg-dark navbar-dark sticky-top"> | |
− | < | + | <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#collapsibleNavbar"> |
− | + | <span class="navbar-toggler-icon"></span> | |
+ | </button> | ||
+ | <div class="collapse navbar-collapse justify-content-around" id="collapsibleNavbar"> | ||
+ | <ul class="navbar-nav align-items-center"> | ||
+ | <li class="nav-item dropdown"> | ||
+ | <a class="nav-link dropdown-toggle" id="navbardrop-project" role="button" data-toggle="dropdown"> | ||
+ | PROJECT OVERVIEW | ||
+ | </a> | ||
+ | <div class="dropdown-menu"> | ||
+ | <a class="dropdown-item" href="https://2018.igem.org/Team:Chalmers-Gothenburg/Description" style="color:#16181b">Project Summary</a> | ||
+ | <a class="dropdown-item" href="https://2018.igem.org/Team:Chalmers-Gothenburg/Project" style="color:#16181b">Project</a> | ||
+ | </div> | ||
+ | </li> | ||
+ | <li class="nav-item dropdown"> | ||
+ | <a class="nav-link dropdown-toggle" id="navbardrop-wetlab" data-toggle="dropdown"> | ||
+ | LABWORK | ||
+ | </a> | ||
+ | <div class="dropdown-menu"> | ||
+ | <a class="dropdown-item" href="https://2018.igem.org/Team:Chalmers-Gothenburg/Labwork" style="color:#16181b">Labwork</a> | ||
+ | <a class="dropdown-item" href="https://2018.igem.org/Team:Chalmers-Gothenburg/Attachment" style="color:#16181b">Attachment</a> | ||
+ | <a class="dropdown-item" href="https://2018.igem.org/Team:Chalmers-Gothenburg/Treatment" style="color:#16181b">Treatment</a> | ||
+ | <a class="dropdown-item" href="https://2018.igem.org/Team:Chalmers-Gothenburg/Detection" style="color:#16181b">Detection</a> | ||
+ | <a class="dropdown-item" href="https://2018.igem.org/Team:Chalmers-Gothenburg/Constructs" style="color:#16181b">Constructs</a> | ||
+ | <a class="dropdown-item" href="https://2018.igem.org/Team:Chalmers-Gothenburg/Parts" style="color:#16181b">Biobricks</a> | ||
+ | <a class="dropdown-item" href="https://2018.igem.org/Team:Chalmers-Gothenburg/Improve" style="color:#16181b">Improved parts</a> | ||
+ | <a class="dropdown-item" href="https://2018.igem.org/Team:Chalmers-Gothenburg/InterLab" style="color:#16181b">Interlab</a> | ||
+ | </div> | ||
+ | </li> | ||
+ | <li class="nav-item dropdown"> | ||
+ | <a class="nav-link dropdown-toggle" id="navbardrop-model" data-toggle="dropdown"> | ||
+ | MODELING | ||
+ | </a> | ||
+ | <div class="dropdown-menu"> | ||
+ | <a class="dropdown-item" href="https://2018.igem.org/Team:Chalmers-Gothenburg/Model" style="color:#16181b">Model Overview</a> | ||
+ | <a class="dropdown-item" href="https://2018.igem.org/Team:Chalmers-Gothenburg/ModelConstruction" style="color:#16181b">Model Design</a> | ||
+ | </div> | ||
+ | </li> | ||
+ | </ul> | ||
+ | <a class="navbar-brand d-none d-lg-block" href="https://2018.igem.org/Team:Chalmers-Gothenburg"> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/1/17/T--Chalmers-Gothenburg--logo2fornavbar.png" alt="Logo" style="max-width:100px; hight:auto;"> | ||
+ | </a> | ||
+ | <ul class="navbar-nav align-items-center"> | ||
+ | <li class="nav-item dropdown"> | ||
+ | <a class="nav-link dropdown-toggle" id="navbardrop-hp" data-toggle="dropdown"> | ||
+ | HUMAN PRACTICES | ||
+ | </a> | ||
+ | <div class="dropdown-menu"> | ||
+ | <a class="dropdown-item" href="https://2018.igem.org/Team:Chalmers-Gothenburg/Human_Practices" style="color:#16181b">Human Practices</a> | ||
+ | <a class="dropdown-item" href="https://2018.igem.org/Team:Chalmers-Gothenburg/Achievements" style="color:#16181b">Achievements</a> | ||
+ | <a class="dropdown-item" href="https://2018.igem.org/Team:Chalmers-Gothenburg/Collaborations" style="color:#16181b">Collaborations</a> | ||
+ | <a class="dropdown-item" href="https://2018.igem.org/Team:Chalmers-Gothenburg/Outreach" style="color:#16181b">Outreach</a> | ||
+ | </div> | ||
+ | </li> | ||
+ | <li class="nav-item dropdown"> | ||
+ | <a class="nav-link dropdown-toggle" id="navbardrop-team" data-toggle="dropdown"> | ||
+ | PEOPLE | ||
+ | </a> | ||
+ | <div class="dropdown-menu"> | ||
+ | <a class="dropdown-item" href="https://2018.igem.org/Team:Chalmers-Gothenburg/Team" style="color:#16181b">Team</a> | ||
+ | <a class="dropdown-item" href="https://2018.igem.org/Team:Chalmers-Gothenburg/Supervisors" style="color:#16181b">Supervisors</a> | ||
+ | <a class="dropdown-item" href="https://2018.igem.org/Team:Chalmers-Gothenburg/Sponsors" style="color:#16181b">Sponsors</a> | ||
+ | <a class="dropdown-item" href="https://2018.igem.org/Team:Chalmers-Gothenburg/Attributions" style="color:#16181b">Attributions</a> | ||
+ | </div> | ||
+ | </li> | ||
+ | <li class="nav-item dropdown"> | ||
+ | <a class="nav-link dropdown-toggle" id="navbardrop-social" data-toggle="dropdown"> | ||
+ | SOCIAL MEDIA | ||
+ | </a> | ||
+ | <div class="dropdown-menu"> | ||
+ | <a class="dropdown-item" href="https://www.facebook.com/chalmersigem" style="color:#16181b">Facebook</a> | ||
+ | <a class="dropdown-item" href="https://www.instagram.com/chalmersigem" style="color:#16181b">Instagram</a> | ||
+ | <a class="dropdown-item" href="https://twitter.com/igemchalmers" style="color:#16181b">Twitter</a> | ||
+ | </div> | ||
+ | </li> | ||
+ | </ul> | ||
</div> | </div> | ||
+ | </nav> | ||
+ | <!---------------------------Everything under header and navbar-------------------> | ||
+ | <div class="container-fluid" style="margin-top:30px;"> | ||
+ | <div class="row"> | ||
+ | <!-------------------The sidebar--------------------> | ||
+ | <div class="col-lg-2"> | ||
+ | <!--<div class="d-none d-lg-block" style="position:sticky; top:130px;"> | ||
+ | <h4>Navigation</h4> | ||
+ | <nav id="mySidebar"> | ||
+ | <ul class="nav nav-pills flex-column"> | ||
+ | <li class="nav-item"> | ||
+ | <a class="nav-link" href="#Labwork">Labwork and Results</a> | ||
+ | </li> | ||
+ | <li class="nav-item"> | ||
+ | <a class="nav-link" href="#Lab_journal">Lab Journal</a> | ||
+ | </li> | ||
+ | <li class="nav-item"> | ||
+ | <a class="nav-link" href="#Protocols">Protocols</a> | ||
+ | </li> | ||
+ | <li class="nav-item"> | ||
+ | <a class="nav-link" href="#Safety">Safety</a> | ||
+ | </li> | ||
+ | </ul> | ||
+ | <hr class="d-sm-none"> | ||
+ | </nav> | ||
+ | </div>--> | ||
+ | </div> | ||
+ | <div class="col-lg-8" style="text-align:justify"> | ||
+ | <div class="row"> | ||
+ | <div class="col-12"> | ||
+ | <h1 style="text-align:center"> | ||
+ | Safety | ||
+ | </h1> | ||
+ | <a class="anchor" id="Safety"></a> | ||
+ | <br> | ||
− | < | + | <h2>Safety Introduction of Department</h2> |
− | < | + | <p>Before being granted access to the laboratory, every team member received a day long laboratory introduction including a lecture, a tour of the lab and an introduction to the safety rules and guidelines established in our laboratory. These are determined by both European (European Directive 2009/41/EC) and Swedish (Swedish regulation AFS 2005:1, in Swedish) regulation. Additional safety guidelines covering general safety instructions, accident risk identification and appropriate responses in case of an accident are set by the department of Biology and Biotechnology of Chalmers. Three laboratory engineers responsible for the safety in our department, as well as our supervisors have certified our competences allowing us to work in the lab.</p> |
− | <p> | + | <h2>Risk Assessment</h2> |
+ | <p>Additionally to this safety training, we have carefully identified the risks related to our iGEM project and summarised these in a risk assessment document. This document presents an overview of all the equipment and chemicals necessary for the project, the risks that are involved in their use and how to minimise these. In order to involve every team-member and to ensure that everyone is aware of its content, we have split up our team and written two distinct risk assessments independently. Only after both of these risk assessments were approved we could start working in the laboratory.</p> | ||
− | < | + | <p>Herewith both written risk assessments:</p> |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | |||
− | <div | + | </div> |
− | < | + | </div> |
− | + | </div> | |
− | <p> | + | </div> |
− | + | </div> | |
− | + | <!----------------------------The footer------------------------> | |
− | < | + | <div id="footer"> |
− | + | <footer> | |
− | < | + | <hr> |
+ | <h4> | ||
+ | Contact information | ||
+ | </h4> | ||
+ | <div> | ||
+ | <p> | ||
+ | igemgothenburg@gmail.com | ||
+ | <span> | ||
+ | <a href="https://www.facebook.com/chalmersigem">Facebook</a> | ||
+ | <a href="https://www.instagram.com/chalmersigem">Instagram</a> | ||
+ | <a href="https://twitter.com/igemchalmers">Twitter</a> | ||
+ | </span> | ||
+ | </p> | ||
+ | </div> | ||
+ | <br> | ||
+ | <div> | ||
+ | <div class="footerlogo"> | ||
+ | <a href="https://www.agilent.com/home"> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/d/d3/T--Chalmers-Gothenburg--agilent_logo_gray.png" alt="Agilent Technologies" class="footerimg on"> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/7/70/T--Chalmers-Gothenburg--agilent_logo.png" class="footerimg off"> | ||
+ | </a> | ||
+ | </div> | ||
+ | <div class="footerlogo"> | ||
+ | <a href="http://www.chalmers.se/en/Pages/default.aspx"> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/4/4f/T--Chalmers-Gothenburg--chalmers_logo_gray.png" class="footerimg on"> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/6/60/T--Chalmers-Gothenburg--chalmers_logo.png" class="footerimg off"> | ||
+ | </a> | ||
+ | </div> | ||
+ | <div class="footerlogo"> | ||
+ | <a href="http://www.eurofins.com/"> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/b/bd/T--Chalmers-Gothenburg--eurofins_logo_gray.png" class="footerimg on"> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/d/d5/T--Chalmers-Gothenburg--eurofins_logo.png" class="footerimg off"> | ||
+ | </a> | ||
+ | </div> | ||
+ | <div class="footerlogo"> | ||
+ | <a href="https://www.idtdna.com/"> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/e/e3/T--Chalmers-Gothenburg--IDT_logo_gray.png" class="footerimg on"> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/6/69/T--Chalmers-Gothenburg--IDT_logo.png" class="footerimg off"> | ||
+ | </a> | ||
+ | </div> | ||
+ | <div class="footerlogo"> | ||
+ | <a href="https://www.neb.com/"> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/2/2b/T--Chalmers-Gothenburg--NEB_logo_gray.png" class="footerimg on"> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/6/60/T--Chalmers-Gothenburg--NEB_logo.png" class="footerimg off"> | ||
+ | </a> | ||
+ | </div> | ||
+ | <div class="footerlogo"> | ||
+ | <a href="http://www.sysbio.se/"> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/8/82/T--Chalmers-Gothenburg--sysbio_logo_gray.png" class="footerimg on"> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/d/d5/T--Chalmers-Gothenburg--sysbio_logo.png" class="footerimg off"> | ||
+ | </a> | ||
+ | </div> | ||
+ | <div class="footerlogo"> | ||
+ | <a href="https://www.eppendorf.com/worldwide/"> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/a/aa/T--Chalmers-Gothenburg--eppendorf_logo_gray.png" class="footerimg on" style="opacity:0.4;"> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/5/5a/T--Chalmers-Gothenburg--eppendorf_logo.png" class="footerimg off"> | ||
+ | </a> | ||
+ | </div> | ||
+ | </div> | ||
+ | </footer> | ||
</div> | </div> | ||
− | + | </body> | |
− | + | ||
</html> | </html> | ||
+ | {{Chalmers-Gothenburg/jquery}} | ||
+ | {{Chalmers-Gothenburg/popper.js}} | ||
+ | {{Chalmers-Gothenburg/bootstrap.js}} |
Revision as of 10:58, 15 October 2018
Safety
Safety Introduction of Department
Before being granted access to the laboratory, every team member received a day long laboratory introduction including a lecture, a tour of the lab and an introduction to the safety rules and guidelines established in our laboratory. These are determined by both European (European Directive 2009/41/EC) and Swedish (Swedish regulation AFS 2005:1, in Swedish) regulation. Additional safety guidelines covering general safety instructions, accident risk identification and appropriate responses in case of an accident are set by the department of Biology and Biotechnology of Chalmers. Three laboratory engineers responsible for the safety in our department, as well as our supervisors have certified our competences allowing us to work in the lab.
Risk Assessment
Additionally to this safety training, we have carefully identified the risks related to our iGEM project and summarised these in a risk assessment document. This document presents an overview of all the equipment and chemicals necessary for the project, the risks that are involved in their use and how to minimise these. In order to involve every team-member and to ensure that everyone is aware of its content, we have split up our team and written two distinct risk assessments independently. Only after both of these risk assessments were approved we could start working in the laboratory.
Herewith both written risk assessments: