Difference between revisions of "Team:UIUC Illinois"

 
(452 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{UIUC_Illinois}}
+
{{UIUC_Illinois STYLE2}}
{{UIUC_Illinois STYLE}}
+
 
 
<html>
 
<html>
  
<head>
+
<link rel="stylesheet" type="text/css" href="UIUCIllinoisStyle2.css" />
<script
+
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
src="http://cdnjs.cloudflare.com/ajax/libs/modernizr/2.6.2/modernizr.min.js"></script>
+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="http://cdnjs.cloudflare.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
+
<link href="https://fonts.googleapis.com/css?family=Cabin+Sketch|Josefin+Sans|Ubuntu" rel="stylesheet">
<script src="http://www.3magine.com/wp-content/themes/3magine/js/jquery.appear-1.1.1.modified.js"></script>
+
  
<script>
+
<!--JS for back to top button-->
if (Modernizr.csstransitions) {
+
<script type="text/javascript">
function preloadImages(imgs, callback) {
+
// When the user scrolls down 20px from the top of the document, show the button
var cache = [],
+
window.onscroll = function() {
imgsTotal = imgs.length,
+
scrollFunction()
imgsLoaded = 0;
+
};
  
$(imgs).each(function (i, img) {
+
function scrollFunction() {
var cacheImage = document.createElement('img');
+
if (document.body.scrollTop > 1000 || document.documentElement.scrollTop > 20) {
cacheImage.onload = function () {
+
document.getElementById("myBtn").style.display = "block";
if (++imgsLoaded == imgsTotal) callback();
+
} else {
};
+
to
cacheImage.src = $(img).attr('src');
+
document.getElementById("myBtn").style.display = "none";
cache.push(cacheImage);
+
}
});
+
}
};
+
$.fn.trans = function () {
+
var t = arguments[0],
+
d = arguments[1] || '';
+
if (t) {
+
$.each(this, function (i, e) {
+
$(['-webkit-', '-moz-', '-o-', '-ms-', '']).each(function (i, p) {
+
$(e).css(p + 'transition' + d, t);
+
});
+
});
+
}
+
};
+
  
document.write('<link rel="stylesheet" href="animations.css" />');
+
// When the user clicks on the button, scroll to the top of the document
 +
function topFunction() {
 +
document.body.scrollTop = 0; // For Chrome, Safari and Opera
 +
document.documentElement.scrollTop = 0; // For IE and Firefox
 +
}
 +
</script>
  
$(function(){
+
<head>
//preload images contained within elements that need to animate
+
 
preloadImages($('.services img, .featured img'), function () {
+
<!-- Collapsible Navigation Bar -->
$('.services, .featured').appear({
+
<div class="container">
once: true,
+
<div class="containers-fluid">
forEachVisible: function (i, e) {
+
<a class="pull-left" href="https://2017.igem.org/Team:UIUC_Illinois"><img id="navImage" src="https://static.igem.org/mediawiki/2017/2/2d/UIUC2017logo.png"></a>
$(e).data('delay', i);
+
<div class="topnav collapse navbar-collapse" id="bs-example-navbar-collapse-1">
},
+
<a id="centered" href="https://2017.igem.org/Team:UIUC_Illinois">Home</a>
appear: function () {
+
<a id="centered" href="https://2017.igem.org/Team:UIUC_Illinois/Project">Project</a>
var delay = 150,
+
<a id="centered" href="https://2017.igem.org/Team:UIUC_Illinois/Team">Team</a>
stagger = 800,
+
<a id="centered" href="https://2017.igem.org/Team:UIUC_Illinois/Parts">Parts</a>
sequential_delay = stagger * parseInt($(this).data('delay')) || 0;
+
                                <a id="centered" href="https://2017.igem.org/Team:UIUC_Illinois/Wet_lab">Wet lab</a>                               
 +
<a id="centered" href="https://2017.igem.org/Team:UIUC_Illinois/Outreach">Outreach</a>
 +
                                <a id="centered"
 +
                                                href="https://2017.igem.org/Team:UIUC_Illinois/Collaboration">Collaboration</a>
 +
<a id="centered" href="https://2017.igem.org/Team:UIUC_Illinois/Contact">Contact</a>
 +
<a id="centered" href="javascript:void(0);" class="icon" onclick="myFunction()">&#9776;</a>
 +
</div>
 +
 
 +
</div>
 +
</div>
 +
 
 +
<!--=================Back to the top button=================-->
 +
<button onclick="topFunction()" class="topButton" id="myBtn" title="Go to top"><i class="fa fa-angle-double-up" style="font-size: 30px;"></i></button>
  
$(this).children().each(function (i, e) {
 
$(e).trans(i * delay + sequential_delay + 'ms', '-delay');
 
});
 
$(this).removeClass('animationBegin');
 
}
 
});
 
});
 
});
 
}
 
</script>
 
 
</head>
 
</head>
  
 
<body>
 
<body>
<div class="column full_size slideUp services animationBegin" >
 
        <img src="https://illinois.edu/blog/files/6231/127891/6180.jpg">
 
</div>
 
  
 +
        <!-- sidebar -->
 +
<nav id="sidenavbar">
 +
<ul style="list-style: none;">
 +
<li>
 +
<a href="https://2017.igem.org/Team:UIUC_Illinois" data-number="1">
 +
<span class="cd-dot"></span>
 +
<span class="cd-label">Home</span>
 +
</a>
 +
</li>
 +
<li>
 +
<a href="https://2017.igem.org/Team:UIUC_Illinois/Project" data-number="2">
 +
<span class="cd-dot"></span>
 +
<span class="cd-label">Project</span>
 +
</a>
 +
</li>
 +
<li>
 +
<a href="https://2017.igem.org/Team:UIUC_Illinois/Team" data-number="3">
 +
<span class="cd-dot"></span>
 +
<span class="cd-label">Team</span>
 +
</a>
 +
</li>
 +
<li>
 +
<a href="https://2017.igem.org/Team:UIUC_Illinois/Parts" data-number="4">
 +
<span class="cd-dot"></span>
 +
<span class="cd-label">Parts</span>
 +
</a>
 +
</li>
  
  <center>
+
<li>
    <h1>Description</h1>
+
<a href="https://2017.igem.org/Team:UIUC_Illinois/Wet_lab" data-number="4">
  </center>
+
<span class="cd-dot"></span>
     
+
<span class="cd-label">Wet Lab</span>
 
+
</a>
        <div class="column full_size" >
+
</li>
  
  <p> <font size="4">T</font>he development of molecular cloning techniques was a turning point in the fields of molecular biology and genetics. It suddenly allowed scientists to isolate and study individual genes from a larger system. Molecular cloning is the process by which recombinant DNA molecules are made and transformed into a host cell, where they are then replicated. Two components are necessary for a molecular cloning reaction to occur.
+
<li>
  </p>
+
<a href="https://2017.igem.org/Team:UIUC_Illinois/Outreach" data-number="4">
  <ul>
+
<span class="cd-dot"></span>
      <li>A DNA segment of interest to be replicated</li>
+
<span class="cd-label">Outreach</span>
      <li>A vector/plasmid backbone that contains all of the elements needed for replication/expression in the host </li>
+
</a>
  </ul>
+
</li>
<br>
+
                                                       
 +
<li>
 +
<a href="https://2017.igem.org/Team:UIUC_Illinois/Collaboration" data-number="4">
 +
<span class="cd-dot"></span>
 +
<span class="cd-label">COLLABORATION</span>
 +
</a>
 +
</li>
 +
                                                       
 +
                                                     
  
    <p>Although traditional cloning methods were revolutionary, there were several caveats to the process that set the stage for an updated, more efficient version of this technique: Gibson Assembly. Gibson assembly is a method of cloning that capitalizes on the properties of 3 common microbial enzymes; 5' exonuclease, polymerase and ligase.
+
<li>
    </p>
+
<a href="https://2017.igem.org/Team:UIUC_Illinois/Contact" data-number="4">
 +
<span class="cd-dot"></span>
 +
<span class="cd-label">Contact</span>
 +
</a>
 +
</li>
  
      <ul>
+
</ul>
        <li><b>5' exonuclease</b>  digests the 5' end of double stranded DNA to generate 3' single-stranded overhangs. The newly generated ends feature an area of 20-40 base pairs that is homologous to two or more DNA fragments in the target plasmid. Thus, the exonuclease creates complementary "sticky ends" which will efficiently find the homologous DNA pieces and anneal. The sticky ends are similar to the ends generated when using restriction enzymes except that these sticky ends have a larger region of complementarity.</li>
+
</nav>
        <li><b>DNA polymerase</b> fills any remaining sections of single-stranded DNA after the DNA sections have annealed.</li>
+
        <li><b>DNA Ligase</b>  then joins the segments into one continuous DNA fragment by filling in any gaps or nicks.</li>
+
      </ul>
+
<br>
+
<br>
+
  
    <p>Unlike traditional restriction enzyme methods, Gibson Assembly allows one to simply assemble multiple fragments of DNA in any chosen orientation without any unwanted or unnecessary DNA fragments at the junctions. Though Gibson Assembly offers a more efficient and effective cloning process, its high cost makes it pragmatically difficult to use.</p>
 
     <p>Unfortunately, the reagents necessary for Gibson are costly and often out-of-budget for many labs who are instead forced to use less successful and more time-consuming traditional approaches. If Gibson Assembly were more widely accessible, the impact of the scientific community as a whole would be profound. Accessibility could facilitate a higher level of discovery, understanding and progress. Through the implementation of synthetic biology principles and techniques, we aim to eradicate this barrier to scientific progress by engineering a cheaper, more efficient form of Gibson Assembly.</p>
 
  
</div>
+
<aside id="fh5co-hero">
 +
<div class="fh5co-cta" style="background-image: url(https://static.igem.org/mediawiki/2017/d/dd/Alma_mater_web.jpg);">
 +
<div class="overlay"></div>
 +
<div id="teamHeading" class="containers">
 +
<div class="col-md-10 col-md-offset-1 text-center">
 +
<h2 id="topHeader">Welcome <br> to the 2017 UIUC iGEM Wiki!</h2>
 +
</div>
 +
</div>
 +
</div>
 +
</aside>
 +
 
 +
<div id="fh5co-work-section" class="fh5co-light-grey-section">
 +
<div class="row">
 +
<div class="container">
 +
 
 +
<div class="text-center" style="padding-left: 3em; height: 200px; color:black">
 +
<div class="text-center" style="padding-left: 3em; height: 200px; color:black">
 +
<h1 class="section-heading" style="font-family: 'Ubuntu', sans-serif; font-weight:bolder; font-size: 48px; color: black;"><i class="fa fa-flask" aria-hidden="true" style="color:rgb(61, 209, 223); font-size: 60px;"></i>        Homemade Gibson Assembly Recipe</h1>
 +
</div>
 +
<div class="dna">
 +
<div class="ele"></div>
 +
<div class="ele"></div>
 +
<div class="ele"></div>
 +
<div class="ele"></div>
 +
<div class="ele"></div>
 +
<div class="ele"></div>
 +
<div class="ele"></div>
 +
<div class="ele"></div>
 +
<div class="ele"></div>
 +
<div class="ele"></div>
 +
<div class="ele"></div>
 +
<div class="ele"></div>
 +
<div class="ele"></div>
 +
<div class="ele"></div>
 +
<div class="ele"></div>
 +
<div class="ele"></div>
 +
<div class="ele"></div>
 +
<div class="ele"></div>
 +
<div class="ele"></div>
 +
<div class="ele"></div>
 +
</div>
 +
<br><br><br>
 +
<hr style="border: 1px solid rgba(78, 78, 78, 0.68);">
 +
 
 +
 
 +
 
 +
<div id="start" class="col-md-10 col-md-offset-1 fh5co-heading animate-box">
 +
<h1 id="homeH">What is<em>&nbsp;</em> Gibson Assembly?</h1>
 +
<br>
 +
<p id="homeP">
 +
Gibson assembly is a useful molecular cloning technique published in 2009 by Dr. Daniel Gibson and his colleagues(Gibson, D.G., et al. (2009) Nat. Methods 6, 343-345). This technique allows for the assembly of up to 15 different DNA fragments in a single in vitro reaction. Despite its efficient process, Gibson assembly is an expensive cloning procedure because it requires high amounts of Taq DNA ligase.
 +
</p>
 +
</div>
 +
 
 +
<div id="start" class="col-md-10 col-md-offset-1  fh5co-heading animate-box">
 +
<h1 id="homeH">What are we<em>&nbsp;</em>aiming to do?</h1>
 +
<br>
 +
<p id="homeP">
 +
Due to its ease of genetic manipulation and its high replication rate, <i>Escherichia coli</i> has developed into a useful tool for researchers to express genes of interest. We believe that we can use engineered <i>E. coli</i> to overcome the high cost of using Gibson assembly method. The gene for Phusion DNA polymerase and Taq DNA ligase, two of the three proteins needed for Gibson assembly, could each be inserted into a high expression vector backbone. </p>
 +
<p id="homeP">These construct backbones are assembled via Gibson Assembly and transformed into <i>E. coli</i>. The <i>E. coli</i> strains containing the assembled plasmids will use the local machinery to naturally express the proteins encoded in the genes inserts. The third protein required for Gibson assembly, the T5 5’ exonuclease, will be used from the natural amounts of exonuclease produced in the <i>E. coli</i> cell.
 +
</p>
 +
 
 +
                                <p id="homeP">
 +
                                    Cell lysate of the <i>E. coli</i> cells containing Phusion DNA polymerase enzyme and the cell lysate for the <i>E. coli</i> cells containing Taq DNA ligase will be added in ratios to a single tube and assemble the insert and vector into an a plasmid construct. 
 +
                                </p>
 +
</div>
 +
 
 +
<div id="start" class="col-md-10 col-md-offset-1 text-center fh5co-heading animate-box">
 +
<h1 id="homeH">What makes our<em>&nbsp;</em>idea significant?</h1>
 +
<br>
 +
<p id="homeP">
 +
The current cost of performing ten Gibson assembly reactions using the NEB Gibson assembly kit is <b id="fontp">$185</b>. One Gibson assembly reaction thus costs <b id="fontp">$18.50</b>. The method we are developing will be significantly cheaper amounting to <b id="fontp">$0.16</b> for two tubes worth of cell lysate including the lysozyme and LB media, and for the Gibson assembly buffer including the NAD and 10mM NEB deoxynucleotide (dNTP) solution mix (for ten reactions) needed for the Gibson assembly buffer.
 +
</p>
 +
 
 +
                                <p id="homeP">This year, 300 teams are participating in the iGEM competition. If every team were to submit one part and use the NEB Gibson assembly master mix, the total cost would be <b id="fontp">$5,550</b>. If our recipe was used for assembling once construct per team, the cost would be <b id="fontp">$48</b>. Our method would save the 2017 iGEM teams <b id="fontp">$5,502</b> collectively. </p><br>
 +
                      <img src="https://static.igem.org/mediawiki/2017/5/51/Uiuc-pic.png" height="460px" style="display: block;
 +
    margin: 0 auto;">
 +
</div>
 +
 
 +
 
 +
</div>
 +
</div>
 +
</div>
 +
 
 +
<footer id="fh5co-footer" role="contentinfo">
 +
<div class="containers">
 +
<div class="col-md-12 text-center">
 +
<ul class="fh5co-social">
 +
<li>
 +
 +
<a href="https://2017.igem.org/Team:UIUC_Illinois/Contact"><i class="fa fa-envelope-o"></i></a>
 +
</li>
 +
</ul>
 +
<p><span>Made by UIUC_Illinois iGEM</span></p>
 +
</div>
 +
 
 +
</div>
 +
</footer>
 +
</div>
 +
 
 +
 +
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
 +
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
  
  
 
</body>
 
</body>
 +
 
</html>
 
</html>

Latest revision as of 03:47, 2 November 2017

Homemade Gibson Assembly Recipe





What is  Gibson Assembly?


Gibson assembly is a useful molecular cloning technique published in 2009 by Dr. Daniel Gibson and his colleagues(Gibson, D.G., et al. (2009) Nat. Methods 6, 343-345). This technique allows for the assembly of up to 15 different DNA fragments in a single in vitro reaction. Despite its efficient process, Gibson assembly is an expensive cloning procedure because it requires high amounts of Taq DNA ligase.

What are we aiming to do?


Due to its ease of genetic manipulation and its high replication rate, Escherichia coli has developed into a useful tool for researchers to express genes of interest. We believe that we can use engineered E. coli to overcome the high cost of using Gibson assembly method. The gene for Phusion DNA polymerase and Taq DNA ligase, two of the three proteins needed for Gibson assembly, could each be inserted into a high expression vector backbone.

These construct backbones are assembled via Gibson Assembly and transformed into E. coli. The E. coli strains containing the assembled plasmids will use the local machinery to naturally express the proteins encoded in the genes inserts. The third protein required for Gibson assembly, the T5 5’ exonuclease, will be used from the natural amounts of exonuclease produced in the E. coli cell.

Cell lysate of the E. coli cells containing Phusion DNA polymerase enzyme and the cell lysate for the E. coli cells containing Taq DNA ligase will be added in ratios to a single tube and assemble the insert and vector into an a plasmid construct.

What makes our idea significant?


The current cost of performing ten Gibson assembly reactions using the NEB Gibson assembly kit is $185. One Gibson assembly reaction thus costs $18.50. The method we are developing will be significantly cheaper amounting to $0.16 for two tubes worth of cell lysate including the lysozyme and LB media, and for the Gibson assembly buffer including the NAD and 10mM NEB deoxynucleotide (dNTP) solution mix (for ten reactions) needed for the Gibson assembly buffer.

This year, 300 teams are participating in the iGEM competition. If every team were to submit one part and use the NEB Gibson assembly master mix, the total cost would be $5,550. If our recipe was used for assembling once construct per team, the cost would be $48. Our method would save the 2017 iGEM teams $5,502 collectively.


Made by UIUC_Illinois iGEM