Difference between revisions of "Team:Austin UTexas/Results"

(Prototype team page)
 
 
(119 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 
{{Austin_UTexas}}
 
{{Austin_UTexas}}
 
<html>
 
<html>
 +
<style>
 +
body{
 +
background-color:#808080;
 +
}
 +
figure {
 +
  padding: 5px;
 +
  display: table;
 +
}
  
 +
figure img {
 +
    display: block;
 +
    width: 100%;
 +
}
 +
table{
 +
background-color:#808080;
 +
font-size:15px;
 +
color:#ffffff;
 +
}
 +
th{
 +
color:black;
 +
text-align: center;
 +
}
 +
th, td{
 +
text-align:upper;
 +
}
 +
figcaption {
 +
    display: table-caption;
 +
    caption-side: bottom;
 +
    padding: 0 5px 5px;
 +
color:#000000
 +
}​
 +
div.naviSection {
 +
}
 +
img.resize {
 +
  max-width:50%;
 +
  max-height:50%;
 +
    display: block;
 +
    margin-left: auto;
 +
    margin-right: auto;
 +
}
  
<div class="column full_size">
+
div.panel {
<h1>Results</h1>
+
    padding: 0 18px;
<p>Here you can describe the results of your project and your future plans. </p>
+
    display: none;
</div>
+
    background-color: #808080;
 +
}
  
 +
.w3-button:hover{color:#ff0000!important;background-color:#fff!important}
  
<div class="column third_size" >
 
  
<h3>What should this page contain?</h3>
+
.w3-sidebar{height:100%;width:200px;background-color:#808080;position:fixed!important;z-index:1;overflow:auto}
<ul>
+
<li> Clearly and objectively describe the results of your work.</li>
+
<li> Future plans for the project. </li>
+
<li> Considerations for replicating the experiments. </li>
+
</ul>
+
</div>
+
  
 +
.w3-black,.w3-hover-black:hover{color:#fff!important;background-color:#808080!important}
  
 +
.w3-bar-block .w3-bar-item{width:100%;display:block;padding:8px 16px;text-align:left;border:none;white-space:normal;float:none;outline:0}
  
 +
.w3-bar-block.w3-center .w3-bar-item{text-align:center}.w3-block{display:block;width:100%}
  
<div class="column two_thirds_size" >
+
.w3-bar-block .w3-dropdown-hover,.w3-bar-block .w3-dropdown-click{width:100%}
<h3>Describe what your results mean </h3>
+
<ul>
+
<li> Interpretation of the results obtained during your project. Don't just show a plot/figure/graph/other, tell us what you think the data means. This is an important part of your project that the judges will look for. </li>
+
<li> Show data, but remember all measurement and characterization data must be on part pages in the Registry. </li>
+
<li> Consider including an analysis summary section to discuss what your results mean. Judges like to read what you think your data means, beyond all the data you have acquired during your project. </li>
+
</ul>
+
</div>
+
  
 +
.w3-bar-block .w3-dropdown-hover .w3-dropdown-content,.w3-bar-block .w3-dropdown-click .w3-dropdown-content{min-width:100%}
  
<div class="clear extra_space"></div>
+
.w3-bar-block .w3-dropdown-hover .w3-button,.w3-bar-block .w3-dropdown-click .w3-button{width:100%;text-align:left;padding:8px 16px}
  
 +
.w3-bar .w3-bar-item{padding:8px 16px;float:left;width:auto;border:none;display:block;outline:0;font-family:"Ailerons"}
  
 +
.w3-bar .w3-dropdown-hover,.w3-bar .w3-dropdown-click{position:static;float:left}
  
<div class="column two_thirds_size" >
 
<h3> Project Achievements </h3>
 
  
<p>You can also include a list of bullet points (and links) of the successes and failures you have had over your summer. It is a quick reference page for the judges to see what you achieved during your summer.</p>
+
.w3-bar .w3-button{white-space:normal}
  
<ul>
+
.w3-bar-block .w3-bar-item{width:100%;display:block;padding:8px 16px;text-align:left;border:none;white-space:normal;float:none;outline:0;font-family:'Ailerons';font-size:30px}
<li>A list of linked bullet points of the successful results during your project</li>
+
<li>A list of linked bullet points of the unsuccessful results during your project. This is about being scientifically honest. If you worked on an area for a long time with no success, tell us so we know where you put your effort.</li>
+
</ul>
+
  
 +
.w3-bar-block.w3-center .w3-bar-item{text-align:center}.w3-block{display:block;width:100%}
 +
 +
.w3-bar-block .w3-bar-item{width:100%;display:block;padding:8px 16px;text-align:left;border:none;white-space:normal;float:none;outline:0;color:#ffffff}
 +
 +
.w3-bar-block.w3-center .w3-bar-item{text-align:center}.w3-block{display:block;width:100%}
 +
 +
.w3-card,.w3-card-2{box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)}
 +
 +
.w3-card-4,.w3-hover-shadow:hover{box-shadow:0 4px 10px 0 rgba(0,0,0,0.2),0 4px 20px 0 rgba(0,0,0,0.19)}
 +
 +
.w3-animate-fading{animation:fading 10s infinite}@keyframes fading{0%{opacity:0}50%{opacity:1}100%{opacity:0}}
 +
.w3-animate-opacity{animation:opac 0.8s}@keyframes opac{from{opacity:0} to{opacity:1}}
 +
.w3-animate-top{position:relative;animation:animatetop 0.4s}@keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}}
 +
.w3-animate-left{position:relative;animation:animateleft 0.4s}@keyframes animateleft{from{left:-300px;opacity:0} to{left:0;opacity:1}}
 +
.w3-animate-right{position:relative;animation:animateright 0.4s}@keyframes animateright{from{right:-300px;opacity:0} to{right:0;opacity:1}}
 +
.w3-animate-bottom{position:relative;animation:animatebottom 0.4s}@keyframes animatebottom{from{bottom:-300px;opacity:0} to{bottom:0;opacity:1}}
 +
.w3-animate-zoom {animation:animatezoom 0.6s}@keyframes animatezoom{from{transform:scale(0)} to{transform:scale(1)}}
 +
.w3-animate-input{transition:width 0.4s ease-in-out}.w3-animate-input:focus{width:100%!important}
 +
button,input,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}
 +
button,input{overflow:visible}button,select{text-transform:none}
 +
button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}
 +
button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner{border-style:none;padding:0}
 +
button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring{outline:1px dotted ButtonText}
 +
fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}
 +
legend{color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}
 +
[type=checkbox],[type=radio]{padding:0}
 +
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}
 +
[type=search]{-webkit-appearance:textfield;outline-offset:-2px}
 +
[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}
 +
::-webkit-input-placeholder{color:inherit;opacity:0.54}
 +
::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}
 +
/* End extract */
 +
 +
 +
.w3-table,.w3-table-all{border-collapse:collapse;border-spacing:0;width:100%;display:table}.w3-table-all{border:1px solid #ccc}
 +
.w3-bordered tr,.w3-table-all tr{border-bottom:1px solid #ddd}.w3-striped tbody tr:nth-child(even){background-color:#f1f1f1}
 +
.w3-table-all tr:nth-child(odd){background-color:#fff}.w3-table-all tr:nth-child(even){background-color:#f1f1f1}
 +
.w3-hoverable tbody tr:hover,.w3-ul.w3-hoverable li:hover{background-color:#ccc}.w3-centered tr th,.w3-centered tr td{text-align:center}
 +
.w3-table td,.w3-table th,.w3-table-all td,.w3-table-all th{padding:8px 8px;display:table-cell;text-align:left;vertical-align:top}
 +
.w3-table th:first-child,.w3-table td:first-child,.w3-table-all th:first-child,.w3-table-all td:first-child{padding-left:16px}
 +
.w3-btn,.w3-button{border:none;display:inline-block;padding:8px 16px;vertical-align:middle;overflow:hidden;text-decoration:none;color:inherit;background-color:inherit;text-align:center;cursor:pointer;white-space:nowrap}
 +
.w3-btn:hover{box-shadow:0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)}
 +
.w3-btn,.w3-button{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none} 
 +
.w3-disabled,.w3-btn:disabled,.w3-button:disabled{cursor:not-allowed;opacity:0.3}.w3-disabled *,:disabled *{pointer-events:none}
 +
.w3-dropdown-hover:hover > .w3-button:first-child,.w3-dropdown-click:hover > .w3-button:first-child{background-color:#ccc;color:#000}
 +
.w3-dropdown-content{cursor:auto;color:#000;background-color:#fff;display:none;position:absolute;min-width:160px;margin:0;padding:0;z-index:1}
 +
.w3-check,.w3-radio{width:24px;height:24px;position:relative;top:6px}
 +
.w3-sidebar{height:100%;width:200px;background-color:#fff;position:fixed!important;z-index:1;overflow:auto}
 +
.w3-bar-block .w3-dropdown-hover,.w3-bar-block .w3-dropdown-click{width:100%}
 +
.w3-bar-block .w3-dropdown-hover .w3-dropdown-content,.w3-bar-block .w3-dropdown-click .w3-dropdown-content{min-width:100%}
 +
.w3-bar-block .w3-dropdown-hover .w3-button,.w3-bar-block .w3-dropdown-click .w3-button{width:100%;text-align:left;padding:8px 16px}
 +
.w3-main,#main{transition:margin-left .4s}
 +
.w3-modal{z-index:3;display:none;padding-top:100px;position:fixed;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgb(0,0,0);background-color:rgba(0,0,0,0.4)}
 +
.w3-modal-content{margin:auto;background-color:#fff;position:relative;padding:0;outline:0;width:600px}
 +
.w3-bar{width:100%;overflow:hidden}.w3-center .w3-bar{display:inline-block;width:auto}
 +
.w3-bar .w3-bar-item{padding:8px 16px;float:left;width:auto;border:none;display:block;outline:0}
 +
.w3-bar .w3-dropdown-hover,.w3-bar .w3-dropdown-click{position:static;float:left}
 +
.w3-bar .w3-button{white-space:normal}
 +
.w3-dropdown-hover.w3-mobile,.w3-dropdown-hover.w3-mobile .w3-btn,.w3-dropdown-hover.w3-mobile .w3-button,.w3-dropdown-click.w3-mobile,.w3-dropdown-click.w3-mobile .w3-btn,.w3-dropdown-click.w3-mobile .w3-button{width:100%}}
 +
.w3-button:hover{color:#000!important;background-color:#ccc!important}
 +
 +
 +
 +
</style>
 +
 +
<body>
 +
<div class = "background">
 +
<br>
 +
<h1>Results</h1>
 +
     
 +
</body>
 +
 +
<meta name="viewport" content="width=device-width, initial-scale=1">
 +
 +
<body>
 +
<br>
 +
<!-- Sidebar -->
 +
<div class="w3-sidebar w3-bar-block w3-card w3-black w3-animate-left" style="display:none" id="mySidebar">
 +
  <button class="w3-bar-item w3-button w3-large"
 +
  onclick="w3_close()">Close &times;</button>
 +
  <h2 class="w3-bar-item">Menu</h2>
 +
  <a href="https://2018.igem.org/Team:Austin_UTexas/Results/Parts" class="w3-bar-item w3-button">Part Plasmids</a>
 +
  <a href="https://2018.igem.org/Team:Austin_UTexas/Results/Assemblies" class="w3-bar-item w3-button">Assembly Plasmids</a>
 +
  <a href="https://2018.igem.org/Team:Austin_UTexas/Results/Electroporations" class="w3-bar-item w3-button">Electroporations</a>
 +
  <a href="https://2018.igem.org/Team:Austin_UTexas/Results/Conjugations" class="w3-bar-item w3-button">Conjugations</a>
 
</div>
 
</div>
  
 +
<div id="main">
  
 +
<div class="w3-black">
 +
  <button id="openNav" class="w3-button w3-black w3-xlarge" onclick="w3_open()">&#9776;<p><b>Navigate Results</b></p></button>
  
<div class="column third_size" >
+
<br>
<div class="highlight decoration_A_full">
+
<div class = "floatleft">
<h3>Inspiration</h3>
+
<figure>
<p>See how other teams presented their results.</p>
+
<img src="https://static.igem.org/mediawiki/2018/d/d6/T--Austin_UTexas--BHRKitTable.jpeg"style = "width:400px;">
<ul>
+
<figcaption><b>Table 1:</b> This is the number of parts organized by type that have been made thus far. All contribute to the BHR kit and many are included in full assemblies.</figcaption>
<li><a href="https://2014.igem.org/Team:TU_Darmstadt/Results/Pathway">2014 TU Darmstadt </a></li>
+
</figure>
<li><a href="https://2014.igem.org/Team:Imperial/Results">2014 Imperial </a></li>
+
<li><a href="https://2014.igem.org/Team:Paris_Bettencourt/Results">2014 Paris Bettencourt </a></li>
+
</ul>
+
 
</div>
 
</div>
 +
 +
<p>There are millions of species of bacteria<sup>1</sup>, few of which are well characterized. However, these non-model organisms perform cellular processes and are native to harsh biomes, and this makes them of great interest to researchers<sup>2</sup>. Synthetic biologists take great interest in engineering such bacteria, in an attempt to harness their natural abilities<sup>3</sup>. Because finding the best way to genetically modify an organism can be a laborious and resource-demanding process, <b>we have developed a kit of modular plasmids, designed to quickly test multiple broad host range origins of replication (ORIs).</b> To do this, we used a cloning technique called Golden Gate Assembly (GGA) to build plasmids. GGA uses Type IIs restriction enzymes, which allows researchers to pick the overhang each cut produces. Therefore, many parts can be assembled together at once, in a specific order. The plasmids are minimal and standardized<sup>4</sup>. They include barcode sequences and reporter genes to indicate which plasmid is which.</p>
 +
 +
<p>We developed a reaction where a mixture of various plasmids with different origin of replications is transformed into a single sample of host bacteria. The colored reporters allow the researcher to quickly determine which origin of replication allow the host to replicate the plasmid. However, if the reporters are not expressed, there are included primers that sequence the barcode region of the plasmid, allowing for complete verification of which plasmid(s) worked.</p>
 +
 +
<div class = "floatright">
 +
<figure>
 +
<img src="https://static.igem.org/mediawiki/2018/b/b0/T--Austin_UTexas--onetubeschematic.png"style = "width:600px;">
 +
<figcaption><b>Figure 1:</b>  This figure shows how the kit is used. A mixture of part plasmids is transformed into a sample of host bacteria, then it is plated on selective media. The colonies will express their colored reporter gene, indicating which plasmids are maintained by the host. If there are colonies, but no expression is apparent, then the colonies can be sequenced to determine which ORI allowed replication. <b>Knowing which ORIs a bacteria can use to maintain plasmids are important for researchers building their own plasmid for non-model bacteria.</b></figcaption>
 +
</figure>
 
</div>
 
</div>
 +
 +
<p>After determining which Origin of Replication works best in their organism of interest, the researchers can then utilize our repository of dried GGA part plasmids to create their own assembly plasmids. Due to the standardization of our kit and GGA as a whole, users of our kit can create their own part plasmids and use them with the provided parts. For example, if a team wanted to produce a certain gene <i><b>X</b></i> in their host organism, they could use PCR to add on the proper overhangs to the gene to create a part plasmid, and then create their own assembly plasmid. All of this is possible due to GGA's modular design that maintains directionality.</p>
 +
<br>
  
  
 +
<script>
 +
function w3_open() {
 +
  document.getElementById("main").style.marginLeft = "25%";
 +
  document.getElementById("mySidebar").style.width = "25%";
 +
  document.getElementById("mySidebar").style.display = "block";
 +
  document.getElementById("openNav").style.display = 'none';
 +
}
 +
function w3_close() {
 +
  document.getElementById("main").style.marginLeft = "0%";
 +
  document.getElementById("mySidebar").style.display = "none";
 +
  document.getElementById("openNav").style.display = "inline-block";
 +
}
 +
</script>
 +
<br><br><br><br><br><br><br><br><br><br>
 +
<h4>References</h4>
 +
<ol>
 +
<li>Amann, R. and Rosselló-Móra, R. (2016) After All, Only Millions? American Society for Microbiology, 7 (4): 1-2. </li>
  
 +
<li>Nemergut, et al. (2011) Global patterns in the biogeography of bacterial taxa. Environmental Microbiology, 13: 135-144.</li>
  
 +
<li>Liu, H. and Deutschbauer, A. (2018) Rapidly moving new bacteria to model-organism status. Current Opinion In Biotechnolodgy, 51:116–122.</li>
  
 +
<li>Jain, A.,& Srivastava, P. (2013) Broad host range plasmids. FEMS Microbiol Lett, 348: 87–96. 10</1i>
 +
</ol>
 +
</body>
 
</html>
 
</html>

Latest revision as of 23:44, 17 October 2018


Results



Table 1: This is the number of parts organized by type that have been made thus far. All contribute to the BHR kit and many are included in full assemblies.

There are millions of species of bacteria1, few of which are well characterized. However, these non-model organisms perform cellular processes and are native to harsh biomes, and this makes them of great interest to researchers2. Synthetic biologists take great interest in engineering such bacteria, in an attempt to harness their natural abilities3. Because finding the best way to genetically modify an organism can be a laborious and resource-demanding process, we have developed a kit of modular plasmids, designed to quickly test multiple broad host range origins of replication (ORIs). To do this, we used a cloning technique called Golden Gate Assembly (GGA) to build plasmids. GGA uses Type IIs restriction enzymes, which allows researchers to pick the overhang each cut produces. Therefore, many parts can be assembled together at once, in a specific order. The plasmids are minimal and standardized4. They include barcode sequences and reporter genes to indicate which plasmid is which.

We developed a reaction where a mixture of various plasmids with different origin of replications is transformed into a single sample of host bacteria. The colored reporters allow the researcher to quickly determine which origin of replication allow the host to replicate the plasmid. However, if the reporters are not expressed, there are included primers that sequence the barcode region of the plasmid, allowing for complete verification of which plasmid(s) worked.

Figure 1: This figure shows how the kit is used. A mixture of part plasmids is transformed into a sample of host bacteria, then it is plated on selective media. The colonies will express their colored reporter gene, indicating which plasmids are maintained by the host. If there are colonies, but no expression is apparent, then the colonies can be sequenced to determine which ORI allowed replication. Knowing which ORIs a bacteria can use to maintain plasmids are important for researchers building their own plasmid for non-model bacteria.

After determining which Origin of Replication works best in their organism of interest, the researchers can then utilize our repository of dried GGA part plasmids to create their own assembly plasmids. Due to the standardization of our kit and GGA as a whole, users of our kit can create their own part plasmids and use them with the provided parts. For example, if a team wanted to produce a certain gene X in their host organism, they could use PCR to add on the proper overhangs to the gene to create a part plasmid, and then create their own assembly plasmid. All of this is possible due to GGA's modular design that maintains directionality.












References

  1. Amann, R. and Rosselló-Móra, R. (2016) After All, Only Millions? American Society for Microbiology, 7 (4): 1-2.
  2. Nemergut, et al. (2011) Global patterns in the biogeography of bacterial taxa. Environmental Microbiology, 13: 135-144.
  3. Liu, H. and Deutschbauer, A. (2018) Rapidly moving new bacteria to model-organism status. Current Opinion In Biotechnolodgy, 51:116–122.
  4. Jain, A.,& Srivastava, P. (2013) Broad host range plasmids. FEMS Microbiol Lett, 348: 87–96. 10