Difference between revisions of "Team:York/Parts"
Lizalexianu (Talk | contribs) |
Lizalexianu (Talk | contribs) |
||
Line 7: | Line 7: | ||
border-collapse: collapse; | border-collapse: collapse; | ||
text-align: center; | text-align: center; | ||
+ | } | ||
+ | body{ | ||
+ | padding-top: 0; | ||
+ | } | ||
+ | ul { | ||
+ | list-style: none; | ||
+ | padding:0; | ||
+ | margin:0; | ||
+ | } | ||
+ | .border{ | ||
+ | border: 5px solid; | ||
+ | border-color: black; | ||
+ | } | ||
+ | .test{ | ||
+ | padding-left: 1em; | ||
+ | text-indent: -.7em; | ||
+ | } | ||
+ | |||
+ | .test:before { | ||
+ | content: "• "; | ||
+ | color: black; | ||
+ | } | ||
+ | ul{font-family:garamond;} | ||
+ | p{font-family:garamond;} | ||
+ | h2 | ||
+ | {color:black;} | ||
+ | .h1 | ||
+ | {color:black;} | ||
+ | |||
+ | .navbar li{ | ||
+ | font-family: 'Arial'; | ||
+ | color: black; | ||
+ | position:relative; | ||
+ | top : 3px; | ||
+ | font-size : 14px; | ||
+ | font-weight: bold; | ||
+ | vertical-align : middle; | ||
+ | padding : 0; | ||
+ | margin : 0; | ||
+ | } | ||
+ | |||
+ | .bigger { | ||
+ | height: 600px; | ||
+ | width: 600px; | ||
} | } | ||
</style> | </style> | ||
Line 135: | Line 179: | ||
<div class="col-md-1"></div> | <div class="col-md-1"></div> | ||
+ | |||
+ | <h1>Some Stuff</h1> | ||
+ | <p>Template for magic appearing Div's</p> | ||
+ | <p>(Click to enlarge images)</p> | ||
+ | |||
+ | <div class="col-md-3"> | ||
+ | <div class="navbar"> | ||
+ | <ul> | ||
+ | <li style="display:block;">Click to view:</li> | ||
+ | <li style="display:block;" onclick="toggleSection('PLACEHOLDER1')">Plaeholder no. 1</li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <div class="col-md-9"> | ||
+ | <div class="section" id="PLACEHOLDER1"> | ||
+ | <h3>Placeholder no.1</h3> | ||
+ | <ul> | ||
+ | <li>Some info</li> | ||
+ | <li>More info</li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | </div> | ||
+ | <div class="col-md-1"></div> | ||
+ | </body> | ||
+ | |||
+ | <script> | ||
+ | function toggleSection(sectionID) { | ||
+ | $('.section').hide(); // this hides all currently open div of class(if any); | ||
+ | $('#' + sectionID).fadeIn(500); // show desired div | ||
+ | } | ||
+ | $('.section').hide(); //All div start hidden | ||
+ | |||
+ | $(document).ready(function(){ | ||
+ | $("img").click(function() { | ||
+ | $(this).toggleClass("bigger"); | ||
+ | }); | ||
+ | }); | ||
+ | </script> | ||
</html> | </html> |
Revision as of 19:31, 18 September 2015
Part Table
Source Organism | Gene | Part Name | Function | Characterised | Sequenced | Submitted |
Expression vector “pAdapt” in pSB1C3 | lacZalpha | BBa_K1807000 | Used as cloning vector | ✔ | ✔ | ✔ |
Escherichia coli | EcPPX | BBa_K1807001 | Phosphate Kinase | ✔ | ✔ | |
Escherichia coli | EcPPK | BBa_K1807002 | Phosphate Kinase | ✔ | ✔ | |
Escherichia coli | EcPstSCAB | Phosphate specific transporter | ✔ | |||
Kingella oralis | KoPPK | BBa_K1807006 | PolyPhosphate Kinase | ✔ | ✔ | |
Sinorhizobium meliloti | SmPstSCAB | Phosphate specific transporter | ✔ | ✔ | ✔ | |
Candidatus Accumulibacter phosphatis | ApPPK BA-91 | BBa_K1807003 | PolyPhosphate kinase | ✔ | ✔ | ✔ |
Candidatus Accumulibacter phosphatis | ApPPK SK-12 | BBa_K1807004 | PolyPhosphate kinase | ✔ | ✔ | ✔ |
Candidatus Accumulibacter phosphatis | ApPPK UW-1 | BBa_K1807005 | PolyPhosphate kinase | ✔ | ✔ | ✔ |
Candidatus Accumulibacter phosphatis | ApPstSCAB | BBa_K1807007 | Phosphate specific transporter | ✔ | ✔ |
Some Stuff
Template for magic appearing Div's
(Click to enlarge images)
Placeholder no.1
- Some info
- More info