Junyangong (Talk | contribs) |
Ojjonathan (Talk | contribs) |
||
(293 intermediate revisions by 6 users not shown) | |||
Line 1: | Line 1: | ||
+ | |||
{{:Team:Manchester/Templates/NavBar}} | {{:Team:Manchester/Templates/NavBar}} | ||
{{ManchesterMobile}} | {{ManchesterMobile}} | ||
Line 9: | Line 10: | ||
background-color:; | background-color:; | ||
overflow-x: hidden | 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 { | .col-md-4 img { | ||
− | width: | + | width: 20vw; |
display: block; | display: block; | ||
margin-left: auto; | margin-left: auto; | ||
Line 26: | Line 55: | ||
width: 100vw!important; | width: 100vw!important; | ||
overflow-x: hidden; | overflow-x: hidden; | ||
− | opacity: | + | opacity: 1.0; |
-webkit-transition: 0.3s ease-in-out; | -webkit-transition: 0.3s ease-in-out; | ||
-moz-transition: 0.3s ease-in-out; | -moz-transition: 0.3s ease-in-out; | ||
Line 34: | Line 63: | ||
} | } | ||
− | + | h4 { | |
− | + | font-size: 35px!important; | |
− | - | + | font-weight: 400; |
− | - | + | font-family: 'Calibri'!important; |
− | + | padding: 2%!important; | |
− | - | + | text-align: center; |
− | + | ||
} | } | ||
− | + | h2 { | |
− | + | font-size: 40px!important; | |
− | padding- | + | 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; | |
} | } | ||
Line 60: | Line 102: | ||
<body> | <body> | ||
− | <div class="sectionfirst | + | <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"> | ||
− | <div class=" | + | <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> | |
− | <p>< | + | |
− | </ | + | |
− | + | ||
− | + | ||
− | + | ||
− | </ | + | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
</div> | </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> | </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> | ||
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