Difference between revisions of "Team:UiOslo Norway/Basic Part"

 
(19 intermediate revisions by 3 users not shown)
Line 2: Line 2:
 
<html>
 
<html>
  
<h2> Basic Parts</h2>
+
<h1  style="text-align:center; font-size:400%;">Basic Parts</h1>
  
<a href="http://parts.igem.org/Part:BBa_K1619001"> BBa_K1619001 </a>
+
<head>
<a href="http://parts.igem.org/Part:BBa_K1619002"> BBa_K1619002 </a>
+
<style>
<a href="http://parts.igem.org/Part:BBa_K1619003"> BBa_K1619003 </a>
+
  
 +
.card_container {
 +
  position: relative;
 +
  float: left;
 +
  padding-bottom: 360px;
 +
  width: 30%;
 +
}
  
 +
.card {
 +
  text-align: center;
 +
}
  
<div class="highlightBox">
+
.card__front,
<h4>Note</h4>
+
.card__back {
<p>In order to be considered for the <a href="https://2015.igem.org/Judging/Awards#SpecialPrizes">Best New Basic Part award</a>, you must fill out this page. Please give links to the Registry entries for the Basic parts you have made. Please see the Registry's <a href="http://parts.igem.org/Help:Parts#Basic_and_Composite_Parts"> Help:Parts page</a> for more information on part types.</p>
+
  position: absolute;
</div>
+
  top: 0;
 +
  left: 0;
 +
  width: 220px;
 +
  height: 350px;
 +
}
  
<p>
+
.card__front,
A <b>basic part</b> is a functional unit of DNA that cannot be subdivided into smaller component parts. <a href="http://parts.igem.org/wiki/index.php/Part:BBa_R0051">BBa_R0051</a> is an example of a basic part, a promoter regulated by lambda cl.
+
.card__back {
</p>
+
  -webkit-backface-visibility: hidden;
 +
          backface-visibility: hidden;
 +
  -webkit-transition: -webkit-transform 1s;
 +
          transition: transform 1s;
 +
}
  
<p>Most genetically-encoded functions have not yet been converted to BioBrick parts. Thus, there are <b>many</b> opportunities to find new, cool, and important genetically encoded functions, and refine and convert the DNA encoding these functions into BioBrick standard biological parts. </p>
+
.card__front {
 +
  background-color: Black;
  
 +
}
 +
 +
.card__back {
 +
  background-color:Black;
 +
  -webkit-transform: rotateY(-180deg);
 +
          transform: rotateY(-180deg);
 +
}
 +
.card.effect__hover:hover .card__front {
 +
  -webkit-transform: rotateY(-180deg);
 +
          transform: rotateY(-180deg);
 +
}
 +
 +
.card.effect__hover:hover .card__back {
 +
  -webkit-transform: rotateY(0);
 +
          transform: rotateY(0);
 +
}
 +
 +
</style>
 +
</head>
 +
 +
<body>
 +
 +
<h2>Our Team generated three basic BioBrick parts. </h2>
 +
 +
<div class="card_container">
 +
 +
  <div class="card effect__hover">
 +
    <div class="card__front">
 +
      <span class="card__text">
 +
        <h1 style="font-size:150%;color:white">BBa_K1619001</h1>
 +
        <h2 style="font-size:150%;color:white"><i>medh2</i></h2>
 +
        </br>
 +
        </br>
 +
        </br>
 +
        <img src="https://static.igem.org/mediawiki/2015/6/60/UiOslo_Parts_methanol.jpg">
 +
      </span>
 +
    </div>
 +
    <div class="card__back">
 +
      <span class="card__text">
 +
        <h1 style="font-size:125%;color:white">Our <a href="http://parts.igem.org/Part:BBa_K1619001"style="color: #800000">BBa_K1619001</a> is a basic BioBrick part which contains the coding sequence of the <i>medh2</i> gene from <i>Bacillus methanolicus</i>. <i>medh2</i> encodes a NAD+ dependent methanol dehydrogenase catalyzing the conversion of methanol into formaldehyde under conversion of NAD+ into NADH.</h1>
 +
      </span>
 +
    </div>
 +
  </div><!-- /card -->
 
</div>
 
</div>
 +
 +
<div class="card_container">
 +
  <div class="card effect__hover">
 +
    <div class="card__front">
 +
      <span class="card__text">
 +
        <h1 style="font-size:150%;color:white">BBa_K1619002</h1>
 +
        <h2 style="font-size:150%;color:white"><i>hps</i></h2>
 +
        </br>
 +
        </br>
 +
        </br>
 +
        <img src="https://static.igem.org/mediawiki/2015/3/36/UiOslo_Parts_formaldehyde.jpg">
 +
      </span>
 +
    </div>
 +
    <div class="card__back">
 +
      <span class="card__text">
 +
        <h1 style="font-size:125%;color:white">Our <a href="http://parts.igem.org/Part:BBa_K1619002"style="color: #800000"> BBa_K1619002 </a> is a basic BioBrick part which contains the coding sequence of the <i>hps</i> gene from <i>Bacillus methanolicus</i>. <i>hps</i> encodes a 3-hexoluse-6phosphate synthase catalyzing the fixation of formaldehyde into 3-hexulose-6-phosphate.</h1>
 +
      </span>
 +
    </div>
 +
  </div><!-- /card -->
 +
</div>
 +
 +
<div class="card_container">
 +
  <div class="card effect__hover">
 +
    <div class="card__front">
 +
      <span class="card__text">
 +
        <h1 style="font-size:150%;color:white">BBa_K1619003</h1>
 +
        <h2 style="font-size:150%;color:white"><i>phi</i></h2>
 +
        </br>
 +
        </br>
 +
        </br>
 +
        <img src="https://static.igem.org/mediawiki/2015/9/9f/UiOslo-3-hexoluse-6phosphate.jpeg">
 +
      </span>
 +
    </div>
 +
    <div class="card__back">
 +
      <span class="card__text">
 +
        <h1 style="font-size:125%;color:white">Our <a href="http://parts.igem.org/Part:BBa_K1619003"style="color: #800000">BBa_K1619003 </a> is a basic BioBrick part which contains the coding sequence of the <i>phi</i> gene from <i>Bacillus methanolicus</i>. <i>phi</i> encodes a 6-phospho-3-hexuloseisomerase) catalyzing the conversion of 3-hexulose-6-phosphate into fructose-6-phosphate.</h1>
 +
      </span>
 +
    </div>
 +
  </div><!-- /card -->
 +
</div>
 +
 +
 +
<div class="clear"></div>
 +
<!---------------sponsors------------------------->
 +
 +
 +
 +
<center><h1>iGEM UiOslo 2015 is sponsored by:</h1>
 +
<hr style="height:2px;border:none;color:black;background-color:black;" />
 +
<img src="https://static.igem.org/mediawiki/2015/a/ac/UiOslo_Statoil.jpg" Height="60px" hspace="15">
 +
<img src="https://static.igem.org/mediawiki/2015/e/e0/UiOslo_uio_logo.png" Height="60px" hspace="15">
 +
<img src="https://static.igem.org/mediawiki/2015/0/08/UiOslo_Enova1.jpg" Height="60px" hspace="15">
 +
<img src="https://static.igem.org/mediawiki/2015/e/eb/UiOslo_GATC-Biotech.jpg" Height="60px" hspace="15">
 +
<img src="https://static.igem.org/mediawiki/2015/4/4a/UiOslo_IDT.jpg" Height="60px" hspace="15">
 +
<img src="https://static.igem.org/mediawiki/2015/d/d9/UiOslo_Norwegian_Biochemical_Society.jpg" Height="60px" hspace="15">
 +
<img src="https://static.igem.org/mediawiki/2015/f/f0/UiOslo_SnapGene.jpg" Height="60px" hspace="15">
 +
</center>
 +
<hr style="height:2px;border:none;color:black;background-color:black;" />
 +
 +
<!--------end sponsors---------------------------->
 +
 +
</body>
  
 
</html>
 
</html>

Latest revision as of 10:21, 17 September 2015

Basic Parts

Our Team generated three basic BioBrick parts.

BBa_K1619001

medh2




Our BBa_K1619001 is a basic BioBrick part which contains the coding sequence of the medh2 gene from Bacillus methanolicus. medh2 encodes a NAD+ dependent methanol dehydrogenase catalyzing the conversion of methanol into formaldehyde under conversion of NAD+ into NADH.

BBa_K1619002

hps




Our BBa_K1619002 is a basic BioBrick part which contains the coding sequence of the hps gene from Bacillus methanolicus. hps encodes a 3-hexoluse-6phosphate synthase catalyzing the fixation of formaldehyde into 3-hexulose-6-phosphate.

BBa_K1619003

phi




Our BBa_K1619003 is a basic BioBrick part which contains the coding sequence of the phi gene from Bacillus methanolicus. phi encodes a 6-phospho-3-hexuloseisomerase) catalyzing the conversion of 3-hexulose-6-phosphate into fructose-6-phosphate.

iGEM UiOslo 2015 is sponsored by: