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ínez', 'Fernando Govantes', 'Amalia Martinez'], | ||
+ | |||
+ | ['Victor Álvarez', 'Improving Biestable', 'Victor Alvarez'], | ||
+ | ['Félix Reyes', 'Victor Álvarez', 'Felix Reyes'], | ||
+ | ['Yolanda Elisabet González', 'Victor Álvarez', 'Yolanda Elisabet Gonzalez'], | ||
+ | |||
+ | ['Rafael Rodríguez', 'Epigenetic Biestable', 'Rafael Rodriguez'], | ||
+ | ['Paola Gallardo', 'Rafael Rodrí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ús Pérez', 'Bioinformatics', 'Antonio Jesus Perez'], | ||
+ | ['Aida Moreno', 'Antonio Jesús Pérez', 'Aida Moreno'], | ||
+ | |||
+ | ['Manuel Béjar', 'Modeling and Simulations', 'Manuel Bejar'], | ||
+ | ['Jesús Jiménez', 'Manuel Béjar', 'Jesus Jimenez'], | ||
+ | ['Adrián Arellano', 'Manuel Béjar', 'Adrian Arellano'], | ||
+ | |||
+ | ['Luis Merino', 'Software Design', 'Luis Merino'], | ||
+ | ['Biobrick Creator', 'Luis Merino', ''], | ||
+ | ['Wiki', 'Luis Merino', ''], | ||
+ | ['José Gutiérrez', 'Biobrick Creator', 'Jose Gutierrez'], | ||
+ | ['Luis Eduardo Pavó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"> | ||
- | + | ||
- | + | <div id='chart_div'></div> | |
- | + | ||
- | + | <div id="contenido-demo"> | |
- | + | Profesores | |
- | + | <dl> | |
- | + | ||
- | + | <dt>Fernando Govantes Romero (Microbiología)</dt> | |
- | + | <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
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)
- 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.