Team:Valencia Biocampus/c3po
From 2012.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
- | |||
- | |||
- | |||
{{:Team:Valencia_Biocampus/banner}} | {{:Team:Valencia_Biocampus/banner}} | ||
{{:Team:Valencia_Biocampus/estiloc3po}} | {{:Team:Valencia_Biocampus/estiloc3po}} | ||
{{:Team:Valencia_Biocampus/menu2}} | {{:Team:Valencia_Biocampus/menu2}} | ||
- | + | <center> | |
+ | <ol> | ||
+ | <div id="Titulos"> | ||
+ | <br> | ||
+ | <h2>Students</h2> | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
+ | <html> | ||
- | < | + | <style type = 'text/css'> |
- | + | .team {width: 720px; height:640px;} | |
- | + | .row {width:720px; height:160px;} | |
+ | .profile {width:350px; height:350px; margin:5px; position:relative; float:left;} | ||
+ | #tamara {background-image: url('https://static.igem.org/mediawiki/2012/e/e5/Tam3.png');} | ||
+ | #lucia {background-image: url('https://static.igem.org/mediawiki/2012/b/b6/Lucia7.png');} | ||
+ | #luisa {background-image: url('https://static.igem.org/mediawiki/2012/9/95/Luisa7.png');} | ||
+ | #mariano {background-image: url('https://static.igem.org/mediawiki/2012/e/ed/Mariano7.png');} | ||
+ | #maria {background-image: url('https://static.igem.org/mediawiki/2012/4/49/Maria7.png');} | ||
+ | #lamberto {background-image: url('https://static.igem.org/mediawiki/2012/e/e3/Lamberto7.png');} | ||
+ | #guillermo {background-image: url('https://static.igem.org/mediawiki/2012/b/bc/Guillermo.png');} | ||
+ | #alba {background-image: url('https://static.igem.org/mediawiki/2012/7/7e/Alba7.png');} | ||
+ | #jose1 {background-image: url('https://static.igem.org/mediawiki/2012/4/41/Jose7.png');} | ||
+ | #jose2 {background-image: url('https://static.igem.org/mediawiki/2012/4/41/Jose7.png');} | ||
- | + | #tamara_hover {background-color:purple;} | |
+ | #lucia_hover {background-color:blue;} | ||
+ | #luisa_hover {background-color:blue;} | ||
+ | #mariano_hover {background-color:purple;} | ||
+ | #maria_hover {background-color:purple} | ||
+ | #lamberto_hover {background-color:blue;} | ||
+ | #guillermo_hover {background-color:blue;} | ||
+ | #alba_hover {background-color:purple;} | ||
+ | #jose1_hover {background-color:purple;} | ||
+ | #jose2_hover {background-color:blue;} | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | + | .hover {width:340px; height:340px; padding:5px; float:left; position:absolute; top:0px; left:0px;} | |
+ | .hover h6 {font-family:sans-serif; font-size:10px; color:white;} | ||
- | + | </style> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | <script type ='text/javascript'> | |
- | + | $(document).ready(function() { | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | $('.hover').css("display","none"); | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | $('#tamara').mouseover(function() { | |
+ | $('#tamara_hover').fadeIn(200); | ||
+ | }); | ||
+ | |||
+ | $('#tamara').mouseleave(function() { | ||
+ | $('#tamara_hover').fadeOut(200); | ||
+ | }); | ||
- | + | $('#lucia').mouseover(function() { | |
- | + | $('#lucia_hover').fadeIn(200); | |
+ | }); | ||
+ | |||
+ | $('#lucia').mouseleave(function() { | ||
+ | $('#lucia_hover').fadeOut(200); | ||
+ | }); | ||
- | <div id= | + | $('#luisa').mouseover(function() { |
- | + | $('#luisa_hover').fadeIn(200); | |
- | + | }); | |
- | + | ||
- | + | $('#luisa').mouseleave(function() { | |
- | + | $('#luisa_hover').fadeOut(200); | |
+ | }); | ||
+ | |||
+ | $('#mariano').mouseover(function() { | ||
+ | $('#mariano_hover').fadeIn(200); | ||
+ | }); | ||
+ | |||
+ | $('#mariano').mouseleave(function() { | ||
+ | $('#mariano_hover').fadeOut(200); | ||
+ | }); | ||
+ | |||
+ | $('#maria').mouseover(function() { | ||
+ | $('#maria_hover').fadeIn(200); | ||
+ | }); | ||
+ | |||
+ | $('#maria').mouseleave(function() { | ||
+ | $('#maria_hover').fadeOut(200); | ||
+ | }); | ||
+ | |||
+ | $('#lamberto').mouseover(function() { | ||
+ | $('#lamberto_hover').fadeIn(200); | ||
+ | }); | ||
+ | |||
+ | $('#lamberto').mouseleave(function() { | ||
+ | $('#lamberto_hover').fadeOut(200); | ||
+ | }); | ||
+ | |||
+ | $('#guillermo').mouseover(function() { | ||
+ | $('#guillermo_hover').fadeIn(200); | ||
+ | }); | ||
+ | |||
+ | $('#guillermo').mouseleave(function() { | ||
+ | $('#guillermo_hover').fadeOut(200); | ||
+ | }); | ||
+ | |||
+ | $('#alba').mouseover(function() { | ||
+ | $('#alba_hover').fadeIn(200); | ||
+ | }); | ||
+ | |||
+ | $('#alba').mouseleave(function() { | ||
+ | $('#alba_hover').fadeOut(200); | ||
+ | }); | ||
+ | |||
+ | $('#jose1').mouseover(function() { | ||
+ | $('#jose1_hover').fadeIn(200); | ||
+ | }); | ||
+ | |||
+ | $('#jose1').mouseleave(function() { | ||
+ | $('#jose1_hover').fadeOut(200); | ||
+ | }); | ||
+ | |||
+ | $('#jose2').mouseover(function() { | ||
+ | $('#jose2_hover').fadeIn(200); | ||
+ | }); | ||
+ | |||
+ | $('#jose2').mouseleave(function() { | ||
+ | $('#jose2_hover').fadeOut(200); | ||
+ | }); | ||
+ | |||
+ | }); | ||
+ | </script> | ||
+ | |||
+ | |||
+ | |||
+ | <div id='team'> | ||
+ | <div class='row'> | ||
+ | <div id='tamara' class='profile'> | ||
+ | <div id='tamara_hover' class='hover'> | ||
+ | <h6>I have just finished the second year of Engineering and I am planning to continue specialising in Electrical and Information Sciences. I have always been interested in integrating engineering into biological applications and thus I find iGEM as an excellent educational experience. Apart from science and engineering, I enjoy swimming (preferably in the Mediterranean) and hiking.</h6> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div id='lucia' class='profile'> | ||
+ | <div id='lucia_hover' class='hover'> | ||
+ | <h6> | ||
+ | I am Lucía. I am one final project away from getting the degree in Biotechnology. <br><br> | ||
+ | |||
+ | I love meeting people, learning and having new experiences. <br><br> | ||
+ | |||
+ | For me, enter iGEM was primarily a learning opportunity. I wanted to learn how to develop a science project from the beginning | ||
+ | to the end, from the idea to the results. I also liked the idea of meeting people and spend a different summer. <br><br> | ||
+ | |||
+ | Sub-teams: Yeast, Modeling, Wiki and Poster. | ||
+ | </h6> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <div class='row'> | ||
+ | <div id='luisa' class='profile'> | ||
+ | <div id='luisa_hover' class='hover'> | ||
+ | <h6>I spent the last year doing biochemistry and neuroscience, and will be doing more of that as a part II PDN (Physiology, Development and Neuroscience) student next year, with my main interest in developmental neurobiology. But SynBio is exciting too- so is photography, and baking ;)</h6> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div id='mariano' class='profile'> | ||
+ | <div id='mariano_hover' class='hover'> | ||
+ | <h6>Does the picture not tell you everything you need to know?</h6> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <div class='row'> | ||
+ | <div id='maria' class='profile'> | ||
+ | <div id='maria_hover' class='hover'> | ||
+ | <h6> | ||
+ | Hya! I’m Maria, a recently graduate Biologist and a future Geneticist. <br><br> | ||
+ | |||
+ | I’m unhinibited but formal, direct but polite, planner but cheeky and ambitious but rational. People use to think my face is like an open book and so you are’re | ||
+ | invited to flick through it in the iGEM presentation!<br><br> | ||
+ | |||
+ | I love meeting people from around the world and that’s one of the main reasons why I joined the competition and why I’m so looking forward to be there! <br><br> | ||
+ | |||
+ | Sub-teams: Bacteria, Human Practices, Presentation | ||
+ | </h6> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div id='lamberto' class='profile'> | ||
+ | <div id='lamberto_hover' class='hover'> | ||
+ | <h6>I finished my third year Engineering for the Life Sciences course this year and will be continuing with this for my masters year in October. This is my first major foray into experimental biology and am keen to get as much engineering into the project as possible!</h6> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <div class='row'> | ||
+ | <div id='guillermo' class='profile'> | ||
+ | <div id='guillermo_hover' class='hover'> | ||
+ | <h6> | ||
+ | My name is Guillermo, but everyonein the lab calls me Zafri. I am a second year biotechnologist. <br><br> | ||
+ | |||
+ | I consider myself intuitive and creative and I like to solve problems on my own and be self-taught. I like doing science at home. <br><br> | ||
+ | |||
+ | I entered the iGEM because it is an opportunity to begin to investigate, which I love.<br><br> | ||
+ | |||
+ | In the future I would like to work in industrial biotechnology.<br><br> | ||
+ | |||
+ | Sub-teams: Bacteria and Yeast. | ||
+ | </h6> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div id='alba' class='profile'> | ||
+ | <div id='alba_hover' class='hover'> | ||
+ | <h6>I'm a biologist mostly interested in cell biology and biochemistry, but also in pathological processes and viruses, both as pathogens and as potential chassis for synthetic systems. Next year I'm going on to a third (and fourth) year of biochemistry, by which point I hope to be able to pipette with two Gilsons simultaneously. </h6> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <div class='row'> | ||
+ | <div id='jose1' class='profile'> | ||
+ | <div id='jose1_hover' class='hover'> | ||
+ | <h6>I'm a biologist with an interest in cell biology and biochemistry, although next year I'm specialising in plant sciences which is also very cool. Outside of science I like lots of samba percussion and all kinds of outdoor pursuits.</h6> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div id='jose2' class='profile'> | ||
+ | <div id='jose2_hover' class='hover'> | ||
+ | <h6>I'm a biologist mostly interested in cell biology and biochemistry, but also in pathological processes and viruses, both as pathogens and as potential chassis for synthetic systems. Next year I'm going on to a third (and fourth) year of biochemistry, by which point I hope to be able to pipette with two Gilsons simultaneously. </h6> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | </div> | ||
</html> | </html> |
Revision as of 13:50, 25 September 2012
Students