Template:Valencia09iGEM2

From 2009.igem.org

(Difference between revisions)
 
(75 intermediate revisions not shown)
Line 2: Line 2:
<head>
<head>
<style type="text/css">
<style type="text/css">
 +
Line 24: Line 25:
                 font-family: Verdana;
                 font-family: Verdana;
             }  
             }  
 +
 +
#header {
 +
          width: 965px;
 +
          height: 220px;
 +
          position: relative;
 +
          text-decoration: none;
 +
          background: url(https://static.igem.org/mediawiki/2009/d/db/1000pix2valteam.jpg) no-repeat left top;
 +
        }
 +
 +
</style>
</style>
</head>
</head>
-
<div align=center>
+
<body>
-
    <embed src="https://static.igem.org/mediawiki/2009/3/39/Banner_val_igem.swf" type="application/x-shockwave-flash" wmode=transparent width="965" height="200"></embed>
+
<!--  <div align="center" style="position:absolute; top:100px;">
-
  </div>
+
<a href=background: url(https://static.igem.org/mediawiki/2009/d/db/1000pix2valteam.jpg) no-repeat left top;
 +
</div> -->
 +
<div id="header">
 +
    <!-- <embed src="https://static.igem.org/mediawiki/2009/3/39/Banner_val_igem.swf" type="application/x-shockwave-flash" wmode="transparent" width="965" height="200"></embed> -->
 +
  </div>
 +
 +
</body>
</html>
</html>
-
<html>
+
<center><html>
 +
<style>
 +
body.mediawiki {background:#000 url(https://static.igem.org/mediawiki/2009/5/51/ValenciaBordeado4.JPG)
 +
top center repeat-y; position:relative; font-family:Gill Sans / Gill Sans MT, 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; color:#202020;}
-
<style media="all" type="text/css">
 
 +
<!-- /*-----------------------------------------------------------------------------------------------*/  -->
 +
div.MenuBar ul li ul.DropDownMenu {
 +
  display: none; /* Hides all drop-down menus. */
-
.nav {
 
-
height:35px;
 
-
background: url(https://static.igem.org/mediawiki/2009/0/09/Bg2.gif) repeat-x;
 
-
position:relative;
 
-
font-family:arial, verdana, sans-serif;
 
-
font-size:11px;
 
-
width:100%;
 
-
z-index:100;
 
-
margin:0;
 
-
padding:0;
 
}
}
-
 
+
/*
-
.nav .table {
+
li:hover works in IE7 and FF2.
-
display:table;
+
a:hover works in IE6 and FF2.
-
margin:0 auto;
+
a:hover breaks li:hover in FF2.
 +
*/
 +
div.MenuBar ul li:hover ul.DropDownMenu li ul.SideMenu,
 +
div.MenuBar ul li a:hover ul.DropDownMenu li a ul.SideMenu {
 +
  display: none; /* Hides all side menus. */
}
}
 +
<!-- /*------------------------------------------------------------------------------------- Menu Bar */ -->
-
.nav .select,
+
div.MenuBar {
-
.nav .current {
+
  font: arial, verdana, sans-serif;
-
margin:0;  
+
  height: 30px;
-
padding:0;  
+
  width: 706px;
-
list-style:none;  
+
  /*width: 100%;*/
-
display:table-cell;  
+
  margin: -37px;
-
white-space:nowrap;
+
  border-top: 0;
 +
  border-right: 0;
 +
  border-left: 0;
 +
  padding: 0;
 +
  background: #2b3238;
 +
 
}
}
-
.nav li {
+
div.MenuBar ul {
-
margin:0;  
+
  font: arial, verdana, sans-serif;
-
padding:0;  
+
  text-align: center;
-
height:auto;  
+
  list-style-type: none;
-
float:left;
+
  margin: 0.5em auto;
 +
  border: 0;
 +
  padding: 0;
 +
  background: #2b3238;
 +
}
 +
div.MenuBar ul li {
 +
  font: arial, helvetica, sans-serif;
 +
  display: block;
 +
  padding: 0;
 +
  margin: 0;
 +
  font-size: 1.3em;
 +
  float: left;
 +
  background: white;
 +
  text-align: center;
 +
  width: 136px;
 +
  /*width: 107px;*/
 +
  position: relative; /* Sets the positioning context for each drop-down menu. */
}
}
-
.nav .select a {
+
div.MenuBar ul li a {
-
display:block;  
+
  font: arial, helvetica, sans-serif;
-
height:35px;  
+
  display: block;
-
float:left;  
+
  background: #000000;
-
font-weight:bold;
+
  height: 22px; /* Keep height + padding-top + padding-bottom sync with the menu bar height. */
-
background: url(https://static.igem.org/mediawiki/2009/0/09/Bg2.gif);  
+
  color: none;
-
padding:0 30px 0 30px;  
+
  padding-top: 4px;
-
text-decoration:none;  
+
  padding-bottom: 4px;
-
line-height:35px;  
+
  padding-left: 0.5em; /* Sets the left space between top-level items. */
-
white-space:nowrap;  
+
  padding-right: 0.5em; /* Sets the right space between top-level items. */
-
color:#2b3238;
+
  text-decoration: none;
}
}
 +
<!-- /*------------------------------------------------------------------------------ Drop-Down Menus */ -->
 +
div.MenuBar ul li:hover ul.DropDownMenu,
 +
div.MenuBar ul li a:hover ul.DropDownMenu {
 +
  display: block;
 +
  width: 129px; /* Drop-down menu width.
 +
                  Use MenuTailor.css to customize. */
 +
  height: 1em;
 +
  padding: 0; /* Sets the drop-down menu "effective border" width. */
 +
  position: absolute;
 +
  top: 23px; /* Places the drop-down menu under the menu bar.
 +
                Keep it sync with the menu bar height. */
 +
  left: 0; /* Aligns the drop-down menu to its top-level item. */
 +
  background-color: white; /* Selected item. */
 +
  color: none;
-
.nav .select a:hover,  
+
}
-
.nav .select li:hover a {
+
div.MenuBar ul li:hover ul.DropDownMenu li a,
-
background: url(https://static.igem.org/mediawiki/2009/8/81/Hover2.gif);  
+
div.MenuBar ul li a:hover ul.DropDownMenu li a {
-
padding:0 0 0 15px;  
+
  width: 129px; /* Keep it sync with the drop-down menu width.
-
cursor:pointer;  
+
                            Use MenuTailor.css to customize. */
-
color:#2b3238;
+
  height: 1em;
 +
  padding-left: 0;
 +
  padding-right: 0;
 +
  background-color: #2b3238; /* Selected item. */
 +
  color: none;
 +
}
 +
ul.DropDownMenu li a span {
 +
  display: block;
 +
  padding-left: 0.25em; /* Sets the left space of each drop-down menu item. */
 +
  padding-right: 0.25em; /* Sets the right space of each drop-down menu item. */
 +
  text-align: right; /* Aligns the >> symbol to the right. */
 +
}
 +
ul.DropDownMenu li a span span {
 +
  float: left; /* Aligns the text (back) to the left. */
 +
  font: 12px arial, helvetica, sans-serif; /* Required for IE55. */
 +
  height: 20px;
 +
  color: none;
 +
}
 +
<!-- /*----------------------------------------------------------------------------------- Side Menus */ -->
 +
div.MenuBar ul li:hover ul.DropDownMenu li:hover ul.SideMenu,
 +
div.MenuBar ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu {
 +
  display: block;
 +
  width: 10.5em; /* Side menu width.
 +
                  Use MenuTailor.css to customize. */
 +
  height: 1.25em;
 +
  padding: 0; /* Sets the side menu "effective border" width. */
 +
  position: absolute;
 +
  top: -7.5px; /* Aligns the side menu to its drop-down menu item.
 +
                Keep it sync with the side menu "effective border" width. */
 +
  left: 10.5em; /* Places the side menu to the right of the drop-down menu.
 +
                            Keep it sync with the drop-down menu width.
 +
                            Use MenuTailor.css to customize. */
 +
}
 +
div.MenuBar ul li:hover ul.DropDownMenu li:hover ul.SideMenu li a,
 +
div.MenuBar ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu li a {
 +
  width: 10.5em; /* Keep it sync with the side menu width.
 +
                            Use MenuTailor.css to customize. */
 +
  height: 1.25em;
 +
  font: 12px arial, helvetica, sans-serif; /* Required for IE55. */
 +
  left: 10.5em; /* Places the side menu to the right of the drop-down menu.
 +
                            Keep it sync with the drop-down menu width.
 +
                            Use MenuTailor.css to customize. */
 +
}
 +
div.MenuBar ul li ul.DropDownMenu li ul.SideMenu li a span {
 +
  padding-left: 0.5em; /* Sets the left space of each side menu item. */
 +
  padding-right: 0.1em; /* Sets the right space of each side menu item. */
 +
  text-align: left;
 +
  font: 12px arial, helvetica, sans-serif; /* Required for IE55. */
 +
  left: 9.75em; /* Places the side menu to the right of the drop-down menu.
 +
                            Keep it sync with the drop-down menu width.
 +
                            Use MenuTailor.css to customize. */
 +
}
 +
<!-- /*----------------------------------------------------------------------------- Browser Specific */ -->
 +
* html div.MenuBar {
 +
  position: relative; /* For IE55 and IE6.
 +
                        Hidden (* html) from non-IE browsers. */
 +
}
 +
* html div.MenuBar ul li a {
 +
  float: left; /* For IE55 and IE6.
 +
                  Breaks O9.
 +
                  Hidden (* html) from non-IE browsers. */
 +
}
 +
* html ul.DropDownMenu li a:hover {
 +
  cursor: hand; /* For IE55.
 +
                  Hidden (* html) from non-IE browsers. */
 +
}
 +
ul.DropDownMenu li a:hover {
 +
  cursor: pointer; /* For IE6 and IE7.
 +
                      Hidding it (* html) from non-IE browsers breaks IE7! */
 +
}
 +
* html div.MenuBar a:hover {
 +
  text-decoration: none; /* For IE55 and IE6.
 +
                            Hidden (* html) from non-IE browsers. */
 +
}
 +
* html div.MenuBar ul li table,
 +
* html div.MenuBar ul li table td {
 +
  border: 0px none; /* For IE55 and IE6.
 +
                Hidden (* html) from non-IE browsers. */
 +
}
 +
<!-- /*------------------------------------------------------------------------------- Default Colors */ -->
 +
div.MenuBar {
 +
  background-color: Menu;
 +
  border-bottom: 1px solid ButtonShadow;
 +
}
 +
div.MenuBar a {
 +
  background-color: Menu; /* Top-level unselected items. */
 +
  color: MenuText;
 +
}
 +
div.MenuBar ul li:hover a,
 +
div.MenuBar ul li a:hover {
 +
  color:#2b3238;
 +
  background-color: Highlight; /* Top-level selected item. */
 +
  color: HighlightText;
 +
}
 +
<!-- /*...............................................................................................*/ -->
 +
div.MenuBar ul li:hover ul.DropDownMenu,
 +
div.MenuBar ul li a:hover ul.DropDownMenu {
 +
  background-color: ButtonShadow; /* Sets the drop-down menu "effective border" color. */
 +
}
 +
div.MenuBar ul li:hover ul.DropDownMenu li a,
 +
div.MenuBar ul li a:hover ul.DropDownMenu li a {
 +
  background-color: Menu;  Drop-down menu unselected items.
 +
                            Sets the drop-down menu "effective background" color. */
 +
  color: MenuText;
 +
}
 +
div.MenuBar ul li:hover ul.DropDownMenu li:hover a,
 +
div.MenuBar ul li a:hover ul.DropDownMenu li a:hover {
 +
  background-color: Highlight; /* Drop-down menu selected item. */
 +
  color: HighlightText;
 +
}
 +
<!-- /*...............................................................................................*/ -->
 +
div.MenuBar ul li:hover ul.DropDownMenu li:hover ul.SideMenu,
 +
div.MenuBar ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu {
 +
  background-color: ButtonShadow; /* Sets the side menu "effective border" color. */
 +
}
 +
div.MenuBar ul li:hover ul.DropDownMenu li:hover ul.SideMenu li a,
 +
div.MenuBar ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu li a {
 +
  background-color: Menu; /* Side menu unselected items.
 +
                            Sets the side menu "effective background" color. */
 +
  color: MenuText;
 +
}
 +
div.MenuBar ul li:hover ul.DropDownMenu li:hover ul.SideMenu li a:hover,
 +
div.MenuBar ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu li a:hover {
 +
  background-color: Highlight; /* Side menu selected item. */
 +
  color: HighlightText;
 +
}
 +
/*-----------------------------------------------------------------------------------------------*/
 +
/*Script-Free 3-Level Menu 1.2 Tailor
 +
  www.CesarDaniel.info
 +
/*-------------------------------------------------------------------------------------- General */
 +
body {
 +
  background: white;
 +
  color: #2b3238;
 +
  margin: 0;
 +
  border: 0;
 +
  padding: 0;
}
}
-
.nav .select a b{
 
-
font-weight:bold;
 
-
}
 
-
.nav .select a:hover b,
+
div.MenuBar {
-
.nav .select li:hover a b {
+
  font: 13px arial, helvetica, sans-serif;
-
display:block;
+
-
float:left;
+
-
padding:0 30px 0 15px;
+
-
background:url(https://static.igem.org/mediawiki/2009/8/81/Hover2.gif) right top;
+
-
cursor:pointer;
+
}
}
-
 
+
div.MenuBar ul {
-
.nav .select_sub {
+
  font: 13px arial, helvetica, sans-serif; /* Required for IE55. */
-
display:none;
+
}
}
-
 
+
/*--------------------------------------------------------------------------------------- Colors */
-
/* IE6 only */
+
div.MenuBar {
-
.nav table {
+
  background-color: #ffffff; /* Selected item. */
-
border-collapse:collapse;  
+
  color: #000000;
-
margin:-1px;  
+
  border-bottom: 1px solid ButtonShadow;
-
font-size:1em;
+
-
width:0;
+
-
height:0;
+
}
}
-
 
+
div.MenuBar a,
-
.nav .sub {
+
div.MenuBar ul li:hover ul.DropDownMenu li a,
-
display:table;
+
div.MenuBar ul li a:hover ul.DropDownMenu li a,
-
margin:0 auto;
+
div.MenuBar ul li:hover ul.DropDownMenu li:hover ul.SideMenu li a,
-
padding:0;
+
div.MenuBar ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu li a {
-
list-style:none;
+
  background-color: #77BDF1; /* Selected item. */
 +
  color: #000000;
}
}
-
 
+
div.MenuBar ul li:hover a,
-
.nav .sub_active .current_sub a,  
+
div.MenuBar ul li a:hover,
-
.nav .sub_active a:hover {
+
div.MenuBar ul li:hover ul.DropDownMenu li:hover a,
-
background:transparent;  
+
div.MenuBar ul li a:hover ul.DropDownMenu li a:hover,
-
color:#2b3238;
+
div.MenuBar ul li:hover ul.DropDownMenu li:hover ul.SideMenu li a:hover,
 +
div.MenuBar ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu li a:hover {
 +
  background-color: #229BF7; /* Selected item. */
 +
  color: #24006B;
}
}
-
 
+
div.MenuBar ul li:hover ul.DropDownMenu,
-
.nav .select :hover .select_sub,  
+
div.MenuBar ul li a:hover ul.DropDownMenu,
-
.nav .current .show {
+
div.MenuBar ul li:hover ul.DropDownMenu li:hover ul.SideMenu,
-
display:block;
+
div.MenuBar ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu {
-
position:absolute;
+
  background-color: none; /* Sets the drop-down and side menus "effective border" color. */
-
width:100%;
+
-
top:35px;
+
-
background:url(https://static.igem.org/mediawiki/2009/6/65/Back2.gif);
+
-
padding:0;
+
-
z-index:100;
+
-
left:0;
+
-
text-align:center;
+
}
}
 +
/*--------------------------------------------------------------------------------------- Widths */
 +
/*
-
.nav .current .show {
+
/*
-
z-index:10;
+
Menu Bar 1
-
}
+
Drop-Down Menu #2
-
.nav .select :hover .sub li a,  
+
div.MenuBar#navi ul li:hover ul.DropDownMenu#MB1-DDM4,
-
.nav .current .show .sub li a {
+
div.MenuBar#navi ul li a:hover ul.DropDownMenu#MB1-DDM4,
-
display:block;  
+
div.MenuBar#navi ul li:hover ul.DropDownMenu#MB1-DDM4 li a,
-
float:left;
+
div.MenuBar#navi ul li a:hover ul.DropDownMenu#MB1-DDM4 li a {
-
background:transparent;
+
  width: 12em; /* Drop-down menu width. */
-
padding:0 10px 0 10px;
+
-
margin:0;
+
-
white-space:nowrap;
+
-
border:0;
+
-
color:#2b3238;
+
}
}
 +
div.MenuBar#navi ul li:hover ul.DropDownMenu#MB1-DDM5,
 +
div.MenuBar#navi ul li a:hover ul.DropDownMenu#MB1-DDM5,
 +
div.MenuBar#navi ul li:hover ul.DropDownMenu#MB1-DDM5 li a,
 +
div.MenuBar#navi ul li a:hover ul.DropDownMenu#MB1-DDM5 li a {
 +
  width: 12em; /* Drop-down menu width. */
 +
}
 +
*/
 +
/*...............................................................................................*/
 +
/*
 +
Menu Bar 1
 +
Drop-Down Menu #2
 +
Side Menu #1
-
.nav .current .sub li.sub_show a {
+
div.MenuBar#navi ul li:hover ul.DropDownMenu li:hover ul.SideMenu#MB1-DDM2-SM1,
-
color:#2b3238;  
+
div.MenuBar#navi ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu#MB1-DDM2-SM1 {
-
cursor:default;  
+
  left: 13.5em !important; /* Places the side menu to the right of the drop-down menu.
 +
                            Keep it sync with the drop-down menu width. */
 +
}
 +
div.MenuBar#navi ul li:hover ul.DropDownMenu li:hover ul.SideMenu#MB1-DDM2-SM1,
 +
div.MenuBar#navi ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu#MB1-DDM2-SM1,
 +
div.MenuBar#navi ul li:hover ul.DropDownMenu li:hover ul.SideMenu#MB1-DDM2-SM1 li a,
 +
div.MenuBar#navi ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu#MB1-DDM2-SM1 li a {
 +
  width: 10em; /* Side menu width. */
}
}
 +
*/
 +
/*...............................................................................................*/
 +
/*
 +
Menu Bar 1
 +
Drop-Down Menu #2
 +
Side Menu #2
-
.nav .select .sub li a {
+
div.MenuBar#navi ul li:hover ul.DropDownMenu li:hover ul.SideMenu#MB1-DDM2-SM2,
-
font-weight:normal;
+
div.MenuBar#navi ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu#MB1-DDM2-SM2 {
 +
  left: 13.5em  !important; /* Places the side menu to the right of the drop-down menu.
 +
                            Keep it sync with the drop-down menu width. */
}
}
 +
div.MenuBar#navi ul li:hover ul.DropDownMenu li:hover ul.SideMenu#MB1-DDM2-SM2,
 +
div.MenuBar#navi ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu#MB1-DDM2-SM2,
 +
div.MenuBar#navi ul li:hover ul.DropDownMenu li:hover ul.SideMenu#MB1-DDM2-SM2 li a,
 +
div.MenuBar#navi ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu#MB1-DDM2-SM2 li a {
 +
  width: 10em; /* Side menu width. */
 +
}
 +
*/
 +
/*...............................................................................................*/
 +
/*
 +
Menu Bar 1
 +
Drop-Down Menu #2
 +
Side Menu #3
-
.nav .select :hover .sub li a:hover,  
+
div.MenuBar#navi ul li:hover ul.DropDownMenu li:hover ul.SideMenu#MB1-DDM2-SM3,
-
.nav .current .sub li a:hover {
+
div.MenuBar#navi ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu#MB1-DDM2-SM3 {
-
visibility:visible;  
+
  left: 13.5em  !important; /* Places the side menu to the right of the drop-down menu.
-
color:#909090;
+
                            Keep it sync with the drop-down menu width. */
}
}
 +
div.MenuBar#navi ul li:hover ul.DropDownMenu li:hover ul.SideMenu#MB1-DDM2-SM3,
 +
div.MenuBar#navi ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu#MB1-DDM2-SM3,
 +
div.MenuBar#navi ul li:hover ul.DropDownMenu li:hover ul.SideMenu#MB1-DDM2-SM3 li a,
 +
div.MenuBar#navi ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu#MB1-DDM2-SM3 li a {
 +
  width: 10em; /* Side menu width. */
 +
}
 +
*/
 +
/*...............................................................................................*/
</style>
</style>
-
<!--[if IE]>
 
-
<style media="all" type="text/css">
 
-
.nav ul {display:inline-block;}
 
-
.nav ul {display:inline;}
 
-
.nav ul li {float:left;}
 
-
.nav {text-align:center;}
 
-
.nav .select a:hover b,
 
-
.nav .select li:hover a b {float:none;}
 
-
</style>
+
<body>
-
<![endif]-->
+
 
-
<div class="nav">
+
<div class='MenuBar' id="navi">
-
<div class="table">
+
<ul>
-
<ul class="select"><li><a href="https://2009.igem.org/Team:Valencia" target="_self"><b>HOME</b></a>
+
<li>
 +
<a href="https://2009.igem.org/Team:Valencia" style="font-weight: bold; background: url(https://static.igem.org/mediawiki/2009/0/09/Bg2.gif)">Home
 +
<!--[if gt IE 6]><!--></a><!--<![endif]-->
 +
<!--[if lt IE 7]><table border="0" cellpadding="0" cellspacing="0"><tr><td><![endif]-->
 +
<!--[if lte IE 6]></td></tr></table></a><![endif]-->
 +
</li>
 +
<li>
 +
<a href="https://2009.igem.org/Team:Valencia/TeamVal" style="font-weight: bold; background: url(https://static.igem.org/mediawiki/2009/0/09/Bg2.gif)">Team<!--
 +
                          [if gt IE 6]><!--></a><!--<![endif]-->
 +
<!--[if lt IE 7]><table border="0" cellpadding="0" cellspacing="0"><tr><td><![endif]-->
 +
<ul class="DropDownMenu" id="MB1-DDM6">
 +
<li><a href="https://2009.igem.org/Team:Valencia/TeamVal"><span><span>The Team</span></span></a></li>
 +
<li><a href="https://2009.igem.org/Team:Valencia/LabPictures"><span><span>Pictures</span></span></a></li>
 +
<li><a href="https://2009.igem.org/Team:Valencia/Universities"><span><span>The Universities</span></span>
 +
</a></li>
 +
<li><a href="https://2009.igem.org/Team:Valencia/Acknowledgements"><span><span>Acknowledgements</span></span>
 +
<!--[if gt IE 6]><!--></a><!--<![endif]-->
 +
<!--[if lt IE 7]><table border="0" cellpadding="0" cellspacing="0"><tr><td><![endif]-->
 +
</ul>
 +
<!--[if lte IE 6]></td></tr></table></a><![endif]-->
 +
</li>
 +
<li>
 +
<a href="https://2009.igem.org/Team:Valencia/Project" style="font-weight: bold; background: url(https://static.igem.org/mediawiki/2009/0/09/Bg2.gif)">Project<!--[if gt IE 6]><!--></a><!--<![endif]-->
 +
<!--[if lt IE 7]><table border="0" cellpadding="0" cellspacing="0"><tr><td><![endif]-->
 +
<ul class="DropDownMenu" id="MB1-DDM1">
 +
<li><a href="https://2009.igem.org/Team:Valencia/Project"><span><span>Overall description
 +
                              </span></span></a></li>
 +
<li><a href="https://2009.igem.org/Team:Valencia/Modelling"><span><span>Modelling</span></span></a>
 +
<!--[if
 +
                        gt IE 6]><!--></a><!--<![endif]-->
 +
<!--[if lt IE 7]><table border="0" cellpadding="0" cellspacing="0"><tr><td><![endif]-->
 +
<ul class="SideMenu" id="MB1-DDM6-SM1">
 +
                                        <li><a
 +
                                        href="https://2009.igem.org/Team:Valencia/Modelling"><span>Overview</span></a></li>
 +
<li><a href="https://2009.igem.org/Team:Valencia/OurModel"><span>Model description</span></a></li>
 +
<li><a href="https://2009.igem.org/Team:Valencia/Simulations"><span>Simulations</span></a></li>
 +
                                        <li><a href="https://2009.igem.org/Team:Valencia/StochasticApproach"><span>Stochastic approach</span></a></li>
 +
</ul>
 +
                                     
 +
<!--[if lte IE 6]></td></tr></table></a><![endif]-->
 +
</li>
 +
 +
 
 +
<li><a href="https://2009.igem.org/Team:Valencia/Hardware"><span><span>Experimental set up</span></span></a></li>
 +
<li><a href="https://2009.igem.org/Team:Valencia/WetLab/YeastTeam"><span><span>Wet lab</span></span></a><!--[if
 +
                        gt IE 6]><!--></a><!--<![endif]-->
 +
<!--[if lt IE 7]><table border="0" cellpadding="0" cellspacing="0"><tr><td><![endif]-->
 +
<ul class="SideMenu" id="MB1-DDM6-SM1">
 +
                                        <li><a 
 +
                                        href="https://2009.igem.org/Team:Valencia/WetLab/YeastTeam"><span>WetLab Overwiew</span></a></li>
 +
                                        <li><a                                    href="https://2009.igem.org/Team:Valencia/WetLab/YeastTeam/Protocols"><span>Protocols</span></a></li>
 +
<li><a                                      href="https://2009.igem.org/Team:Valencia/WetLab/YeastTeam/Experimental"><span>Exp. designs</span></a></li>
 +
<li><a href="https://2009.igem.org/Team:Valencia/WetLab/YeastTeam/Results"><span>Experimental results</span></a></li>
 +
                                        <li><a href="https://2009.igem.org/Team:Valencia/A_short_story"><span>A short story</span></a></li>
 +
</ul>
 +
                                     
 +
<!--[if lte IE 6]></td></tr></table></a><![endif]-->
 +
</li>
 +
<li><a href="https://2009.igem.org/Team:Valencia/Parts"><span><span>Parts</span></span></a><!--[if
 +
                        gt IE 6]><!--></a><!--<![endif]-->
 +
<!--[if lt IE 7]><table border="0" cellpadding="0" cellspacing="0"><tr><td><![endif]-->
 +
<ul class="SideMenu" id="MB1-DDM6-SM1">
 +
                                        <li><a href="https://2009.igem.org/Team:Valencia/Parts"><span>Submitted Parts</span></a></li>
 +
<li><a href="https://2009.igem.org/Team:Valencia/Parts/Characterization"><span>Characterization</span></a></li>
 +
</ul>
 +
                                     
 +
<!--[if lte IE 6]></td></tr></table></a><![endif]-->
 +
</li>
 +
 
 +
<li><a href="https://2009.igem.org/Team:Valencia/Notebook"><span><span>Notebook</span></span></a></li>
 +
 +
</ul>
 +
<!--[if lte IE 6]></td></tr></table></a><![endif]-->
 +
</li>
 +
 +
<li style="width: 160px">
 +
<a href="https://2009.igem.org/Team:Valencia/Human" style="font-weight: bold; background: url(https://static.igem.org/mediawiki/2009/0/09/Bg2.gif)">Human Practices<!--[if gt IE 6]><!--></a><!--<![endif]-->
 +
<!--[if lt IE 7]><table border="0" cellpadding="0" cellspacing="0"><tr><td><![endif]-->
 +
<ul class="DropDownMenu" id="MB1-DDM4">
 +
                              <li><a href="https://2009.igem.org/Team:Valencia/Human"><span><span>Ethics overview</span></span></a></li>
 +
                              <li><a href="https://2009.igem.org/Team:Valencia/Human_Practice/Medalls"><span><span>Medals</span></span></a></li>
 +
<li><a href="https://2009.igem.org/Team:Valencia/Definitions"><span><span>Definitions</span></span></a></li>
 +
 
 +
</ul>
 +
<!--[if lte IE 6]></td></tr></table></a><![endif]-->
 +
</li>
 +
 
 +
<li>
 +
 +
<a href="https://2009.igem.org/Team:Valencia/Project/Results" style="font-weight: bold; background: url(https://static.igem.org/mediawiki/2009/0/09/Bg2.gif)">Achievements
 +
<!--[if gt IE 6]><!--></a><!--<![endif]-->
 +
<!--[if lt IE 7]><table border="0" cellpadding="0" cellspacing="0"><tr><td><![endif]-->
 +
<!--[if lte IE 6]></td></tr></table></a><![endif]-->
</li>
</li>
-
</ul>
 
-
<ul class="select"><li><a href="https://2009.igem.org/Team:Valencia/TeamVal" target="_self"><b>TEAM</b></a>
 
-
<div class="select_sub">
 
-
<ul class="sub">
 
-
<li><a href="https://2009.igem.org/Team:Valencia/LabPictures" target="_self">LAB PICTURES</a></li>
 
-
<li><a href="https://2009.igem.org/Team:Valencia/logos" target="_self">LOGOS</a></li>
 
-
</ul>
 
-
</div>
 
-
</li>
 
-
</ul>
 
-
<ul class="select"><li><a href="https://2009.igem.org/Team:Valencia/Project" target="_self"><b>PROJECT</b></a>
 
-
<div class="select_sub">
 
-
<ul class="sub">
 
-
<li><a href="https://2009.igem.org/Team:Valencia/Modelling" target="_self">MODELLING</a></li>
 
-
<li><a href="https://2009.igem.org/Team:Valencia/Hardware" target="_self">EXPERIMENTAL SETUP</a></li>
 
-
<li><a href="https://2009.igem.org/Team:Valencia/WetLab" target="_self">WETLAB</a></li>
 
-
<li><a href="https://2009.igem.org/Team:Valencia/ProjectMtv" target="_self">PROJECT MOTIVATION</a></li>
 
-
</ul>
 
-
</div>
 
-
</li>
 
-
</ul>
 
-
<ul class="select"><li><a href="https://2009.igem.org/Team:Valencia/Human" target="_self"><b>HUMAN PRACTICES</b></a>
 
-
</li>
 
-
</ul>
 
-
<ul class="select"><li><a href="https://2009.igem.org/Team:Valencia/Notebook" target="_self"><b>NOTEBOOK</b></a>
 
-
</li>
 
-
</ul>
 
-
<ul class="select"><li><a href="https://2009.igem.org/Team:Valencia/News" target="_self"><b>MEDIA</b></a>
 
-
</li>
 
-
</ul>
 
-
</div>
 
-
</div>
 
 +
</ul>
 +
</div>
 +
</body>
</html>
</html>
 +
</center>
 +
<html><body style=" background-color: black"></body></html>
-
<br><br>
+
<br><br><br><br><br><br><br><br><br><br><br>

Latest revision as of 10:43, 19 October 2009