Team:Cornell/notebook/wetlab/wrap up

From 2012.igem.org

(Difference between revisions)
(Created page with "{{:Team:Cornell/templates/header}} <!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ --> <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lan...")
 
(6 intermediate revisions not shown)
Line 8: Line 8:
<div class="row">
<div class="row">
<div class="two columns">
<div class="two columns">
-
<ul class="side-nav ntbk-nav">
+
<ul class="side-nav">
<li>
<li>
<h6>Wet Lab</h6>
<h6>Wet Lab</h6>
</li>
</li>
<li class="divider"></li>
<li class="divider"></li>
 +
<li>
 +
<a href="https://2012.igem.org/Team:Cornell/notebook/wetlab">Overview</a>
 +
</li>
<li>
<li>
<a href="https://2012.igem.org/Team:Cornell/notebook/wetlab/bootcamp">Bootcamp</a>
<a href="https://2012.igem.org/Team:Cornell/notebook/wetlab/bootcamp">Bootcamp</a>
Line 29: Line 32:
</li>
</li>
-
<li class="active">
+
<li class="active">
-
<a href="https://2012.igem.org/Team:Cornell/notebook/wetlab/wrap_up">Wrap Up</a>
+
<a href="https://2012.igem.org/Team:Cornell/notebook/wetlab/wrap_up">Wrap Up</a>
-
</li>
+
</li>
</ul>
</ul>
</div>
</div>
<div class="ten columns team-bios-container">
<div class="ten columns team-bios-container">
-
 
<div class="row" >
<div class="row" >
<div class="twelve columns">
<div class="twelve columns">
-
<h2 class="centered">Wet Lab Notebook – Wrap Up</h2>
+
<h2 class="centered">Wet Lab – Wrap Up</h2>
</div>
</div>
</div>
</div>
-
<ul class="tabs-content">
+
<div class="row last-ele" style="margin-top:20px;">
-
<li class="active" id="pillTab1Tab">
+
<div class="three columns">
-
<div class="row last-ele" style="margin-top:20px;">
+
<a href="https://2012.igem.org/Team:Cornell/notebook/wetlab/september" style="display:block;float:left;"><< Previous</a>
-
<div class="three columns offset-by-nine">
+
</div>
-
+
</div>
-
</div>
+
<div class="row last-ele">
-
</div>
+
<div class="nine columns">
-
<div class="row">
+
<h3>A Job Well Done</h3>
-
<div class="nine columns">
+
<p>
-
<h3>Wrap Up</h3>
+
We have successfully created working arsenic and salicylate sensing constructs and have shown that they are functional in <em>Shewanella</em> and  are continuing to characterization of our arsenic and salicylate constructs. Although the response in our reactors is not as sensitive as we would hope, we have various hypotheses that we hope to test. Furthermore, we are using RT-qPCR, western blots, and fluorescence measurements to quantify transcription and translation of mtrB levels in response to varying concentrations of arsenic and salicylate. We also plan on running time courses to determine when mtrB is expressed in the presence of analyte.
-
<p>We have successfully created working arsenic and salicylate sensing constructs and have shown that they are functional in <em>Shewanella</em> and  are continuing to characterization of our arsenic and salicylate constructs. Although the response in our reactors is not as sensitive as we would hope, we have various hypotheses that we hope to test. Furthermore, we are using RT-qPCR, western blots, and fluorescence measurements to quantify transcription and translation of mtrB levels in response to varying concentrations of arsenic and salicylate. We also plan on running time courses to determine when mtrB is expressed in the presence of analyte.</p>
+
</p>
-
 
+
<p>
-
<p>We are still continuing work on the nah operon. By using site-directed mutagenesis, we aim to make our nah part BioBrick compatible, and we still need to confirm successful conjugation of nah into our <em>Shewanella</em> strains.</p>
+
We are still continuing work on the nah operon. By using site-directed mutagenesis, we aim to make our nah part BioBrick compatible, and we still need to confirm successful conjugation of nah into our <em>Shewanella</em> strains.
-
 
+
</p>
-
</div>
+
</div>
-
<div class="three columns">
+
<div class="three columns">
-
+
<a href="https://static.igem.org/mediawiki/2012/4/42/Cornell12_Stock_8.jpg" rel="lightbox"><img src="https://static.igem.org/mediawiki/2012/4/42/Cornell12_Stock_8.jpg"></a>
-
</div>
+
</div>
-
 
+
</div>
-
 
+
<div class="row last-ele" style="margin-top:20px;">
-
 
+
<div class="three columns">
-
</div>
+
<a href="https://2012.igem.org/Team:Cornell/notebook/wetlab/september" style="display:block;float:left;"><< Previous</a>
-
+
</div>
-
+
</div>
-
<div class="row last-ele">
+
<script src="https://2012.igem.org/Team:Cornell/javascripts/foundation.min?action=raw&amp;ctype=text/javascript"></script>
-
<div class="three columns offset-by-nine">
+
<script src="https://2012.igem.org/Team:Cornell/javascripts/app?action=raw&amp;ctype=text/javascript"></script>
-
+
<script src="https://2012.igem.org/Team:Cornell/javascripts/lightbox?action=raw&amp;ctype=text/javascript"></script>
-
</div>
+
<script>
-
</div>
+
$(window).load(function() {
-
</li>
+
$('.hide-me').hide();
-
+
$('.technical-desc').click(function(e) {
-
 
+
e.preventDefault();
-
<script src="https://2012.igem.org/Team:Cornell/javascripts/foundation.min?action=raw&amp;ctype=text/javascript"></script>
+
var a = $(this).attr('for');
-
<script src="https://2012.igem.org/Team:Cornell/javascripts/app?action=raw&amp;ctype=text/javascript"></script>
+
$(a).slideDown();
-
<script>
+
$(this).hide();
-
$(window).load(function() {
+
})
-
$('.hide-me').hide();
+
$('li.pg-notebook_wetlab').addClass('active');
-
$('.technical-desc').click(function(e) {
+
-
e.preventDefault();
+
-
var a = $(this).attr('for');
+
-
$(a).slideDown();
+
-
$(this).hide();
+
})
})
-
$('li.pg-notebook_wetlab').addClass('active');
+
</script>
-
})
+
</body>
-
</script>
+
-
</body>
+
</html>
</html>

Latest revision as of 03:45, 27 October 2012

Wet Lab – Wrap Up

A Job Well Done

We have successfully created working arsenic and salicylate sensing constructs and have shown that they are functional in Shewanella and are continuing to characterization of our arsenic and salicylate constructs. Although the response in our reactors is not as sensitive as we would hope, we have various hypotheses that we hope to test. Furthermore, we are using RT-qPCR, western blots, and fluorescence measurements to quantify transcription and translation of mtrB levels in response to varying concentrations of arsenic and salicylate. We also plan on running time courses to determine when mtrB is expressed in the presence of analyte.

We are still continuing work on the nah operon. By using site-directed mutagenesis, we aim to make our nah part BioBrick compatible, and we still need to confirm successful conjugation of nah into our Shewanella strains.