Difference between revisions of "Team:UChicago/Results"

(Prototype team page)
 
 
(13 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
<html>
 
<html>
  
 +
<div class="staticgel" id="toppic">
 +
</div>
  
<div class="column full_size" >
 
  
<h1>Results</h1>
+
<img src="https://static.igem.org/mediawiki/2017/1/13/T--UChicago--results.png"  id="title">
  
<p>Here you can describe the results of your project and your future plans. </p>
 
  
<h5>What should this page contain?</h5>
+
<style>
<ul>
+
.paragraph{
<li> Clearly and objectively describe the results of your work.</li>
+
  padding-top: 15px;
<li> Future plans for the project. </li>
+
  padding-bottom: 15px;
<li> Considerations for replicating the experiments. </li>
+
  padding-right: 30px;
</ul>
+
text-align: left;
 +
  font-size: 20px;
 +
  margin-right: 30px;
 +
  margin-left: 20px;
 +
  padding-left: 20px;
 +
line-height: 1.5;
 +
border-left: thick solid rgba(0,109,171, .4);
 +
transition: all 0.5s ease;
 +
}
  
<h5>You should also describe what your results mean: </h5>
+
.paragraph:hover{
 +
border: thick solid rgba(0,109,171, .4);
 +
}
  
<ul>
+
#bodyContent h1{
<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>
+
margin-left: -10px;
<li> Show data, but remember all measurement and characterization data must be on part pages in the Registry. </li>
+
font-family: 'Open Sans', sans-serif;
<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>
+
font-size: 50px;
</ul>
+
color: rgb(0,109,171);
 +
margin-left: 20px;
 +
  padding-left: 20px;
 +
}
  
</div>
 
  
<div class="clear"></div>
 
  
<div class="column half_size" >
+
</style>
  
 +
<h1>Results</h1>
 +
<div class="paragraph">
 +
Our team has already made significant strides towards creating the proposed centromeric plasmid vector. We have transformed psB1C3mut into competent E. coli and grown the cultures in LB + CAM plates and liquid media. We similarly transformed psD000 into E. coli as well, along with <i>Pichia pastoris</i> (which we grew up in drop-out arginine plates). <br><br>
  
<h5> Project Achievements </h5>
+
Additionally, we have amplified five potential centromeric regions in total from the chromosomal DNA of <i>Pichia pastoris</i>.<br><br>
  
<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>
+
Our team has already made significant strides towards creating the proposed centromeric plasmid vector. We have grown psB1C3mut in LB+CAM (chloramphenicol), psD000 in LB+CAM and drop-out arginine plates and psD001 in LB+CAM. Additionally, we have amplified five potential centromeric regions in total from the chromosomal DNA of <i>Pichia pastoris</i>.<br><br>
  
<ul>
+
We PCRd yEmRFP from a plasmid in the Glick lab (pOW1-yEmRFP) and ligated it into psD000. In the future, we must sequence psD001 and attempt to grow it in yeast on -Arg plates.
<li>A list of linked bullet points of the successful results during your project</li>
+
</div>
<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>
+
  
 +
<h1>Future</h1>
 +
<div class="paragraph">
 +
Although GeneHackers has made significant progress in our experiment, we still have some parts of our experiment that have not been achieved yet. We need to Gibson assembly various chromosomal sequences into psD001and perform assays of this plasmid in <i>Pichia pastoris</i>. Furthermore, if we are successful in creating the centromeric plasmid, we hope to incorporate the plasmid within the bioengineering and the industrial fields. Here, we want to test the efficiency and practicality of our plasmid within human environments. After these rounds of experimentation, we want to come back to the laboratory and improve our research with this plasmid. Hopefully, we will be able to work toward a final centromeric plasmid that will improve the course of scientific research.
 
</div>
 
</div>
  
 +
<style>
 +
.staticgel{
 +
  height: 650px;
 +
  width: 100%;
 +
  display: block;
 +
    margin: auto;
 +
  background-image: url('https://static.igem.org/mediawiki/2017/1/17/T--UChicago--future.jpg');
 +
  background-size: 100% 100%;
 +
  background-attachment: fixed;
 +
}
  
<div class="column half_size" >
+
#title{
 +
  position: absolute;
 +
  z-index: 1000;
 +
  top: 100px;
 +
left: 15%;
 +
width: 60%;
 +
 +
}
  
<h5>Inspiration</h5>
 
<p>See how other teams presented their results.</p>
 
<ul>
 
<li><a href="https://2014.igem.org/Team:TU_Darmstadt/Results/Pathway">2014 TU Darmstadt </a></li>
 
<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>
+
#bodyContent{
 +
padding-right: 15%;
 +
}
 +
.footer2 a{
 +
color: white;
 +
text-decoration:none; 
 +
}
 +
 
 +
.footer2{
 +
background-color: grey;
 +
width: auto;
 +
height: 50px;
 +
margin-top: 45px;
 +
text-align: center;
 +
color: white;
 +
font-family: 'Open Sans', sans-serif;
 +
padding-top: 28px;
 +
}
 +
 
 +
 
 +
 
 +
 
 +
</style>
 +
<div class="footer2">
 +
<a href="mailto:genehackers.uchicago@gmail.com">GeneHackers 2017</a>
 +
<div>
  
  
  
 
</html>
 
</html>

Latest revision as of 03:31, 1 November 2017

Results

Our team has already made significant strides towards creating the proposed centromeric plasmid vector. We have transformed psB1C3mut into competent E. coli and grown the cultures in LB + CAM plates and liquid media. We similarly transformed psD000 into E. coli as well, along with Pichia pastoris (which we grew up in drop-out arginine plates).

Additionally, we have amplified five potential centromeric regions in total from the chromosomal DNA of Pichia pastoris.

Our team has already made significant strides towards creating the proposed centromeric plasmid vector. We have grown psB1C3mut in LB+CAM (chloramphenicol), psD000 in LB+CAM and drop-out arginine plates and psD001 in LB+CAM. Additionally, we have amplified five potential centromeric regions in total from the chromosomal DNA of Pichia pastoris.

We PCRd yEmRFP from a plasmid in the Glick lab (pOW1-yEmRFP) and ligated it into psD000. In the future, we must sequence psD001 and attempt to grow it in yeast on -Arg plates.

Future

Although GeneHackers has made significant progress in our experiment, we still have some parts of our experiment that have not been achieved yet. We need to Gibson assembly various chromosomal sequences into psD001and perform assays of this plasmid in Pichia pastoris. Furthermore, if we are successful in creating the centromeric plasmid, we hope to incorporate the plasmid within the bioengineering and the industrial fields. Here, we want to test the efficiency and practicality of our plasmid within human environments. After these rounds of experimentation, we want to come back to the laboratory and improve our research with this plasmid. Hopefully, we will be able to work toward a final centromeric plasmid that will improve the course of scientific research.