Team:UPO-Sevilla/test

From 2011.igem.org

(Difference between revisions)
Line 2: Line 2:
<html>
<html>
 +
 +
<style type="text/css">
 +
 +
dl{  margin: 0 auto 0; text-align: justify;}
 +
dl dt{  color: #a7b40a; text-transform: uppercase; font-size: 1.2em; padding: 0.2em 0 0.1em 0; cursor:pointer;}
 +
dd{ }
 +
</style>
 +
 +
<script type='text/javascript' src='https://www.google.com/jsapi'></script>
 +
<script type="text/javascript">
 +
    $(document).ready(function(){
 +
      $("dd").hide();
 +
$("dt").click(function(event){
 +
            var desplegable = $(this).next().children();
 +
            $('dd').not(desplegable).slideUp('fast');
 +
              desplegable.slideToggle('fast');
 +
              event.preventDefault();
 +
              })
 +
        });
 +
</script>
 +
 +
    <script type='text/javascript'>
 +
      google.load('visualization', '1', {packages:['orgchart']});
 +
      google.setOnLoadCallback(drawChart);
 +
      function drawChart() {
 +
        var data = new google.visualization.DataTable();
 +
        data.addColumn('string', 'Name');
 +
        data.addColumn('string', 'Manager');
 +
        data.addColumn('string', 'ToolTip');
 +
        data.addRows([
 +
          ['iGEM UPO-Sevilla', '', ''],
 +
 +
          ['Wet Lab', 'iGEM UPO-Sevilla', ''],
 +
          ['Dry Lab', 'iGEM UPO-Sevilla', ''],
 +
 +
          ['Basic Biestable', 'Wet Lab', ''],
 +
          ['Improving Biestable', 'Wet Lab', ''],
 +
          ['Epigenetic Biestable', 'Wet Lab', ''],
 +
          ['Fundational Advance', 'Wet Lab', ''],
 +
 +
          ['Fernando Govantes', 'Basic Biestable', 'Fernando Govantes'],
 +
          ['Amalia Mart&iacute;nez', 'Fernando Govantes', 'Amalia Martinez'],
 +
 +
          ['Victor &Aacute;lvarez', 'Improving Biestable', 'Victor Alvarez'],
 +
          ['F&eacute;lix Reyes', 'Victor &Aacute;lvarez', 'Felix Reyes'],
 +
          ['Yolanda Elisabet Gonz&aacute;lez', 'Victor &Aacute;lvarez', 'Yolanda Elisabet Gonzalez'],
 +
 +
          ['Rafael Rodr&iacute;guez', 'Epigenetic Biestable', 'Rafael Rodriguez'],
 +
          ['Paola Gallardo', 'Rafael Rodr&iacute;guez', 'Paola Gallardo'],
 +
 +
          ['Fernando Govantes ', 'Fundational Advance', 'Fernando Govantes'],
 +
          ['David Caballero', 'Fernando Govantes ', 'David Caballero'],
 +
 +
          ['Bioinformatics', 'Dry Lab', ''],
 +
          ['Modeling and Simulations', 'Dry Lab', ''],
 +
          ['Software Design', 'Dry Lab', ''],
 +
 +
          ['Antonio Jes&uacute;s P&eacute;rez', 'Bioinformatics', 'Antonio Jesus Perez'],
 +
          ['Aida Moreno', 'Antonio Jes&uacute;s P&eacute;rez', 'Aida Moreno'],
 +
 +
          ['Manuel B&eacute;jar', 'Modeling and Simulations', 'Manuel Bejar'],
 +
          ['Jes&uacute;s Jim&eacute;nez', 'Manuel B&eacute;jar', 'Jesus Jimenez'],
 +
          ['Adri&aacute;n Arellano', 'Manuel B&eacute;jar', 'Adrian Arellano'],
 +
 +
          ['Luis Merino', 'Software Design', 'Luis Merino'],
 +
          ['Biobrick Creator', 'Luis Merino', ''],
 +
          ['Wiki', 'Luis Merino', ''],
 +
          ['Jos&eacute; Guti&eacute;rrez', 'Biobrick Creator', 'Jose Gutierrez'],
 +
          ['Luis Eduardo Pav&oacute;n', 'Wiki', 'Luis Eduardo Pavon']
 +
 +
        ]);
 +
        var chart = new google.visualization.OrgChart(document.getElementById('chart_div'));
 +
        chart.draw(data, {allowHtml:true});
 +
 +
google.visualization.events.addListener(chart, 'select', function() {
 +
var selection = chart.getSelection();
 +
var message = '';
 +
for (var i = 0; i < selection.length; i++) {
 +
var item = selection[i];
 +
if (item.row != null) {
 +
var str = data.getFormattedValue(item.row, 2);
 +
message += str + '\n';
 +
}
 +
}
 +
 +
location = '#'+ message;
 +
var idA = "a[name="+message+"]";
 +
var desplegable = $(idA).children();
 +
            $('dd').not(desplegable).slideUp('fast');
 +
            desplegable.slideToggle('fast');
 +
}); 
 +
 +
      }
 +
    </script>
 +
                     <div id="principal">
                     <div id="principal">
                         <div class="main">
                         <div class="main">
-
                            <p>
+
-
                                For its second year, <strong>the UPO-Sevilla team</strong> participates on the international Synthetic Biology competition iGEM. <strong>Synthetic biology</strong> is a new and exciting discipline of science that puts together computing, engineering and molecular biology with the goal of designing and constructing biological machines: living organisms with the ability to perform new and useful tasks. The iGEM contest is an initiative that hosts undergraduate student teams from all over the world to develop new biological designs, work on them over the summer and present them in the <strong>iGEM Jamborees</strong>.
+
<div id='chart_div'></div>
-
                            </p>
+
 
-
                            <p>
+
<div id="contenido-demo">
-
                                UPO-Sevilla was <strong>the pioneer Andalusian team</strong> to participate in the iGEM competition last year. The UPO-Sevilla team is has grown from six students and two supervisors in 2010 to ten students and seven supervisors in 2011. This year's team hosts a mixture of computer science, engineering, biotechnology, genetics, physiology and microbiology students and professors. This multidisciplinary team is working hard on the <strong>Flashbacter</strong> project, aimed to develop biological machines able to store information, much like a computer's memory does. Find more details on this in <a href="Team:UPO-Sevilla/Project" title="Project">the Project section</a>.
+
Profesores
-
                            </p>
+
<dl>
-
                            <p>
+
 
-
                                In addition to research, the UPO-Sevilla team has undertaken during this year an active <strong>diffusion program</strong> to promote awareness of Synthetic biology, especially among younger students in Andalucía including seminars, workshops, and the first blog in spanish devoted to Synthetic biology, <a href="http://tornillosygenes.com" target="_blank" title="Tornillos y Genes">Tornillos y genes.<!-- Learn more about this in the Human practices/diffusion section.-->
+
<dt>Fernando Govantes Romero (Microbiología)</dt>
-
                            </p>
+
<a name="Fernando Govantes"><dd>Over the years evolved to be called Fernan and then Fer...
 +
I may end up losing my name altogether. I am the grandfather of the team and I run the Foundational Advances
 +
subteam. Best known for my secular knowledge on bacterial strain genotypes, transposons and other genetic gimmicks,
 +
as well ancient protocols and media recipes.</dd></a>
 +
<dt>Luis Merino Cabañas (Ing. De Sistemas y Automática)</dt>
 +
<a name="Luis Merino"><dd>What's doing a roboticist with a bunch of biotechnologists? Surprisingly (actually, not so)
 +
the same as before: engineering. I'm co-advising the dry-lab with my colleague Manuel (master of MATLAB and huge models).
 +
After a fast immersion last year into the (very) basics of genetic engineering, I'm still enjoying learning a lot of new
 +
things and the possibilities we have to manipulate or create new biological robots. And I met some of the creators of
 +
ARPANET in the way!!!</dd></a>
 +
<dt>Manuel Béjar Domínguez (Ing. De Sistemas y Automática)</dt>
 +
<a name="Manuel Bejar"><dd></dd></a>
 +
<dt>Antonio Jesús Pérez Pulido (Bioinformática)</dt>
 +
<a name="Antonio Jesus Perez"><dd>I am the motorized man in the group, and I don't walk but
 +
I am going on my wheels. The sequence and structure analyses are my expertise, using and developing bioinformatics
 +
tools.</dd></a>
 +
<dt>Antonio Prado Moreno (Fisiología Animal)</dt>
 +
<a name="Antonio Prado"><dd></dd></a>
 +
<dt>Víctor Álvarez Tallada (Genética)</dt>
 +
<a name="Victor Alvarez"><dd>This is Victor, I am one of the new supervisors recruited (on my way to the toilet !!)
 +
for this year iGem adventure. Genetics is what I enjoy the most. I give advice to Felix and Yolanda; together we
 +
are what they call "V subteam".</dd></a>
 +
<dt>Rafael Rodríguez Daga (Genética)</dt>
 +
<a name="Rafael Rodriguez"><dd></dd></a>
 +
 
 +
</dl>
 +
 +
Estudiantes
 +
 
 +
<dl>
 +
 +
<dt>Adrián Arellano Davín (Biotecnología)</dt>
 +
<a name="Adrian Arellano"><dd>If you look for somebody who really loves science and learning, it is Adrián.
 +
He will read every book he can get his hands on. He is a physicist enthusiast and a renowned go player.
 +
Adrián was the first in discovering iGEM and we have to thank him for passing on us his passion for learning
 +
beyond the degree. This year he jumped to the DryLab and he is doing great visual and parametric simulations.</dd></a>
 +
<dt>David Caballero Pradas (Biotecnología)</dt>
 +
<a name="David Caballero"><dd></dd></a>
 +
<dt>Paola Gallardo Palomo (Biotecnología)</dt>
 +
<a name="Paola Gallardo"><dd></dd></a>
 +
<dt>Yolanda Elisabet Gonzalez Flores (Biotecnología)</dt>
 +
<a name="Yolanda Elisabet Gonzalez"><dd>I am Yolanda, also called Yoly or even Yolibeth by my friends. I am the errant
 +
iGEMer, as this year I'll spend half of the summer working in Santander. I am a bio-geek and a T4 phage
 +
lover, and I have joint the team this year. I'm working with Felix on the optimization of the bistable
 +
by proteolysis and asRNA.</dd></a>
 +
<dt>José Gutiérrez Tabuenca (Ing. Técnica Informática)</dt>
 +
<a name="Jose Gutierrez"><dd></dd></a>
 +
<dt>Jesús Jiménez Sobrado (Ing. Industrial)</dt>
 +
<a name="Jesus Jimenez"><dd></dd></a>
 +
<dt>Amalia Martinez Segura (Biotecnología)</dt>
 +
<a name="Amalia Martinez"><dd></dd></a>
 +
<dt>Aída Moreno Moral (Biotecnología)</dt>
 +
<a name="Aida Moreno"><dd>After years of carrying my huge friend (the double bass), I moved from music to
 +
Biological Sciences, which as not many may know, aren't completely different fields as they can look! As a
 +
bassist I learned that complex systems always start from good bases. I am one of the new acquisitions of the
 +
UPO-iGEM team. So what do I do?  I juggle between the dry and wet labs, performing bioinformatics analyses
 +
while also trying to assist in the dry lab's biological issues.</dd></a>
 +
<dt>Luis Eduardo Pavón (Ing. Técnica Informática)</dt>
 +
<a name="Luis Eduardo Pavon"><dd></dd></a>
 +
<dt>Félix Reyes Martín (Biotecnología)</dt>
 +
<a name="Felix Reyes"><dd>Probably, i'm the laziest member of the team, at least that's what my friends usually
 +
say. However, when it comes to working in the lab, i always intent to give the best of myself. This is my
 +
second year in UPO sevilla team and although last year I worked really hard on it, I'm feeling even more  
 +
eager this year. I belong to the V's subteam (a little group inside wet lab workers) and we will try to set
 +
up some improvements in the classic toggle switch.</dd></a>
 +
 
 +
</dl>
 +
</div>
 +
                         
                         </div>
                         </div>
                         <div class="left">
                         <div class="left">

Revision as of 18:37, 5 August 2011

Grey iGEM Logo UPO icon

Profesores
Fernando Govantes Romero (Microbiología)
Over the years evolved to be called Fernan and then Fer... I may end up losing my name altogether. I am the grandfather of the team and I run the Foundational Advances subteam. Best known for my secular knowledge on bacterial strain genotypes, transposons and other genetic gimmicks, as well ancient protocols and media recipes.
Luis Merino Cabañas (Ing. De Sistemas y Automática)
What's doing a roboticist with a bunch of biotechnologists? Surprisingly (actually, not so) the same as before: engineering. I'm co-advising the dry-lab with my colleague Manuel (master of MATLAB and huge models). After a fast immersion last year into the (very) basics of genetic engineering, I'm still enjoying learning a lot of new things and the possibilities we have to manipulate or create new biological robots. And I met some of the creators of ARPANET in the way!!!
Manuel Béjar Domínguez (Ing. De Sistemas y Automática)
Antonio Jesús Pérez Pulido (Bioinformática)
I am the motorized man in the group, and I don't walk but I am going on my wheels. The sequence and structure analyses are my expertise, using and developing bioinformatics tools.
Antonio Prado Moreno (Fisiología Animal)
Víctor Álvarez Tallada (Genética)
This is Victor, I am one of the new supervisors recruited (on my way to the toilet !!) for this year iGem adventure. Genetics is what I enjoy the most. I give advice to Felix and Yolanda; together we are what they call "V subteam".
Rafael Rodríguez Daga (Genética)
Estudiantes
Adrián Arellano Davín (Biotecnología)
If you look for somebody who really loves science and learning, it is Adrián. He will read every book he can get his hands on. He is a physicist enthusiast and a renowned go player. Adrián was the first in discovering iGEM and we have to thank him for passing on us his passion for learning beyond the degree. This year he jumped to the DryLab and he is doing great visual and parametric simulations.
David Caballero Pradas (Biotecnología)
Paola Gallardo Palomo (Biotecnología)
Yolanda Elisabet Gonzalez Flores (Biotecnología)
I am Yolanda, also called Yoly or even Yolibeth by my friends. I am the errant iGEMer, as this year I'll spend half of the summer working in Santander. I am a bio-geek and a T4 phage lover, and I have joint the team this year. I'm working with Felix on the optimization of the bistable by proteolysis and asRNA.
José Gutiérrez Tabuenca (Ing. Técnica Informática)
Jesús Jiménez Sobrado (Ing. Industrial)
Amalia Martinez Segura (Biotecnología)
Aída Moreno Moral (Biotecnología)
After years of carrying my huge friend (the double bass), I moved from music to Biological Sciences, which as not many may know, aren't completely different fields as they can look! As a bassist I learned that complex systems always start from good bases. I am one of the new acquisitions of the UPO-iGEM team. So what do I do? I juggle between the dry and wet labs, performing bioinformatics analyses while also trying to assist in the dry lab's biological issues.
Luis Eduardo Pavón (Ing. Técnica Informática)
Félix Reyes Martín (Biotecnología)
Probably, i'm the laziest member of the team, at least that's what my friends usually say. However, when it comes to working in the lab, i always intent to give the best of myself. This is my second year in UPO sevilla team and although last year I worked really hard on it, I'm feeling even more eager this year. I belong to the V's subteam (a little group inside wet lab workers) and we will try to set up some improvements in the classic toggle switch.