Difference between revisions of "Team:KoreaSonyeodul/Experiments"

(Prototype team page)
 
Line 1: Line 1:
{{KoreaSonyeodul}}
+
<html lang="en">
<html>
+
  <head>
 +
    <style>
 +
      #wrap {width: 60%; margin: auto;}
 +
      body{
 +
      margin: 0;
 +
      background: url('https://static.igem.org/mediawiki/2016/e/ee/T--KoreaSonyeodul--TitleBackground.png');
 +
      background-size: 100%;
 +
      background-repeat: no-repeat;
 +
      background-attachment: top;
 +
      }
 +
      <!--mainTitle-->
 +
      .site .mainBox .mainBox1 {width: 1000px; margin-left: auto; margin-right: auto;}
 +
      .site {width: 100%}
 +
      .site h1 {
 +
      margin-top: 250px;
 +
      color: #ffffff;
 +
      text-decoration: none;
 +
      font-size: 80px;
 +
      height: 35px;
 +
      background-color: rgba(255, 255, 255, 0.0);}
 +
      .site h2 {margin-top: 0; position: relative; margin-bottom: 300px; padding-bottom: 100px;
 +
      font-size: 50px;
 +
      color: #ffffff;
 +
      height: 30px;
 +
      }
  
<div class="column full_size">
+
      .site .mainBox .mainBox1 {width: 1000px; margin-left: auto; margin-right: auto;}
  
 +
      <!--TitlePageSummaryBox-->
 +
      .summary {padding-top: 200px; margin-bottom: 20px;}
 +
      .summary h1 {margin-top:0; margin-botton:5px; margin-left: 15px; margin-right: 15px; font-size: 22px; font-family: Roboto;}
 +
      .summary p {margin-top: 0; margin-bottom: 15px; margin-left: 15px; margin-right: 15px; font-size: 14px;}
 +
      .summary a {display: block; border: solid 1px #ddddd; color: black; text-decoration: none; text-align: center;}
 +
      .summary a:hover {box-shadow:0 0 10px #dddddd; opacity: 0.8;}
 +
      .summary img {max-width: 100%; height: auto; border: none; margin-bottom: 15px; vertical-align: bottom;}
 +
      .mainBox {padding-top: 20px; padding-bottom: 20px; float: left; width: 50%;}
 +
      .titleAnimation {float: left; width: 50%; height: auto; }
 +
      .titleContent {clear: left; width: 100%; height: auto;}
 +
      .mainBox1:after {content:''; display:block;}
 +
      .smallBox1 {float: left; clear: left; height: 10%; width: 32%; margin-right: 2%;}
 +
      .smallBox2 {float: left; height: 10%; width: 32%; margin-right: 2%;}
 +
      .smallBox3 {float: left; height: 10%; width: 32%;}
  
<p>Describe the experiments, research and protocols you used in your iGEM project.</p>
+
      <!--FadeIn-->
 +
      @import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300);
  
</div>
+
      body {padding: 0; margin: 0; background-color: #333;}
  
<div class="column half_size">
+
      .container {position: fixed; top: 25%; left: 25%;}
<h5>What should this page contain?</h5>
+
<ul>
+
<li> Protocols </li>
+
<li> Experiments </li>
+
<li>Documentation of the development of your project </li>
+
</ul>
+
  
</div>
+
      @-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
 +
      @-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
 +
      @keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
  
<div class="column half_size">
+
      .fade-in {
<h5>Inspiration</h5>
+
      opacity:0;  /* make things invisible upon start */
<ul>
+
      -webkit-animation:fadeIn ease-in 1;
<li><a href="https://2014.igem.org/Team:Colombia/Protocols">2014 Colombia </a></li>
+
      -moz-animation:fadeIn ease-in 1;
<li><a href="https://2014.igem.org/Team:Imperial/Protocols">2014 Imperial </a></li>
+
      animation:fadeIn ease-in 1;
<li><a href="https://2014.igem.org/Team:Caltech/Project/Experiments">2014 Caltech </a></li>
+
</ul>
+
</div>
+
  
 +
      -webkit-animation-fill-mode:forwards;
 +
      -moz-animation-fill-mode:forwards;
 +
      animation-fill-mode:forwards;
  
<div class="clear"></div>
+
      -webkit-animation-duration:1s;
 +
      -moz-animation-duration:1s;
 +
      animation-duration:1s;
 +
      }
  
 +
      .fade-in.one {
 +
      -webkit-animation-delay: 0.7s;
 +
      -moz-animation-delay: 0.7s;
 +
      animation-delay: 0.7s;
 +
      }
  
<div class="column half_size">
+
      .fade-in.two {
 +
      -webkit-animation-delay: 1.2s;
 +
      -moz-animation-delay:1.2s;
 +
      animation-delay: 1.2s;
 +
      }
  
 +
      .fade-in.three {
 +
      -webkit-animation-delay: 1.6s;
 +
      -moz-animation-delay: 1.6s;
 +
      animation-delay: 1.6s;
 +
      }
  
 +
    </style>
 +
    <link href="http://netdna.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.css" rel="stylesheet"></link>
 +
    <link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
 +
      <meta name= "viewport" content = "initial-scale=1.0, width= device-width" />
 +
    </link>
 +
  </head>
  
</div>
+
  <body>
  
 +
    <!--Title-->
 +
 +
    <div class="box fade-in one">
 +
      <div id="" align="center">
 +
        <div id="fontlight" class="site">
 +
          <h1>
 +
            <font face="Roboto" weight="200">Experiments</font>
 +
          </h1>
 +
          <h2>
 +
            <font face="Roboto">Main Subtitle</font>
 +
          </h2>
 +
        </div>
 +
      </div>
 +
    </div>
 +
 +
 +
    <!--TitleBoxes-->
 +
    <div id="wrap">
 +
      <div class="box fade-in two">
 +
        <div class="Protocol1">
 +
 +
          <h1>Protocol</h1>
 +
          <ul style="list-style-type: decimal;">
 +
            <li>Mealworm Dissection</li>
 +
            <li>
 +
              LB Agar Medium Synthesis
 +
              <h3>Materials Needed:</h3>
 +
              <ul style="list-style-type: disc;">
 +
                <li>Water(purified water)</li>
 +
                <li>
 +
                  LB broth (salt, yeast, 카세린), since we’re making a 500ml solution, we’ll need 12.5g
 +
                  <ul style="list-style-type: disc;">
 +
                    <li>25g/liter</li>
 +
                  </ul>
 +
                </li>
 +
                <li>
 +
                  AGAR (not easily disintegrated by bacteria, structure preserved)
 +
                  <ul style="list-style-type: disc;">
 +
                    <li>Has to be 1.5% of the solution</li>
 +
                    <li>Since we’re making a 500ml solution, we’ll need 7.5g</li>
 +
                  </ul>
 +
                </li>
 +
                <li>
 +
                  Autoclave
 +
                  <ul style="list-style-type: disc;">
 +
                    <li>
 +
                      High pressure, high temp  sterilization
 +
                    </li>
 +
                    <li>
 +
                      More than 20 minutes
 +
                    </li>
 +
                  </ul>
 +
                </ul>
 +
 +
              <h3>Procedure:</h3>
 +
              <ul style="list-style-type: lower-latin;">
 +
                <li>
 +
                  Put water up to 500ml in a graduated cylinder  pour it in a large flask
 +
                </li>
 +
                <li>Measure LB broth carefully to match 12.5g inside the a plastic temporary container</li>
 +
                <li>
 +
                  Close the lid to the LB broth, wash the spoon used to transfer it
 +
                </li>
 +
                <li>Fold the plastic container in half and pour the LB broth into the flask</li>
 +
                <li>In the same manner, put AGAR(7.5g) inside the flask </li>
 +
                <li>
 +
                  Don’t mix he flask, and seal the top of the flask with a tin foil
 +
                </li>
 +
                <li>Put it in the autoclave, pour some hot water and close the lid  wait for an hour and half</li>
 +
                <li>When storing the AGAR medium, make sure to preserve it in 60 degree cel.</li>
 +
                <li>Go to the clean bench, or if it’s unavailable you kindle the alcohol lamp(which causes convection and so in a sense forms an umbrella that protects the plate from contamination from the air) </li>
 +
                <li>
 +
                  Pour the AGAR solution onto eight plates, making sure your hand or your other body part is not hovering over the plate (you always have to keep in mind that SOMETHING’s falling from the air.
 +
                </li>
 +
                <li>
 +
                  Close the lids of the all eight plates and wait till they harden.<br/>
 +
                </li>
 +
 +
              </ul>
 +
 +
            </li>
 +
            </li>
 +
            <li>
 +
              Chemical Transformation
 +
              <ul style="none">
 +
                <li>
 +
                  Basic Knowledge:
 +
                  <ul style="list-style-type: circle;">
 +
                    <li>Competent cell</li>
 +
                    <li>e-coli’s name : DH5-alpha</li>
 +
                    <li>DNA to be Added : PUC19</li>
 +
                  </ul>
 +
                </li>
 +
              </ul>
 +
              <h3>Procedure:</h3>
 +
              <ul style="list-style-type: lower-latin;">
 +
                <li>Prepare two containers</li>
 +
                <ul style="list-style-type: lower-roman;">
 +
                  <li>only the DH5-alpha</li>
 +
                  <li>DH5 alpha + PUC19 (experimental group)</li>
 +
                </ul>
 +
                <li>Put both containers in ice for a minute</li>
 +
                <li>Raise the temperature abruptly to 42 degrees Cel for a minute</li>
 +
                <li>Put them into ice for another 2 minutes</li>
 +
                <li>At the Clean Bench, put LB Medium equally to each container</li>
 +
                <li>37&deg;C 180 RPM (at least 30-min)</li>
 +
                <li>In the centrifuge, 30 seconds at highest speed</li>
 +
                <li>With a Pipet eliminate remaining precipitate</li>
 +
                <li>In the LB Medium plate, put appropriate number of glass beads</li>
 +
                <li>After mixing the substances in the two containers with the pipet,</li>
 +
                <li>Put the two substances into each separate LB plates, put the lid on top and shake</li>
 +
                <li>Seal the plate</li>
 +
                <li>Wait for 2 days until results show up</li>
 +
              </ul>
 +
            </li>
 +
          </ul>
 +
 +
        </div>
 +
        </div>
 +
 +
 +
      <!--OtherTitleBoxes-->
 +
      <div class="box fade-in three">
 +
        <h1>
 +
          Experiment
 +
        </h1>
 +
        <ul style="list-style-type: decimal;">
 +
          <li>
 +
            Confirming that indeed these mealworms digest plastic and recording how much they eat in a day
 +
          </li>
 +
          <li>
 +
            Chemical Transformation of Colon Bacteria by the Addition of PET-rase enzyme DNA (incomplete)
 +
          </li>
 +
        </ul>
 +
    </div>
 +
    <!--EndOfWrap-->
 +
    <!--Footer-->
 +
 +
  </body>
 
</html>
 
</html>

Revision as of 08:32, 18 September 2016

Experiments

Main Subtitle

Protocol

  • Mealworm Dissection
  • LB Agar Medium Synthesis

    Materials Needed:

    • Water(purified water)
    • LB broth (salt, yeast, 카세린), since we’re making a 500ml solution, we’ll need 12.5g
      • 25g/liter
    • AGAR (not easily disintegrated by bacteria, structure preserved)
      • Has to be 1.5% of the solution
      • Since we’re making a 500ml solution, we’ll need 7.5g
    • Autoclave
      • High pressure, high temp sterilization
      • More than 20 minutes

    Procedure:

    • Put water up to 500ml in a graduated cylinder pour it in a large flask
    • Measure LB broth carefully to match 12.5g inside the a plastic temporary container
    • Close the lid to the LB broth, wash the spoon used to transfer it
    • Fold the plastic container in half and pour the LB broth into the flask
    • In the same manner, put AGAR(7.5g) inside the flask
    • Don’t mix he flask, and seal the top of the flask with a tin foil
    • Put it in the autoclave, pour some hot water and close the lid wait for an hour and half
    • When storing the AGAR medium, make sure to preserve it in 60 degree cel.
    • Go to the clean bench, or if it’s unavailable you kindle the alcohol lamp(which causes convection and so in a sense forms an umbrella that protects the plate from contamination from the air)
    • Pour the AGAR solution onto eight plates, making sure your hand or your other body part is not hovering over the plate (you always have to keep in mind that SOMETHING’s falling from the air.
    • Close the lids of the all eight plates and wait till they harden.
  • Chemical Transformation
    • Basic Knowledge:
      • Competent cell
      • e-coli’s name : DH5-alpha
      • DNA to be Added : PUC19

    Procedure:

    • Prepare two containers
      • only the DH5-alpha
      • DH5 alpha + PUC19 (experimental group)
    • Put both containers in ice for a minute
    • Raise the temperature abruptly to 42 degrees Cel for a minute
    • Put them into ice for another 2 minutes
    • At the Clean Bench, put LB Medium equally to each container
    • 37°C 180 RPM (at least 30-min)
    • In the centrifuge, 30 seconds at highest speed
    • With a Pipet eliminate remaining precipitate
    • In the LB Medium plate, put appropriate number of glass beads
    • After mixing the substances in the two containers with the pipet,
    • Put the two substances into each separate LB plates, put the lid on top and shake
    • Seal the plate
    • Wait for 2 days until results show up

Experiment

  • Confirming that indeed these mealworms digest plastic and recording how much they eat in a day
  • Chemical Transformation of Colon Bacteria by the Addition of PET-rase enzyme DNA (incomplete)