Team:Valencia Biocampus/miembros3

From 2012.igem.org

(Difference between revisions)
(Created page with "__NOTOC__ {{:Team:Valencia_Biocampus/banner}} {{:Team:Valencia_Biocampus/estiloc3po}} {{:Team:Valencia_Biocampus/menu2}} <center> <ol> <div id="Titulos"> <br> <h2>Advisors</h2>...")
Line 1: Line 1:
__NOTOC__  
__NOTOC__  
-
{{:Team:Valencia_Biocampus/banner}}
+
{{:Team:Vmanelncia_Biocampus/banner}}
-
{{:Team:Valencia_Biocampus/estiloc3po}}
+
{{:Team:Vmanelncia_Biocampus/estiloc3po}}
-
{{:Team:Valencia_Biocampus/menu2}}
+
{{:Team:Vmanelncia_Biocampus/menu2}}
<center>
<center>
Line 8: Line 8:
<div id="Titulos">
<div id="Titulos">
<br>
<br>
-
<h2>Advisors</h2>
+
<h2>Instructors</h2>
Line 18: Line 18:
.row {width:720px; height:160px;}
.row {width:720px; height:160px;}
.profile {width:350px; height:350px; margin:5px; position:relative; float:left;}
.profile {width:350px; height:350px; margin:5px; position:relative; float:left;}
-
#cris {background-image: url('https://static.igem.org/mediawiki/2012/3/31/Cris7.png');}
+
#miguel {background-image: url('https://static.igem.org/mediawiki/2012/6/6a/Miguel.png');}
-
#ale {background-image: url('https://static.igem.org/mediawiki/2012/a/a2/Ale.png');}
+
#manel {background-image: url('https://static.igem.org/mediawiki/2012/d/d5/Manel7.png');}
-
#gabi {background-image: url('https://static.igem.org/mediawiki/2012/7/74/Gabi.png');}  
+
#ferri {background-image: url('https://static.igem.org/mediawiki/2012/2/2c/Ferri.png');}  
-
#angeles {background-image: url('https://static.igem.org/mediawiki/2012/2/21/Angeles.png');}
+
#ramon {background-image: url('https://static.igem.org/mediawiki/2012/b/b3/Ramon.png');}
-
#carles {background-image: url('https://static.igem.org/mediawiki/2012/6/65/Carles.png');}
+
#andres {background-image: url('https://static.igem.org/mediawiki/2012/0/05/Andres7.png');}
-
#doroti {background-image: url('https://static.igem.org/mediawiki/2012/1/1d/Dorot.png');}
+
#ana {background-image: url('https://static.igem.org/mediawiki/2012/7/76/Ana.png');}
-
#guillermo {background-image: url('https://static.igem.org/mediawiki/2012/4/4e/Guillermo9.png');}
+
#sari {background-image: url('https://static.igem.org/mediawiki/2012/0/0e/Sari.png');}
-
#sergio {background-image: url('https://static.igem.org/mediawiki/2012/7/7e/sergio7.png');}
+
#emilia {background-image: url('https://static.igem.org/mediawiki/2012/e/e0/Emilia.png');}
-
#cris_hover {background-color:purple;}
+
#miguel_hover {background-color:purple;}
-
#ale_hover {background-color:blue;}
+
#manel_hover {background-color:blue;}
-
#gabi_hover {background-color:blue;}  
+
#ferri_hover {background-color:blue;}  
-
#angeles_hover {background-color:purple;}
+
#ramon_hover {background-color:purple;}
-
#carles_hover {background-color:purple}
+
#andres_hover {background-color:purple}
-
#doroti_hover {background-color:blue;}
+
#ana_hover {background-color:blue;}
-
#guillermo_hover {background-color:blue;}
+
#sari_hover {background-color:blue;}
-
#sergio_hover {background-color:purple;}
+
#emilia_hover {background-color:purple;}
.hover {width:340px; height:340px; padding:5px; float:left; position:absolute; top:0px; left:0px;}
.hover {width:340px; height:340px; padding:5px; float:left; position:absolute; top:0px; left:0px;}
Line 47: Line 47:
$('.hover').css("display","none");
$('.hover').css("display","none");
-
     $('#cris').mouseover(function() {
+
     $('#miguel').mouseover(function() {
-
$('#cris_hover').fadeIn(200);
+
$('#miguel_hover').fadeIn(200);
});
});
-
     $('#cris').mouseleave(function() {
+
     $('#miguel').mouseleave(function() {
-
$('#cris_hover').fadeOut(200);
+
$('#miguel_hover').fadeOut(200);
     });
     });
-
$('#ale').mouseover(function() {
+
$('#manel').mouseover(function() {
-
$('#ale_hover').fadeIn(200);
+
$('#manel_hover').fadeIn(200);
});
});
-
     $('#ale').mouseleave(function() {
+
     $('#manel').mouseleave(function() {
-
$('#ale_hover').fadeOut(200);
+
$('#manel_hover').fadeOut(200);
     });
     });
-
$('#gabi').mouseover(function() {
+
$('#ferri').mouseover(function() {
-
$('#gabi_hover').fadeIn(200);
+
$('#ferri_hover').fadeIn(200);
});
});
-
     $('#gabi').mouseleave(function() {
+
     $('#ferri').mouseleave(function() {
-
$('#gabi_hover').fadeOut(200);
+
$('#ferri_hover').fadeOut(200);
     });
     });
-
$('#angeles').mouseover(function() {
+
$('#ramon').mouseover(function() {
-
$('#angeles_hover').fadeIn(200);
+
$('#ramon_hover').fadeIn(200);
});
});
-
     $('#angeles').mouseleave(function() {
+
     $('#ramon').mouseleave(function() {
-
$('#angeles_hover').fadeOut(200);
+
$('#ramon_hover').fadeOut(200);
     });
     });
-
$('#carles').mouseover(function() {
+
$('#andres').mouseover(function() {
-
$('#carles_hover').fadeIn(200);
+
$('#andres_hover').fadeIn(200);
});
});
-
     $('#carles').mouseleave(function() {
+
     $('#andres').mouseleave(function() {
-
$('#carles_hover').fadeOut(200);
+
$('#andres_hover').fadeOut(200);
     });
     });
-
$('#doroti').mouseover(function() {
+
$('#ana').mouseover(function() {
-
$('#doroti_hover').fadeIn(200);
+
$('#ana_hover').fadeIn(200);
});
});
-
     $('#doroti').mouseleave(function() {
+
     $('#ana').mouseleave(function() {
-
$('#doroti_hover').fadeOut(200);
+
$('#ana_hover').fadeOut(200);
     });
     });
-
$('#guillermo').mouseover(function() {
+
$('#sari').mouseover(function() {
-
$('#guillermo_hover').fadeIn(200);
+
$('#sari_hover').fadeIn(200);
});
});
-
     $('#guillermo').mouseleave(function() {
+
     $('#sari').mouseleave(function() {
-
$('#guillermo_hover').fadeOut(200);
+
$('#sari_hover').fadeOut(200);
     });
     });
-
$('#sergio').mouseover(function() {
+
$('#emilia').mouseover(function() {
-
$('#sergio_hover').fadeIn(200);
+
$('#emilia_hover').fadeIn(200);
});
});
-
     $('#sergio').mouseleave(function() {
+
     $('#emilia').mouseleave(function() {
-
$('#sergio_hover').fadeOut(200);
+
$('#emilia_hover').fadeOut(200);
     });
     });
      
      
Line 120: Line 120:
<div id='team'>
<div id='team'>
<div class='row'>
<div class='row'>
-
<div id='cris' class='profile'>
+
<div id='miguel' class='profile'>
-
<div id='cris_hover' class='hover'>
+
<div id='miguel_hover' class='hover'>
<h6>
<h6>
-
     Hi there! I am a Biotechnologist about to start a PhD in systems biology and "-omics"-based approaches to bioremediation.<br><br>
+
     miguel
-
    I was trapped by iGEM (and SB in general) 3 years ago, when I was part of the <a href="https://2009.igem.org/Team:Valencia">iGEM 2009 Valencia  Team </a>.
+
-
    Now, I'm very happy to repeat such an amazing experience as advisor.<br><br>
+
-
    The thing I like the most (apart from working in the lab, of course...) is travelling and meeting people from other countries, so I hope to see you in Amsterdam and Boston!
+
</h6>
</h6>
</div>
</div>
</div>
</div>
-
<div id='ale' class='profile'>
+
<div id='manel' class='profile'>
-
<div id='ale_hover' class='hover'>
+
<div id='manel_hover' class='hover'>
<h6>
<h6>
-
     I'm an Electronic Eng. and I'm doing my PhD in Control Systems oriented to Synthetic Biology. <br><br> I play Guitar as hobby (although I studied almost all my life) and I like
+
     manel
-
    traveling, biking, swimming, rock climbing, yoga, taking pictures and many things more...!!!. <br><br>I was iGEMer in 2010, and now I'm back as Advisor, so it seems iGEM is
+
-
    something good, what do you think? <br> but I don't have time to fight Entropy... Take a look to my <a href="https://2010.igem.org/User:Alejovigno"> iGEM2010 user page</a> or
+
-
    to my <a href="http://gcsc.ai2.upv.es/content/alejandro-vignoni"> web page.
+
</h6>
</h6>
</div>
</div>
Line 143: Line 137:
<div class='row'>
<div class='row'>
-
<div id='gabi' class='profile'>
+
<div id='ferri' class='profile'>
-
<div id='gabi_hover' class='hover'>
+
<div id='ferri_hover' class='hover'>
<h6>
<h6>
-
   Gabi
+
   ferri
</h6>
</h6>
</div>
</div>
</div>
</div>
-
<div id='angeles' class='profile'>
+
<div id='ramon' class='profile'>
-
<div id='angeles_hover' class='hover'>
+
<div id='ramon_hover' class='hover'>
<h6>
<h6>
-
     Hello everybody! I am a biologist in her last year of a Biotechnology master. <br><br>
+
     ramon
-
    I was a member of Valencia 2009 and 2010 iGEM team and I enjoyed so much both competitions that I wanted to participate one more time. <br><br>
+
-
    I am eager to start my PhD next year and feel the suffering but comforting experience of making science. <br><br> My main hobbies are reading, writing,
+
-
    drawing, bellydancing and when my budget lets me to do it, traveling.
+
</h6>
</h6>
</div>
</div>
Line 163: Line 154:
<div class='row'>
<div class='row'>
-
<div id='carles' class='profile'>
+
<div id='andres' class='profile'>
-
<div id='carles_hover' class='hover'>
+
<div id='andres_hover' class='hover'>
<h6>
<h6>
-
    Hi! I have always enjoyed abstract topics like music and mathematics. Somehow I got interested in something much more terrestrial like molecular biology and I
+
  andres
-
    decided to study biochemistry as my main career. I was a member of the Valencia iGEM team in 2009 and I have so many good memories about the whole project and
+
-
    the Jamboree that I wanted to be a small part of the whole thing again. Now I'm doing my PhD in structural biology. I love music, so you can always see me singing
+
-
    or maybe playing in some pub if you are lucky.
+
</h6>
</h6>
</div>
</div>
</div>
</div>
-
<div id='doroti' class='profile'>
+
<div id='ana' class='profile'>
-
<div id='doroti_hover' class='hover'>
+
<div id='ana_hover' class='hover'>
<h6>
<h6>
-
     Hi! I am an advisor to the Human Practices team this year! I am a researcher at the Center for the Study of the Sciences and the Humanities at the
+
     ana
-
    University of Bergen in Norway. I work with Ana Delgado on the project "Reflexive Systems Biology" and it is exciting to use some of our insights from this
+
-
    project on systems and synthetic biology with the Valencia Biocampus team! <br><br> My main hobbies are football (soccer, watching and playing), reading, tasting
+
-
    new foods, and visiting family members around the world.
+
</h6>
</h6>
</div>
</div>
Line 186: Line 171:
<div class='row'>
<div class='row'>
-
<div id='guillermo' class='profile'>
+
<div id='sari' class='profile'>
-
<div id='guillermo_hover' class='hover'>
+
<div id='sari_hover' class='hover'>
<h6>
<h6>
-
     Currently, I am an EMBO long-term fellow at CNRS, France, working on 
+
     sari
-
    RNA synthetic biology and modeling biological systems. Born in 
+
-
    Valencia in 1983, I obtained the B.Eng. in Industrial Engineering in 
+
-
    2006 (UPV and Ecole Polytechnique), the M.Sc. in Applied Mathematics 
+
-
    in 2008 (UPV), and the Ph.D. in Biotechnology in 2011 (UPV), receiving 
+
-
    the fellowships UPV excellence, GVA FPI, HPC-Europa (IDRIS), and EMBO 
+
-
    short-term (MIT).
+
</h6>
</h6>
</div>
</div>
</div>
</div>
-
<div id='sergio' class='profile'>
+
<div id='emilia' class='profile'>
-
<div id='sergio_hover' class='hover'>
+
<div id='emilia_hover' class='hover'>
<h6>
<h6>
-
    Hi there! I am Sergio, a biologist with an specialization in Genetics sciences.  Nowadays I am a PhD student, working on Evolutionary and Comparative Genetics in
+
  emilia
-
    ICBiBE (Valencia). Describing the molecular basis  and the evolutionary history of insect-bacteria symbiosis is my
+
-
    thesis goal. I love music, travelling, learning new lenguages, reading scientific articles and specially doing science at the lab.
+
-
    The almost infinite complexity of nature use to amaze me
+
</h6>
</h6>
</div>
</div>

Revision as of 18:57, 25 September 2012

Team:Vmanelncia Biocampus/banner Team:Vmanelncia Biocampus/estiloc3po Team:Vmanelncia Biocampus/menu2


    Instructors


    miguel
    manel
    ferri
    ramon
    andres
    ana
    sari
    emilia