Difference between revisions of "Team:UMaryland/Notebook2"

Line 28: Line 28:
 
p {
 
p {
 
font-size: 100%;
 
font-size: 100%;
 +
}
 +
#sidemenu {
 +
position:fixed;
 +
float:left;
 +
width: 200px;
 +
top:200px;
 +
}
 +
 +
#sidemenu,
 +
#sidemenu ul,
 +
#sidemenu ul li,
 +
#sidemenu ul li a {
 +
  margin: 0;
 +
  padding: 0;
 +
  border: 0;
 +
  list-style: none;
 +
  line-height: 1;
 +
  display: block;
 +
  -webkit-box-sizing: border-box;
 +
  -moz-box-sizing: border-box;
 +
  box-sizing: border-box;
 +
}
 +
 +
#sidemenu ul ul {
 +
  display: none;
 +
}
 +
.align-right {
 +
  float: right;
 +
}
 +
#sidemenu > ul > li > a {
 +
  padding: 15px 20px;
 +
  border: 1px solid black;
 +
  cursor: pointer;
 +
  z-index: 2;
 +
  font-size: 14px;
 +
  font-weight: bold;
 +
  text-decoration: none;
 +
  color: #000000;
 +
background-image: -webkit-linear-gradient(bottom, #ffffff 0%, #2BB1FF 100%);
 +
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
 +
}
 +
 +
#sidemenu > ul > li > a:hover,
 +
#sidemenu > ul > li.active > a,
 +
#sidemenu > ul > li.open > a {
 +
  color: #000000;
 +
background-image: -webkit-linear-gradient(top, #C9C9C9 0%, #FFFFFF 100%);
 +
}
 +
#sidemenu > ul > li.open > a {
 +
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.15);
 +
  border-bottom: 1px solid #1682ba;
 +
}
 +
 +
 +
#sidemenu > ul > li > a:hover > span::after,
 +
#sidemenu > ul > li.active > a > span::after,
 +
#sidemenu > ul > li.open > a > span::after {
 +
  border-color: #eeeeee;
 +
}
 +
.holder::before {
 +
  top: 18px;
 +
  border-top: 2px solid;
 +
  border-left: 2px solid;
 +
  border-top-color: inherit;
 +
  border-left-color: inherit;
 +
}
 +
#sidemenu ul ul li a {
 +
  cursor: pointer;
 +
  border-bottom: 1px solid #32373e;
 +
  border-left: 1px solid #32373e;
 +
  border-right: 1px solid #32373e;
 +
  padding: 10px 20px;
 +
  z-index: 1;
 +
  text-decoration: none;
 +
  font-size: 13px;
 +
  color: #eeeeee;
 +
  background: #49505a;
 +
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
 +
}
 +
#sidemenu ul ul li:hover > a,
 +
#sidemenu ul ul li.open > a,
 +
#sidemenu ul ul li.active > a {
 +
  background: #424852;
 +
  color: #ffffff;
 +
}
 +
#sidemenu ul ul li:first-child > a {
 +
  box-shadow: none;
 +
}
 +
#sidemenu ul ul ul li:first-child > a {
 +
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
 +
}
 +
#sidemenu ul ul ul li a {
 +
  padding-left: 30px;
 +
}
 +
#sidemenu > ul > li > ul > li:last-child > a,
 +
#sidemenu > ul > li > ul > li.last > a {
 +
  border-bottom: 0;
 +
}
 +
#sidemenu > ul > li > ul > li.open:last-child > a,
 +
#sidemenu > ul > li > ul > li.last.open > a {
 +
  border-bottom: 1px solid #32373e;
 +
}
 +
#sidemenu > ul > li > ul > li.open:last-child > ul > li:last-child > a {
 +
  border-bottom: 0;
 +
}
 +
#sidemenu ul ul li.has-sub > a::after {
 +
  display: block;
 +
  position: absolute;
 +
  content: "";
 +
  width: 5px;
 +
  height: 5px;
 +
  right: 20px;
 +
  z-index: 10;
 +
  top: 11.5px;
 +
  border-top: 2px solid #eeeeee;
 +
  border-left: 2px solid #eeeeee;
 +
  -webkit-transform: rotate(-135deg);
 +
  -moz-transform: rotate(-135deg);
 +
  -ms-transform: rotate(-135deg);
 +
  -o-transform: rotate(-135deg);
 +
  transform: rotate(-135deg);
 +
}
 +
#sidemenu ul ul li.active > a::after,
 +
#sidemenu ul ul li.open > a::after,
 +
#sidemenu ul ul li > a:hover::after {
 +
  border-color: #ffffff;
 
}
 
}
  
Line 86: Line 212:
 
margin:auto;
 
margin:auto;
 
padding:0px;
 
padding:0px;
background-image: url("https://static.igem.org/mediawiki/2015/1/16/Blue.png");
+
background-image: url("https://static.igem.org/mediawiki/2015/9/97/Resultsq.png");
 
background-size: 100% ;
 
background-size: 100% ;
 
background-repeat: no-repeat;
 
background-repeat: no-repeat;
Line 138: Line 264:
 
<p style="font-size:64px"><b>Notebook</b>
 
<p style="font-size:64px"><b>Notebook</b>
 
</div>
 
</div>
 
+
<div id='sidemenu'>
 +
<ul>
 +
<li><a href="week1" class="smoothScroll"><span>Week 1</span></a></li>
 +
<li><a href="week2" class="smoothScroll"><span>week 2</span></a></li>
 +
<li><a href='week3' class="smoothScroll"><span>week3</span></a></li>
 +
<li><a href='#grind' class="smoothScroll"><span>The Grind</span></a></li>
 +
<li><a href='#management' class="smoothScroll"><span>Effective Management</span></a></li>
 +
<li><a href='#misc' class="smoothScroll"><span>Misc. Advice</span></a></li>
 +
</ul>
 +
</div>
 
<div id='buttonset'>
 
<div id='buttonset'>
 
<a href="#Week1">
 
<a href="#Week1">
Line 247: Line 382:
  
 
<div id='layer2'>
 
<div id='layer2'>
<a name="Week1"><p style="font-size:32px;text-align:center;font-family:Verdana, Geneva, sans-serif;"><b>Hok/Sok</b></a>
 
 
<div id='contentbox'>
 
<div id='contentbox'>
<p style="font-size:32px;text-align:center;font-family:Verdana, Geneva, sans-serif;"><b>Safe and Inexpensive Approaches to Advance Synthetic Biology</b>
+
<a name="Week1">
<p style="font-size:24px;text-align:center;">Alternative methods of plasmid maintenance and PCR amplification accelerate the construction of new biodesigns, reduce cost, and avoid environmental hazards. Plasmids are typically maintained in cells by encoding enzymes that hydrolyze or otherwise detoxify antibiotics added to the medium. However, this process carries an inherent risk for spreading antibiotic resistance to native bacterial populations through lateral gene transfer. The Hok-Sok toxin-antitoxin system, a natural internal maintenance cassette relying on internal mRNA silencing, presents an alternative to common antibiotic-based methods since it does not rely on exogenous drugs. We are also developing an integrated, microcontrolled thermocycler using common household components. Using nichrome wire and a motorized fan for air circulation, the programmable prototype is an inexpensive, versatile thermocycler or plate incubator. Because the material and construction costs are a fraction of dedicated instruments, the newly developed unit will find broad application among nascent synthetic biologists in underfunded environments.
+
<p style="font-size:32px;text-align:center;font-family:Verdana, Geneva, sans-serif;">
 +
<b>Week1</b></a>
 +
<p style="font-size:24px;text-align:center;">
 +
Miraculin:
 +
ligated the pBAD promoter in PSB1C3 with the miraculin gene in PSB1C3 using 3A assembly
 +
plate had colonies
 
<br>
 
<br>
 
<br>
 
<br>
Line 258: Line 397:
 
<div id='layer1'>
 
<div id='layer1'>
 
<div id='contentbox'>
 
<div id='contentbox'>
<a name="HS"><p style="font-size:32px;text-align:center;font-family:Verdana, Geneva, sans-serif;"><b>Hok/Sok</b></a>  
+
<a name="Week2">
</a>
+
<p style="font-size:32px;text-align:center;font-family:Verdana, Geneva, sans-serif;">
 +
<b>Week2</b></a>
 +
<p style="font-size:24px;text-align:center;">
 +
Miraculin:
 +
pBAD +miraculin construct was moved back into psb1C3 backbone and sent for sequencing
 +
Designing gBlocks:
 +
Designed gblocks for epsilon-cyclase (from arabidopsis), pyocin and Hok/Sok
 +
<br>
 +
<br>
 +
</div>
 +
</div>
  
<p style="font-size:20px">
+
<div id='layer2'>
While present on a plasmid, the Hok-Sok system maintains plasmids through mRNA silencing. On the forward strand of the Hok-Sok cassette is the coding region for the Hok mRNA. Hok ("host killing") is a 52 amino acid toxin that is capable of permeating the cell membrane, causing a loss of electrochemical potential and cell death. The translation of Hok mRNA is constantly inhibited by Sok, an inhibitory RNA molecule that is transcribed on the reverse strand of the Hok-Sok cassette. Sok ("suppression of killing") is capable of forming a double-stranded RNA helix with the 5’-end of Hok mRNA, blocking the ribosome binding site and preventing translation. This RNA duplex is then recognized by RNAse III, leading to enzymatic degradation of the Hok transcript.</p>
+
<div id='contentbox'>
 +
<a name="Week3">
 +
<p style="font-size:32px;text-align:center;font-family:Verdana, Geneva, sans-serif;">
 +
<b>Week3</b></a>
 +
<p style="font-size:24px;text-align:center;">
 +
Miraculin:
 +
sequence confirmed through sequencing
 +
failed to extract using French press, FPLC and SDS-Page
 +
could be due to high arabinose induction (OD of 1)
  
<p style = "font-size:20px">Below is a simplified diagram of how the Hok-Sok system maintains a plasmid:</p>
+
<br>
<div style="text-align:center;border:2px solid black;width:800px;position:relative;margin:auto;">
+
<br>
<img src = "https://static.igem.org/mediawiki/2015/thumb/d/d2/Hok-SokUMD.jpeg/800px-Hok-SokUMD.jpeg" >
+
 
</div>
 
</div>
 
+
</div>
<p style="font-size:20px">How does this lead to plasmid maintenance? Hok mRNA, due to a high degree of secondary structure, has a long half-life, measured at 20 minutes. Sok, on the other hand, has a half-life of only 30 seconds. The cell must thus retain the coding region for Sok in order to produce enough Sok to continue blocking Hok translation. If the plasmid is lost, then both the Hok and Sok coding regions will be lost; however, previously transcribed Hok mRNA will still be present. With previously transcribed Sok rapidly degrading, Hok mRNA will be translated, killing the daughter cell that did not maintain the plasmid.
+
<div id='layer1'>
 
+
<div id='contentbox'>
<p style = "font-size:20px">Our wet project for 2015 was to demonstrate that the Hok-Sok system could maintain a plasmid over many generations as well as typical antibiotic maintenance systems. We hypothesized that the Hok-Sok system could thus serve as a cheap, ethical alternative to antibiotic pressure.</p>
+
<a name="Week4">
 
+
<p style="font-size:32px;text-align:center;font-family:Verdana, Geneva, sans-serif;">
 +
<b>Week4</b></a>
 +
<p style="font-size:24px;text-align:center;">
 +
Miraculin:
 +
induced 3 test cultures with  0%, 0.05%, 0.1%, 0.2% arabinose with no significant results
 +
will perform procedure again using bl21 instead of Dh5a
  
  
 +
<br>
 +
<br>
 
</div>
 
</div>
 
</div>
 
</div>
Line 280: Line 443:
 
<div id='layer2'>
 
<div id='layer2'>
 
<div id='contentbox'>
 
<div id='contentbox'>
<a name="PCR"><p style="font-size:32px;text-align:center;font-family:Verdana, Geneva, sans-serif;"><b>Thermocycler</b></a>  
+
<a name="Week5">
 
+
<p style="font-size:32px;text-align:center;font-family:Verdana, Geneva, sans-serif;">
<p style="font-size:20px">
+
<b>Week5</b></a>
PCR is a common tool used in the laboratory environment as it is a vital component in DNA amplification and any cloning procedure. However, the majority of PCR machines used in the lab are bulky and expensive and are rarely seen outside of biology-based labs. These issues inspired the development of Cheap Homemade Innovative PCR (or C.H.I.P. for short), a compact PCR machine that is as fast and proficient at amplifying DNA as lab based machines, but constructible for the fraction of the price of lab-grade PCR machines and a great tool for teaching-based applications. We are proud to say that we have been able to design a machine that will be completely open source and able to serve as a platform for DIY cloning procedures.
+
<p style="font-size:24px;text-align:center;">
 
+
Miraculin
 
+
transformation in BL21 strain was successful
 +
SDS page showed a band at roughly 25 kDa
 +
Hok/Sok
 +
inserted Hok/Sok gblock into PSB1C3 backbone using Gibson assembly
 +
construct sent for sequencing
 +
Interlab Study
 +
transformed parts into dh5a: 3 Anderson promoters, GFP, and RFP
  
  
 +
<br>
 +
<br>
 +
</div>
 +
</div>
 +
<div id='layer1'>
 +
<div id='contentbox'>
 +
<a name="Week4">
 +
<p style="font-size:32px;text-align:center;font-family:Verdana, Geneva, sans-serif;">
 +
<b>Week4</b></a>
 +
<p style="font-size:24px;text-align:center;">
 +
Miraculin:
 +
induced 3 test cultures with  0%, 0.05%, 0.1%, 0.2% arabinose with no significant results
 +
will perform procedure again using bl21 instead of Dh5a
  
  
 +
<br>
 +
<br>
 
</div>
 
</div>
 
</div>
 
</div>

Revision as of 08:11, 18 September 2015