Difference between revisions of "Team:UMaryland/Part Collection"

Line 841: Line 841:
 
var toggle = 1;
 
var toggle = 1;
  
<!-- For nav bar scrolling + hovering -->
+
 
$('nav').mouseover(
+
function () {
+
$('#img-logo').css('transition', '.35s ease-in');
+
$('#img-logo').css('opacity', '1');
+
$('#img-igemlogo').css('transition', '.35s ease-in');
+
$('#img-igemlogo').css('opacity', '1');
+
$('nav ul').addClass("hover");
+
$('nav').css('opacity', '1');
+
$('nav').css('transition', '.5s ease');
+
}
+
),
+
$('nav').mouseout(
+
function () {
+
var scroll = $(window).scrollTop();
+
if (scroll > 0) {
+
$('#img-logo').css('transition', '.25s ease');
+
$('#img-logo').css('opacity', '0');
+
$('#img-igemlogo').css('transition', '.25s ease');
+
$('#img-igemlogo').css('opacity', '0');
+
$('nav ul').removeClass("hover");
+
$('nav').css('opacity', '.5');
+
$('nav').css('transition', '.5s ease');
+
}
+
}
+
);
+
$(function() {
+
var nav = $('nav ul');
+
var navList = $('nav ul li');
+
$(window).scroll(function() {
+
var scroll = $(window).scrollTop();
+
if (scroll > 0) {
+
nav.addClass("scrolled");
+
nav.removeClass("hover");
+
$('#img-logo').css('transition', '.25s ease');
+
$('#img-logo').css('opacity', '0');
+
$('#img-igemlogo').css('transition', '.25s ease');
+
$('#img-igemlogo').css('opacity', '0');
+
$('nav').css('transition', '.5s ease');
+
$('nav').css('opacity', '.5');
+
} else {
+
nav.removeClass("scrolled");
+
$('nav').css('transition', '.5s ease');
+
$('nav').css('opacity', '1');
+
$('#img-logo').css('transition', '.35s ease-in');
+
$('#img-logo').css('opacity', '1');
+
$('#img-igemlogo').css('transition', '.35s ease-in');
+
$('#img-igemlogo').css('opacity', '1');
+
+
}
+
});
+
});
+
 
</script>
 
</script>
 
<script>
 
<script>

Revision as of 21:38, 14 October 2016

</div> </div> Modeling

Parts Collection
BioBrick Devices Submitted to the Registry
Furthering collaboration and standardization of genetic parts

sMMO (BBa_K2032000)

Contains the subunits necessary to assembly the soluble methane monooxygenase (sMMO) enzyme complex. Contains MMO subunits B, C, D, X, Y, and Z, each preceded by Anderson rbs B0032, and all under lactose of IPTG inducable control. The sMMO complex oxidizes methane into methanol

Fructose Pathway (BBa_K2032001)

Contains genes MDH, HPS, and PHI. Methanol Dehydrogenase II converts methanol into formate. HPS and PHI turn it into metabolites that feed into the glycolysis pathway.

Formate Pathway (BBa_K2032002)

Contains stop codons after parts FDH and FALDH! Converts methanol into carbon dioxide, generating energy in the form of NADPH in the process.

Codon optimized MDH2 with Lac/pL promoter (BBa_K2032003)

Codon optimized MDH2 with lac + pL promoter

GroESL (BBa_K2032004)

Chaperone complex

GroESL Composite (BBa_K2032005)

Contains promoter, rbs, and terminator along with GroESL coding region

Fructose with RFP (BBa_K2032006)

Fructose construct with RFP reporter

Formate with RFP (BBa_K2032007)

Formate construct with RFP reporter

sMMO and GFP (BBa_K2032008)

sMMO and GFP for coculture test with fructose/formate and RFP