(95 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | {{TecCEM}} | + | {{TecCEM}} |
− | + | ||
− | + | ||
<html> | <html> | ||
+ | |||
<head> | <head> | ||
− | + | <!-- Basic Page Needs --> | |
− | + | <meta charset="utf-8" /> | |
− | + | <meta http-equiv="X-UA-Compatible" content="IE=edge" /> | |
− | + | <title>IGEM_TECCEM</title> | |
− | + | <meta name="description" content="" /> | |
− | + | <meta name="keywords" content="" /> | |
− | + | <meta name="author" content="Fernando Colchado" /> | |
− | + | <link href="https://fonts.googleapis.com/css?family=Raleway|Ubuntu" rel="stylesheet"> | |
− | + | <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> | |
− | + | ||
− | + | <script> | |
− | + | jQuery(document).ready(function($) { | |
− | + | $(window).on('beforeunload', function(){ | |
+ | $(window).scrollTop(0); | ||
+ | }); | ||
+ | function map(value, in_min, in_max, out_min, out_max) { | ||
+ | return (value - in_min) * (out_max - out_min) / (in_max - in_min) + out_min; | ||
+ | } | ||
+ | //######SCROLL WINDOW########## | ||
− | + | $("#scrollTo").click(function() { | |
− | + | $('html, body').animate({ | |
− | + | scrollTop: $("#firstTitle").offset().top - 120 | |
− | + | }, 2000); | |
+ | }); | ||
− | + | // #####SCROLL OPACITY##### | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | $(window).scroll(function(event) { | |
− | + | var scroll = $(window).scrollTop(); | |
− | + | var scrollOpacity = map(scroll, 0, 350, 1, 0); | |
− | + | var lemonPileOpacity = map(scroll, 0, 500, 0, 1); | |
− | + | var lemonPileTop = map(scroll, 0, 1000, -180, 300); | |
− | + | console.log(lemonPileTop); | |
− | + | var lemonPileRotate = map(scroll, 0, 700, 50, 0); | |
− | + | $('.scroll img').css('opacity', scrollOpacity); | |
− | + | $('.lemonPileImg1').css('opacity', lemonPileOpacity); | |
− | + | $('.lemonPileImg1').css('top', lemonPileTop + 'px'); | |
− | + | $('.lemonPileImg1').css({ | |
− | + | 'transform': 'rotate(' + lemonPileRotate + 'deg)' | |
+ | }); | ||
+ | }); | ||
− | + | //######MOUSE X######## | |
− | + | $(document).on("mousemove", function(event) { | |
− | + | console.log(event.pageX); | |
− | + | var mouseX = event.pageX; | |
− | + | var mouseOpacityLeft = map(mouseX, 0, 1280, -0.5, 1.5); | |
− | + | var mouseOpacityRight = map(mouseX, 0, 1280, 1.5, -0.5); | |
− | + | var mousePositionLeft = map(mouseX, 0, 1280, 100, -100); | |
− | + | var mousePositionRight = map(mouseX, 0, 1280, -390, -190); | |
− | + | var mousePositionTopLeft = map(mouseX, 0, 1280, -200, 100); | |
− | + | var mousePositionTopRight = map(mouseX, 0, 1280, 100, -150); | |
− | + | $('.sadPeopleLeft').css('opacity', mouseOpacityLeft); | |
− | + | $('.sadPeopleRight').css('opacity', mouseOpacityRight); | |
− | + | $('.leftHand img').css('left', mousePositionLeft); | |
− | + | $('.rightHand img').css({ | |
− | + | 'right': mousePositionRight | |
− | + | }); | |
− | + | $('.leftHand').css('top', mousePositionTopLeft); | |
+ | $('.rightHand').css({ | ||
+ | 'top': mousePositionTopRight | ||
+ | }); | ||
+ | }); | ||
− | }); | + | }); |
− | + | </script> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | .sadPeopleAreSad{ | + | <style> |
− | + | html, | |
− | + | body { | |
− | + | overflow-x: hidden; | |
− | + | overflow-y: hidden; | |
− | } | + | } |
− | .hands{ | + | |
− | + | #globalWrapper { | |
− | + | width: 100%; | |
− | } | + | } |
− | #scrollTo{ | + | |
− | + | .igem_2017_content_wrapper ul { | |
− | } | + | padding: 0; |
− | @media only screen and (max-width: 1246px) { | + | font-size: 100%; |
− | .titleRed{ | + | font-family: 'Ubuntu', sans-serif !important; |
− | + | } | |
− | + | ||
− | + | .igem_2017_content_wrapper a { | |
− | + | text-decoration: none; | |
− | + | } | |
− | + | ||
− | + | .igem_2017_content_wrapper { | |
− | + | width: 100%; | |
− | + | } | |
− | + | #firstTitle{ | |
− | + | font-size: 2em; | |
− | + | } | |
− | + | .imgOranges { | |
− | + | position: inherit; | |
− | + | top: -80px; | |
− | + | left: 50%; | |
− | + | transform: translate(-50%, 0); | |
− | + | } | |
− | } | + | |
− | @media only screen and (max-width: 967px) { | + | .titleStyleCitrus { |
− | .titleRed{ | + | top: -380px; |
− | + | text-align: center; | |
− | + | font-family: 'Pangolin', cursive; | |
− | .lemonPileImg1{ | + | } |
− | + | ||
− | + | .titleStyleCitrus h1 { | |
− | + | line-height: 1em; | |
− | + | color: white; | |
− | + | } | |
− | + | ||
+ | .orangePileImg { | ||
+ | top: 80px; | ||
+ | } | ||
+ | |||
+ | .orangePileWidth { | ||
+ | left: 50%; | ||
+ | position: relative; | ||
+ | transform: translate(-50%, 0); | ||
+ | width: 500px; | ||
+ | } | ||
+ | |||
+ | .complex { | ||
+ | padding-top: 140px; | ||
+ | } | ||
+ | |||
+ | .paddingFades { | ||
+ | padding-top: 50px; | ||
+ | text-align: justify; | ||
+ | } | ||
+ | |||
+ | .paddingFadesImg { | ||
+ | padding-top: 50px; | ||
+ | text-align: justify; | ||
+ | } | ||
+ | |||
+ | .sadPeopleAreSad { | ||
+ | position: relative; | ||
+ | left: 50%; | ||
+ | transform: translate(-50%, 0); | ||
+ | top: -70px; | ||
+ | } | ||
+ | |||
+ | .hands { | ||
+ | top: -230px; | ||
+ | position: relative; | ||
+ | } | ||
+ | |||
+ | #scrollTo { | ||
+ | cursor: pointer; | ||
+ | } | ||
+ | |||
+ | @media only screen and (max-width: 1246px) { | ||
+ | .titleRed { | ||
+ | font-size: 2em; | ||
+ | } | ||
+ | .rightHand img { | ||
+ | display: none; | ||
+ | } | ||
+ | .leftHand img { | ||
+ | left: -35px !important; | ||
+ | width: 400px; | ||
+ | } | ||
+ | .leftHand { | ||
+ | top: 280px !important; | ||
+ | } | ||
+ | .sadPeopleLeft { | ||
+ | opacity: 1 !important; | ||
+ | } | ||
+ | .sadPeopleRight { | ||
+ | opacity: 1 !important; | ||
+ | } | ||
+ | } | ||
+ | |||
+ | @media only screen and (max-width: 967px) { | ||
+ | .titleRed { | ||
+ | font-size: 2em; | ||
+ | } | ||
+ | .lemonPileImg1 { | ||
+ | transform: translate(50%, 0) !important; | ||
+ | opacity: 0; | ||
+ | position: relative; | ||
+ | top: -10px !important; | ||
+ | width: 160px; | ||
+ | z-index: 1; | ||
+ | } | ||
+ | .sadPeopleAreSad { | ||
+ | display: none; | ||
+ | } | ||
+ | .paddingFadesImg { | ||
+ | padding-top: 0 !important; | ||
+ | } | ||
+ | #load-image-right{ | ||
+ | visibility: none; | ||
+ | position: absolute; | ||
+ | right: 0; | ||
+ | top: -180px; | ||
+ | z-index: 1999; | ||
+ | } | ||
+ | #load-image{ | ||
+ | position: absolute; | ||
+ | left: -300px; | ||
+ | z-index: 2000; | ||
+ | } | ||
+ | } | ||
+ | </style> | ||
+ | <script type="text/javascript"> | ||
+ | $(window).on('load', function() { | ||
+ | $(window).on('beforeunload', function(){ | ||
+ | $(window).scrollTop(0); | ||
+ | }); | ||
+ | $('#load-image').addClass('loaded-img-left'); | ||
+ | $('#load-image-right').addClass('loaded-img-right'); | ||
+ | $('#mobile-load').addClass('mobile-load-image-right'); | ||
+ | function overflow(){ | ||
+ | $('body').css('overflow-y', 'scroll'); | ||
+ | $('html').css('overflow-y', 'scroll'); | ||
+ | } | ||
+ | setTimeout(overflow, 3000); | ||
+ | $('.loadVisible').css('visibility','visible'); | ||
+ | |||
+ | // $().css('overflow-y', 'visible'); | ||
+ | }); | ||
+ | </script> | ||
+ | <style type="text/css"> | ||
+ | #mobile-load{ | ||
+ | visibility: hidden; | ||
+ | /*width: 1800px;*/ | ||
+ | position: absolute; | ||
+ | right: -100px; | ||
+ | top: -170px; | ||
+ | z-index: 1999; | ||
} | } | ||
− | + | .mobile-load-image-right{ | |
− | + | z-index: 1999; | |
− | + | visibility: hidden; | |
− | . | + | position: absolute; |
− | + | animation-name: loaded-img-right-animation; | |
− | + | animation-duration: 1.4s; | |
− | } | + | animation-iteration-count: 1; |
− | + | animation-fill-mode: forwards; | |
− | } | + | animation-delay: 1s; |
− | </style> | + | animation-timing-function: ease-in-out; |
+ | } | ||
+ | .orangeColor{ | ||
+ | background-color: rgb(255,200,62); | ||
+ | } | ||
+ | #load-image{ | ||
+ | position: absolute; | ||
+ | left: 0; | ||
+ | top: -5px; | ||
+ | z-index: 2000; | ||
+ | } | ||
+ | #load-image-right{ | ||
+ | width: 1800px; | ||
+ | position: absolute; | ||
+ | right: -100px; | ||
+ | top: -120px; | ||
+ | z-index: 1999; | ||
+ | } | ||
+ | .loaded-img-left{ | ||
+ | z-index: 2000; | ||
+ | position: absolute; | ||
+ | animation-name: loaded-img-left-animation; | ||
+ | animation-duration: 1.4s; | ||
+ | animation-iteration-count: 1; | ||
+ | animation-fill-mode: forwards; | ||
+ | animation-delay: 1s; | ||
+ | animation-timing-function: ease-in-out; | ||
+ | } | ||
+ | @keyframes loaded-img-left-animation { | ||
+ | 0% {left: 0px;} | ||
+ | 100% {left: -1200px;} | ||
+ | } | ||
+ | .loaded-img-right{ | ||
+ | z-index: 1999; | ||
+ | position: absolute; | ||
+ | animation-name: loaded-img-right-animation; | ||
+ | animation-duration: 1.4s; | ||
+ | animation-iteration-count: 1; | ||
+ | animation-fill-mode: forwards; | ||
+ | animation-delay: 1s; | ||
+ | animation-timing-function: ease-in-out; | ||
+ | } | ||
+ | @keyframes loaded-img-right-animation { | ||
+ | 0% {right: -100px;} | ||
+ | 100% {right: -4200px;} | ||
+ | } | ||
+ | .loadVisible{ | ||
+ | visibility: hidden; | ||
+ | } | ||
+ | @media only screen and (max-width: 967px) { | ||
+ | .small { | ||
+ | font-size: 2em !important; | ||
+ | } | ||
+ | #mobile-load{ | ||
+ | visibility: visible; | ||
+ | height: 150vh; | ||
+ | position: absolute; | ||
+ | right: -110px; | ||
+ | top: -210px; | ||
+ | z-index: 1999; | ||
+ | } | ||
+ | .mobile-load-image-right{ | ||
+ | height: 150vh; | ||
+ | /*visibility: hidden;*/ | ||
+ | z-index: 1999; | ||
+ | position: absolute; | ||
+ | animation-name: loaded-img-right-animation; | ||
+ | animation-duration: 1.4s; | ||
+ | animation-iteration-count: 1; | ||
+ | animation-fill-mode: forwards; | ||
+ | animation-delay: 1s; | ||
+ | animation-timing-function: ease-in-out; | ||
+ | } | ||
+ | #load-image-right{ | ||
+ | visibility: hidden; | ||
+ | height: 150vh; | ||
+ | position: absolute; | ||
+ | right: -200px; | ||
+ | /* top: -140px;*/ | ||
+ | z-index: 1999; | ||
+ | } | ||
+ | .loaded-img-right{ | ||
+ | height: 150vh; | ||
+ | visibility: hidden; | ||
+ | z-index: 1999; | ||
+ | position: absolute; | ||
+ | animation-name: loaded-img-right-animation; | ||
+ | animation-duration: 1.4s; | ||
+ | animation-iteration-count: 1; | ||
+ | animation-fill-mode: forwards; | ||
+ | animation-delay: 1s; | ||
+ | animation-timing-function: ease-in-out; | ||
+ | } | ||
+ | @keyframes loaded-img-right-animation { | ||
+ | 0% {right: -110px;} | ||
+ | 100% {right: -4200px;} | ||
+ | } | ||
+ | #load-image{ | ||
+ | position: absolute; | ||
+ | left: -350px; | ||
+ | z-index: 2000; | ||
+ | } | ||
+ | .loaded-img-left{ | ||
+ | z-index: 2000; | ||
+ | position: absolute; | ||
+ | animation-name: loaded-img-left-animation; | ||
+ | animation-duration: 1.4s; | ||
+ | animation-iteration-count: 1; | ||
+ | animation-fill-mode: forwards; | ||
+ | animation-delay: 1s; | ||
+ | animation-timing-function: ease-in-out; | ||
+ | } | ||
+ | @keyframes loaded-img-left-animation { | ||
+ | 0% {left: -350px;} | ||
+ | 100% {left: -1200px;} | ||
+ | } | ||
+ | } | ||
+ | </style> | ||
</head> | </head> | ||
+ | |||
<body> | <body> | ||
− | <div class="container-fluid"> | + | <div class = "container-fluid orangeColor"> |
− | <div class="row orange"> | + | <div> |
− | + | <img id = "load-image" src="https://static.igem.org/mediawiki/2017/4/45/TEC-CEM-naranja_left.png"> | |
− | + | </div> | |
− | + | <div> | |
− | + | <img id = "load-image-right"src="https://static.igem.org/mediawiki/2017/a/a3/TEC-CEM-load_right.png"> | |
− | + | </div> | |
− | + | <div> | |
− | + | <img id = "mobile-load"src="https://static.igem.org/mediawiki/2017/1/11/TEC-CEM-load_right_2.png"> | |
− | + | </div> | |
− | + | </div> | |
− | + | <div class="container-fluid loadVisible"> | |
− | + | <div class="row orange"> | |
− | </div> | + | <div class="col-md-2"></div> |
+ | <div class="col-md-8"> | ||
+ | <div class="row naranjas2"> | ||
+ | <div class="col-12"> | ||
+ | <img class="imgOranges" src="https://static.igem.org/mediawiki/2017/8/80/TEC-CEM-homeNaranjas.png"> | ||
+ | <div class="row naranjas2"> | ||
+ | <div class="col-12 titleStyleCitrus"> | ||
+ | <h1 class="title">Let's Save</br>The Citrus!</h1> | ||
+ | <div class="row"> | ||
+ | <div class="col-12 scroll"> | ||
+ | <a id="scrollTo"><img src="https://static.igem.org/mediawiki/2017/1/12/TEC-CEM-scroll.png"></a> | ||
+ | </div> | ||
+ | </div> | ||
</div> | </div> | ||
</div> | </div> | ||
Line 196: | Line 402: | ||
</div> | </div> | ||
</div> | </div> | ||
+ | <div class="col-md-2"></div> | ||
</div> | </div> | ||
− | |||
− | |||
− | + | <div class="row hlb"> | |
− | + | <div class="col"></div> | |
− | + | <div class="col-lg-4"> | |
− | + | <div class="row orangeimg"> | |
− | + | <div class="col-12"> | |
− | + | <h2 id="firstTitle" class="titleRed">HLB: a deadly</br>citrus plague</h2> | |
+ | </div> | ||
+ | <div class="col-12 paragraphU"> | ||
+ | <p class="justifyText">Huanglongbing (HLB) disease is an important bacterial disease present in citrus plants around the world. It is transmitted through <span class = "italicText">Diaphorina citri</span> , a type of psyllid. It was first discovered in China and has now spread to Asia, Africa, the Arabian Peninsula, Mexico, and Florida, in the United States. The difficulty to culture the bacteria, its rapid spread, and devastating effects, have made HLB one of the most important plagues worldwide. In Mexico, the lack of information about the disease and the large costs for its control make it even more destructive.</p> | ||
+ | </div> | ||
</div> | </div> | ||
− | + | </div> | |
− | + | <div class="col-lg-4 orangePileImg"> | |
+ | <img class="lemonPileImg1" src="https://static.igem.org/mediawiki/2017/d/d8/TEC-CEM-orange.png"> | ||
+ | <div class="row"> | ||
+ | <div class="col-12"> | ||
+ | <img class="orangePileWidth" src="https://static.igem.org/mediawiki/2017/a/a7/TEC-CEM-lemonPile.png"> | ||
+ | </div> | ||
</div> | </div> | ||
</div> | </div> | ||
+ | <div class="col"></div> | ||
</div> | </div> | ||
− | <div class=" | + | <div class="row complex"> |
− | + | <div class="col-12"> | |
− | + | <h2 class="titleRed small">A complex problem,<br/>a simple solution</h2> | |
− | + | ||
− | < | + | |
− | + | ||
</div> | </div> | ||
</div> | </div> | ||
− | <div class="col"></div> | + | <div class="row fades"> |
− | + | <div class="col"></div> | |
− | + | <div class="col-lg-3 paddingFades paragraphU sadPeopleLeft"> | |
− | + | <p>Our team has developed CitricOff: a device that can produce siRNA in <span class = "italicText">E. coli</span> . This device will help the scalability of siRNA production worldwide. The siRNA production mechanism helped us control the HLB disease by producing the necessary siRNA in order to silence multiple genes in <span class = "italicText">Diaphorina citri</span> .</p> | |
− | < | + | </div> |
+ | <div class="col-md-3 paddingFadesImg paragraphU"> | ||
+ | <img class="sadPeopleAreSad" src="https://static.igem.org/mediawiki/2017/1/1b/TEC-CEM-sadPeople.png"> | ||
+ | </div> | ||
+ | <div class="col-lg-3 paddingFades paragraphU sadPeopleRight"> | ||
+ | <p>Simple, ecological, and species-specific, CitricOff provides an alternative for families in Mexico and the world who rely on citrus plantations for their income. More than 69 thousand families could benefit from it, and avoid resorting to illicit activities</p> | ||
+ | </div> | ||
+ | <div class="col"></div> | ||
</div> | </div> | ||
− | + | <div class="row hands"> | |
− | + | <div class="col-md-6 leftHand"> | |
− | + | <img src="https://static.igem.org/mediawiki/2017/e/ef/TEC-CEM-leftHand.png"> | |
− | + | </div> | |
− | + | <div class="col-md-6 rightHand"> | |
+ | <img src="https://static.igem.org/mediawiki/2017/9/9f/TEC-CEM-rightHand.png"> | ||
+ | </div> | ||
</div> | </div> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
</body> | </body> | ||
+ | |||
</html> | </html> | ||
+ | {{:Team:TecCEM/Templates/NavBar}} | ||
{{:Team:TecCEM/Templates/Footer}} | {{:Team:TecCEM/Templates/Footer}} |
Latest revision as of 23:49, 1 November 2017
HLB: a deadlycitrus plague
Huanglongbing (HLB) disease is an important bacterial disease present in citrus plants around the world. It is transmitted through Diaphorina citri , a type of psyllid. It was first discovered in China and has now spread to Asia, Africa, the Arabian Peninsula, Mexico, and Florida, in the United States. The difficulty to culture the bacteria, its rapid spread, and devastating effects, have made HLB one of the most important plagues worldwide. In Mexico, the lack of information about the disease and the large costs for its control make it even more destructive.
A complex problem,
a simple solution
Our team has developed CitricOff: a device that can produce siRNA in E. coli . This device will help the scalability of siRNA production worldwide. The siRNA production mechanism helped us control the HLB disease by producing the necessary siRNA in order to silence multiple genes in Diaphorina citri .
Simple, ecological, and species-specific, CitricOff provides an alternative for families in Mexico and the world who rely on citrus plantations for their income. More than 69 thousand families could benefit from it, and avoid resorting to illicit activities