|
|
(One intermediate revision not shown) |
Line 1: |
Line 1: |
- | <html>
| |
| | | |
- | <body>
| |
- |
| |
- | <style type="text/css">
| |
- |
| |
- |
| |
- |
| |
- | .center {
| |
- |
| |
- | width:980px;
| |
- | height:auto;
| |
- | margin-left:px;
| |
- | margin-right:px;
| |
- | margin-top:20px;
| |
- | margin-bottom:0px;
| |
- | }
| |
- |
| |
- | .col_center{
| |
- | width:970px;
| |
- | height:auto;
| |
- | float:left;
| |
- | background-color:transparent;
| |
- |
| |
- | }
| |
- |
| |
- | .col_center_top{
| |
- | width:908px;
| |
- | background-color:#0087ba;
| |
- | height:20px;
| |
- | font-family:Verdana, Arial, Helvetica, sans-serif;
| |
- | font-size:20px;
| |
- | color:#fff;
| |
- | padding:20px;
| |
- | float:center;
| |
- | margin-right:15px;
| |
- |
| |
- | }
| |
- |
| |
- | .col_center_center{
| |
- | width:900px;
| |
- | text-align:justify;
| |
- | height: auto;
| |
- | font-family:Verdana, Arial, Helvetica, sans-serif;
| |
- | font-size:14px;
| |
- | color:black;
| |
- | padding:20px;
| |
- | }
| |
- |
| |
- | .col_center_bottom{
| |
- | width:900px;
| |
- | text-align:center;
| |
- | height: auto;
| |
- | font-family:Verdana, Arial, Helvetica, sans-serif;
| |
- | font-size:14px;
| |
- | color:#fff;
| |
- | padding:20px;
| |
- | }
| |
- |
| |
- |
| |
- |
| |
- |
| |
- |
| |
- |
| |
- |
| |
- | html, body {
| |
- | margin: 0;
| |
- | padding: 0;
| |
- | }
| |
- |
| |
- | body {
| |
- | background:darkblue url(https://static.igem.org/mediawiki/2011/7/70/Valencia_vaso_1500x800.jpg) repeat-x top fixed;
| |
- |
| |
- | }
| |
- |
| |
- | #globalWrapper { background-color: transparent; border: none; margin: 0; padding: 0;}
| |
- | #content{
| |
- | background:transparent url("https://static.igem.org/mediawiki/2011/f/fd/Valencia_Transpa30a.png") center fixed repeat-y;
| |
- | padding: 0px;
| |
- | margin:0 auto;
| |
- | border: none;
| |
- |
| |
- |
| |
- | }
| |
- |
| |
- | </style>
| |
- | <script type="text/javascript"
| |
- | src="http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js"></script>
| |
- | <script type="text/javascript">
| |
- | $(document).ready(function() {
| |
- | $("ul#topnav li").hover(function() {
| |
- | $(this).css({ 'background' : 'transparent url(https://static.igem.org/mediawiki/2010/0/03/Valencia_navbar_active.gif) repeat-x'});
| |
- | $(this).find("span").show();
| |
- | } , function() { //on hover out...
| |
- | $(this).css({ 'background' : 'none'});
| |
- | $(this).find("span").hide();
| |
- | });
| |
- |
| |
- | });
| |
- | </script>
| |
- |
| |
- | <style type="text/css">
| |
- |
| |
- | #headerlinks{
| |
- | margin-left: -12px;
| |
- | }
| |
- |
| |
- | #nav, #nav ul {
| |
- | padding: 0;
| |
- | list-style: none;
| |
- | }
| |
- |
| |
- | .abstractext{
| |
- | float:right;
| |
- | width="400px"
| |
- | }
| |
- |
| |
- | #nav a {
| |
- | display: block;
| |
- | width: 149px;
| |
- | height: 40px;
| |
- | font-family:Verdana, Arial, Helvetica, sans-serif;
| |
- | }
| |
- |
| |
- | #nav li {
| |
- | float: left;
| |
- | width: 149px;
| |
- | margin-right: 41px;
| |
- | }
| |
- |
| |
- | #nav li ul {
| |
- | position: absolute;
| |
- | width: 130px;
| |
- | left: -999em;
| |
- |
| |
- | }
| |
- |
| |
- | #nav li:hover ul {
| |
- | left: auto;
| |
- | text-decoration: none;
| |
- | color: white !important;
| |
- |
| |
- | }
| |
- |
| |
- | #nav li:hover ul, #nav li.sfhover ul {
| |
- | left: auto;
| |
- | text-decoration: none;
| |
- | color: white !important;
| |
- | }
| |
- |
| |
- | sfHover = function() {
| |
- | var sfEls = document.getElementById("nav").getElementsByTagName("LI");
| |
- | for (var i=0; i<sfEls.length; i++) {
| |
- | sfEls[i].onmouseover=function() {
| |
- | this.className+=" sfhover";
| |
- | }
| |
- | sfEls[i].onmouseout=function() {
| |
- | this.className=this.className.replace(new RegExp(" sfhover\\b"), "");
| |
- | }
| |
- | }
| |
- | }
| |
- | if (window.attachEvent) window.attachEvent("onload", sfHover);
| |
- |
| |
- | .bannerimage {
| |
- |
| |
- | }
| |
- |
| |
- | a.bannerlinks {
| |
- | color: white !important;
| |
- | text-decoration: none;
| |
- | }
| |
- |
| |
- |
| |
- | a.bannertoplinks {
| |
- | color: white !important;
| |
- | text-decoration: none;
| |
- | }
| |
- |
| |
- | a.bannerlinks:hover, a.bannertoplinks:hover {
| |
- | background-color: #29a9da;
| |
- | color: white;
| |
- | }
| |
- |
| |
- | .bannerlinks {
| |
- | background-color:#20b3ea ;
| |
- | border-style: dotted solid;
| |
- | border-color: #29a9da;
| |
- | border-width: 1px;
| |
- | color: white;
| |
- | padding: 3px 20px 3px 20px;
| |
- | margin-left: -19px;
| |
- | }
| |
- |
| |
- | .bannertoplinks {
| |
- | background-color:#20b3ea;
| |
- | border-style: thin;
| |
- | border-color: #046f98;
| |
- | color: white;
| |
- | margin-bottom: -2px;
| |
- | padding: 3px 20px 3px 20px;
| |
- | }
| |
- |
| |
- | .bannertoplinkslast{
| |
- | background-color: #827B60;
| |
- | border-style: solid ;
| |
- | border-color: white;
| |
- | border-width: 1px;
| |
- | color: white;
| |
- | margin-bottom: -2px;
| |
- | padding: 3px 20px 3px 20px;
| |
- | }
| |
- |
| |
- |
| |
- | body {
| |
- | font: 10px normal Verdana, Arial, Helvetica, sans-serif;
| |
- |
| |
- | padding: 0;
| |
- | }
| |
- | h1 {
| |
- | font: 3em normal Verdana, 'Times New Roman', Times, serif;
| |
- | color: #333;
| |
- | margin: 0;
| |
- | padding: 5px 0;
| |
- | }
| |
- | h3 {
| |
- | font: 17px normal Verdana, 'Times New Roman', Times, serif;
| |
- | color: #0000;
| |
- | margin: 0;
| |
- | padding: 5px 0;
| |
- | margin: 10px;
| |
- | text-align:justify;
| |
- | margin-top: 8px;
| |
- | margin-bottom: 20px;
| |
- | margin-left: 20px;
| |
- | margin-right: 20px;
| |
- | }
| |
- | h1 small{
| |
- | font: 0.2em normal Verdana, Arial, Helvetica, sans-serif;
| |
- | text-transform:uppercase;
| |
- | letter-spacing: 1.5em;
| |
- | display: block;
| |
- | color: #fff;
| |
- | }
| |
- | .container {width: 970px; margin: 0 auto;}
| |
- |
| |
- | .curved {
| |
- | -moz-border-radius: 10px;
| |
- | -webkit-border-radius: 10px;
| |
- | behavior:url(border-radius.htc);
| |
- | }
| |
- |
| |
- |
| |
- |
| |
- |
| |
- |
| |
- | ul#topnav {
| |
- | margin: 0; padding: 0;
| |
- | float: left;
| |
- | width: 970px;
| |
- | list-style: none;
| |
- | position: relative;
| |
- | font-size: 18.8px;
| |
- | background: url(topnav_stretch.gif) repeat-x;
| |
- | }
| |
- | ul#topnav li {
| |
- | float: left;
| |
- | margin: 0; padding: 0;
| |
- | border-right: 1px solid #555;
| |
- | }
| |
- | ul#topnav li a {
| |
- | padding: 10px 15px;
| |
- | display: block;
| |
- | color: darkblue;
| |
- | text-decoration: none;
| |
- | }
| |
- | li span {
| |
- | float: left;
| |
- | padding: 15px 0;
| |
- | position: absolute;
| |
- | left: 0; top:40px;
| |
- | display: none;
| |
- | width: 965px;
| |
- | background: lightblue;
| |
- | color: white;
| |
- | -moz-border-radius-bottomright: 5px;
| |
- | -khtml-border-radius-bottomright: 5px;
| |
- | -webkit-border-bottom-right-radius: 5px;
| |
- | -moz-border-radius-bottomleft: 5px;
| |
- | -khtml-border-radius-bottomleft: 5px;
| |
- | -webkit-border-bottom-left-radius: 5px;
| |
- | }
| |
- | ul#topnav li:hover span { display: block; }
| |
- | ul#topnav li span a { display: inline; }
| |
- | ul#topnav li span a:hover {text-decoration: underline;}
| |
- | </style>
| |
- | <script type="text/javascript"
| |
- | src="http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js"></script>
| |
- | <script type="text/javascript">
| |
- | $(document).ready(function() {
| |
- |
| |
- | $("ul#topnav li").hover(function() { //Hover over event on list item
| |
- | $(this).css({ 'background' : '#1376c9 url(topnav_active.gif) repeat-x'}); //Add background color + image on hovered list item
| |
- | $(this).find("span").show(); //Show the subnav
| |
- | } , function() { //on hover out...
| |
- | $(this).css({ 'background' : 'none'}); //Ditch the background
| |
- | $(this).find("span").hide(); //Hide the subnav
| |
- | });
| |
- |
| |
- | });
| |
- | </script>
| |
- |
| |
- | <div id="headerlinks">
| |
- | <ul id="nav">
| |
- | <li>
| |
- | <a class="bannertoplinks" href="https://2011.igem.org/Team:Valencia"><b>Home</b></a>
| |
- | </li>
| |
- |
| |
- | <li>
| |
- | <a class="bannertoplinks" href="https://2011.igem.org/Team:Valencia/Team"><b>The team</b></a>
| |
- | <ul style="z-index:1">
| |
- | <li><a class="bannerlinks" href="https://2011.igem.org/Team:Valencia/Team">The team</a></li>
| |
- | <li><a class="bannerlinks" href="https://2011.igem.org/Team:Valencia/Universities">Universities</a></li>
| |
- | <li><a class="bannerlinks" href="https://2011.igem.org/Team:Valencia/Contact">Contact</a></li>
| |
- | </ul>
| |
- | </li>
| |
- |
| |
- | <li>
| |
- | <a class="bannertoplinks" href="https://2011.igem.org/Team:Valencia/Project"><b>The project</b></a>
| |
- | <ul style="z-index:1">
| |
- | <li><a class="bannerlinks" href="https://2011.igem.org/Team:Valencia/Project">Hardware</a></li>
| |
- | <li><a class="bannerlinks" href="https://2011.igem.org/Team:Valencia/Project">Molecular Biology</a></li>
| |
- | <li><a class="bannerlinks" href="https://2011.igem.org/Team:Valencia/Project">pH</a></li>
| |
- |
| |
- | </ul>
| |
- | </li>
| |
- |
| |
- | <li>
| |
- | <a class="bannertoplinks" href="https://2011.igem.org/Team:Valencia/Project"><b>The parts</b></a>
| |
- | <ul style="z-index:1">
| |
- | <li><a class="bannerlinks" href="https://2011.igem.org/Team:Valencia/Project">The parts</a></li>
| |
- | </ul>
| |
- | </li>
| |
- |
| |
- | <li>
| |
- | <a class="bannertoplinks" href="https://2011.igem.org/Team:Valencia/Safety"><b>Safety</b></a>
| |
- | <ul style="z-index:1">
| |
- | <li><a class="bannerlinks" href="https://2011.igem.org/Team:Valencia/Safety">Biosafety and Biosecurity</a></li>
| |
- | <li><a class="bannerlinks" href="https://2011.igem.org/Team:Valencia/Safety">Deontological code</a></li>
| |
- |
| |
- | </ul>
| |
- | </li>
| |
- |
| |
- | </ul>
| |
- | </div>
| |
- |
| |
- |
| |
- | <br />
| |
- | <br />
| |
- |
| |
- | <div class=center>
| |
- |
| |
- | <div class=col_center>
| |
- | <div class=col_center_top><b>Students</b></div><!-- fin clase col_left_top-->
| |
- | <div class=col_center_center>
| |
- |
| |
- | <h2>Miguel Pitarch Mocholí</h2>
| |
- | <div class="floatright"><span><a href="/Image:Valencia_Miguel.jpg" class="image" title="ValenciaMiguelPitarch.jpg"><img alt="" src="https://static.igem.org/mediawiki/2011/3/3a/Valencia_Miguel.jpg" width="220" border="0" /></a></span></div>
| |
- | <br>
| |
- | <p>Hi everybody!!!
| |
- | I’m Miguel, I was in the 2009 Valencia iGEM Team. The experience was so good that I’m really happy to repeat it again. Currently I’m studying a master degree in Mechanical Engineering. I like iGEM because to bring out a project with limited resources you have to let your creativity flows and work as a handyman.
| |
- | If you want know more about me don’t be shy and ask me in the European meeting or maybe in the MIT.</p>
| |
- | <br><br>
| |
- |
| |
- | <h2>Helena Sáez Pérez</h2>
| |
- | <div class="floatleft"><span><a href="/Image:Valencia_Helena.jpg" class="image" title="ValenciaHelena.jpg"><img alt="" src="https://static.igem.org/mediawiki/2011/7/71/Valencia_Helena.jpg
| |
- | " width="230" border="0" /></a></span></div>
| |
- | <br><br>
| |
- | Hi colleges!!
| |
- | I am a biologist, specializing mainly in the field of molecular biology. I knew the project was to take place this year, which is very interesting, I think, so I'm really pleased to participate. I hope to take advantage of this experience, both technical and personal.
| |
- | Bachelor’s in Biology, University of Valencia
| |
- | <br><br><br><br><br><br>
| |
- |
| |
- |
| |
- | <h2>Maria Mossi Vila</h2>
| |
- | <div class="floatright"><span><a href="/Image:Valencia_Mariamossi.jpg" class="image" title="Valencia_Mariamossi.jpg"><img alt="" src="https://static.igem.org/mediawiki/2011/9/92/Valencia_Mariamossi.jpg" width="200" border="0" /></a></span></div>
| |
- | <br><br>
| |
- | Hello, my name is Maria and I am a student of marine science in UCV from Valencia (Spain). I wanted to participate in the IGEM because I had much attention and great enthusiasm to create new tools that can help us in future to improve our circumstances. I also seemed very interesting to work with students from other scientific branches.
| |
- | <br><br><br><br>
| |
- |
| |
- |
| |
- | <h2>David Hervás Marín</h2>
| |
- | <div class="floatleft"><span><a href="/Image:Valencia_Mariamossi.jpg" class="image" title="Valencia_Mariamossi.jpg"><img alt="" src="https://static.igem.org/mediawiki/2011/9/92/Valencia_Mariamossi.jpg" width="200" border="0" /></a></span></div>
| |
- | <br><br>
| |
- | Hello, I'm a biologist specialized in genetics. Currently I'm studying a master degree in Biostatistics. I like developing new ideas and thinking of original ways to solve problems, so when my friend David Fuente told me about iGEM it was a no-brainer to join the team.
| |
- | See you in Amsterdam!
| |
- | <br><br><br><br><br>
| |
- |
| |
- |
| |
- | <h2>David Fuente Herrainz</h2>
| |
- | <div class="floatright"><span><a href="/Image:Davidfuente.jpg" class="image" title="Davidfuente.jpg"><img alt="" src="https://static.igem.org/mediawiki/2011/e/e8/Davidfuente.jpg" width="150" border="0" /></a></span></div>
| |
- | <br><br>
| |
- | Hello, I'm a biologist specialized in genetics. Currently I'm studying a master degree in Biostatistics. I like developing new ideas and thinking of original ways to solve problems, so when my friend David Fuente told me about iGEM it was a no-brainer to join the team.
| |
- | See you in Amsterdam!
| |
- | <br><br><br><br><br>
| |
- |
| |
- |
| |
- | <h2>Juan Ricardo Ortíz Meneses</h2>
| |
- | <div class="floatleft"><span><a href="/Image:JROM_crazy.jpg" class="image" title="JROM_crazy.jpg"><img alt="" src="https://static.igem.org/mediawiki/2011/8/8c/JROM_crazy.jpg" width="180" border="0" /></a></span></div>
| |
- |
| |
- | Hello world scientists.
| |
- | My name is Juan Ricardo and I am studing Biotechnology at the Catholic University of Valencia, UCV (Valencia Spain).
| |
- | I think it's important to create useful applications using knowledge from different scientific fields. I love to read scientific articles, roller-skating to release adrenaline, playing guitar, singing, listening rock music and travel doing gastronomic and cultural tourism.
| |
- | I hope the project we decided to develop this year to disinfect contaminated water will improve the quality of life of living beings that inhabit this world.
| |
- | <br><br>
| |
- |
| |
- |
| |
- |
| |
- | <h2>Marina Sanz Martín</h2>
| |
- | <div class="floatright"><span><a href="/Image:Valencia_Marina.jpg" class="image" title="Valencia_Marina.jpg"><img alt="" src="https://static.igem.org/mediawiki/2011/8/8f/Valencia_Marina.jpg" width="150" border="0" /></a></span></div>
| |
- | <br><br>
| |
- | Hello, I'm a biologist specialized in genetics. Currently I'm studying a master degree in Biostatistics. I like developing new ideas and thinking of original ways to solve problems, so when my friend David Fuente told me about iGEM it was a no-brainer to join the team.
| |
- | See you in Amsterdam!
| |
- | <br><br><br><br>
| |
- |
| |
- |
| |
- |
| |
- | <h2>Lluís Gimeno Giménez</h2>
| |
- | <div class="floatleft"><span><a href="/Image:Valencia_Lluis.jpg" class="image" title="Valencia_Lluis.jpg"><img alt="" src="https://static.igem.org/mediawiki/2011/c/ce/Valencia_Lluis.jpg" width="200" border="0" /></a></span></div>
| |
- | <br>
| |
- | Hy, I'm Lluís Gimeno, Marine Science student at the Catholic University of Valencia. I am excited to share knowledge and have been part of a group of research work. I am delighted to be able to participate in this competition and to share new experiences, with all the people that we have to know both my colleagues.
| |
- | <br><br><br><br><br>
| |
- |
| |
- | <h2>Beatriz Salesa Landete</h2>
| |
- | <div class="floatright"><span><a href="/Image:Valencia_Beasalesa.jpg" class="image" title="Valencia_Beasalesa.jpg"><img alt="" src="https://static.igem.org/mediawiki/2011/0/09/Valencia_Beasalesa.jpg" width="130" border="0" /></a></span></div>
| |
- | <br><br>
| |
- | Hello, I'm a biologist specialized in genetics. Currently I'm studying a master degree in Biostatistics. I like developing new ideas and thinking of original ways to solve problems, so when my friend David Fuente told me about iGEM it was a no-brainer to join the team.
| |
- | See you in Amsterdam!
| |
- | <br><br><br><br>
| |
- |
| |
- | </div><!-- fin clase col_center_top-->
| |
- | <!-- fin clase col_left_top-->
| |
- | </div><!-- fin clase col_center-->
| |
- |
| |
- | </div><!-- fin clase center-->
| |
- |
| |
- |
| |
- | <div class=center>
| |
- |
| |
- | <div class=col_center>
| |
- | <div class=col_center_top><b>Advisors</b></div><!-- fin clase col_left_top-->
| |
- | <div class=col_center_center>
| |
- |
| |
- | <h2>Daniel Gamermann</h2>
| |
- | <p>(Cátedra Energesis, Bio-Systems, UCV) </p>
| |
- |
| |
- | <h2>Gloria Castellano Estornell</h2>
| |
- | <p>(Cátedra Energesis, Chemistry, UCV) </p>
| |
- |
| |
- | <h2>Minerva Bágena</h2>
| |
- | <p>(Intertech, Scientific Management, UPV) </p>
| |
- |
| |
- | <h2>Arnau Montagud</h2>
| |
- | <p>(Intertech, Bio-Systems, UPV) </p>
| |
- |
| |
- | </div><!-- fin clase col_center_top-->
| |
- | <!-- fin clase col_left_top-->
| |
- | </div><!-- fin clase col_center-->
| |
- |
| |
- | </div><!-- fin clase center-->
| |
- |
| |
- |
| |
- |
| |
- |
| |
- | <div class=center>
| |
- |
| |
- | <div class=col_center>
| |
- | <div class=col_center_top><b>Faculty</b></div><!-- fin clase col_left_top-->
| |
- | <div class=col_center_center>
| |
- |
| |
- | <h2>Pedro Fernández de Córdoba</h2>
| |
- | <p> (Intertech, Mathematics, UPV)</p>
| |
- |
| |
- | <h2>Albert Ferrando </h2>
| |
- | <p>(Intertech, Photonics, UV) </p>
| |
- |
| |
- | <h2>Javier Urchueguía </h2>
| |
- | <p>(Intertech, Energetics, UPV) </p>
| |
- |
| |
- |
| |
- | </div><!-- fin clase col_center_top-->
| |
- | <!-- fin clase col_left_top-->
| |
- | </div><!-- fin clase col_center-->
| |
- |
| |
- | </div><!-- fin clase center-->
| |
- |
| |
- |
| |
- |
| |
- |
| |
- |
| |
- |
| |
- |
| |
- |
| |
- |
| |
- |
| |
- | </body>
| |
- |
| |
- | </html>
| |