Team:Warsaw

From 2012.igem.org

(Difference between revisions)
Line 1: Line 1:
-
<html>
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 +
<html xmlns="http://www.w3.org/1999/xhtml">
 +
<head>
 +
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 +
<title>Warsaw Team</title>
 +
</head>
 +
 
 +
<body>
 +
 
<style>
<style>
-
h1.firstHeading{display:none}
+
html{font-family:Tahoma, Geneva, sans-serif}
-
#menu{position:absolute;margin-left:-10px}
+
#menu{position:absolute}
-
#menu ul{list-style:none;}
+
#menu ul{list-style:none}
-
#menu ul li{display: block;float:left; width: 158px; height: 30px; background: #222; overflow:hidden}
+
#menu ul li {overflow:hidden;margin-left:1px;display:block;background:#222;height:30px;width:155px;text-align:center;float:left;-webkit-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;}
-
#menu ul li:hover{overflow:visible;height:200px}
+
#menu ul li:hover {background:#666;}
-
#menu ul li a{color: #fff; display: table-cell; vertical-align: middle; text-align: center; width: 100px; height: 30px;
+
#menu ul li a{color:#fff;text-decoration:none;display:table-cell;vertical-align:middle;text-align:center;height:30px;width:290px;}
-
-o-transition: all 0.3s ease-in-out;text-decoration:none}
+
#menu ul li ul{margin-left:-1px !important;padding:0px !important}
-
#menu ul li a:hover{background: #666;}
+
#menu .hover{overflow:visible !important;}
-
#menu ul li ul{margin-left:0px}
+
 
-
#menu ul li ul li:hover{height:30px}
+
#left-menu{clear:both;float:left;}
-
#menu ul li ul li a{background: #444;}
+
#left-menu ul{list-style:none;margin:0px !important}
-
body{background: gray;line-height:none;}
+
#left-menu ul li {overflow:hidden;margin-left:1px;display:block;background:#ddd;height:30px;width:152px;-webkit-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;}
 +
#left-menu ul li:hover {background:#666;}
 +
#left-menu ul li a{color:#222;text-decoration:none;display:table-cell;vertical-align:middle;text-align:center;height:30px;width:122px;}
 +
#left-menu ul li a:hover{color:#fff}
 +
#main-content{float:left;background-color:#fff;width:775px;height:775px;margin-left:10px}
 +
#main-content div{display:none;}
 +
#main-content div#tab1{display:inline}
</style>
</style>
 +
<script src="http://code.jquery.com/jquery-latest.min.js"type="text/javascript"></script>
 +
<script>
 +
$(function(){
 +
$("#menu li").hover(
 +
  function () {
 +
a=$(this).find("ul");
 +
b=$(this);
 +
    a.stop(true,false).animate({opacity:1}, 200,function(){b.addClass("hover");});
 +
  },
 +
  function () {
 +
a=$(this).find("ul");
 +
b=$(this);
 +
    a.delay(1000).animate({opacity:0}, 300,function(){b.removeClass("hover");});
 +
  }
 +
);
 +
$("#left-menu li").click(function(){
 +
rel=$(this).attr("rel");
 +
$("#main-content div").stop(true,false).animate({opacity:0}, 200,function(){
 +
$("#main-content div").css("display","none");
 +
$("#"+rel).css("display","inline");
 +
$("#"+rel).stop(true,false).animate({opacity:1}, 200);
 +
});
 +
});
 +
 +
$("#menu ul li ul li").click(function(){
 +
rel=$(this).attr("rel");
 +
if(rel!="")
 +
{
 +
$("#main-content div").stop(true,false).animate({opacity:0}, 200,function(){
 +
$("#main-content div").css("display","none");
 +
$("#"+rel).css("display","inline");
 +
$("#"+rel).stop(true,false).animate({opacity:1}, 200);
 +
});
 +
}
 +
});
 +
 +
});
 +
</script>
 +
<noscript>
 +
<style>
 +
#menu ul li:hover {overflow:visible} <!-- alternatywna tresc strony, ktora zostanie wyswietlona w sytuacji, gdy skrypt nie zostanie uruchomiony -->
 +
</style>
 +
</noscript>
<div id="menu">
<div id="menu">
-
<ul>
+
<ul>
-
<li><a href="https://2010.igem.org/Team:Warsaw">Main</a>
+
    <li><a href="https://2012.igem.org/Team:Warsaw/Project">PROJECT</a>
-
<div>
+
        <!-- <ul>
-
<ul>
+
                <li><a href="#">Pozycja 1</a></li>
-
<li><a href="https://2010.igem.org/Team:Warsaw/Project">Project</a></li>
+
                <li><a href="#">Pozycja 1</a></li>
-
<li><a href="https://2012.igem.org/Team:Warsaw/Pa">Wet Lab</a></li>
+
                <li><a href="#">Pozycja 1</a></li>
-
<li><a href="https://2010.igem.org/Team:Warsaw/Software">Software</a></li>  
+
                <li><a href="#">Pozycja 1</a></li>
-
<li><a href="https://2012.igem.org/Team:Warsaw/Safety">Safety</a></li>
+
            </ul> -->
-
<li><a href="https://2010.igem.org/Team:Warsaw/Team">Team</a></li>
+
        </li>
-
</ul>
+
        <li><a href="https://2012.igem.org/Team:Warsaw/Wetlab">WETLAB</a>
-
</div>
+
        <!-- <ul>
-
</li>
+
                <li><a href="#">Pozycja 1</a></li>
-
       
+
                <li><a href="#">Pozycja 1</a></li>
-
<li><a href="https://2010.igem.org/Team:Warsaw/Project">Project</a></li>
+
                <li><a href="#">Pozycja 1</a></li>
-
<li><a href="https://2010.igem.org/Team:Warsaw/Parts">Wet Lab</a></li>
+
                <li><a href="#">Pozycja 1</a></li>
-
<li><a href="https://2010.igem.org/Team:Warsaw/Software">Software</a></li>  
+
            </ul> -->
-
<li><a href="https://2012.igem.org/Team:Warsaw/Safety">Safety</a></li>
+
        </li>
-
<li><a href="https://2010.igem.org/Team:Warsaw/Team">Team</a>
+
        <li><a href="https://2012.igem.org/Team:Warsaw/Project">SAFETY</a></li>
-
<div>
+
        <!-- <li><a href="#">Pozycja 1</a></li> -->
-
<ul>
+
        <li><a href="#">TEAM</a>
-
<li><a href="https://2011.igem.org/Team:Warsaw/Attribution">Attribution</a></li>
+
      <ul>
-
<li><a href="https://2011.igem.org/Team:Warsaw/Acknowledgments">Acknowledgments</a></li>
+
                <li rel="Team"><a href="#">Team</a></li>
-
<li><a href="https://2011.igem.org/Team:Warsaw/Gallery">Gallery</a></li>  
+
                <li rel="Sponsors"><a href="#">Sponsors</a></li>
-
</ul>
+
            </ul>
-
</div>
+
        </li>
-
</li>
+
        <li><a href="https://2012.igem.org/Team:Warsaw/Notebook">NOTEBOOK</a></li>
-
</ul>
+
        <li><a href="https://2012.igem.org/Team:Warsaw/Attributions">ATTRIBUTIONS</a></li>
 +
<!-- Home,Team,Official Team Profile, Project, Parts Submitted to the Registry, Modelling, Notebook, Safety, Attributions -->
 +
    </ul>
</div>
</div>
-
</html>
 
-
<br /><br /><br /><br />
+
<br clear="all" /><br clear="all" /><br clear="all" /><br clear="all" /><br clear="all" />
-
<div align="justify">
+
-
{|align="justify"
+
-
|Our project aims at creating a carrier bacteria, which could be used to deliver genes coding a chosen protein into the human cell. Some bacteria have a natural ability to enter eukaryotic cells. Our goal is to introduce this feature to bacteria which do not exhibit it normally, and which can be safely used to carry the “load” into an animal organism, and in the future the human body. As a result, thanks to the introduced gene, the eukaryotic cell has the ability to produce a new, normally not produced protein and the bacterial carrier decomposes after fulfilling its mission. This arrangement is not only an impressive scientific toy, but it also has important applications.<br />
+
-
We will divide our project into two tasks: first will involve creating
+
-
<i>Bacillus subtilis</i> strain with the ability to enter eukaryotic cell and
+
-
subsequent lysis. From lysed <i>B.subtilis</i> cells GFP protein will be
+
-
released so fluorescence measurement can be used to confirm success of
+
-
the experiment. The second task is to create eukaryotic vector capable
+
-
of replication and gene expression within host cell. Again,
+
-
fluorescence measurement will be used to verify whether we've achieved
+
-
our goal. Due to safety issues, we will not combine these two systems
+
-
but only test them separately. One day it will be possible to use the
+
-
whole system, but we must wait for some crucial problems to be dealt
+
-
with.
+
-
|[[Image:Warsaw_logo.png|200px|right|frame]]
+
-
|-
+
-
|
+
-
|[[Image:Warsaw_team.png|right|frame|Your team picture]]
+
-
|-
+
-
|
+
-
|}
+
-
<i>Sponsors:</i>
+
-
http://samorzad.uw.edu.pl/wp-content/themes/samorzaduw/img/logo-suw.png
+
<div id="left-menu">
-
http://www.biol.uw.edu.pl/pl/templates/wbuw/images/green/logoUW.png
+
<ul>
-
http://oligo.pl/logo.gif
+
                <li rel="Team"><a href="#" >Team</a></li>
-
http://fuw.pl/logo-fuw.jpg
+
                <li rel="Sponsors"><a href="#" >Sonsors</a></li>
-
http://www.aabiot.com/A%26A/A%26A_Biotechnology_files/droppedImage_1.png
+
                <!-- <li rel="tab3"><a href="#" >Pozycja 3</a></li>
-
http://solutions.3m.com/3M/themes/html/3M/images/3M_Logo_45pt_95x64.gif
+
                <li rel="tab4"><a href="#" >Pozycja 4</a></li> -->
 +
  </ul>
</div>
</div>
 +
 +
<div id="main-content">
 +
<div id="Team">
 +
    Test 1
 +
    </div>
 +
    <div id="Sponsors">
 +
    Test 2
 +
    </div>
 +
    <div id="tab3">
 +
    Test 3
 +
    </div>
 +
    <div id="tab4">
 +
    Test 4
 +
    </div>
 +
</div>
 +
 +
</body>
 +
</html>

Revision as of 14:54, 14 September 2012

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> Warsaw Team






Test 1
Test 2
Test 3
Test 4