Team:Vanderbilt MF/Parts
From 2014.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
- | {{ | + | {{Team:Vanderbilt/CSS}} |
<html> | <html> | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | + | <head lang="en"> | |
- | + | <meta charset="UTF-8"> | |
- | + | <title>Home</title> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | </style> | + | <style> |
+ | .tab_left { | ||
+ | visibility: hidden; | ||
+ | } | ||
+ | .tab_right { | ||
+ | visibility: visible; | ||
+ | } | ||
+ | #home_tab_left { | ||
+ | visibility: visible; | ||
+ | } | ||
+ | #team_tab_left { | ||
+ | visibility: visible; | ||
+ | } | ||
+ | #project_tab_left { | ||
+ | visibility: visible; | ||
+ | } | ||
+ | #parts_tab_left { | ||
+ | visibility: visible; | ||
+ | } | ||
+ | #home_tab_right { | ||
+ | visibility: hidden; | ||
+ | } | ||
+ | #team_tab_right { | ||
+ | visibility: hidden; | ||
+ | } | ||
+ | #project_tab_right { | ||
+ | visibility: hidden; | ||
+ | } | ||
+ | #parts_tab_right { | ||
+ | visibility: hidden; | ||
+ | } | ||
+ | </style> | ||
- | < | + | </head> |
- | + | ||
- | + | ||
- | + | ||
- | < | + | <body> |
- | < | + | <div id="tabs"> |
- | < | + | <div id="home_tab_left" class = "tab_left"><a href="Home"></a> </div> |
+ | <div id="team_tab_left" class = "tab_left"><a href="Team"></a> </div> | ||
+ | <div id="project_tab_left" class = "tab_left"><a href="Project"></a> </div> | ||
+ | <div id="parts_tab_left" class = "tab_left"><a href="Parts"></a> </div> | ||
+ | <div id="notebook_tab_left" class = "tab_left"><a href="Notebook"></a> </div> | ||
+ | <div id="safety_tab_left" class = "tab_left"><a href="Safety"></a> </div> | ||
+ | <div id="attributions_tab_left" class = "tab_left"><a href="Attributions"></a> </div> | ||
- | < | + | <a href="https://2014.igem.org/Main_Page"> |
- | < | + | <img id="igem_logo" src="https://static.igem.org/mediawiki/parts/6/6b/Vanderbilt_iGEM.png" alt="igem logo" width="50" height="50"> |
- | + | </a> | |
- | < | + | |
- | < | + | <div id="home_tab_right" class = "tab_right"><a href="Home"> </div></a> |
- | <a href=" | + | <div id="team_tab_right" class = "tab_right"><a href="Team"> </div></a> |
+ | <div id="project_tab_right" class = "tab_right"><a href="Project"> </div></a> | ||
+ | <div id="parts_tab_right" class = "tab_right"><a href="Parts"> </div></a> | ||
+ | <div id="notebook_tab_right" class = "tab_right"><a href="Notebook"> </div></a> | ||
+ | <div id="safety_tab_right" class = "tab_right"><a href="Safety"> </div></a> | ||
+ | <div id="attributions_tab_right" class = "tab_right"><a href="Attributions"> </div></a> | ||
+ | </div> | ||
- | < | + | <div id="openLabBook"> |
- | < | + | <div id="left_page" class="page"> |
+ | <header>Parts</header> | ||
+ | <table style="width:100%"> | ||
+ | <tr> | ||
+ | <td>Part</td> | ||
+ | <td>BBa_K546005</td> | ||
+ | <td>BBa_K546001</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td>Plasmid Backbone</td> | ||
+ | <td>pSB1C3</td> | ||
+ | <td>pSB1C3</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td>Sample Location</td> | ||
+ | <td>Plate: TP 4003 Well: 6H</td> | ||
+ | <td>Plate: 013 Kit Plate 1 Well: 12F</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td>Quality Control Results (resistance)</td> | ||
+ | <td>C Gel: OK Q: Low P: OK</td> | ||
+ | <td>A/A Gel: OK Q: OK P: OK</td> | ||
+ | </tr> | ||
+ | </table> | ||
+ | </div> | ||
- | < | + | <div id="right_page" class="page"> |
- | < | + | </div> |
+ | </div> | ||
- | < | + | <div id="left_button" class="button"></div> |
- | < | + | <div id="right_button" class="button"></div> |
- | < | + | <script type="text/javascript" src="https://2014.igem.org/Team:Vanderbilt/subpagebuilder?action=raw&ctype=text/javascript"></script> |
- | + | ||
- | < | + | <script> |
- | + | var builder = new SubPageBuilder(); | |
+ | var img1 = builder.createPhoto("https://static.igem.org/mediawiki/parts/1/18/AHL-LuxI_Quorum_Sensing.jpg", "Quorum-sensing activation", 473, 241, "Diagram from: Li, Y.-H.; Tian, X.Quorum Sensing and Bacterial Social Interactions in Biofilms. Sensors 2012, 12, 2519-2538."); | ||
- | + | document.getElementById("right_page").appendChild(img1); | |
- | < | + | </script> |
+ | </body> | ||
- | + | </html> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | </ | + |
Latest revision as of 23:10, 26 January 2015
Part | BBa_K546005 | BBa_K546001 |
Plasmid Backbone | pSB1C3 | pSB1C3 |
Sample Location | Plate: TP 4003 Well: 6H | Plate: 013 Kit Plate 1 Well: 12F |
Quality Control Results (resistance) | C Gel: OK Q: Low P: OK | A/A Gel: OK Q: OK P: OK |