(Prototype team page) |
Jallingham (Talk | contribs) |
||
Line 1: | Line 1: | ||
{{Queens_Canada}} | {{Queens_Canada}} | ||
+ | {{Team:Queens_Canada/QU17_Menu}} | ||
+ | {{Team:Queens_Canada/QU17_Style}} | ||
<html> | <html> | ||
+ | <head> | ||
+ | <base target="_self"> | ||
+ | <style> | ||
+ | p.small { | ||
+ | line-height: 70%; | ||
+ | } | ||
− | + | p.big { | |
− | + | line-height: 200%; | |
− | + | } | |
− | + | ||
− | + | ||
− | + | ||
+ | div.lightBlue { | ||
+ | padding: 0px 110px; | ||
+ | background-color: #3399ff; | ||
+ | } | ||
− | + | ul { | |
− | + | font face: Corbel; | |
− | + | line-height: 1.5; | |
− | + | font size: 3; | |
+ | color: black; | ||
+ | } | ||
+ | div#afixRight{ | ||
+ | width:70px; | ||
+ | position:fixed; | ||
+ | bottom:12%; | ||
+ | right:0; | ||
+ | z-index:11; | ||
+ | } | ||
− | + | div.center { | |
− | + | padding: 10px 10px; | |
− | + | align: center; | |
− | + | } | |
− | + | ||
+ | p { | ||
+ | color: black; | ||
+ | } | ||
+ | </style> | ||
+ | </head> | ||
+ | <body> | ||
+ | |||
+ | <style> | ||
+ | |||
+ | p { | ||
+ | color: white; | ||
+ | } | ||
+ | |||
+ | ul { | ||
+ | color: white; | ||
+ | } | ||
+ | |||
+ | li { | ||
+ | color: white; | ||
+ | } | ||
+ | |||
+ | </style> | ||
+ | </head> | ||
+ | <body> | ||
+ | |||
+ | <div class="column full_size"> | ||
+ | <img src="https://static.igem.org/mediawiki/2017/a/ad/T--Queens_Canada--applicationbanner.png"> | ||
</div> | </div> | ||
− | <div | + | <div style="height:30px;width:100%"> |
− | < | + | <img src="https://static.igem.org/mediawiki/2017/6/64/T--Queens_Canada--NavyNavBackground1.jpg" style="width:100%;height:30px"> |
− | + | </div> | |
− | + | ||
− | + | <div style="background-color:#afbee8;color:white;padding:500px 150px 50px 150px;"> | |
− | + | <center> | |
− | + | ||
− | + | ||
− | + | ||
− | < | + | |
− | < | + | |
+ | <p class="big"><font size="5" color="black"> | ||
+ | This summer QGEM created a unique ratiometric application program. <br><br> | ||
+ | Our program outlines the steps required to build specific bifunctional E.coli biofilms, based on designated conditions - as deemed by the user. As such, the user inputs the designated ratio of the two proteins to be found in the biofilm, as well as the protein coding sequences, and organism/plasmid. The program then outputs the required promoter sequences and RBS sequences necessary to achieve such a ratio under the given conditions.<br><br> | ||
+ | Various components of the program were modeled, predominately by ordinary differential equations, as outlined on QGEM's "Mathematic Theory" wiki-page. These models were then directly integrated into our program's code, to ensure reliable results.<br><br> | ||
+ | QGEM also had the opportunity to integrate the Salis Lab's RBS Calculator code directly into our program, thanks to the gracious help and support from Dr. Howard Salis. Dr. Salis provided QGEM with the Python helper script necessary to access the web-based API. Given the nature of the system, QGEM was given an authentication token for the file. Thus, it is not accessible to be run externally without contacting Dr. Salis. <br> | ||
+ | <br> | ||
+ | The program is run in Python 2.7, and can be found on our GitHub page. | ||
+ | </font></p></center> | ||
+ | <br> | ||
</div> | </div> | ||
− | </ | + | <div style="height:30px;width:100%"> |
+ | <img src="https://static.igem.org/mediawiki/2017/6/64/T--Queens_Canada--NavyNavBackground1.jpg" style="width:100%;height:30px"> | ||
+ | </div> | ||
+ | |||
+ | |||
+ | |||
+ | <div class = "footer"> | ||
+ | <style> | ||
+ | .footer { padding: 10px; background-color: #171A3D; } | ||
+ | .footer > div { width: 500px; margin: 0 auto; padding-top: 50px; } | ||
+ | .footer > div > img { float: left; height: 100px; display: inline-block; position: relative; margin-left: 6px; margin-right: 6px; } | ||
+ | .footer > p { text-align: center; color: #ffffff } | ||
+ | .footer > p > a { color: #ffffff; } <!text of the "contact us"> | ||
+ | </style> | ||
+ | <p><font face="Corbel">contact us: <a href="director@qgemteam.com">director@qgemteam.com</a></p></font> | ||
+ | </div> |
Revision as of 03:52, 28 October 2017
This summer QGEM created a unique ratiometric application program.
Our program outlines the steps required to build specific bifunctional E.coli biofilms, based on designated conditions - as deemed by the user. As such, the user inputs the designated ratio of the two proteins to be found in the biofilm, as well as the protein coding sequences, and organism/plasmid. The program then outputs the required promoter sequences and RBS sequences necessary to achieve such a ratio under the given conditions.
Various components of the program were modeled, predominately by ordinary differential equations, as outlined on QGEM's "Mathematic Theory" wiki-page. These models were then directly integrated into our program's code, to ensure reliable results.
QGEM also had the opportunity to integrate the Salis Lab's RBS Calculator code directly into our program, thanks to the gracious help and support from Dr. Howard Salis. Dr. Salis provided QGEM with the Python helper script necessary to access the web-based API. Given the nature of the system, QGEM was given an authentication token for the file. Thus, it is not accessible to be run externally without contacting Dr. Salis.
The program is run in Python 2.7, and can be found on our GitHub page.