Team:IIT Delhi/Safety

From 2013.igem.org

(Difference between revisions)
 
(6 intermediate revisions not shown)
Line 21: Line 21:
.centering {
.centering {
margin: 0 auto;
margin: 0 auto;
-
width: 965px;}
+
width: 100%;}
 +
/* Nav Bar */
#wrap {
#wrap {
width: 100%; /* Spans the width of the page */
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 */
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 */
z-index: 99; /* Makes sure that your menu remains on top of other page elements */
-
position: relative; background-color: #333333;
+
position: relative; background-color: white;
}
}
.navbar {
.navbar {
height: 50px;
height: 50px;
 +
width: 100%;
padding: 0;
padding: 0;
margin: 0;
margin: 0;
-
position: absolute; /* Ensures that the menu doesn’t affect other elements */
+
position: absolute; /* Ensures that the menu doesn’t affect other elements */
-
border-right: 1px solid #333333; }
+
border-right: 0.5px solid white; }
.navbar li {
.navbar li {
height: auto;
height: auto;
-
width: 150px; /* Each menu item is 150px wide */
+
width: 16.666%; /* Each menu item is 200px wide */
float: left; /* This lines up the menu items horizontally */
float: left; /* This lines up the menu items horizontally */
text-align: center; /* All text is placed in the center of the box */
text-align: center; /* All text is placed in the center of the box */
list-style: none; /* Removes the default styling (bullets) for the list */
list-style: none; /* Removes the default styling (bullets) for the list */
-
font: normal bold 12px/1.2em Arial, Verdana, Helvetica; padding: 0;
+
font: normal bold 13px/1.2em Arial, Verdana, Helvetica; padding: 0;
margin: 0;
margin: 0;
-
background-color: #333333;
+
background-color: white;
}
}
.navbar a { padding: 18px 0; /* Adds a padding on the top and bottom so the text appears centered vertically */
.navbar a { padding: 18px 0; /* Adds a padding on the top and bottom so the text appears centered vertically */
-
border-left: 1px solid #333333; border-right: 1px solid #333333; text-decoration: none; /* Removes the default hyperlink styling. */
+
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 */
color: white; /* Text color is white */
display: block;
display: block;
}
}
-
.navbar li:hover, a:hover {background-color: #333333;} .navbar li ul {
+
 
 +
#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 */
display: none; /* Hides the drop-down menu */
height: auto; margin: 0; /* Aligns drop-down box underneath the menu item */
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 {
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 */
display: block; /* Displays the drop-down box when the menu item is hovered over */
 +
}
}
-
.navbar li ul li {background-color: #333333;} .navbar li ul li a {
+
 
-
border-left: 1px solid #1f5065; border-right: 1px solid #333333; border-top: 1px solid #333333; border-bottom: 1px solid #333333; }
+
.navbar li ul li {background-color: white; width: 100%;} .navbar li ul li a {
-
.navbar li ul li a:hover {background-color: #333333;}
+
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 */
/* Slider */
#image-slider {
#image-slider {
Line 75: Line 129:
position: absolute;
position: absolute;
top: 0;
top: 0;
-
left: -500px;
+
left: 0px;
}
}
#navigation {
#navigation {
Line 111: Line 165:
<body>
<body>
<table
<table
-
  style="text-align: left; background-color: rgb(141, 203, 138); width: 100%; height: 250px;"
+
  style="background-color: white; width: 100%; height: 200px; text-align: left; margin-left: auto; margin-right: auto;"
-
  border="0" cellpadding="2" cellspacing="2">
+
  border="0" cellpadding="0" cellspacing="0">
   <tbody>
   <tbody>
     <tr>
     <tr>
       <td colspan="1" rowspan="1"
       <td colspan="1" rowspan="1"
-
  style="vertical-align: top; text-align: center;"><br>
+
  style="vertical-align: top; text-align: center;"><img
-
      <br>
+
  style="width: 100%; height: 200px;" alt=""
-
      <br>
+
  src="https://static.igem.org/mediawiki/2013/5/5e/Header.jpg"><br>
-
      <table
+
-
  style="background-color: rgb(141, 203, 138); width: 50%; text-align: left; margin-left: auto; margin-right: auto;"
+
-
border="0" cellpadding="0" cellspacing="0">
+
-
        <tbody>
+
-
          <tr>
+
-
            <td style="vertical-align: top; text-align: center;"><big><font
+
-
  size="+3"><big><span
+
-
style="font-family: Palatino Linotype; color: white;">iGEM
+
-
IIT Delhi</span></big></font></big></td>
+
-
          </tr>
+
-
          <tr>
+
-
            <td align="center" valign="top"><br>
+
-
            </td>
+
-
          </tr>
+
-
          <tr>
+
-
            <td align="center" valign="top"><font
+
-
size="+3">Project pH. Coli</font></td>
+
-
          </tr>
+
-
        </tbody>
+
-
      </table>
+
-
      <br>
+
       </td>
       </td>
     </tr>
     </tr>
Line 146: Line 179:
<div id="wrap">
<div id="wrap">
<ul class="navbar">
<ul class="navbar">
-
   <li><a href="#">Home</a></li>
+
   <li><a href="https://2013.igem.org/Team:IIT_Delhi" id="home">Home</a></li>
-
   <li><a href="#">Project</a>
+
   <li><a href="#" id="Project">Our Project</a>
     <ul>
     <ul>
-
       <li><a href="#">Vision</a></li>
+
       <li><a href="https://2013.igem.org/Team:IIT_Delhi/Project" id="overview">Overview</a></li>
-
       <li><a href="#">Method</a></li>
+
       <li><a href="https://2013.igem.org/Team:IIT_Delhi/Idea" id="motivation">Motivation</a></li>
-
       <li><a href="#">Result</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>
     </ul>
   </li>
   </li>
-
   <li><a href="#">Notebook</a></li>
+
   <li><a href="https://2013.igem.org/Team:IIT_Delhi/Modelling" id="modelling">Modelling and Simulation</a></li>
-
   <li><a href="#">BioBricks</a>
+
   <li><a href="#" id="methods">Methods and Results</a>
     <ul>
     <ul>
-
       <li><a href="#">All Bricks</a></li>
+
       <li><a href="https://2013.igem.org/Team:IIT_Delhi/Protocol" id="protocol">Protocols</a></li>
-
       <li><a href="#">Asr</a></li>
+
       <li><a href="https://2013.igem.org/Team:IIT_Delhi/Notebook" id="notebook">Notebook</a></li>
-
       <li><a href="#">C.Gluta</a></li>
+
       <li><a href="https://2013.igem.org/Team:IIT_Delhi/Brainstorming" id="brainstorming">Brainstorming</a></li>
-
       <li><a href="#">sf-gfp</a></li>
+
       <li><a href="https://2013.igem.org/Team:IIT_Delhi/Safety" id="safety">Safety</a></li>
     </ul>
     </ul>
   </li>
   </li>
-
   <li><a href="#">Safety</a></li>
+
   <li><a href="#" id="outreach">Outreach</a>
-
  <li><a href="#">Outreach</a>
+
     <ul>
     <ul>
-
       <li><a href="#">Introduction</a></li>
+
       <li><a href="https://2013.igem.org/Team:IIT_Delhi/Outreach" id="orientation">Orientation for Freshmen</a></li>
-
       <li><a href="#">Other Teams</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>
     </ul>
   </li>
   </li>
-
   <li><a href="#">Sponsors</a>
+
   <li><a href="https://2013.igem.org/Team:IIT_Delhi/Team" id="team">Team</a>
     <ul>
     <ul>
-
       <li><a href="#">Our Sponsors</a></li>
+
       <li><a href="https://2013.igem.org/Team:IIT_Delhi/Student" id="student">Student Members</a></li>
-
       <li><a href="#">Thank-You Note</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>
     </ul>
   </li>
   </li>
Line 180: Line 216:
<br>
<br>
<br>
<br>
-
<table
+
<table style="text-align: left; width: 100%;" border="0"
-
style="text-align: left; background-color: rgb(215, 215, 215); width: 100%;"
+
cellpadding="0" cellspacing="0">
-
border="0" cellpadding="0" cellspacing="0">
+
   <tbody>
   <tbody>
     <tr>
     <tr>
-
      <td
+
       <td style="width: 94px;" align="center"
-
style="vertical-align: top; text-align: center; width: 115px; background-color: white;"></td>
+
-
       <td style="width: 291px;" align="center"
+
  valign="top"></td>
  valign="top"></td>
-
      <td align="center" valign="top"></td>
+
       <td style="width: 128px;" align="center"
-
       <td style="width: 294px;" align="center"
+
  valign="top"></td>
  valign="top"></td>
-
       <td
+
       <td style="width: 645px;" align="center"
-
style="vertical-align: top; text-align: center; width: 110px; background-color: white;"></td>
+
valign="top"><font size="+2">Safety</font><br>
-
    </tr>
+
       <div style="text-align: left;">
-
    <tr>
+
       <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="vertical-align: top; text-align: center; width: 115px; background-color: white;"></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="vertical-align: top; text-align: center; width: 291px; background-color: white;"></td>
+
 
-
      <td style="vertical-align: top; text-align: center;">
+
 
-
       <div id="image-slider">
+
       <br>
-
       <div id="slide-frame"><img src="nature1.jpg"
+
       <br>
-
alt="">
+
      <br>
-
       <div id="slides"><img id="slide1"
+
      <br>
-
src="nature1.jpg" alt=""><img id="slide2"
+
       <br>
-
src="nature2.jpg" alt=""><img id="slide3"
+
      <br>
-
src="nature3.jpg" alt=""><img id="slide4"
+
      <br>
-
src="nature4.jpg" alt=""><img id="slide5"
+
      <br>
-
src="nature5.jpg" alt=""></div>
+
      <br>
-
       </div>
+
      <br>
-
       <div id="navigation">
+
      <br>
-
       <a href="#slide1">1</a>
+
       <br>
-
       <a href="#slide2">2</a>
+
       <br>
-
       <a href="#slide3">3</a>
+
       <br>
-
       <a href="#slide4">4</a>
+
      <br>
-
       <a href="#slide5">5</a>
+
       <br>
-
       </div>
+
      <br>
 +
       <br>
 +
      <br>
 +
       <br>
 +
      <br>
 +
       <br>
 +
      <br>
 +
       <br>
       </div>
       </div>
       </td>
       </td>
-
      <td
+
       <td style="width: 112px;" align="center"
-
style="vertical-align: top; text-align: center; width: 294px; background-color: white;"></td>
+
-
      <td
+
-
style="vertical-align: top; text-align: center; width: 110px; background-color: white;"></td>
+
-
    </tr>
+
-
    <tr>
+
-
      <td
+
-
style="vertical-align: top; text-align: center; width: 115px; background-color: white;"></td>
+
-
       <td style="width: 291px;" align="center"
+
  valign="top"></td>
  valign="top"></td>
-
      <td align="center" valign="top"></td>
+
       <td style="width: 79px;" align="center"
-
       <td style="width: 294px;" align="center"
+
  valign="top"></td>
  valign="top"></td>
-
      <td
 
-
style="vertical-align: top; text-align: center; width: 110px; background-color: white;"></td>
 
     </tr>
     </tr>
   </tbody>
   </tbody>
Line 240: Line 268:
<br>
<br>
<table
<table
-
  style="text-align: left; background-color: white; width: 100%; height: 85px;"
+
  style="text-align: left; background-color: rgb(175, 175, 175); width: 100%;"
  border="0" cellpadding="0" cellspacing="0">
  border="0" cellpadding="0" cellspacing="0">
   <tbody>
   <tbody>
-
    <tr>
 
-
      <td colspan="3" rowspan="1"
 
-
style="vertical-align: top; text-align: center; background-color: white; height: 41px; width: 181px;"></td>
 
-
    </tr>
 
     <tr>
     <tr>
       <td
       <td
-
  style="vertical-align: top; text-align: center; width: 181px; background-color: rgb(51, 51, 51);"></td>
+
  style="vertical-align: top; text-align: center; width: 302px; background-color: rgb(175, 175, 175);"><br>
 +
Feel Free to contact us at igemiitdelhi2013 at gmail dot com if you
 +
have queries; requests; suggestions et cetera.<br>
 +
      <br>
 +
Thanks to iGEM and IIT Delhi,<br>
 +
we had an awesome summer!</td>
       <td
       <td
-
  style="vertical-align: top; text-align: center; width: 684px; background-color: rgb(51, 51, 51);"><big><big><big
+
  style="vertical-align: top; text-align: center; width: 351px; background-color: rgb(175, 175, 175);">Our
-
style="font-family: Palatino Linotype;"><span
+
Project was supported by and done by the students<br>
-
style="color: white;"></span><br
+
      <br>
-
style="color: white;">
+
&nbsp;of IIT Delhi, India.<br>
-
      </big></big></big>
+
      <br>
-
      <table
+
      <a href="http://www.iitd.ac.in/"><img
-
  style="text-align: left; background-color: rgb(51, 51, 51); width: 100%; height: 32px;"
+
  style="border: 0px solid ; width: 200px; height: 200px;" alt=""
-
border="0" cellpadding="2" cellspacing="2">
+
  src="http://www.iitb.ac.in/%7Epge/2k12/jam/images/iitd_logo.png"></a></td>
-
        <tbody>
+
-
          <tr>
+
-
            <td style="vertical-align: top; text-align: center;"><big><big><big
+
-
  style="font-family: Palatino Linotype;"><span
+
-
style="color: white;">Abstract</span></big></big></big></td>
+
-
          </tr>
+
-
        </tbody>
+
-
      </table>
+
-
      <big><big><big
+
-
style="font-family: Palatino Linotype;"><br
+
-
style="color: white;">
+
-
      <font size="+2"><span style="color: white;">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.</span></font></big></big></big></td>
+
       <td
       <td
-
  style="vertical-align: top; text-align: center; width: 181px; background-color: rgb(51, 51, 51);"></td>
+
  style="vertical-align: top; text-align: center; width: 339px; background-color: rgb(175, 175, 175);">This
-
    </tr>
+
project was done as a part of iGEM:<br>
-
    <tr>
+
      <a href="https://igem.org/Main_Page">iGEM Main Website</a><br>
-
       <td
+
      <br>
-
style="vertical-align: top; text-align: center; width: 181px; background-color: rgb(51, 51, 51);"></td>
+
       <br>
-
      <td
+
      <a href="https://igem.org/Main_Page"><img
-
  style="vertical-align: top; text-align: center; width: 684px; background-color: rgb(51, 51, 51);"><br>
+
  style="border: 0px solid ; width: 200px; height: 200px;" alt=""
 +
src="https://static.igem.org/mediawiki/igem.org/d/de/IGEM_basic_Logo_stylized.png"></a><br>
       <br>
       <br>
       </td>
       </td>
-
      <td
 
-
style="vertical-align: top; text-align: center; width: 181px; background-color: rgb(51, 51, 51);"></td>
 
     </tr>
     </tr>
   </tbody>
   </tbody>
</table>
</table>
 +
<br>
</body>
</body>
</html>
</html>

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