Page79

From 2010.igem.org

(Difference between revisions)
Line 303: Line 303:
   function toggleMe(a){
   function toggleMe(a){
 +
       
 +
  // add # to id name
 +
  var selector = "#" + a;
 +
 
 +
  // select the pop-up div with jquery and hide everything in it
 +
  $("#pop-up").children().hide();
 +
 +
  // show the div we want
 +
  $(selector).show();
 +
 +
  // since we want to use this function in onlick, we need to return false
 +
  return false;
 +
 +
/*  commented out old things
 +
   var e=document.getElementById(a);
   var e=document.getElementById(a);
   if(!e)return true;
   if(!e)return true;
Line 311: Line 326:
   }
   }
   return true;
   return true;
 +
*/
}
}

Revision as of 21:39, 7 July 2010

genomikon

May 2010

  • Su
  • Mo
  • Tu
  • We
  • Th
  • Fr
  • Sa
iGEM 2010 Notebook

The lab notebook chronicles our journey in the creation of the Genomikon kit. Many paths were woven together in space and time to reach this finished masterpiece. To help you navigate through these trials with us we have laid out our notebook in a layered fashion. This page gives a sketch of each project and how it interacts with each other. Then follow the links to a projects page for time line of the major landmarks and accomplishments. If you require more details on the project the links within that page will take you to our day-by-day work log.

Building Parts

The Building Parts project was responsible to first build a plasmid (plasmid 01)that contained our own specialized prefix and suffix nested inside of the standard BioBrick prefix and suffix. After plasmid 01 existed we inserted the CcdB gene (the "death" gene) between our prefix and suffix removing the gene for Kanamycin resistance (plasmid 02). Plasmid 02 is fantastic base plasmid from which we are able to amplify any part at all because it provides a positive selection marker when transformed into DH5α. At this point we were able to make parts en masse to put in our kit. After obtaining a particular part in a plasmid we PCRed the part and digested it ready to use in Assembly or to Test the plasmid.

Testing Parts

Before we were able to test parts we created 2 base testing plasmids (vector 01 and vector 02). Vector 01 is designed to test Open Reading Frame parts, or parts that code for proteins. The part is flanked by a promoter and the start codon on one side and a stop codon and terminator on the other. Vector 02 is designed to test linker parts, or parts that control the expression of the Open Reading Frame parts they are next two. In Vector 02 the part is flanked by two distinct reporter genes, that by comparing the relative expression of the 2 reporter genes we can determine the behavior of the linking part.

Assembly Method

Insert description here.

Plates

Insert description here.

Competent Cells

Insert description here.

Software

Insert description here.

Contents of div1
Contents of div2
Contents of div3

Retrieved from "http://2010.igem.org/Page79"