Team:UC-Santa Cruz-BioE/Notebook

From 2014.igem.org

(Difference between revisions)
Line 3: Line 3:
{{CSS/Main}}
{{CSS/Main}}
-
<html>
 
<head>
<head>
<meta name="author" content="UC-Santa_Cruz-BioE">
<meta name="author" content="UC-Santa_Cruz-BioE">
Line 430: Line 429:
<div class="edges";>
<div class="edges";>
<div class="opa";>
<div class="opa";>
-
<p>We used this protocol for <a href="https://static.igem.org/mediawiki/2012/0/0f/Shewanella_Conjugation.pdf"> conjugation</a></p>
+
<p>We used this protocol for <a href="https://static.igem.org/mediawiki/2012/0/0f/Shewanella_Conjugation.pdf"> conjugation</a>(credits to Dylan Webster and Dr.Jeff Gralnick)</p>
</div>
</div>
</div>
</div>

Revision as of 02:45, 18 October 2014


<head> <meta name="author" content="UC-Santa_Cruz-BioE"> <meta name="generator" content="WYSIWYG Web Builder 9 - http://www.wysiwygwebbuilder.com"> <title>Notebook</title> <style> body {

  background-color: #1E28FA;
  background-image:url(Bioebackgroundgradient.png);
  background-repeat: no-repeat;
  background-color: #1E28FA;
  color: #000000;
  font-family: Arial;
  font-size: 12px;
  margin: 5;
  padding: 0;

} p { background-color:#FFFFFF; opacity:0.8; } div.edges{ outline-style: solid; outline-color: #FFFFFF; outline-width: 4px; }


div.opa{ background-color:#FFFFFF; opacity: 0.8; }

h3{

background-color:#FFFFFF; opacity: 0.6; }

a {

  color: #0000FF;
  text-decoration: underline;

} a:visited {

  color: #800080;

} a:active {

  color: #FF0000;

} a:hover {

  color: #0000FF;
  text-decoration: underline;

}

  1. Line1

{

  color: #69FBE6;
  background-color: #69FBE6;
  border-width: 0px;

}

  1. Line2

{

  color: #69FBE6;
  background-color: #69FBE6;
  border-width: 0px;

}

  1. wb_TextArt1 a img

{

  position: absolute;

}

  1. wb_TextArt1 span

{

  position: absolute;

}

  1. wb_TextArt1 a .hover

{

  visibility: hidden;

}

  1. wb_TextArt1 a:hover .hover

{

  visibility: visible;

}

  1. wb_TextArt1 a:hover span

{

  visibility: hidden;

}

  1. Line3

{

  color: #B5FF96;
  background-color: #B5FF96;
  border-width: 0px;

}

  1. Line4

{

  color: #B5FF96;
  background-color: #B5FF96;
  border-width: 0px;

}

  1. wb_Text1

{

  background-color: transparent;
  border: 0px #000000 solid;
  padding: 0;
  text-align: left;

}

  1. wb_Text1 div

{

  text-align: left;

}

  1. SiteSearch1_keyword

{

  border: 2px #191970 solid;
  background-color: #FFFFFF;
  color :#000000;
  font-family: Arial;
  font-size: 13px;
  text-align: left;
  vertical-align: middle;

}

  1. SiteSearch1_label

{

  color: #191970;
  cursor: text;
  font-family: Arial;
  font-size: 13px;
  text-align: left;

}

  1. Button1

{

  border: 1px #A9A9A9 solid;
  background-color: #F0F0F0;
  color: #A9A9A9;
  font-family: Arial;
  font-size: 13px;

}

  1. NavigationBar1 ul.navbar

{

  list-style: none;
  margin: 0;
  padding: 0;

}

  1. NavigationBar1 ul.navbar li

{

  height: 30px;
  width: 131px;
  margin: 0px 0px 4px 0px;
  vertical-align: bottom;

}

  1. NavigationBar1 ul.navbar li a

{

  display: block;
  position: relative;

}

  1. NavigationBar1 ul.navbar li a img

{

  position: absolute;
  z-index: 1;
  border-width: 0px;

}

  1. NavigationBar1 ul.navbar li span

{

  display: block;
  height: 30px;
  width: 131px;
  position: absolute;
  z-index: 2;

}

  1. NavigationBar1 a .hover

{

  visibility: hidden;

}

  1. NavigationBar1 a:hover .hover

{

  visibility: visible;

}

  1. NavigationBar1 a:hover span

{

  visibility: hidden;

} </style> <script type="text/javascript" src="jquery-1.9.1.min.js"></script> <script type="text/javascript" src="./searchindex.js"></script> <script type="text/javascript"> var features = 'toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=yes,status=no,left=,top=,width=,height='; var searchDatabase = new SearchDatabase(); var searchResults_length = 0; var searchResults = new Object(); function searchPage(features) {

  var element = document.getElementById('SiteSearch1_keyword');
  if (element.value.length != 0 || element.value != " ")
  {
     var value = unescape(element.value);
     var keywords = value.split(" ");
     searchResults_length = 0;
     for (var i=0; i<database_length; i++)
     {
        var matches = 0;
        var words = searchDatabase[i].title + " " + searchDatabase[i].description + " " + searchDatabase[i].keywords;
        for (var j = 0; j < keywords.length; j++)
        {
           var pattern = new RegExp(keywords[j], "i");
           var result = words.search(pattern);
           if (result >= 0)
           {
              matches++;
           }
           else
           {
              matches = 0;
           }
        }
        if (matches == keywords.length)
        {
           searchResults[searchResults_length++] = searchDatabase[i];
        }
     }
     var wndResults = window.open('about:blank', , features);
     setTimeout(function()
     {
        var results = ;
        var html = 'Search results<\/title><\/head>';
         html = html + '<body style="background-color:#FFFFFF;margin:0;padding:2px 2px 2px 2px;">';
         html = html + '<span style="font-family:Arial;font-size:13px;color:#000000">';
         for (var n=0; n<searchResults_length; n++)
         {
            var page_keywords = searchResults[n].keywords;
            results = results + '<strong><a style="color:#0000FF" target="_parent" href="'+searchResults[n].url+'">'+searchResults[n].title +'<\/a><\/strong><br>Keywords: ' + page_keywords +'<br><br>\n';
         }
         if (searchResults_length == 0)
         {
            results = 'No results';
         }
         else
         {
            html = html + searchResults_length;
            html = html + ' result(s) found for search term: ';
            html = html + value;
            html = html + '<br><br>';
         }
         html = html + results;
         html = html + '<\/span>';
         html = html + '<\/body><\/html>';
         wndResults.document.write(html);
     },100);
   }
   return false;
}
function searchParseURL()
{
   var url = decodeURIComponent(window.location.href);
   if (url.indexOf('?') > 0)
   {
      var terms = '';
      var params = url.split('?');
      var values = params[1].split('&');
      for (var i=0;i<values.length;i++)
      {
         var param = values[i].split('=');
         if (param[0] == 'q')
         {
            terms = unescape(param[1]);
            break;
         }
      }
      if (terms != '')
      {
         var element = document.getElementById('SiteSearch1_keyword');
         element.value = terms;
         searchPage('');
      }
   }
}
</script>
<script type="text/javascript">
$(document).ready(function()
{
   searchParseURL();
   var $search = $('#SiteSearch1_form');
   var $searchInput = $search.find('input');
   var $searchLabel = $search.find('label');
   if ($searchInput.val())
   {
      $searchLabel.hide();
   }
   $searchInput.focus(function()
   {
      $searchLabel.hide();
   }).blur(function()
   {
      if (this.value == '')
      {
         $searchLabel.show();
      }
   });
   $searchLabel.click(function()
   {
      $searchInput.trigger('focus');
   });
});
</script>
</head>
<body>
<!..Code to edit the page. Don't Erase!..>
<p><a href="https://2014.igem.org/wiki/index.php?title=Team:UC-Santa_Cruz-BioE/Notebook&action=edit"style="color:#FFFFFF; position:absolute; left:400px; top:62px; z-index:1; "> Click here  to edit this page!</a></p>

<hr id="Line1" style="margin:0;padding:0;position:absolute;left:0px;top:360px;width:1475px;height:5px;z-index:0;">
<hr id="Line2" style="margin:0;padding:0;position:absolute;left:0px;top:169px;width:1475px;height:5px;z-index:1;">
<div id="wb_Shape1" style="position:absolute;left:24px;top:173px;width:176px;height:1205px;z-index:2;">
<img src="https://static.igem.org/mediawiki/2014/d/d4/Leftborder.png" id="Shape1" alt="" style="border-width:0;width:176px;height:1205px;"></div>
<div id="wb_Shape2" style="position:absolute;left:0px;top:186px;width:1478px;height:160px;filter:alpha(opacity=88);-moz-opacity:0.88;opacity:0.88;z-index:3;">
<img src="https://static.igem.org/mediawiki/2014/9/90/Topborder.png" id="Shape2" alt="" style="border-width:0;width:1478px;height:160px;"></div>
<div id="wb_TextArt1" style="position:absolute;left:396px;top:231px;width:418px;height:61px;z-index:7;">
<a href=""><img class="hover" src="https://static.igem.org/mediawiki/2014/5/56/UcsantacruzBioeNotebook.png" alt="notebook" title="notebook" style="border-width:0;width:418px;height:61px;"><span><img src="https://static.igem.org/mediawiki/2014/5/56/UcsantacruzBioeNotebook.png" id="TextArt1" alt="notebook" title="notebook" style="border-width:0;width:418px;height:61px;"></span></a></div>
<div id="wb_Shape6" style="position:absolute;left:7px;top:182px;width:199px;height:186px;z-index:8;">
<img src="https://static.igem.org/mediawiki/2014/d/df/UcsantacruzteamLogo.png" id="Shape6" alt="" style="border-width:0;width:199px;height:186px;"></div>
<div id="wb_Shape7" style="position:absolute;left:297px;top:390px;width:710px;height:54px;z-index:9;">
<img src="https://static.igem.org/mediawiki/2014/7/75/Bottomline.png" id="Shape7" alt="" style="border-width:0;width:710px;height:54px;"></div>
<hr id="Line3" style="margin:0;padding:0;position:absolute;left:298px;top:376px;width:706px;height:6px;z-index:10;">
<hr id="Line4" style="margin:0;padding:0;position:absolute;left:298px;top:454px;width:706px;height:6px;z-index:11;">
<div id="wb_Text1" style="position:absolute;left:374px;top:380px;width:453px;height:37px;z-index:12;text-align:left;">
<span style="color:#191970;font-family:Arial;font-size:16px;"><h1>Important Protocols</h1><!..A HEADING!..></span></div>

<!.. Paragraphs and Subheadings go here!!!>
<div id="paragraph1" style=" position: absolute; left:243px; top:474px; width: 400px; height: 200px;text-align=left;">
<div class="edges";>
<h3>Glycerol Stock Preparation</h3>
</div>
<div class="edges";>
<div class="opa";>
<ul>
<li>1. Inoculated TSB with MR-1 (either from plate or glycerol stock) and grow overnight.</li>
<li>2. add glycerol to culture to final concentration of 80% glycerol.</li>
<li>3. place 1ml in 1.5ml freezer safe eppendorf tubes (do not fill eppendorfs with more than 1.5ml to allow for expansion by freezing).</li>
</ul>
</div>
</div>
</div>

<div id="paragraph2" style= "position: absolute; left:243px; top:674px; width:420px; height:200px; text-align=left;">
<div class="edges";>
<h3>Microbial Fuel Cell Assembly</h3>
</div>
<div class="opa">
<div class="edges";>
<ul>
<li>1.  cut two 3 inch PVC tubes .</li>
<li>2.  sandwich them with nafion cation exchange membrane between them.</li>
<li>3.  add caulking around both sides of membrane-tube junction.</li>
<li>4.  let dry for 15 minutes.</li>
<li>5.  repeat step 3 and 4.</li>
<li>6.  cut off excess membrane around junction.</li>
<li>7.  add one more layer to seal up junction.</li>
<li>8.  let dry overnight.</li>
<li>9.  cut 2.5in-3in x 12in of carbon cloth</li>
<li>10. roll around tip of finger.</li>
<li>11. weave titanium wire close to end edge of roll.</li>
<li>12  fold titanium wire up the length of the roll.</li>
<li>13. twist excess wire around itself.</li>
<li>14. cut wire at .5in-1in.</li>
<li>15. push through stopper.</li>
<li>16. seal hole from wire with caulking.</li>
<li>17. let dry overnight. (two of these make up the cathode and the anode)</li>
<li>18. pour potassium ferricyanide in one chamber of the cell.</li>
<li>19. carefully push stopper with carbon cloth to plug the chamber.</li>
<li>20. push hollow needle through stopper  to let air out of chamber.</li>
<li>21. pour overnight culture of MR-1 into other chamber.</li>
<li>22. place glass slide in chamber.</li>
<li>23. carefully push stopper with carbon cloth to plug the chamber.</li>
<li>24. push new sterile hollow needle in stopper into air bubble in chamber to let out any CO2 bacteria will produce.</li>
<li>25. open ExcelINX up on computer.</li>
<li>26. connect electrodes from DMM to cathode and anode (remember which channels are being used).</li>
<li>27. start ExcelINX.</li>
</ul>
</div>
</div>
</div>

<div id="paragraph6" style=" position:absolute; left:720px; top:474px; width:400px; height:200px; text-align=left;">
<div class="edges";>
<h3>Plasmid Prep</h3>
</div>
<div class="edges";>
<p>This is the protocol for DNA extraction and Purification using the Edvotek 202 Plasmid Prep Kit. All reagents except Isopropanol and Ethanol were provided with the kit.
 </p>
 </diV>
 <div class="edges">
<div class="opa">

<ul>
<li>1. Grow culture of E.coli in TSB (or LB) overnight.</li>
<li>2. transfer culture to eppendorf microcentrifuge tubes.</li>
<li>3. spin at 10,000-14,000 rpm for 10 mins at room temperature.</li>
<li>4. remove supernatant and add 200ml of resuspension buffer to pellet.</li>
<li>5. add 5ul of RNase to suspension.</li>
<li>6. incubate suspension at room temperature for 5 minutes.</li>
<li>7. add 350ul of Lysis Buffer and mix by inversion 4-6 times (Do not vortex to avoid breaking plasmid).</li>
<li>8. add 200ul of potassium acetate and mix thoroughly by inversion. White precipitate should form. </li>
<li>9. Centrifuge tube at full speed for 10 minutes.</li>
<li>10. carefully remove supernatant and put in new tube. Be sure to avoid pipetting the white precipitate. </li>
<li>11. add 0.6 volume of 100% ethanol to supernatant.</li>
<li>12. mix by inversion 4-6 times and let sit at room temperature for 10 minutes.</li>
<li>13. centrifuge at full speed for 5 minutes.</li>
<li>14. remove supernatant and add 70% ethanol.</li>
<li>15. centrifuge at full speed for 3 minutes.</li>
<li>16. let tubes sit for 10 minutes to let some ethanol evaporate.</li>
<li>17. discard supernatant.</li>
<li>18. add 60ul of TE buffer and use nanodrop to check purity and concentration of sample.</li>
<li>19. store in -20Cor -80C freezer.</li>

 </ul>
</div>
</div>
</div>

<div id="paragraph1" style=" position: absolute; left:720px; top:1300px; width:400px; height:200px;text-align=left;">
<div class="edges";>
<h3>Conjugation Protocol</h3>
</div>
<div class="edges";>
<div class="opa";>
<p>We used this protocol for <a href="https://static.igem.org/mediawiki/2012/0/0f/Shewanella_Conjugation.pdf"> conjugation</a>(credits to Dylan Webster and Dr.Jeff Gralnick)</p>
</div>
</div>
</div>






<div id="NavigationBar1" style="position:absolute;left:42px;top:373px;width:133px;height:168px;z-index:19;">
<!..The MENU..>
<ul class="navbar">
<li><a href="https://2014.igem.org/Team:UC-Santa_Cruz-BioE"><img alt="" src="https://static.igem.org/mediawiki/2014/7/7a/Homeh.gif" class="hover"><span><img alt="" src="https://static.igem.org/mediawiki/2014/7/74/Home.gif"></span></a></li>
<li><a href="https://2014.igem.org/Team:UC-Santa_Cruz-BioE/Team"><img alt="" src="https://static.igem.org/mediawiki/2014/5/56/Teamh.gif" class="hover"><span><img alt="" src="https://static.igem.org/mediawiki/2014/4/4e/Team.gif"></span></a></li>
<li><a href="https://igem.org/Team.cgi?year=2014&team_name=UC-Santa_Cruz-BioE"><img alt="" src="https://static.igem.org/mediawiki/2014/d/db/Officialh.gif" class="hover"><span><img alt="" src="https://static.igem.org/mediawiki/2014/b/bb/Official.gif"></span></a></li>
<li><a href="https://2014.igem.org/Team:UC-Santa_Cruz-BioE/Project"><img alt="" src="https://static.igem.org/mediawiki/2014/c/c7/Projecth.gif" class="hover"><span><img alt="" src="https://static.igem.org/mediawiki/2014/a/a8/Project.gif"></span></a></li>
<li><a href="https://2014.igem.org/Team:UC-Santa_Cruz-BioE/Notebook"><img alt="" src="https://static.igem.org/mediawiki/2014/f/f1/Noteh.gif" class="hover"><span><img alt="" src="https://static.igem.org/mediawiki/2014/6/62/Note.gif"></span></a></li>
<li><a href="https://2014.igem.org/Team:UC-Santa_Cruz-BioE/Safety"><img alt="" src="https://static.igem.org/mediawiki/2014/4/4f/Safetyh.gif" class="hover" <span><img alt="" src="https://static.igem.org/mediawiki/2014/4/4b/Safety.gif"></span></a></li>
<li><a href="https://2014.igem.org/Team:UC-Santa_Cruz-BioE/Attributions"><img alt="" src="https://static.igem.org/mediawiki/2014/c/cb/Atth.gif"  class="hover"> <span><img alt="" src="https://static.igem.org/mediawiki/2014/a/aa/Att.gif"></span></a></li>
</ul>
</div>
<div id="wb_Image1" style="position:absolute;left:217px;top:372px;width:65px;height:64px;z-index:21;">
<a href="https://2014.igem.org/Main_Page"><img src="https://static.igem.org/mediawiki/2014/e/ea/UCsantaIgemlogo_300px.png" id="Image1" alt="" style="width:65px;height:64px;"></a></div>
</body>
</pre><div class="printfooter">
Retrieved from "<a href="http://2014.igem.org/Team:UC-Santa_Cruz-BioE/Notebook">http://2014.igem.org/Team:UC-Santa_Cruz-BioE/Notebook</a>"</div>
			<div id="catlinks"><div id='catlinks' class='catlinks catlinks-allhidden'></div></div>			<!-- end content -->
			<div class="visualClear"></div>
		</div>
    </div>
<!-- PAGE FOOTER -- ITEMS FROM COLUMN ! HAVE BEEN MOVED HERE  -- RDR  -->
<div class="visualClear"></div>
    <div id='footer-box' class='noprint'>
        <div id="footer">
              <div id="f-poweredbyico"><a href="https://www.mediawiki.org/"><img src="/wiki/skins/common/images/poweredby_mediawiki_88x31.png" height="31" width="88" alt="Powered by MediaWiki" /></a></div> 	      <div id="f-copyrightico"><a href="https://creativecommons.org/licenses/by/3.0/"><img src="https://i.creativecommons.org/l/by/3.0/88x31.png" alt="Attribution 3.0 Unported" width="88" height="31" /></a></div> 	     <ul id="f-list">
		

	   <!-- Recentchanges is not handles well DEBUG -->
		     <li id="t-recentchanges"><a href="/Special:RecentChanges"
		      title='Recent changes'>Recent changes</a></li>

		     <li id="t-whatlinkshere"><a href="/Special:WhatLinksHere/Team:UC-Santa_Cruz-BioE/Notebook"
		      title="List of all wiki pages that link here [j]" accesskey="j">What links here</a></li>

                         <li id="t-recentchangeslinked"><a href="/Special:RecentChangesLinked/Team:UC-Santa_Cruz-BioE/Notebook"
                          title="Recent changes in pages linked from this page [k]" accesskey="k">Related changes</a></li>



	                 <li id="t-specialpages"><a href="/Special:SpecialPages"
	                  title="List of all special pages [q]" accesskey="q">Special pages</a>
	                 </li>
                 <li><a href='/Special:Preferences'>My preferences</a></li>
             </ul>
        </div> <!-- close footer -->
        <div id='footer'>
	     <ul id="f-list">

	             <li id="t-print"><a href="/wiki/index.php?title=Team:UC-Santa_Cruz-BioE/Notebook&diff=391267&oldid=390960&printable=yes"
	              title="Printable version of this page [p]" accesskey="p">Printable version</a>
	             </li>

	             <li id="t-permalink"><a href="/wiki/index.php?title=Team:UC-Santa_Cruz-BioE/Notebook&oldid=391267"
	              title="Permanent link to this revision of the page">Permanent link</a>
	             </li>


 		        <li id="privacy"><a href="/2014.igem.org:Privacy_policy" title="2014.igem.org:Privacy policy">Privacy policy</a></li>
		        <li id="disclaimer"><a href="/2014.igem.org:General_disclaimer" title="2014.igem.org:General disclaimer">Disclaimers</a></li>
	     </ul>
	 </div> <!-- close footer -->
    </div> <!-- close footer-box -->		
	 
<script>if (window.runOnloadHook) runOnloadHook();</script>
</div>
<!-- Served in 0.257 secs. --></body>

</html>