Page79
From 2010.igem.org
Line 73: | Line 73: | ||
padding: 0em; | padding: 0em; | ||
height: 3px; | height: 3px; | ||
+ | } | ||
+ | |||
+ | #pop-up | ||
+ | { | ||
+ | background: #656565; | ||
+ | width: 68em; | ||
+ | height: 100%; | ||
+ | padding: 2em; | ||
+ | border: 0.5em solid #3b3b3b; | ||
+ | margin: 2em; | ||
+ | font-family: "Trebuchet MS", Times; | ||
+ | color: #ffffff; | ||
+ | float: left; | ||
} | } | ||
Line 277: | Line 290: | ||
//]]> | //]]> | ||
+ | |||
+ | //links changes text | ||
+ | function changeText(){ | ||
+ | document.getElementById('info').innerHTML = 'hello'; | ||
+ | } | ||
+ | |||
+ | function changeText(){ | ||
+ | document.getElementById('info2').innerHTML = 'goodbye'; | ||
+ | } | ||
</script> | </script> | ||
Line 320: | Line 342: | ||
<ul class="weeks"> | <ul class="weeks"> | ||
<li> | <li> | ||
- | <a class="al" href="#" title="">30</a> <span class="sep">|</span> | + | <a class="al" href="#" onclick="changeText()" title="">30</a> <span class="sep">|</span> |
- | <a class="al" href="#" title="">31</a> <span class="sep">|</span> | + | <a class="al" href="#" onclick="changeText2()" title="">31</a> <span class="sep">|</span> |
<a class="nu" href="#" title="">--</a> <span class="sep">|</span> | <a class="nu" href="#" title="">--</a> <span class="sep">|</span> | ||
<a class="nu" href="#" title="">--</a> <span class="sep">|</span> | <a class="nu" href="#" title="">--</a> <span class="sep">|</span> | ||
Line 435: | Line 457: | ||
<div><p>Insert description here.</p> | <div><p>Insert description here.</p> | ||
</div> | </div> | ||
+ | </div> | ||
+ | |||
+ | <div id="pop-up">Hello | ||
</div> | </div> | ||
Line 442: | Line 467: | ||
<a href="Site_Map">site map</a>|<a href="Sponsors">sponsors</a>|<a href="Contact">contact us</a> | <a href="Site_Map">site map</a>|<a href="Sponsors">sponsors</a>|<a href="Contact">contact us</a> | ||
</span></div> | </span></div> | ||
+ | |||
+ | |||
</body> | </body> |
Revision as of 16:51, 7 July 2010
May 2010
- Su | Mo | Tu | We | Th | Fr | Sa
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.
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.
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.
Insert description here.
Insert description here.
Insert description here.
Insert description here.