(Prototype team page) |
|||
Line 1: | Line 1: | ||
{{KoreaSonyeodul}} | {{KoreaSonyeodul}} | ||
− | <html> | + | <html lang="en"> |
+ | <head> | ||
+ | <style> | ||
+ | #wrap {width: 60%; margin: auto;} | ||
+ | body{ | ||
+ | margin: 0; | ||
+ | background: url('https://static.igem.org/mediawiki/2016/e/ee/T--KoreaSonyeodul--TitleBackground.png'); | ||
+ | background-size: 100%; | ||
+ | background-repeat: no-repeat; | ||
+ | background-attachment: top; | ||
+ | } | ||
+ | <!--mainTitle--> | ||
+ | .site .mainBox .mainBox1 {width: 1000px; margin-left: auto; margin-right: auto;} | ||
+ | .site {width: 100%} | ||
+ | .site h1 { | ||
+ | margin-top: 250px; | ||
+ | color: #ffffff; | ||
+ | text-decoration: none; | ||
+ | font-size: 80px; | ||
+ | height: 35px; | ||
+ | background-color: rgba(255, 255, 255, 0.0);} | ||
+ | .site h2 {margin-top: 0; position: relative; margin-bottom: 300px; padding-bottom: 100px; | ||
+ | font-size: 50px; | ||
+ | color: #ffffff; | ||
+ | height: 30px; | ||
+ | } | ||
+ | table {text-align: center;} | ||
+ | .site .mainBox .mainBox1 {width: 1000px; margin-left: auto; margin-right: auto;} | ||
+ | <!--FadeIn--> | ||
+ | @import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300); | ||
− | + | body {padding: 0; margin: 0; background-color: #333;} | |
− | + | ||
− | + | ||
+ | .container {position: fixed; top: 25%; left: 25%;} | ||
− | + | @-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } } | |
− | + | @-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } } | |
+ | @keyframes fadeIn { from { opacity:0; } to { opacity:1; } } | ||
+ | .fade-in { | ||
+ | opacity:0; /* make things invisible upon start */ | ||
+ | -webkit-animation:fadeIn ease-in 1; | ||
+ | -moz-animation:fadeIn ease-in 1; | ||
+ | animation:fadeIn ease-in 1; | ||
+ | -webkit-animation-fill-mode:forwards; | ||
+ | -moz-animation-fill-mode:forwards; | ||
+ | animation-fill-mode:forwards; | ||
− | + | -webkit-animation-duration:1s; | |
+ | -moz-animation-duration:1s; | ||
+ | animation-duration:1s; | ||
+ | } | ||
+ | .fade-in.one { | ||
+ | -webkit-animation-delay: 0.7s; | ||
+ | -moz-animation-delay: 0.7s; | ||
+ | animation-delay: 0.7s; | ||
+ | } | ||
− | + | .fade-in.two { | |
− | + | -webkit-animation-delay: 1.2s; | |
− | + | -moz-animation-delay:1.2s; | |
+ | animation-delay: 1.2s; | ||
+ | } | ||
+ | .fade-in.three { | ||
+ | -webkit-animation-delay: 1.6s; | ||
+ | -moz-animation-delay: 1.6s; | ||
+ | animation-delay: 1.6s; | ||
+ | } | ||
+ | .content1 h2{ font-weight: normal; | ||
+ | } | ||
+ | </style> | ||
+ | <link href="http://netdna.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.css" rel="stylesheet"></link> | ||
+ | <link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet"> | ||
+ | <meta name= "viewport" content = "initial-scale=1.0, width= device-width" /> | ||
+ | </link> | ||
+ | </head> | ||
− | < | + | <body> |
− | < | + | <!--Title--> |
− | + | ||
− | + | ||
+ | <div class="box fade-in one"> | ||
+ | <div id="" align="center"> | ||
+ | <div id="fontlight" class="site"> | ||
+ | <h1> | ||
+ | <font face="Roboto" weight="200">DESIGN</font> | ||
+ | </h1> | ||
+ | <h2> | ||
+ | <font face="Roboto">Main Subtitle</font> | ||
+ | </h2> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
− | |||
− | |||
+ | <!--TitleBoxes--> | ||
+ | <div id="wrap"> | ||
+ | <div class="box fade-in two"> | ||
+ | <div class="content1"> | ||
+ | <h2> | ||
+ | The e-coli bacteria, DH+alpha, which is already located inside the mealworm's gut has the ability to decompose polystryene. However, polystryene only takes 7.8% while PET is more than 51%. Unfortunately, the mealworms don’t have the ability to decome polyehtylene yet. However, on the bright side, there is already a DNA artificially made by scientists that could decompose PET: the PUC 19. PUC 19 is one of a series of plasmid cloning vectors created by Joachim Messing and co-workers. So what we are trying to do is recombine DH+alpha and PUC19 by chemical transforming them. | ||
+ | If they are recombined properly, they would have the resistance to antibiotic which means that it would grow well in the agar badge. Now all we have to do is put this recombined DNA inside the DNA. From this experiment we are trying to further the mealworm’s ability to decompose plastic. If we succeed, we would provide a new solution to increasing amount of plastic. | ||
+ | </h2> | ||
+ | </div> | ||
+ | </div> | ||
+ | <!--OtherTitleBoxes--> | ||
+ | <div class="box fade-in three"> | ||
+ | </div> | ||
+ | <!--EndOfWrap--> | ||
+ | <!--Footer--> | ||
+ | </body> | ||
</html> | </html> |
Revision as of 10:45, 2 October 2016