Team:UCL/Humans/Risk

From 2014.igem.org

(Difference between revisions)
Line 1: Line 1:
{{:Team:UCL/Template:headerx}}
{{:Team:UCL/Template:headerx}}
<html>
<html>
-
<div class="pageTitle">
+
<!--- These are the script & stylesheet links for the javascript based scroll to top feature (ask sanjay before altering this) --->
 +
<script type="text/javascript" src="https://2014.igem.org/Team:UCL/Template:SCJscroll.js?action=raw&ctype=text/javascript"></script>
 +
 
 +
<div id="bodyContent">  
<div id="BPimagewrapperHeader">
<div id="BPimagewrapperHeader">
   <img src="https://static.igem.org/mediawiki/2014/7/77/UCLSafetyHeader.JPG" width="100%" height="100%" alt="Risk Assessment & Safety" />
   <img src="https://static.igem.org/mediawiki/2014/7/77/UCLSafetyHeader.JPG" width="100%" height="100%" alt="Risk Assessment & Safety" />
</div>
</div>
-
</div>
+
 
-
<div class="textArena"><!--- This is the were your text goes, play with it but dont change the class names-->
+
<div class="textArena">
-
<div class="textTitle"></div>
+
<!-- ==========================CONTENT========================== -->
<!-- ==========================CONTENT========================== -->
<!-- Titles go in a <h1>TITLE GOES HERE</h1> and h1 is this biggest title and h6 is the smallest. all paragraphs go in <p>paragraph goes here</p> tags. Images go in as <img src="url of image here"> and to upload an image go to https://2014.igem.org/Special:Upload. Upload the image then click on the image which takes you to a page with only an image on it. The url of the image is the image you want to use. Use google and ask Lewis and Adam as much as you want-->
<!-- Titles go in a <h1>TITLE GOES HERE</h1> and h1 is this biggest title and h6 is the smallest. all paragraphs go in <p>paragraph goes here</p> tags. Images go in as <img src="url of image here"> and to upload an image go to https://2014.igem.org/Special:Upload. Upload the image then click on the image which takes you to a page with only an image on it. The url of the image is the image you want to use. Use google and ask Lewis and Adam as much as you want-->
Line 16: Line 18:
<p>In order to fulfil our safety requirements for the competition, we made sure to assign a Safety Officer within the team who was responsible for communicating any iGEM safety responsibilities or guidelines between the <a href="https://2014.igem.org/Safety_Hub">iGEM Safety Hub</a> and team-members. This included filling out and submitting the 'About Our Lab' form in June before the subsequent 'Final Safety Form' in September. The Safety Officer was also responsible for creating and submitting departmental Risk Assessment Forms for the project and conveying the guidelines to the rest of the team before any lab work was conducted. The completed forms can be downloaded below:<br><br>About Our Lab<br>Final Safety Form<br><a href="https://2014.igem.org/File:UCL_Safety2014_Spreadsheet.xls">Organisms and Parts Spreadsheet</a><br>Risk Assessment Form</p><br>
<p>In order to fulfil our safety requirements for the competition, we made sure to assign a Safety Officer within the team who was responsible for communicating any iGEM safety responsibilities or guidelines between the <a href="https://2014.igem.org/Safety_Hub">iGEM Safety Hub</a> and team-members. This included filling out and submitting the 'About Our Lab' form in June before the subsequent 'Final Safety Form' in September. The Safety Officer was also responsible for creating and submitting departmental Risk Assessment Forms for the project and conveying the guidelines to the rest of the team before any lab work was conducted. The completed forms can be downloaded below:<br><br>About Our Lab<br>Final Safety Form<br><a href="https://2014.igem.org/File:UCL_Safety2014_Spreadsheet.xls">Organisms and Parts Spreadsheet</a><br>Risk Assessment Form</p><br>
<p> While most of the materials used within the project fell within the designated <a href="https://2014.igem.org/Safety/White_List">White List</a>, we still decided to <a href="https://2014.igem.org/Safety_Hub#requirements.checkin">Check-In</a> about certain Parts for approval before using them in our project. These approvals included:<br><br>1-<br>2-<br>3-<br><p>
<p> While most of the materials used within the project fell within the designated <a href="https://2014.igem.org/Safety/White_List">White List</a>, we still decided to <a href="https://2014.igem.org/Safety_Hub#requirements.checkin">Check-In</a> about certain Parts for approval before using them in our project. These approvals included:<br><br>1-<br>2-<br>3-<br><p>
-
 
<!-- =========================STOP========================== -->
<!-- =========================STOP========================== -->
-
 
+
</div>
-
</div><!-- This is the css of the page. Dont change it unless you have consulted with Lewis or Adam about what your changing-->
+
<a href="#" class="scrollup">Scroll</a>
 +
</div>
<style>
<style>
/*=======PAGE HEADER=======*/
/*=======PAGE HEADER=======*/
Line 37: Line 39:
.textArena {
.textArena {
     background-color:white;
     background-color:white;
-
     padding: 5% 5% 5% 5%;
+
     padding: 0% 8% 5% 8%;
     font-size:90%;
     font-size:90%;
 +
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
}
.widthCorrect {
.widthCorrect {
width:100%;
width:100%;
 +
}
 +
.alignright {
 +
float:right;
 +
margin-left:3%;
 +
}
 +
.alignleft {
 +
float:left;
 +
margin-right:3%;
 +
}
 +
.aligncenter {
 +
float:center;
 +
margin-right:3%;
 +
}
 +
.aboutimage
 +
{
 +
  border:solid 1px black;
 +
  padding:2px 2px 2px 2px;
 +
}
 +
 +
.infoBlock1 {
 +
    margin-bottom: 4rem;
 +
}
 +
 +
.cf:before,
 +
.cf:after {
 +
    content: " "; /* 1 */
 +
    display: table; /* 2 */
 +
}
 +
 +
.cf:after {
 +
    clear: both;
 +
}
 +
 +
.scrollup {
 +
    width:40px;
 +
    height:40px;
 +
    position: fixed;
 +
    bottom: 50px;
 +
    right: 100px;
 +
    display: none;
 +
    text-indent: -9999px;
 +
    background: url('https://static.igem.org/mediawiki/2014/1/19/SANJAYSAMAZINGRsz_1up-arrow-icon.png') no-repeat;
 +
    background-color: none;
 +
    z-index: 99999;
}
}
</style>
</style>
-
+
 
</html>
</html>
{{:Team:UCL/Template:footerx}}
{{:Team:UCL/Template:footerx}}

Revision as of 19:20, 12 October 2014

Goodbye Azodye UCL iGEM 2014

Risk Assessment & Safety

Playing It Safe

As budding young scientists, we have made sure to take a methodical and careful approach to our personal safety during our project. In conjunction with this, we adhered to established guidelines on conducting research with genetically modified organisms and hazardous materials to minimise the potential risks to the environment.


In order to fulfil our safety requirements for the competition, we made sure to assign a Safety Officer within the team who was responsible for communicating any iGEM safety responsibilities or guidelines between the iGEM Safety Hub and team-members. This included filling out and submitting the 'About Our Lab' form in June before the subsequent 'Final Safety Form' in September. The Safety Officer was also responsible for creating and submitting departmental Risk Assessment Forms for the project and conveying the guidelines to the rest of the team before any lab work was conducted. The completed forms can be downloaded below:

About Our Lab
Final Safety Form
Organisms and Parts Spreadsheet
Risk Assessment Form


While most of the materials used within the project fell within the designated White List, we still decided to Check-In about certain Parts for approval before using them in our project. These approvals included:

1-
2-
3-

Contact Us

University College London
Gower Street - London
WC1E 6BT
Biochemical Engineering Department
Phone: +44 (0)20 7679 2000
Email: ucligem2014@gmail.com

Follow Us