(Prototype team page) |
|||
(3 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
<html> | <html> | ||
+ | <body> | ||
+ | <style> | ||
+ | #HQ_page table { | ||
+ | display:block; | ||
+ | margin:auto; | ||
+ | } | ||
+ | </style> | ||
+ | <div class='header'> | ||
+ | |||
+ | <h1 class='title' align="center">Medaling</h1> | ||
+ | </div> | ||
+ | <div class='body alternate'> | ||
+ | <div class="section"> | ||
+ | <div class="wrapper"> | ||
+ | <h1>Bronze</h1> | ||
+ | <table class="table problemBorder small"> | ||
+ | <thead> | ||
+ | <tr> | ||
+ | <th>Criteria</th> | ||
+ | <th>Explanation</th> | ||
+ | <th>How has the University of Illinois at Urbana Champaign completed this?</th> | ||
+ | </tr> | ||
+ | </thead> | ||
+ | <tbody> | ||
+ | <tr> | ||
+ | <td>1</td> | ||
+ | <td>Registration and Giant Jamboree Attendance</td> | ||
+ | <td>Check</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td>2</td> | ||
+ | <td>Competition Deliverables</td> | ||
+ | <td>#1 Wiki <br>#2 Poster <br>#3 Presentation <br>#4 Judging Form</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td>3</td> | ||
+ | <td>Attributions</td> | ||
+ | <td>Check</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td>4</td> | ||
+ | <td>Characterization / Contribution</td> | ||
+ | <td>Completed the Interlab Study</td> | ||
+ | </tr> | ||
+ | </tbody> | ||
+ | </table> | ||
+ | <div class="spacer-small"></div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="section"> | ||
+ | <div class="wrapper"> | ||
+ | <h1>Silver</h1> | ||
+ | <table class="table problemBorder small"> | ||
+ | <thead> | ||
+ | <tr> | ||
+ | <th>Criteria</th> | ||
+ | <th>Explanation</th> | ||
+ | <th>How has the University of Illinois at Urbana Champaign completed this?</th> | ||
+ | </tr> | ||
+ | </thead> | ||
+ | <tbody> | ||
+ | <tr> | ||
+ | <td>1</td> | ||
+ | <td>Validated Part / Validated Contribution</td> | ||
+ | <td>Sent a codon optimized RFP and GFP for LAB to the iGEM parts registry</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td>2</td> | ||
+ | <td>Collaboration</td> | ||
+ | <td>We collaborated with the University of Washington in St. Louis, University of Nebraska-Lincoln, and the Imperial College-London</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td>3</td> | ||
+ | <td> Human Practices</td> | ||
+ | <td> We talked to spoke to experts in the fields of brewing, bio-processing, biological engineering, and synthetic biology </td> | ||
+ | |||
+ | </tr> | ||
+ | </tbody> | ||
+ | </table> | ||
+ | <div class="spacer-small"></div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="section"> | ||
+ | <div class="wrapper"> | ||
+ | <h1>Gold</h1> | ||
+ | <table class="table problemBorder small"> | ||
+ | <thead> | ||
+ | <tr> | ||
+ | <th>Criteria</th> | ||
+ | <th>Explanation</th> | ||
+ | <th>How has the University of Illinois at Urbana Champaign completed this?</th> | ||
+ | </tr> | ||
+ | </thead> | ||
+ | <tbody> | ||
+ | <tr> | ||
+ | <td>1</td> | ||
+ | <td>Integrated Human Practices</td> | ||
+ | <td>We changed the course of our project after speaking to experts in the fields of brewing, bio-processing, biological engineering, and synthetic biology </td> | ||
− | < | + | </tr> |
− | < | + | <tr> |
− | < | + | <td>2</td> |
− | < | + | <td>Model Your Project</td> |
− | </div> | + | <td>We created a model to depict the growth of two species under a common restricted nutrient supply</td> |
+ | </tr> | ||
+ | </tbody> | ||
+ | </table> | ||
+ | <div class="spacer-small"></div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </body> | ||
− | < | + | <head> |
+ | <meta charset="utf-8"> | ||
+ | <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | ||
+ | <meta http-equiv="x-ua-compatible" content="ie=edge"> | ||
+ | <title>Material Design Bootstrap</title> | ||
+ | <!-- Font Awesome --> | ||
+ | <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"> | ||
+ | <!-- Bootstrap core CSS --> | ||
+ | <link href="css/bootstrap.min.css" rel="stylesheet"> | ||
+ | <!-- Material Design Bootstrap --> | ||
+ | <link href="css/mdb.min.css" rel="stylesheet"> | ||
+ | <!-- Your custom styles (optional) --> | ||
+ | <link href="css/style.css" rel="stylesheet"> | ||
+ | </head> | ||
+ | <style> | ||
+ | /* Clear the default wiki settings */ | ||
+ | #home_logo, #sideMenu { display:none; } | ||
+ | #contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo {display:none;} | ||
+ | #sideMenu, #top_title, .patrollink {display:none;} | ||
+ | #content { width:100%; padding:0px; margin-top:-7px; margin-left:0px;} | ||
+ | body {background-color:white; } | ||
+ | #bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; } | ||
+ | @charset "UTF-8"; | ||
− | + | .footer-distributed{ | |
− | + | background-color: #122b40; | |
+ | box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12); | ||
+ | box-sizing: border-box; | ||
+ | width: 100%; | ||
+ | text-align: left; | ||
+ | padding: 45px 50px; | ||
+ | margin-top: 80px; | ||
+ | bottom: 0px; | ||
+ | } | ||
− | + | .footer-distributed .footer-left p{ | |
− | + | color: white; | |
− | + | font-size: 14px; | |
+ | margin: 0; | ||
+ | } | ||
+ | .footer-distributed .footer-right p{ | ||
+ | color: white; | ||
+ | font-size: 14px; | ||
+ | margin: 0; | ||
+ | } | ||
− | + | /* Footer links */ | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | .footer-distributed p.footer-links{ | |
+ | font-size:18px; | ||
+ | font-weight: bold; | ||
+ | color: #ffffff; | ||
+ | margin: 0 0 10px; | ||
+ | padding: 0; | ||
+ | } | ||
− | |||
+ | .footer-distributed p.footer-links a{ | ||
+ | display:inline-block; | ||
+ | line-height: 1.8; | ||
+ | text-decoration: none; | ||
+ | color: inherit; | ||
+ | } | ||
− | + | .footer-distributed .footer-right{ | |
− | + | float: right; | |
− | + | margin-top: 6px; | |
− | + | max-width: 400px; | |
− | + | } | |
− | + | ||
− | + | ||
− | + | ||
− | + | .footer-distributed .footer-right a{ | |
− | + | display: inline-block; | |
− | </ | + | width: 50px; |
− | < | + | height: 35px; |
+ | |||
+ | border-radius: 2px; | ||
+ | |||
+ | font-size: 20px; | ||
+ | color: white; | ||
+ | text-align: center; | ||
+ | line-height: 35px; | ||
+ | |||
+ | margin-left: 3px; | ||
+ | } | ||
+ | |||
+ | .sponsors { | ||
+ | margin: 2.5px; | ||
+ | width: 125px; | ||
+ | } | ||
+ | |||
+ | /* If you don't want the footer to be responsive, remove these media queries */ | ||
+ | |||
+ | @media (max-width: 600px) { | ||
+ | |||
+ | .footer-distributed .footer-left, | ||
+ | .footer-distributed .footer-right{ | ||
+ | text-align: center; | ||
+ | } | ||
+ | |||
+ | .footer-distributed .footer-right{ | ||
+ | float: none; | ||
+ | margin: 0 auto 20px; | ||
+ | } | ||
+ | |||
+ | .footer-distributed .footer-left p.footer-links{ | ||
+ | line-height: 1.8; | ||
+ | } | ||
+ | } | ||
+ | |||
+ | |||
+ | html, body { | ||
+ | padding: 0; | ||
+ | margin: 0; | ||
+ | height: 100%; | ||
+ | } | ||
+ | |||
+ | footer { | ||
+ | width: 100%; | ||
+ | } | ||
+ | |||
+ | #wrapper { | ||
+ | min-height: 100%; | ||
+ | position: relative; | ||
+ | } | ||
+ | |||
+ | </style> | ||
+ | |||
+ | |||
+ | <div id="wrapper"> | ||
+ | |||
</div> | </div> | ||
+ | <footer class="footer-distributed"> | ||
+ | |||
+ | <div class="footer-right"> | ||
+ | <a target="_blank" href="mailto:illinoisigem@gmail.com"><i class="fa fa-envelope-o fa-2x"></i></a> | ||
+ | <a target="_blank" href="https://www.facebook.com/UIUC-IGEM-1844032205901350/"><i class="fa fa-facebook fa-2x"></i></a> | ||
+ | <a target="_blank" href="https://twitter.com/igem_uiuc?lang=en"><i class="fa fa-twitter fa-2x"></i></a> | ||
+ | |||
+ | <p> Email: illinoisigem@gmail.com</p> | ||
+ | </div> | ||
+ | |||
+ | |||
+ | <div class="footer-left"> | ||
+ | |||
+ | <p class="footer-links"> | ||
+ | <a target="_blank" href="https://www.energy.gov/"> | ||
+ | <img class="sponsors" src="https://static.igem.org/mediawiki/2018/3/38/T--UIUC_Illinois--footerdoe.png"> | ||
+ | </a> | ||
+ | |||
+ | <a target="_blank" href="https://cabbi.bio/"> | ||
+ | <img class="sponsors" src="https://static.igem.org/mediawiki/2018/e/e5/T--UIUC_Illinois--footercabbi.png"> | ||
+ | </a> | ||
+ | |||
+ | <a target="_blank" href="https://www.igb.illinois.edu/"> | ||
+ | <img class="sponsors" src="https://static.igem.org/mediawiki/2018/3/36/T--UIUC_Illinois--footerigb.png"> | ||
+ | </a> | ||
+ | <a target="_blank" href="https://www.idtdna.com/pages"> | ||
+ | <img class="sponsors" src="https://static.igem.org/mediawiki/2018/a/a9/T--UIUC_Illinois--footeridt.png"> | ||
+ | </a> | ||
+ | |||
+ | <a target="_blank" href="https://www.neb.com/"> | ||
+ | <img class="sponsors" src="https://static.igem.org/mediawiki/2016/e/ed/T--Imperial_College--NEB.png"> | ||
+ | </a> | ||
+ | |||
+ | <a target="_blank" href="https://www.biobasic.com/"> | ||
+ | <img class="sponsors" src="https://static.igem.org/mediawiki/2018/e/ed/T--UIUC_Illinois--footerbiobasic.png"> | ||
+ | </a> | ||
+ | |||
+ | |||
+ | </p> | ||
+ | |||
+ | |||
+ | </div> | ||
+ | |||
+ | </footer> | ||
</html> | </html> |
Latest revision as of 02:06, 18 October 2018
Medaling
Bronze
Criteria | Explanation | How has the University of Illinois at Urbana Champaign completed this? |
---|---|---|
1 | Registration and Giant Jamboree Attendance | Check |
2 | Competition Deliverables | #1 Wiki #2 Poster #3 Presentation #4 Judging Form |
3 | Attributions | Check |
4 | Characterization / Contribution | Completed the Interlab Study |
Silver
Criteria | Explanation | How has the University of Illinois at Urbana Champaign completed this? |
---|---|---|
1 | Validated Part / Validated Contribution | Sent a codon optimized RFP and GFP for LAB to the iGEM parts registry |
2 | Collaboration | We collaborated with the University of Washington in St. Louis, University of Nebraska-Lincoln, and the Imperial College-London |
3 | Human Practices | We talked to spoke to experts in the fields of brewing, bio-processing, biological engineering, and synthetic biology |
Gold
Criteria | Explanation | How has the University of Illinois at Urbana Champaign completed this? |
---|---|---|
1 | Integrated Human Practices | We changed the course of our project after speaking to experts in the fields of brewing, bio-processing, biological engineering, and synthetic biology |
2 | Model Your Project | We created a model to depict the growth of two species under a common restricted nutrient supply |