Junyangong (Talk | contribs) |
Ojjonathan (Talk | contribs) |
||
(298 intermediate revisions by 6 users not shown) | |||
Line 1: | Line 1: | ||
+ | |||
{{:Team:Manchester/Templates/NavBar}} | {{:Team:Manchester/Templates/NavBar}} | ||
{{ManchesterMobile}} | {{ManchesterMobile}} | ||
<html> | <html> | ||
+ | <head> | ||
+ | <style> | ||
− | + | body { | |
+ | background-color:; | ||
+ | overflow-x: hidden | ||
+ | } | ||
− | + | .projectlink img:hover { | |
+ | opacity: 0.7; | ||
+ | } | ||
− | + | .floatleft1 { | |
+ | float: right!important; | ||
+ | } | ||
− | + | .floatright1 { | |
− | + | float: left!important; | |
− | + | } | |
− | + | ||
− | + | ||
− | + | ||
− | + | .sectionfirst { | |
+ | margin-top: 25px!important; | ||
+ | padding-top: 10vh; | ||
+ | height: 30vh; | ||
+ | background: transparent; | ||
+ | background-size: cover | ||
+ | } | ||
− | + | .border { | |
− | + | background-color: #c4c4c4; | |
− | + | color: #fff; | |
− | + | padding: 18px; | |
− | + | letter-spacing: 10px; | |
+ | opacity: 1 | ||
+ | } | ||
− | + | .col-md-4 img { | |
+ | width: 20vw; | ||
+ | display: block; | ||
+ | margin-left: auto; | ||
+ | margin-right: auto | ||
+ | } | ||
− | + | .displaybox { | |
+ | padding-top: 10px; | ||
+ | display: block; | ||
+ | min-height: 40vh; | ||
+ | border: 3px solid transparent; | ||
+ | border-radius:; | ||
+ | width: 100vw!important; | ||
+ | overflow-x: hidden; | ||
+ | opacity: 1.0; | ||
+ | -webkit-transition: 0.3s ease-in-out; | ||
+ | -moz-transition: 0.3s ease-in-out; | ||
+ | -ms-transition: 0.3s ease-in-out; | ||
+ | -o-transition: 0.3s ease-in-out; | ||
+ | transition: 0.3s ease-in-out | ||
+ | } | ||
− | + | h4 { | |
+ | font-size: 35px!important; | ||
+ | font-weight: 400; | ||
+ | font-family: 'Calibri'!important; | ||
+ | padding: 2%!important; | ||
+ | text-align: center; | ||
+ | } | ||
+ | h2 { | ||
+ | font-size: 40px!important; | ||
+ | font-weight: 400; | ||
+ | font-family: 'Calibri'!important; | ||
+ | padding: 2%!important; | ||
+ | text-align: center; | ||
+ | } | ||
− | + | h3 { | |
+ | font-size: 20px!important; | ||
+ | padding: 2%!important; | ||
+ | background: #89d4fa!important; | ||
+ | color: #111; | ||
+ | border: 1px solid #44bfff; | ||
+ | border-radius: .25em; | ||
+ | text-align: justify; | ||
+ | text-justify: inter-word; | ||
+ | } | ||
− | + | p { | |
+ | text-align: justify; | ||
+ | text-justify: inter-word; | ||
+ | font-family: 'Calibri', sans-serif; | ||
+ | } | ||
− | + | </style> | |
− | + | ||
− | + | ||
− | + | ||
+ | </head> | ||
+ | |||
+ | <body> | ||
+ | |||
+ | <div class="clear"></div> | ||
+ | |||
+ | <div class="col-md-12 sectionfirst" style="background-color: #fbf9f8!important"> | ||
+ | <h2 class="border" style="margin-top: 5vh; text-align: center">Results</h2> | ||
+ | <br/> | ||
</div> | </div> | ||
+ | <div style="padding: 0px 30vw; background-color: #fbf9f8!important"> | ||
− | < | + | <p><b>Overview:</b></p> |
− | < | + | <div class="plan" style="padding: 0px 2vw; border: 3px solid transparent; background-color: #fbf9f8!important"> |
− | < | + | <p style="margin-left: 40px">1. <a href="https://2017.igem.org/Team:Manchester/Results1">Polyphosphate kinase</a> purification and optimization.</p> |
− | < | + | <p style="margin-left: 40px">2. <a href="https://2017.igem.org/Team:Manchester/Results2">Eut microcompartment</a> expression.</p> |
− | + | <p style="margin-left: 40px">3. <a href="https://2017.igem.org/Team:Manchester/Results3">Localization Tag</a> characterization.</p> | |
− | < | + | <p style="margin-left: 40px">4. <a href="https://2017.igem.org/Team:Manchester/Results4">Anderson Promoters</a> characterization.</p> |
− | < | + | <p style="margin-left: 40px">5. <a href="https://2017.igem.org/Team:Manchester/Results5">References</a></p> |
− | </ | + | |
</div> | </div> | ||
+ | </div> | ||
+ | |||
+ | <div class="plan" style="padding: 0px 8vw; background-color: #fbf9f8!important"> | ||
+ | |||
+ | <a class="floatleft1 project projectlink" href= " https://2017.igem.org/Team:Manchester/Results1 " ><img src="https://static.igem.org/mediawiki/2017/7/7c/T--Manchester--Next_Arrow17.jpg"></a> | ||
+ | |||
+ | <a class="floatright1 project projectlink" href= " https://2017.igem.org/Team:Manchester/Description1 " ><img src="https://static.igem.org/mediawiki/2017/0/0a/T--Manchester--BACKARROW17MAN.jpg"></a> | ||
+ | |||
+ | <br> | ||
+ | <br> | ||
+ | <br> | ||
+ | <br> | ||
+ | <br> | ||
+ | |||
+ | </div> | ||
+ | |||
+ | <script> | ||
+ | $(document).ready(function() { | ||
+ | |||
+ | // Create NGL Stage object | ||
+ | var stage = new NGL.Stage( "viewport" ); | ||
+ | |||
+ | // Handle window resizing | ||
+ | window.addEventListener( "resize", function( event ){ | ||
+ | stage.handleResize(); | ||
+ | }, false ); | ||
+ | |||
+ | |||
+ | // Load PDB entry 1CRN | ||
+ | stage.loadFile( "https://2017.igem.org/Team:Manchester/ppk.pdb", { defaultRepresentation: true } ) | ||
+ | }); | ||
+ | </script> | ||
+ | </body> | ||
</html> | </html> | ||
+ | {{:Team:Manchester/Templates/Footer}} |
Latest revision as of 03:46, 2 November 2017
Results
Overview:
1. Polyphosphate kinase purification and optimization.
2. Eut microcompartment expression.
3. Localization Tag characterization.
4. Anderson Promoters characterization.
5. References