(Prototype team page) |
|||
(15 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
<html> | <html> | ||
+ | <head> | ||
+ | <link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet"> | ||
+ | </head> | ||
− | <div class=" | + | <div class="staticgel" id="toppic"> |
− | + | ||
− | + | ||
− | + | ||
</div> | </div> | ||
+ | <img src="https://static.igem.org/mediawiki/2017/e/ec/T--UChicago--coll.png" id="title"> | ||
+ | <style> | ||
+ | .staticgel{ | ||
+ | height: 650px; | ||
+ | width: 100%; | ||
+ | display: block; | ||
+ | margin: auto; | ||
+ | background-image: url('https://static.igem.org/mediawiki/2017/b/b5/T--UChicago--earth.jpeg'); | ||
+ | background-size: 100% 100%; | ||
+ | background-attachment: fixed; | ||
+ | } | ||
+ | #title{ | ||
+ | position: absolute; | ||
+ | z-index: 1000; | ||
+ | top: 100px; | ||
+ | left: 15%; | ||
+ | width: 60%; | ||
+ | |||
+ | } | ||
+ | </style> | ||
− | <div class=" | + | <div class="circles"> |
+ | <div> | ||
+ | <a class="btn" id="pencil" href="https://2017.igem.org/Team:WashU_StLouis"><i class="ion-iso-arrow-down"></i></a> | ||
+ | </div> | ||
− | <div class=" | + | <div> |
− | < | + | <a class="btn" id="gavel" href="https://2017.igem.org/Team:UChicago"><i class="ion-ios-arrow-down"></i></a> |
+ | </div> | ||
+ | </div> | ||
− | < | + | <style> |
− | + | .circles{ | |
− | + | display: flex; | |
+ | margin: 0 auto; | ||
+ | padding-top: 50px; | ||
+ | width: 450px; | ||
+ | margin-bottom: 50px; | ||
+ | } | ||
− | + | .btn { | |
− | + | display: block; | |
− | + | width:200px; | |
− | + | margin-left: 10px; | |
+ | margin-left: 10px; | ||
+ | |||
+ | height: 200px; | ||
+ | border-radius: 50%; | ||
+ | border: 5px solid rgb(0,109,171);; | ||
+ | } | ||
− | |||
− | + | #pencil{ | |
− | + | background-image: url('https://static.igem.org/mediawiki/2017/f/f0/T--UChicago--wulogo.jpg'); | |
− | + | opacity: .5; | |
− | + | } | |
− | < | + | #gavel{ |
− | + | background-image: url('https://static.igem.org/mediawiki/2017/0/0e/T--UChicago--logocollab.jpg'); | |
− | + | opacity: .5; | |
+ | } | ||
+ | |||
+ | #gavel:hover, #pencil:hover{ | ||
+ | opacity: 1; | ||
+ | } | ||
+ | |||
+ | |||
+ | </style> | ||
+ | |||
+ | <div class="content"> | ||
+ | Over the summer, our iGEM team started corresponding with the Washington University in St. Louis team. We decided to collaborate with one another by testing both of our projects at the same time. | ||
</div> | </div> | ||
+ | <img src="https://static.igem.org/mediawiki/2017/7/7c/T--UChicago--circles.jpg" class="circlepics"> | ||
+ | <div class="content"> | ||
+ | The WashU team is comparing the “effectiveness of several genes on the level of UV radiation tolerance in E. coli”. They are using four genes that provide UV resistance: uvsE, Dsup, phrAC and BCP. This October, they mailed us these four plasmids so we could put them into our chromosome-integrating plasmids (then transform them into yeast). | ||
− | <div class=" | + | </div> |
− | + | <img src="https://static.igem.org/mediawiki/2017/7/7c/T--UChicago--circles.jpg" class="circlepics"> | |
− | + | ||
− | < | + | <div class="content"> |
+ | In our collaboration, we gave the WashU team advice in the building of their UV radiation machine. While we were unable to test their genes this year, we hope to continue our collaboration and further characterize their parts. | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
</div> | </div> | ||
+ | |||
+ | <style> | ||
+ | |||
+ | .circlepics{ | ||
+ | display: block; | ||
+ | margin: auto; | ||
+ | width: 25%; | ||
+ | height: 25%; | ||
+ | } | ||
+ | |||
+ | |||
+ | .content{ | ||
+ | font-size: 20px; | ||
+ | text-align: center; | ||
+ | line-height: 1.5; | ||
+ | } | ||
+ | |||
+ | #bodyContent{ | ||
+ | padding-right: 15%; | ||
+ | } | ||
+ | |||
+ | .footer2 a{ | ||
+ | color: white; | ||
+ | text-decoration:none; | ||
+ | } | ||
+ | |||
+ | .footer2{ | ||
+ | background-color: grey; | ||
+ | width: auto; | ||
+ | height: 50px; | ||
+ | margin-top: 45px; | ||
+ | text-align: center; | ||
+ | color: white; | ||
+ | font-family: 'Open Sans', sans-serif; | ||
+ | padding-top: 28px; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | </style> | ||
+ | <div class="footer2"> | ||
+ | <a href="mailto:genehackers.uchicago@gmail.com">GeneHackers 2017</a> | ||
+ | <div> | ||
</html> | </html> |
Latest revision as of 03:05, 1 November 2017
Over the summer, our iGEM team started corresponding with the Washington University in St. Louis team. We decided to collaborate with one another by testing both of our projects at the same time.
The WashU team is comparing the “effectiveness of several genes on the level of UV radiation tolerance in E. coli”. They are using four genes that provide UV resistance: uvsE, Dsup, phrAC and BCP. This October, they mailed us these four plasmids so we could put them into our chromosome-integrating plasmids (then transform them into yeast).
In our collaboration, we gave the WashU team advice in the building of their UV radiation machine. While we were unable to test their genes this year, we hope to continue our collaboration and further characterize their parts.