Team:Valencia Biocampus/miembros2

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>Students</h2>...")
 
(20 intermediate revisions not shown)
Line 8: Line 8:
<div id="Titulos">
<div id="Titulos">
<br>
<br>
-
<h2>Students</h2>
+
<h2>Advisors</h2>
-
 
+
 +
<!-- source based on the section of Cambridge team 2012-->
<html>
<html>
-
 
+
<center>
<style type = 'text/css'>
<style type = 'text/css'>
.team {width: 720px; height:640px;}
.team {width: 720px; height:640px;}
.row {width:720px; height:160px;}
.row {width:720px; height:160px;}
-
.profile {width:350px; height:350px; margin:5px; position:relative; float:left;}
+
.profile {width:300px; height:300px; margin:5px; position:relative; float:left;}
-
#tamara {background-image: url('https://static.igem.org/mediawiki/2012/e/e5/Tam3.png');}
+
#cris {background-image: url('https://static.igem.org/mediawiki/2012/c/cc/Cris77.png');}
-
#lucia {background-image: url('https://static.igem.org/mediawiki/2012/b/b6/Lucia7.png');}
+
#ale {background-image: url('https://static.igem.org/mediawiki/2012/a/a2/Ale.png');}
-
#luisa {background-image: url('https://static.igem.org/mediawiki/2012/9/95/Luisa7.png');}  
+
#gabi {background-image: url('https://static.igem.org/mediawiki/2012/7/74/Gabi.png');}  
-
#mariano {background-image: url('https://static.igem.org/mediawiki/2012/e/ed/Mariano7.png');}
+
#angeles {background-image: url('https://static.igem.org/mediawiki/2012/2/21/Angeles.png');}
-
#maria {background-image: url('https://static.igem.org/mediawiki/2012/4/49/Maria7.png');}
+
#carles {background-image: url('https://static.igem.org/mediawiki/2012/6/65/Carles.png');}
-
#lamberto {background-image: url('https://static.igem.org/mediawiki/2012/e/e3/Lamberto7.png');}
+
#doroti {background-image: url('https://static.igem.org/mediawiki/2012/1/1d/Dorot.png');}
-
#guillermo {background-image: url('https://static.igem.org/mediawiki/2012/b/bc/Guillermo.png');}
+
#guillermo {background-image: url('https://static.igem.org/mediawiki/2012/4/4e/Guillermo9.png');}
-
#alba {background-image: url('https://static.igem.org/mediawiki/2012/7/7e/Alba7.png');}
+
#sergio {background-image: url('https://static.igem.org/mediawiki/2012/1/1c/Sergio7.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');}
+
-
#lucas {background-image: url('https://static.igem.org/mediawiki/2012/4/41/Jose7.png');}
+
-
#tamara_hover {background-color:purple;}
+
#cris_hover {background-color:purple;}
-
#lucia_hover {background-color:blue;}
+
#ale_hover {background-color:blue;}
-
#luisa_hover {background-color:blue;}  
+
#gabi_hover {background-color:blue;}  
-
#mariano_hover {background-color:purple;}
+
#angeles_hover {background-color:purple;}
-
#maria_hover {background-color:purple}
+
#carles_hover {background-color:purple}
-
#lamberto_hover {background-color:blue;}
+
#doroti_hover {background-color:blue;}
#guillermo_hover {background-color:blue;}
#guillermo_hover {background-color:blue;}
-
#alba_hover {background-color:purple;}
+
#sergio_hover {background-color:purple;}
-
#jose1_hover {background-color:purple;}
+
-
#jose2_hover {background-color:blue;}
+
-
#lucas_hover {background-color:blue;}
+
-
 
+
-
.hover {width:340px; height:340px; padding:5px; float:left; position:absolute; top:0px; left:0px;}
+
.hover {width:295px; height:295px; padding:5px; float:left; position:absolute; top:0px; left:0px;}
.hover h6 {font-family:sans-serif; font-size:10px; color:white;}
.hover h6 {font-family:sans-serif; font-size:10px; color:white;}
Line 54: Line 47:
$('.hover').css("display","none");
$('.hover').css("display","none");
-
     $('#tamara').mouseover(function() {
+
     $('#cris').mouseover(function() {
-
$('#tamara_hover').fadeIn(200);
+
$('#cris_hover').fadeIn(200);
});
});
-
     $('#tamara').mouseleave(function() {
+
     $('#cris').mouseleave(function() {
-
$('#tamara_hover').fadeOut(200);
+
$('#cris_hover').fadeOut(200);
     });
     });
-
$('#lucia').mouseover(function() {
+
$('#ale').mouseover(function() {
-
$('#lucia_hover').fadeIn(200);
+
$('#ale_hover').fadeIn(200);
});
});
-
     $('#lucia').mouseleave(function() {
+
     $('#ale').mouseleave(function() {
-
$('#lucia_hover').fadeOut(200);
+
$('#ale_hover').fadeOut(200);
     });
     });
-
$('#luisa').mouseover(function() {
+
$('#gabi').mouseover(function() {
-
$('#luisa_hover').fadeIn(200);
+
$('#gabi_hover').fadeIn(200);
});
});
-
     $('#luisa').mouseleave(function() {
+
     $('#gabi').mouseleave(function() {
-
$('#luisa_hover').fadeOut(200);
+
$('#gabi_hover').fadeOut(200);
     });
     });
-
$('#mariano').mouseover(function() {
+
$('#angeles').mouseover(function() {
-
$('#mariano_hover').fadeIn(200);
+
$('#angeles_hover').fadeIn(200);
});
});
-
     $('#mariano').mouseleave(function() {
+
     $('#angeles').mouseleave(function() {
-
$('#mariano_hover').fadeOut(200);
+
$('#angeles_hover').fadeOut(200);
     });
     });
-
$('#maria').mouseover(function() {
+
$('#carles').mouseover(function() {
-
$('#maria_hover').fadeIn(200);
+
$('#carles_hover').fadeIn(200);
});
});
-
     $('#maria').mouseleave(function() {
+
     $('#carles').mouseleave(function() {
-
$('#maria_hover').fadeOut(200);
+
$('#carles_hover').fadeOut(200);
     });
     });
-
$('#lamberto').mouseover(function() {
+
$('#doroti').mouseover(function() {
-
$('#lamberto_hover').fadeIn(200);
+
$('#doroti_hover').fadeIn(200);
});
});
-
     $('#lamberto').mouseleave(function() {
+
     $('#doroti').mouseleave(function() {
-
$('#lamberto_hover').fadeOut(200);
+
$('#doroti_hover').fadeOut(200);
     });
     });
Line 110: Line 103:
     });
     });
-
$('#alba').mouseover(function() {
+
$('#sergio').mouseover(function() {
-
$('#alba_hover').fadeIn(200);
+
$('#sergio_hover').fadeIn(200);
});
});
-
     $('#alba').mouseleave(function() {
+
     $('#sergio').mouseleave(function() {
-
$('#alba_hover').fadeOut(200);
+
$('#sergio_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);
 
-
    });
 
-
$('#lucas').mouseover(function() {
 
-
$('#lucas_hover').fadeIn(200);
 
-
});
 
-
 
-
    $('#lucas').mouseleave(function() {
 
-
$('#lucas_hover').fadeOut(200);
 
-
    });
 
});
});
Line 149: Line 120:
<div id='team'>
<div id='team'>
<div class='row'>
<div class='row'>
-
<div id='tamara' class='profile'>
+
<div id='cris' class='profile'>
-
<div id='tamara_hover' class='hover'>
+
<div id='cris_hover' class='hover'>
 +
<h5>Cristina Vilanova</h5>
<h6>
<h6>
-
     TAMARA
+
     Hi there! I am a Biotechnologist about to start a PhD in systems biology and "-omics"-based approaches to bioremediation.<br><br>
 +
    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='lucia' class='profile'>
+
<div id='ale' class='profile'>
-
<div id='lucia_hover' class='hover'>
+
<div id='ale_hover' class='hover'>
 +
<h5>Alejandro Vignoni</h5>
<h6>
<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>  
+
     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
-
    For me, enter iGEM was primarily a learning opportunity. I wanted to learn how to develop a science project from the beginning
+
    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
-
     to the end, from the idea to the results. I also liked the idea of meeting people and spend a different summer. <br><br>  
+
     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
-
     Sub-teams: Yeast, Modeling, Wiki and Poster.
+
     to my <a href="http://gcsc.ai2.upv.es/content/alejandro-vignoni"> web page.
</h6>
</h6>
</div>
</div>
Line 169: Line 145:
<div class='row'>
<div class='row'>
-
<div id='luisa' class='profile'>
+
<div id='gabi' class='profile'>
-
<div id='luisa_hover' class='hover'>
+
<div id='gabi_hover' class='hover'>
 +
<h5>Gabriel Bosque Chacón</h5>
<h6>
<h6>
-
    I am Luisa, a third year biotechnologist. <br><br>
+
  Hey there! I'm a chemical engineer and biotechnologist about to start a
-
    I think I am a hard worker girl who likes things well done. I care about others, like doing science in my spare time and I am so curious. <br><br>
+
phD in systems biology. I got involved with synthetic biology in 2010,
-
    I entered iGEM to learn to work together with other students in autonomous way and to travel to jamborees and learn from other projects. <br><br>
+
when I was part of the Valencia iGEM team. I'm back this year as an
-
    In the future I would like to investigate abroad and do an Ironman. <br><br>
+
advisor, famous for his bad advices hehe.
-
    Sub-teams: Yeast, Modeling and Human Practices.
+
 
 +
Movie? The Godfather part I. Song? Like A Rolling Stone by Bob Dylan.
 +
Singer/Band? Bruce Springsteen. Book? The Catcher In The Rye. That's
 +
about it! :)
</h6>
</h6>
</div>
</div>
</div>
</div>
-
<div id='mariano' class='profile'>
+
<div id='angeles' class='profile'>
-
<div id='mariano_hover' class='hover'>
+
<div id='angeles_hover' class='hover'>
 +
<h5>Angeles Hueso Gil</h5>
<h6>
<h6>
-
     I am that type of people who is always smiling. <br><br>
+
     Hello everybody! I am a biologist in her last year of a Biotechnology master. <br><br>  
-
     What I like most of iGEM is that it is about synthetic biology. In addition, participants from other years told me that it was a very
+
     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>
-
     good experience. I also thought it would be so good to my resume. <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,
-
     Sub-teams: Yeast, Human Practices, Wiki, Presentation, Poster and Crowdfunding.
+
     drawing, bellydancing and when my budget lets me to do it, traveling.  
</h6>
</h6>
</div>
</div>
Line 193: Line 174:
<div class='row'>
<div class='row'>
-
<div id='maria' class='profile'>
+
<div id='carles' class='profile'>
-
<div id='maria_hover' class='hover'>
+
<div id='carles_hover' class='hover'>
 +
<h5>Carles Palanca</h5>
<h6>
<h6>
-
     Hya! I’m Maria, a recently graduate Biologist and a future Geneticist. <br><br>
+
     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
-
   
+
     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  
-
    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
+
    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
-
     invited to flick through it in the iGEM presentation!<br><br>
+
     or maybe playing in some pub if you are lucky.
-
 
+
-
    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>
</h6>
</div>
</div>
</div>
</div>
-
<div id='lamberto' class='profile'>
+
<div id='doroti' class='profile'>
-
<div id='lamberto_hover' class='hover'>
+
<div id='doroti_hover' class='hover'>
 +
<h5>Dorothy J. Dankel</h5>
<h6>
<h6>
-
     I am Lamberto, a recently graduate biochemist. <br><br>
+
     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
-
     I consider myself funny and friendly and I am so sexy. I like
+
     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
-
    reading science fiction books, sports and eat chicken with Lucas. <br><br>
+
     project on systems and synthetic biology with the Valencia Biocampus team! <br><br> My main hobbies are football (soccer, watching and playing), reading, tasting
-
     I entered iGEM because I think is a very interesting project and knew I would have fun. <br><br>
+
     new foods, and visiting family members around the world.
-
    In the future I would like to investigate in a reputable institution. <br><br>  
+
-
     Sub-teams: Bacteria, Human Practices, Modeling and Wiki.
+
</h6>
</h6>
</div>
</div>
Line 224: Line 201:
<div id='guillermo' class='profile'>
<div id='guillermo' class='profile'>
<div id='guillermo_hover' class='hover'>
<div id='guillermo_hover' class='hover'>
 +
<h5>Guillermo Rodrigo</h5>
<h6>
<h6>
-
     My name is Guillermo, but everyonein the lab calls me Zafri. I am a second year biotechnologist. <br><br>
+
     Currently, I am an EMBO long-term fellow at CNRS, France, working on 
-
     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>
+
     RNA synthetic biology and modeling biological systems. Born in 
-
     I entered the iGEM because it is an opportunity to begin to investigate, which I love.<br><br>
+
     Valencia in 1983, I obtained the B.Eng. in Industrial Engineering in 
-
     In the future I would like to work in industrial biotechnology.<br><br>
+
     2006 (UPV and Ecole Polytechnique), the M.Sc. in Applied Mathematics 
-
     Sub-teams: Bacteria and Yeast.
+
    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='alba' class='profile'>
+
<div id='sergio' class='profile'>
-
<div id='alba_hover' class='hover'>
+
<div id='sergio_hover' class='hover'>
 +
<h5>Sergio López-Madrigal</h5>
<h6>
<h6>
-
     I am Alba, a first year biotechnologist. <br><br>
+
     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
-
    I am not talking constantly, but my lab mates say that whenever I speak I say something important.
+
     ICBiBE (Valencia). Describing the molecular basis  and the evolutionary history of insect-bacteria symbiosis is my
-
    I think I am hard worker and a good person. I like reading, playing football and cooking. <br><br>
+
     thesis goal. I love music, travelling, learning new lenguages, reading scientific articles and specially doing science at the lab.  
-
     I entered iGEM because I had never worked in a lab and I was eager to learn.  
+
    The almost infinite complexity of nature use to amaze me
-
    What I like about the iGEM is to have met people with my same interests. <br><br>
+
-
     Sub-teams: Bacteria, Modeling and Crowdfunding.
+
</h6>
</h6>
</div>
</div>
</div>
</div>
</div>
</div>
-
 
+
</center>
-
<div class='row'>
+
-
<div id='jose1' class='profile'>
+
-
<div id='jose1_hover' class='hover'>
+
-
<h6>
+
-
    I am José Luis. I have studied Industrial Engineering, specializing in industrial electronics, and now I am studying Engineering
+
-
    in Industrial Automation and Electronics. <br><br>
+
-
    I think I have great people skills, I am very sociable and friendly. I like sports, especially playing football and partying. <br><br>
+
-
    I entered iGEM to learn new things, and to apply what I have studied in a field different from what I have seen in class. <br><br>
+
-
    Sub-teams: Modeling, Wiki and Electronics.
+
-
 
+
-
</h6>
+
-
</div>
+
-
</div>
+
-
<div id='jose2' class='profile'>
+
-
<div id='jose2_hover' class='hover'>
+
-
<h6>
+
-
    I am José Joaquín. I have studied Industrial Engineering, specializing in industrial electronics, and now I am studying Engineering in
+
-
    Industrial Automation and Electronics. <br><br>
+
-
    I am a serious person who likes the responsible and orderly people. My hobbies include playing tennis and HaxBall and drink beer with friends. <br><br>
+
-
    I am in iGEM because it was recommended by a teacher
+
-
</h6>
+
-
</div>
+
-
</div>
+
-
</div>
+
-
 
+
-
 
+
-
<div class='row'>
+
-
<div id='lucas' class='profile'>
+
-
<div id='lucas_hover' class='hover'>
+
-
<h6>
+
-
    I am José Luis. I have studied Industrial Engineering, specializing in industrial electronics, and now I am studying Engineering
+
-
    in Industrial Automation and Electronics. <br><br>
+
-
    I think I have great people skills, I am very sociable and friendly. I like sports, especially playing football and partying. <br><br>
+
-
    I entered iGEM to learn new things, and to apply what I have studied in a field different from what I have seen in class. <br><br>
+
-
    Sub-teams: Modeling, Wiki and Electronics.
+
-
 
+
-
</h6>
+
-
</div>
+
-
</div>
+
-
 
+
-
</div>
+
-
 
+
</div>
</div>
</html>
</html>

Latest revision as of 21:47, 26 September 2012



    Advisors


    Cristina Vilanova
    Hi there! I am a Biotechnologist about to start a PhD in systems biology and "-omics"-based approaches to bioremediation.

    I was trapped by iGEM (and SB in general) 3 years ago, when I was part of the iGEM 2009 Valencia Team . Now, I'm very happy to repeat such an amazing experience as advisor.

    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!
    Alejandro Vignoni
    I'm an Electronic Eng. and I'm doing my PhD in Control Systems oriented to Synthetic Biology.

    I play Guitar as hobby (although I studied almost all my life) and I like traveling, biking, swimming, rock climbing, yoga, taking pictures and many things more...!!!.

    I was iGEMer in 2010, and now I'm back as Advisor, so it seems iGEM is something good, what do you think?
    but I don't have time to fight Entropy... Take a look to my iGEM2010 user page or to my web page.
    Gabriel Bosque Chacón
    Hey there! I'm a chemical engineer and biotechnologist about to start a phD in systems biology. I got involved with synthetic biology in 2010, when I was part of the Valencia iGEM team. I'm back this year as an advisor, famous for his bad advices hehe. Movie? The Godfather part I. Song? Like A Rolling Stone by Bob Dylan. Singer/Band? Bruce Springsteen. Book? The Catcher In The Rye. That's about it! :)
    Angeles Hueso Gil
    Hello everybody! I am a biologist in her last year of a Biotechnology master.

    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.

    I am eager to start my PhD next year and feel the suffering but comforting experience of making science.

    My main hobbies are reading, writing, drawing, bellydancing and when my budget lets me to do it, traveling.
    Carles Palanca
    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 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.
    Dorothy J. Dankel
    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 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!

    My main hobbies are football (soccer, watching and playing), reading, tasting new foods, and visiting family members around the world.
    Guillermo Rodrigo
    Currently, I am an EMBO long-term fellow at CNRS, France, working on 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).
    Sergio López-Madrigal
    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 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