Team:IIT Delhi/Safety

From 2013.igem.org

(Difference between revisions)
 
(16 intermediate revisions not shown)
Line 3: Line 3:
   <meta content="text/html; charset=ISO-8859-1"
   <meta content="text/html; charset=ISO-8859-1"
  http-equiv="content-type">
  http-equiv="content-type">
-
   <title>index.html</title>
+
   <title>Navigation-Top</title>
-
   <style type="text/css">
+
   <style ="text/css">
-
#contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo {
+
#contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo { display:none;}
-
display:none;}
+
#top-section {
#top-section {
border: none;
border: none;
Line 12: Line 11:
#content {
#content {
border: none;}
border: none;}
-
*{
+
/* Redesigning the topmenu */ /***************************/ body {
-
margin:0;
+
margin: 0px 0 0 0;
-
padding:0;
+
padding: 0;}
 +
#content, #globalWrapper {
 +
border: none;
 +
width: 100%;
 +
margin: 0;
 +
padding: 0;}
 +
.centering {
 +
margin: 0 auto;
 +
width: 100%;}
 +
/* Nav Bar */
 +
#wrap {
 +
width: 100%; /* Spans the width of the page */
 +
height: 50px; margin: 0; /* Ensures there is no space between sides of the screen and the menu */
 +
z-index: 99; /* Makes sure that your menu remains on top of other page elements */
 +
position: relative; background-color: white;
 +
}
 +
.navbar {
 +
height: 50px;
 +
width: 100%;
 +
padding: 0;
 +
margin: 0;
 +
position: absolute; /* Ensures that the menu doesn&#8217;t affect other elements */
 +
border-right: 0.5px solid white; }
 +
.navbar li {
 +
height: auto;
 +
width: 16.666%; /* Each menu item is 200px wide */
 +
float: left; /* This lines up the menu items horizontally */
 +
text-align: center; /* All text is placed in the center of the box */
 +
list-style: none; /* Removes the default styling (bullets) for the list */
 +
font: normal bold 13px/1.2em Arial, Verdana, Helvetica; padding: 0;
 +
margin: 0;
 +
background-color: white;
 +
}
 +
.navbar a { padding: 18px 0; /* Adds a padding on the top and bottom so the text appears centered vertically */
 +
border-left: 0.5px solid black; border-right: 0.5px solid black; border-top: 0.5px solid black; border-bottom: 0.5px solid black;text-decoration: none; /* Removes the default hyperlink styling. */
 +
color: white; /* Text color is white */
 +
display: block;
 +
}
 +
 
 +
#home {background-color:red;}
 +
#home:hover {color:red; background-color: white;}
 +
 
 +
#Project {background-color:orange;}
 +
#Project:hover {color:orange; background-color: white;}
 +
#overview {background-color: orange;}
 +
#overview:hover {color:orange; background-color: white;}
 +
#motivation {background-color: orange;}
 +
#motivation:hover {color:orange; background-color: white;}
 +
#model {background-color: orange;}
 +
#model:hover {color:orange; background-color: white;}
 +
#biobricks {background-color: orange;}
 +
#biobricks:hover {color:orange; background-color: white;}
 +
 
 +
#modelling {background-color: #b3b300;}
 +
#modelling:hover {color:#b3b300; background-color: white;}
 +
 
 +
#methods {background-color: green;}
 +
#methods:hover {color:green; background-color:white;}
 +
#protocol {background-color: green;}
 +
#protocol:hover {color:green; background-color:white;}
 +
#notebook {background-color: green;}
 +
#notebook:hover {color:green; background-color: white;}
 +
#brainstorming {background-color: green;}
 +
#brainstorming:hover {color:green; background-color: white;}
 +
#safety {background-color: green;}
 +
#safety:hover {color:green; background-color:white;}
 +
 
 +
#outreach {background-color: violet;}
 +
#outreach:hover {color:violet; background-color: white;}
 +
#orientation {background-color: violet;}
 +
#orientation:hover {color:violet; background-color: white;}
 +
#south {background-color: violet;}
 +
#south:hover {color:violet; background-color: white;}
 +
#bill {background-color: violet;}
 +
#bill:hover {color:violet; background-color: white;}
 +
#biotoilets {background-color: violet;}
 +
#biotoilets:hover {color:violet; background-color: white;}
 +
 
 +
#team {background-color: darkblue;}
 +
#team:hover {color:darkblue; background-color: white;}
 +
#student {background-color: darkblue;}
 +
#student:hover {color:darkblue; background-color: white;}
 +
#faculty {background-color: darkblue;}
 +
#faculty:hover {color:darkblue; background-color: white;}
 +
#attributions {background-color: darkblue;}
 +
#attributions:hover {color:darkblue; background-color: white;}
 +
 
 +
.navbar li ul {
 +
display: none; /* Hides the drop-down menu */
 +
height: auto; margin: 0; /* Aligns drop-down box underneath the menu item */
 +
padding: 0; /* Aligns drop-down box underneath the menu item */ } .navbar li:hover ul {
 +
display: block; /* Displays the drop-down box when the menu item is hovered over */
 +
 
 +
}
 +
 
 +
.navbar li ul li {background-color: white; width: 100%;} .navbar li ul li a {
 +
border-left: 0.5px solid black; border-right: 0.5px solid black; border-top: 0.5px solid black; border-bottom: 0.5px solid black; width: auto; }
 +
.navbar li ul li a:hover {width: 100%; background-color: white;}
 +
 
 +
/* Slider */
 +
#image-slider {
 +
margin: 10px auto;
 +
width: 600px;
 +
}
 +
#slide-frame {
 +
height: 300px;
 +
overflow: hidden;
 +
}
 +
#slides {
 +
height: 375px;
 +
overflow: hidden;
 +
position: relative;
 +
}
 +
#slides img {
 +
position: absolute;
 +
top: 0;
 +
left: 0px;
 +
}
 +
#navigation {
 +
margin: 5px 0 0 0;
 +
text-align: center;
 +
z-index: 10px;
 +
}
 +
#navigation a {
 +
text-decoration: none;
 +
background: #333333;
 +
padding: 2px 6px;
 +
color: #FFFFFF;
 +
display: inline-block;
 +
}
 +
#navigation a:hover {
 +
background: #0182C4;
}
}
-
body{
+
transition: transition-property transition-duration transition-timing-function transition-delay;
-
text-align:center; /*For IE6 Shenanigans*/
+
#slides img {
 +
z-index: 1;
 +
opacity: 0;
 +
/* animation */
 +
transition: all linear 400ms;
 +
-o-transition: all linear 400ms;
 +
-moz-transition: all linear 400ms;
 +
-webkit-transition: all linear 400ms;
}
}
-
#wrapper{
+
#slides img:target {
-
width:960px;
+
left: 0;
-
margin:0 auto;
+
z-index: 5;
-
text-align:left;
+
opacity: 1;
}
}
   </style>
   </style>
</head>
</head>
-
<body
+
<body>
-
style="background-repeat: no-repeat; color: rgb(0, 0, 0); background-color: rgb(216, 216, 216); margin-top: 0px; height: 349px; margin-left: 0px; width: 1005px;"
+
-
alink="#000099" link="#000099" vlink="#990099">
+
<table
<table
-
  style="width: 960px; height: 494px; text-align: left; margin-left: auto; margin-right: auto;"
+
  style="background-color: white; width: 100%; height: 200px; text-align: left; margin-left: auto; margin-right: auto;"
  border="0" cellpadding="0" cellspacing="0">
  border="0" cellpadding="0" cellspacing="0">
   <tbody>
   <tbody>
     <tr>
     <tr>
-
       <td rowspan="1" colspan="8"
+
       <td colspan="1" rowspan="1"
-
  style="height: 66px; background-color: rgb(51, 51, 51); width: 127px;"
+
  style="vertical-align: top; text-align: center;"><img
-
align="undefined" valign="undefined"><img
+
  style="width: 100%; height: 200px;" alt=""
-
  style="width: 100%; height: 323px;" alt=""
+
  src="https://static.igem.org/mediawiki/2013/5/5e/Header.jpg"><br>
-
  src="file:///C:/Users/ongc/Desktop/Z/agro_world/images/image_01.jpg"></td>
+
      </td>
     </tr>
     </tr>
 +
  </tbody>
 +
</table>
 +
<div id="wrap">
 +
<ul class="navbar">
 +
  <li><a href="https://2013.igem.org/Team:IIT_Delhi" id="home">Home</a></li>
 +
  <li><a href="#" id="Project">Our Project</a>
 +
    <ul>
 +
      <li><a href="https://2013.igem.org/Team:IIT_Delhi/Project" id="overview">Overview</a></li>
 +
      <li><a href="https://2013.igem.org/Team:IIT_Delhi/Idea" id="motivation">Motivation</a></li>
 +
      <li><a href="https://2013.igem.org/Team:IIT_Delhi/Model" id="model">The Model</a></li>
 +
      <li><a href="https://2013.igem.org/Team:IIT_Delhi/Biobrick" id="biobricks">Biobricks Submitted</a></li>
 +
    </ul>
 +
  </li>
 +
  <li><a href="https://2013.igem.org/Team:IIT_Delhi/Modelling" id="modelling">Modelling and Simulation</a></li>
 +
  <li><a href="#" id="methods">Methods and Results</a>
 +
    <ul>
 +
      <li><a href="https://2013.igem.org/Team:IIT_Delhi/Protocol" id="protocol">Protocols</a></li>
 +
      <li><a href="https://2013.igem.org/Team:IIT_Delhi/Notebook" id="notebook">Notebook</a></li>
 +
      <li><a href="https://2013.igem.org/Team:IIT_Delhi/Brainstorming" id="brainstorming">Brainstorming</a></li>
 +
      <li><a href="https://2013.igem.org/Team:IIT_Delhi/Safety" id="safety">Safety</a></li>
 +
    </ul>
 +
  </li>
 +
  <li><a href="#" id="outreach">Outreach</a>
 +
    <ul>
 +
      <li><a href="https://2013.igem.org/Team:IIT_Delhi/Outreach" id="orientation">Orientation for Freshmen</a></li>
 +
     
 +
      <li><a href="https://2013.igem.org/Team:IIT_Delhi/BRAI" id="bill">BRAI Bill</a></li>
 +
      <li><a href="https://2013.igem.org/Team:IIT_Delhi/Biotoilet" id="biotoilets">Biotoilets</a></li>
 +
    </ul>
 +
  </li>
 +
  <li><a href="https://2013.igem.org/Team:IIT_Delhi/Team" id="team">Team</a>
 +
    <ul>
 +
      <li><a href="https://2013.igem.org/Team:IIT_Delhi/Student" id="student">Student Members</a></li>
 +
      <li><a href="https://2013.igem.org/Team:IIT_Delhi/Advisor" id="faculty">Faculty Advisors</a></li>
 +
      <li><a href="https://2013.igem.org/Team:IIT_Delhi/Attributions" id="attributions">Attributions</a></li>
 +
    </ul>
 +
  </li>
 +
</ul>
 +
</div>
 +
<br>
 +
<br>
 +
<table style="text-align: left; width: 100%;" border="0"
 +
cellpadding="0" cellspacing="0">
 +
  <tbody>
     <tr>
     <tr>
-
       <th
+
       <td style="width: 94px;" align="center"
-
style="background-color: rgb(51, 51, 51); height: 43px; color: white; text-align: center; width: 116px;">Home</th>
+
valign="top"></td>
-
       <td
+
       <td style="width: 128px;" align="center"
-
style="height: 43px; background-color: rgb(51, 51, 51); color: white; text-align: center; width: 114px;"
+
  valign="top"></td>
-
  valign="undefined">Project</td>
+
       <td style="width: 645px;" align="center"
-
       <td
+
  valign="top"><font size="+2">Safety</font><br>
-
style="color: white; text-align: center; background-color: rgb(51, 51, 51); width: 65px;"
+
       <div style="text-align: left;">
-
  valign="undefined">Diary</td>
+
       <hr style="width: 100%; height: 2px;"><br><br><br>
-
       <td
+
This is the link for <a href="https://static.igem.org/mediawiki/2013/4/4f/IIT_Delhi_basic_safety_form.pdf">IIT Delhi Basic Safety form</a>.<br><br>
-
style="height: 43px; color: white; text-align: center; background-color: rgb(51, 51, 51); width: 144px;">Model</td>
+
These guidelines show that our lab comes under category of Biosafety Level-1(BSL-1).<br>All the organisms used in the lab follow under the category of Risk Group-1.
-
       <td
+
 
-
style="height: 43px; background-color: rgb(51, 51, 51); color: white; text-align: center; width: 127px;"
+
 
-
valign="undefined">BioBricks</td>
+
 
-
      <td
+
      <br>
-
style="height: 43px; background-color: rgb(51, 51, 51); color: white; text-align: center; width: 129px;"
+
      <br>
-
valign="undefined">Outreach</td>
+
       <br>
-
       <td
+
      <br>
-
style="height: 43px; background-color: rgb(51, 51, 51); color: white; text-align: center; width: 132px;"
+
      <br>
-
valign="undefined">Team</td>
+
      <br>
-
       <td
+
       <br>
-
style="height: 43px; background-color: rgb(51, 51, 51); color: white; text-align: center; width: 132px;"
+
      <br>
-
valign="undefined">Sponsors</td>
+
      <br>
-
    </tr>
+
      <br>
-
    <tr style="height: 56px;">
+
      <br>
-
       <td style="height: 67px; width: 127px;" colspan="8"
+
      <br>
-
rowspan="1">
+
       <br>
-
       <hr style="width: 100%; height: 2px;"><br>
+
      <br>
 +
       <br>
 +
      <br>
 +
      <br>
 +
      <br>
 +
      <br>
 +
      <br>
 +
      <br>
 +
      <br>
 +
      <br>
 +
      <br>
 +
      </div>
       </td>
       </td>
-
    </tr>
+
       <td style="width: 112px;" align="center"
-
    <tr>
+
valign="top"></td>
-
       <td style="height: 307px; width: 116px;"
+
       <td style="width: 79px;" align="center"
-
align="undefined" valign="undefined"></td>
+
  valign="top"></td>
-
       <td colspan="6" rowspan="1"
+
-
style="height: 307px; background-color: rgb(237, 237, 237); width: 127px;"></td>
+
-
      <td style="height: 307px; width: 132px;"
+
-
  align="undefined" valign="undefined"></td>
+
     </tr>
     </tr>
   </tbody>
   </tbody>
Line 82: Line 268:
<br>
<br>
<table
<table
-
  style="width: 960px; height: 55px; text-align: left; margin-left: auto; margin-right: auto;"
+
  style="text-align: left; background-color: rgb(175, 175, 175); width: 100%;"
-
  border="0" cellpadding="2" cellspacing="2">
+
  border="0" cellpadding="0" cellspacing="0">
   <tbody>
   <tbody>
     <tr>
     <tr>
-
      <td style="height: 29px; width: 93px;"></td>
 
       <td
       <td
-
  style="height: 29px; width: 791px; background-color: rgb(226, 226, 226);"
+
  style="vertical-align: top; text-align: center; width: 302px; background-color: rgb(175, 175, 175);"><br>
-
align="undefined" valign="undefined">
+
Feel Free to contact us at igemiitdelhi2013 at gmail dot com if you
-
      <h3>Abstract</h3>
+
have queries; requests; suggestions et cetera.<br>
-
      <span style="font-family: Palatino Linotype;">&nbsp;pH
+
-
induced response elicited by certain promoters in bacteria may have
+
-
major practical applications. The response can be targeted for specific
+
-
pH ranges, for example in tracking the anomalies associated with the
+
-
gut micro-biota or detecting pH inside a bioreactor. There are only
+
-
limited studies reported in the area. In the present project, a genetic
+
-
circuit has been created, using the promoters of the acid shock
+
-
response gene from E.coli and the F0F1 ATPase operon from C. glutamicum
+
-
that produces a pH dependent colour gradient, much like a universal pH
+
-
indicator. A mathematical model has been developed to simulate the
+
-
experimental findings. The present study will form the basis for
+
-
further research in the field of synthetic biology.<br>
+
       <br>
       <br>
-
      </span></td>
+
Thanks to iGEM and IIT Delhi,<br>
 +
we had an awesome summer!</td>
       <td
       <td
-
  style="height: 29px; width: 93px; font-family: Palatino Linotype;"
+
  style="vertical-align: top; text-align: center; width: 351px; background-color: rgb(175, 175, 175);">Our
-
align="undefined" valign="undefined"></td>
+
Project was supported by and done by the students<br>
-
    </tr>
+
      <br>
-
    <tr>
+
&nbsp;of IIT Delhi, India.<br>
-
       <td colspan="3" rowspan="1"
+
       <br>
-
style="width: 93px; font-family: Palatino Linotype; height: 35px;"
+
       <a href="http://www.iitd.ac.in/"><img
-
align="undefined" valign="undefined">
+
style="border: 0px solid ; width: 200px; height: 200px;" alt=""
-
       <hr style="width: 100%; height: 2px;"><br>
+
src="http://www.iitb.ac.in/%7Epge/2k12/jam/images/iitd_logo.png"></a></td>
-
      <table style="text-align: left; width: 100%; height: 108px;"
+
      <td
-
border="0" cellpadding="2" cellspacing="2">
+
  style="vertical-align: top; text-align: center; width: 339px; background-color: rgb(175, 175, 175);">This
-
        <tbody>
+
project was done as a part of iGEM:<br>
-
          <tr style="margin-top: 0px; height: 28px;">
+
      <a href="https://igem.org/Main_Page">iGEM Main Website</a><br>
-
            <td style="width: 113px; height: 66px;"
+
      <br>
-
align="undefined" valign="undefined"></td>
+
      <br>
-
            <td
+
      <a href="https://igem.org/Main_Page"><img
-
  style="width: 367px; height: 66px; background-color: rgb(240, 240, 240);"></td>
+
style="border: 0px solid ; width: 200px; height: 200px;" alt=""
-
            <td
+
src="https://static.igem.org/mediawiki/igem.org/d/de/IGEM_basic_Logo_stylized.png"></a><br>
-
style="width: 365px; height: 66px; background-color: rgb(240, 240, 240);"></td>
+
-
            <td style="width: 112px; height: 66px;"
+
-
align="undefined" valign="undefined"></td>
+
-
          </tr>
+
-
        </tbody>
+
-
      </table>
+
       <br>
       <br>
       </td>
       </td>
-
    </tr>
 
-
    <tr>
 
-
      <td style="width: 93px; height: 33px;" align="undefined"
 
-
valign="undefined"></td>
 
-
      <td style="width: 791px; height: 33px;"
 
-
align="undefined" valign="undefined"><font
 
-
size="-1">Content Created by: Team iGEM IIT Delhi, Hauz
 
-
Khas, New Delhi</font></td>
 
-
      <td style="width: 93px; height: 33px;" align="undefined"
 
-
valign="undefined"></td>
 
     </tr>
     </tr>
   </tbody>
   </tbody>

Latest revision as of 03:28, 28 September 2013

Navigation-Top




Safety




This is the link for IIT Delhi Basic Safety form.

These guidelines show that our lab comes under category of Biosafety Level-1(BSL-1).
All the organisms used in the lab follow under the category of Risk Group-1.

























Feel Free to contact us at igemiitdelhi2013 at gmail dot com if you have queries; requests; suggestions et cetera.

Thanks to iGEM and IIT Delhi,
we had an awesome summer!
Our Project was supported by and done by the students

 of IIT Delhi, India.

This project was done as a part of iGEM:
iGEM Main Website