Team/CINVESTAV-IPN-UNAM MX/Members.htm
From 2012.igem.org
Ao.patricia (Talk | contribs) |
|||
Line 1: | Line 1: | ||
- | <html xmlns="http://www.w3.org/1999/xhtml"><head> | + | <html xmlns="http://www.w3.org/1999/xhtml"> |
- | <title> | + | <head> |
+ | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | ||
+ | <title>Rho</title> | ||
- | < | + | <style type="text/css"> |
- | + | * { | |
- | + | margin: 0; | |
+ | padding: 0; | ||
+ | } | ||
- | + | body { | |
- | + | background: #FFFFFF; | |
- | + | text-align: justify; | |
- | + | font-family: Georgia, "Times New Roman", Times, serif; | |
- | + | font-size: 12px; | |
- | + | color: #000000; | |
- | + | } | |
- | + | ||
- | + | ||
- | + | ||
+ | h1, h2, h3 { | ||
+ | color: #333333; | ||
+ | } | ||
- | + | h1, h2 { | |
- | + | margin-bottom: 20px; | |
- | + | font-weight: normal; | |
- | + | } | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | h1 { | |
- | + | font-size: 197%; | |
- | + | } | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | h2 { | |
- | + | font-size: 152%; | |
- | + | } | |
- | + | ||
- | + | h3 { | |
- | + | font-size: 100%; | |
- | + | } | |
- | + | ||
- | + | p, ul, ol { | |
- | + | margin-bottom: 20px; | |
- | + | line-height: 1.8em; | |
- | + | } | |
- | + | ||
- | + | ul, ol { | |
- | + | margin-left: 3em; | |
- | + | } | |
- | + | #text2 | |
- | + | { | |
- | + | color: #333333; | |
- | + | font-size: 152%; | |
- | + | margin-bottom: 20px; | |
- | + | font-weight: normal; | |
- | + | } | |
- | + | blockquote { | |
- | + | padding-left: 3em; | |
- | + | background: url(https://static.igem.org/mediawiki/2012/1/11/Img08.gif) no-repeat; | |
- | + | font-style: italic; | |
- | + | } | |
- | + | ||
- | + | a:link { | |
- | + | color: #1953A7; | |
- | + | } | |
- | + | ||
- | + | a:active { | |
+ | color: #ED5C0C; | ||
+ | } | ||
+ | |||
+ | a:visited { | ||
+ | color: #666666; | ||
+ | } | ||
+ | |||
+ | a:hover { | ||
+ | text-decoration: none; | ||
+ | color: #067600; | ||
+ | } | ||
+ | |||
+ | img { | ||
+ | border: none; | ||
+ | } | ||
+ | |||
+ | img.left { | ||
+ | float: left; | ||
+ | margin: 0 20px 10px 0; | ||
+ | } | ||
+ | |||
+ | img.right { | ||
+ | float: right; | ||
+ | margin: 0 20px 10px 0; | ||
+ | } | ||
+ | /* Menu */ | ||
+ | |||
+ | #menu { | ||
+ | width: 770px; | ||
+ | height: 65px; | ||
+ | margin: 0 auto; | ||
+ | border-right: 1px solid #EDEBD5; | ||
+ | } | ||
+ | |||
+ | #menu ul { | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | list-style: none; | ||
+ | } | ||
+ | |||
+ | #menu li { | ||
+ | display: inline; | ||
+ | font-size: 12px; | ||
+ | color:#4E4E4E; | ||
+ | } | ||
+ | |||
+ | #menu a { | ||
+ | display: block; | ||
+ | float: left; | ||
+ | width: 95px; | ||
+ | height: 45px; | ||
+ | padding: 10px 0 0 0; | ||
+ | border-left: 1px solid #EDEBD5; | ||
+ | text-transform: lowercase; | ||
+ | text-decoration: none; | ||
+ | text-align: center; | ||
+ | font-size: 135%; | ||
+ | color: #BABABA; | ||
+ | } | ||
+ | |||
+ | #menu a:hover { | ||
+ | background: #F7F7F4; | ||
+ | } | ||
+ | |||
+ | #menu .active a { | ||
+ | background: #5dbb10; | ||
+ | color: #FFFFFF; | ||
+ | } | ||
+ | |||
+ | /* Header */ | ||
+ | |||
+ | #header { | ||
+ | width: 770px; | ||
+ | height: 170px; | ||
+ | margin: 0 auto; | ||
+ | } | ||
+ | |||
+ | #header h1 { | ||
+ | float: left; | ||
+ | width: 220px; | ||
+ | height: 100px; | ||
+ | margin: 0; | ||
+ | padding: 70px 0 0 0; | ||
+ | background: url(https://static.igem.org/mediawiki/2012/0/0a/Img02.jpg) no-repeat; | ||
+ | text-align: center; | ||
+ | font-size: 36px; | ||
+ | } | ||
+ | |||
+ | #header h2 { | ||
+ | float: right; | ||
+ | width: 530px; | ||
+ | height: 86px; | ||
+ | margin: 0; | ||
+ | background: url(https://static.igem.org/mediawiki/2012/4/4a/Img03.jpg) no-repeat; | ||
+ | padding: 84px 20px 0 0; | ||
+ | text-align: right; | ||
+ | } | ||
+ | |||
+ | #header a { | ||
+ | text-transform: lowercase; | ||
+ | text-decoration: none; | ||
+ | font-style: italic; | ||
+ | font-weight: normal; | ||
+ | color: #FFFFFF; | ||
+ | } | ||
+ | |||
+ | /* Page */ | ||
+ | |||
+ | #page { | ||
+ | width: 770px; | ||
+ | margin: 0 auto; | ||
+ | padding: 20px 0; | ||
+ | } | ||
+ | #context{ | ||
+ | float: left; | ||
+ | width: 570px; | ||
+ | padding-top:5px; | ||
+ | } | ||
+ | /* menudecontenido */ | ||
+ | |||
+ | #sidebar { | ||
+ | float: right; | ||
+ | width: 160px; | ||
+ | padding: 15px; | ||
+ | background: #EDEBD5; | ||
+ | } | ||
+ | |||
+ | #sidebar h2 { | ||
+ | margin: 0; | ||
+ | padding: 5px 15px; | ||
+ | color: #FFFFFF; | ||
+ | } | ||
+ | |||
+ | #sidebar h3 { | ||
+ | font-size: 70%; | ||
+ | color: #FFFFFF; | ||
+ | } | ||
+ | |||
+ | #sidebar ul { | ||
+ | margin: 0; | ||
+ | padding: 15px; | ||
+ | list-style: none; | ||
+ | } | ||
+ | |||
+ | #sidebar li { | ||
+ | font-size: 14px; | ||
+ | } | ||
+ | |||
+ | #sidebar a { | ||
+ | color: #FFFFFF; | ||
+ | } | ||
+ | |||
+ | .orangebox { | ||
+ | background: url(https://static.igem.org/mediawiki/2012/b/b0/Img05.gif) repeat-y; | ||
+ | } | ||
+ | |||
+ | .orangebox h2 { | ||
+ | background: url(https://static.igem.org/mediawiki/2012/c/c2/Img06.gif) repeat-y; | ||
+ | } | ||
+ | |||
+ | /* Footer */ | ||
+ | |||
+ | #piedepagina { | ||
+ | clear: both; | ||
+ | height: 150px; | ||
+ | padding: 25px 0; | ||
+ | background: #EDEBD5 url(https://static.igem.org/mediawiki/2012/a/a5/Img04.gif) repeat-x; | ||
+ | } | ||
+ | |||
+ | #sponsors{ | ||
- | + | float: left; | |
+ | width: 85px; | ||
+ | padding-top:5px; | ||
+ | background: #EDEBD5; | ||
+ | |||
+ | } | ||
- | + | </style> | |
- | + | ||
- | + | <meta name="keywords" content="" /> | |
+ | <meta name="description" content="" /> | ||
+ | |||
+ | </head> | ||
+ | <body> | ||
+ | <div id="menu"> | ||
+ | <ul> | ||
+ | <li><a href="home.htm">Home</a></li> | ||
+ | <li><a href="#">Rhodofactory</a></li> | ||
+ | <li><a href="#">Promoter selection </a></li> | ||
+ | <li><a href="#">results </a></li> | ||
+ | <li><a href="#">Perspectives</a></li> | ||
+ | <li class="active"><a href="#">Modeling</a></li> | ||
+ | <li><a href="aboutus.htm">About us</a> </li> | ||
+ | <li><a href="#">outreach</a></li> | ||
+ | </ul> | ||
</div> | </div> | ||
- | + | <!-- end #menu --> | |
- | + | <div id="header"> | |
- | + | <h1><a href="#"></a></h1> | |
- | + | <h2><span></span></h2> | |
- | </ | + | </div> |
+ | <!-- end #header --> | ||
+ | <div id="page"> | ||
+ | <div id="context"> | ||
+ | |||
+ | <h1><em>Members!</em></h1> | ||
+ | <p id="text2"> Studentes</p></br> | ||
+ | <img src="https://static.igem.org/mediawiki/2012/9/95/Diez.jpg" alt="diez" width="172" height="235" class="left"> | ||
+ | <br> | ||
+ | <br> | ||
+ | <br> | ||
+ | <p>Lissania Guerra-Calderas Contribution: Butanol Production System and BioBrick Designer, outreach activities. 4th year undergraduate of Pharmaceutical and Biological Chemistry, at Faculty of Chemistry. National Autonomous University of Mexico (UNAM) lissxgc.89@gmail.com.</p> | ||
+ | <p> </p><p> </p> | ||
+ | <p><img src="https://static.igem.org/mediawiki/2012/9/98/Ocho.jpg" width="172" height="235" class="right"></p> | ||
+ | <br> | ||
- | < | + | |
- | + | <p>Jhonatan Alejandro Hernández-Valdés Contribution: Project Management, design and development of regulatory systems, BioBrick Designer, outreach activities. 4th year undergraduate of Pharmaceutical and Biological Chemistry, at Faculty of Chemistry. National Autonomous University of Mexico (UNAM) jhonatanhv@hotmail.com.</p> | |
- | + | <p> </p> | |
- | + | <p><br> | |
+ | <img src="https://static.igem.org/mediawiki/2012/8/84/Once.jpg" alt="once" width="164" height="211" class="left"><br> | ||
+ | Maritere Uriostegui-Arcos Contribution: Characterization and measurement protocols. BioBrick Designer, outreach activities. 4th year undergraduate of Pharmaceutical and Biological Chemistry, at Faculty of Chemistry. National Autonomous University of Mexico (UNAM) maritere1011@hotmail.com.<br> | ||
+ | </p> | ||
+ | <p><br> | ||
- | + | <img src="https://static.igem.org/mediawiki/2012/f/f6/Nueve.jpg" alt="nueve" width="163" height="237" class="right"><br> | |
- | + | </p> | |
- | + | <p> </p> | |
- | + | <p>Anna Karen Hernández-Gallardo Contribution: Mathematical modeling Biotechnological Engineering, Interdisciplinary Unit for Biotechnology National Polytechnic Institute.</p> | |
- | < | + | <p> </p> |
- | </ | + | <p><br> |
+ | |||
+ | <img src="https://static.igem.org/mediawiki/2012/1/16/Tre.jpg" alt="tre" width="171" height="246" class="left"></p> | ||
+ | <p>Patricia Arias-Orozco Contribution: Design and development of regulatory systems, BioBrick Designer, outreach activities. Biotechnological Engineering, Interdisciplinary Unit for Biotechnology National Polytechnic Institute. </p> | ||
+ | <p> </p><p> </p> | ||
+ | <p><img src="https://static.igem.org/mediawiki/2012/4/45/Uno.jpg" alt="uno" width="174" height="243" class="right"></p> | ||
+ | <p> </p> | ||
+ | <p>Daniel Domínguez-Gómez Contribution: outreach activities (ownership and feedback). Biotechnological Engineering, Interdisciplinary Unit for Biotechnology National Polytechnic Institute.</p> | ||
+ | <p> </p><p> </p> | ||
+ | <p><br> | ||
+ | |||
+ | <img src="https://static.igem.org/mediawiki/2012/4/43/Siete.jpg" alt="siete" width="167" height="234" class="left"></p> | ||
+ | <p> </p> | ||
+ | <p>Ivan Lopez-Flores Mathematical Team: Mathematical modeling Computational Systems Engineering, Superior School for Computation National Polytechnic Institute National Polytechnic Institute <br> | ||
+ | <br> | ||
+ | <br> | ||
+ | <br> | ||
+ | |||
+ | </p> | ||
+ | <h1>Advisors</h1> | ||
+ | <img src="https://static.igem.org/mediawiki/2012/5/59/Catorce.jpg" alt="catorce" width="168" height="244" class="left"><p> </p> | ||
+ | <p> </p> | ||
+ | <p>Karen Nava Castro PhD Contribution: Flow Cytometry Expert. Researcher at Institute of Biomedical Research, Field of study: Immunology. National Autonomous University of Mexico, UNAM. </p> | ||
+ | <p> </p><p> </p> | ||
+ | <p><img src="https://static.igem.org/mediawiki/2012/c/c8/Quince.jpg" alt="quince" width="161" height="221" class="right"></p> | ||
+ | <p> </p> | ||
+ | <p>Jorge Morales Montor PhD Contribution: Dry lab support Researcher at Institute of Biomedical Research (IIB, UNAM) Field of study: Neuoimmunoendocrinology National Autonomous University of Mexico, UNAM. </p> | ||
+ | <p> </p><p> </p> | ||
+ | <img src="https://static.igem.org/mediawiki/2012/6/67/Dos.jpg" alt="dos" width="194" height="270" class="left"> | ||
+ | <p>Daniel Federico Hernandez Gardiol Contribution: Mathematical model Systems Biologist: Universidad de la Republica (Montevideo, Uruguay) Bioengineering Masters Student: Ecole Polytechnique Federal de Lausanne (Lausanne, Switzerland) National Polytechnic Institute.</p> | ||
+ | <p> </p><p> </p><p> </p><p> </p> | ||
+ | <img src="https://static.igem.org/mediawiki/2012/2/24/Cinco.jpg" alt="cinco" width="173" height="205" class="right"><p> </p> | ||
+ | <p>Fernando G. Bastida-González Contribution: Dry lab support Master in Health science at Superior Medicine School at National Polytechnic Institute. Federal de Lausanne (Lausanne, Switzerland).</p> | ||
+ | <p> </p><p> </p> | ||
+ | <h1>Instructors</h1><br> | ||
+ | <p><img src="https://static.igem.org/mediawiki/2012/e/e9/Tres.jpg" alt="tres" width="166" height="227" class="left"></p> | ||
+ | <p> </p> | ||
+ | <p>Agustino Martínez-Antonio PhD Resarcher 3A, SNI I Genetic Engineering Department, CINVESTAV Irapuato.</p> | ||
+ | <p> </p><p> </p> | ||
+ | <p><br> | ||
+ | <img src="https://static.igem.org/mediawiki/2012/6/67/Seis.jpg" alt="seis" width="161" height="209" class="right"></p> | ||
+ | <p> </p> | ||
+ | <p>Fernando Suaste-Olmos PhD Researcher at Institute of Cell Physiology IFC-UNAM. | ||
+ | Expert in Photosynthetic bacteria. </p> | ||
+ | <p> </p><p> </p> | ||
+ | <p><img src="https://static.igem.org/mediawiki/2012/9/98/Doce.jpg" alt="dice" width="173" height="205" class="left"></p> | ||
+ | <p> </p> | ||
+ | <p>Nuria Sánchez-Puig Researcher at Institute of Chemistry UNAM Dr. Sanchez-Puig has a PhD from the Center for Protein Engineering, Cambridge, UK. </p> | ||
+ | <p> </p><p> </p> | ||
+ | <p><img src="https://static.igem.org/mediawiki/2012/a/ad/Dieciseis.jpg" alt="dieciseis" width="150" height="204" class="right"></p> | ||
+ | <p> </p> | ||
+ | <p>Paola Zárate-Segura PhD Researcher, at IPN. Dra. Zárate Segura has a PhD in Bioprocess from Interdisciplinary Unit for Biotechnology, National Polytechnic Institute. </p> | ||
+ | <p> </p><p> </p><p> </p><p> </p><p> </p> | ||
+ | </div> | ||
+ | <div id="sidebar"> | ||
+ | <div id="updates" class="orangebox"> | ||
+ | <h2>About us </h2> | ||
+ | <ul> | ||
+ | <li><a href="#" target="_parent">Members</a></li> | ||
+ | <li><a href="#">Institute</a></li> | ||
+ | <li><a href="#">Gallery</a></li> | ||
+ | <li><a href="#">Acknowledgments</a></li> | ||
+ | </ul> | ||
+ | |||
+ | </div> | ||
+ | </div> | ||
+ | <div style="clear: both;"> </div> | ||
+ | </div> | ||
+ | <!-- end #page --> | ||
+ | <div id="piedepagina"> | ||
+ | <p align="center"> Rhodofactory 2012 </p> | ||
+ | <div id="sponsors"> | ||
+ | <div align="center"><img src="https://static.igem.org/mediawiki/2012/8/8a/Icytdf.png" alt="icytdf" width="70" height="99" /></div> | ||
+ | </div> | ||
+ | <div id="sponsors"> | ||
+ | <div align="center"><img src="https://static.igem.org/mediawiki/2012/6/67/Osli.png" alt="osli" width="88" height="46" /></div> | ||
+ | </div> | ||
+ | |||
+ | <div id="sponsors"> | ||
+ | <div align="center"><img src="https://static.igem.org/mediawiki/2012/f/fb/Bio.png" alt="bio" width="73" height="99" /></div> | ||
+ | </div> | ||
+ | <div id="sponsors"><img src="https://static.igem.org/mediawiki/2012/d/d6/Fermentas.png" alt="fermentAS" width="82" height="45" /></div> | ||
+ | <div id="sponsors"> | ||
+ | <div align="center"><img src="https://static.igem.org/mediawiki/2012/a/a3/Cinestav.png" alt="cinestav" width="74" height="99" /></div> | ||
+ | </div> | ||
+ | <div id="sponsors"><img src="https://static.igem.org/mediawiki/2012/9/9b/Genscript.png" alt="genscript" width="83" height="45" /></div> | ||
+ | <div id="sponsors"> | ||
+ | <div align="center"><img src="https://static.igem.org/mediawiki/2012/1/16/Unam.png" alt="unam" width="78" height="91" /></div> | ||
+ | </div> | ||
+ | <div id="sponsors"><img src="https://static.igem.org/mediawiki/2012/c/c9/Gto.png" alt="gto" width="84" height="46" /></div> | ||
+ | <div id="sponsors"> | ||
+ | <div align="center"><img src="https://static.igem.org/mediawiki/2012/f/fa/Qimica.png" alt="quimica" width="72" height="80" /></div> | ||
+ | </div> | ||
+ | <div id="sponsors"><img src="https://static.igem.org/mediawiki/2012/7/73/Valaner.png" alt="valaner" width="84" height="48" /></div> | ||
+ | <div id="sponsors"> | ||
+ | <div align="center"><img src="https://static.igem.org/mediawiki/2012/7/79/Ipn.png" alt="ipn" width="75" height="97" /></div> | ||
+ | </div> | ||
+ | |||
+ | </div> | ||
+ | <!-- end #footer --> | ||
</body> | </body> | ||
</html> | </html> |
Revision as of 00:17, 23 October 2012
Members!
Studentes
Lissania Guerra-Calderas Contribution: Butanol Production System and BioBrick Designer, outreach activities. 4th year undergraduate of Pharmaceutical and Biological Chemistry, at Faculty of Chemistry. National Autonomous University of Mexico (UNAM) lissxgc.89@gmail.com.
Jhonatan Alejandro Hernández-Valdés Contribution: Project Management, design and development of regulatory systems, BioBrick Designer, outreach activities. 4th year undergraduate of Pharmaceutical and Biological Chemistry, at Faculty of Chemistry. National Autonomous University of Mexico (UNAM) jhonatanhv@hotmail.com.
Maritere Uriostegui-Arcos Contribution: Characterization and measurement protocols. BioBrick Designer, outreach activities. 4th year undergraduate of Pharmaceutical and Biological Chemistry, at Faculty of Chemistry. National Autonomous University of Mexico (UNAM) maritere1011@hotmail.com.
Anna Karen Hernández-Gallardo Contribution: Mathematical modeling Biotechnological Engineering, Interdisciplinary Unit for Biotechnology National Polytechnic Institute.
Patricia Arias-Orozco Contribution: Design and development of regulatory systems, BioBrick Designer, outreach activities. Biotechnological Engineering, Interdisciplinary Unit for Biotechnology National Polytechnic Institute.
Daniel Domínguez-Gómez Contribution: outreach activities (ownership and feedback). Biotechnological Engineering, Interdisciplinary Unit for Biotechnology National Polytechnic Institute.
Ivan Lopez-Flores Mathematical Team: Mathematical modeling Computational Systems Engineering, Superior School for Computation National Polytechnic Institute National Polytechnic Institute
Advisors
Karen Nava Castro PhD Contribution: Flow Cytometry Expert. Researcher at Institute of Biomedical Research, Field of study: Immunology. National Autonomous University of Mexico, UNAM.
Jorge Morales Montor PhD Contribution: Dry lab support Researcher at Institute of Biomedical Research (IIB, UNAM) Field of study: Neuoimmunoendocrinology National Autonomous University of Mexico, UNAM.
Daniel Federico Hernandez Gardiol Contribution: Mathematical model Systems Biologist: Universidad de la Republica (Montevideo, Uruguay) Bioengineering Masters Student: Ecole Polytechnique Federal de Lausanne (Lausanne, Switzerland) National Polytechnic Institute.
Fernando G. Bastida-González Contribution: Dry lab support Master in Health science at Superior Medicine School at National Polytechnic Institute. Federal de Lausanne (Lausanne, Switzerland).
Instructors
Agustino Martínez-Antonio PhD Resarcher 3A, SNI I Genetic Engineering Department, CINVESTAV Irapuato.
Fernando Suaste-Olmos PhD Researcher at Institute of Cell Physiology IFC-UNAM. Expert in Photosynthetic bacteria.
Nuria Sánchez-Puig Researcher at Institute of Chemistry UNAM Dr. Sanchez-Puig has a PhD from the Center for Protein Engineering, Cambridge, UK.
Paola Zárate-Segura PhD Researcher, at IPN. Dra. Zárate Segura has a PhD in Bioprocess from Interdisciplinary Unit for Biotechnology, National Polytechnic Institute.
Rhodofactory 2012