Team:UCSF/Search

From 2010.igem.org

(Difference between revisions)
 
(175 intermediate revisions not shown)
Line 1: Line 1:
-
<html xmlns="http://www.w3.org/1999/xhtml">
+
<html>
-
<head>
+
-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+
-
<title>Untitled Document</title>
+
 +
<style>
 +
body{
 +
background-color:#494d51;
 +
}
 +
#content{
 +
padding-right:10px;
 +
}
 +
h1{
 +
color:red;
 +
float:right;
 +
}
 +
h2{
 +
color:red;
 +
float:right;
 +
}
-
<style type="text/css">
+
p{
-
 
+
margin-left:40px;
-
 
+
margin-right:20px;
-
#footer-box {
+
-
 
+
}
}
-
#content {
 
 +
h3{
 +
color: #467f4a;
 +
text-vertical-align:middle;
 +
background-image:url(https://static.igem.org/mediawiki/2010/3/31/UCSF_meihuabiao.png);
 +
text-indent: 35px;
 +
background-repeat: no-repeat;
}
}
Line 23: Line 38:
div#top-section{
div#top-section{
-
    background: url(https://static.igem.org/mediawiki/2010/6/67/Background2.jpg) repeat top left;
+
display:none;
-
    height: 100px;
+
//background-color:#FF6801; 
 +
//border:0px;
 +
//width:100%;
 +
height: 24px;
}
}
Line 35: Line 53:
}
}
 +
#footer-box {
 +
width: 970px;
 +
}
div#menubar{
div#menubar{
-
 
+
    display: none;
-
     position: absolute;
+
     text-indent:10px;
     top: 0;
     top: 0;
}
}
Line 48: Line 69:
h1.firstHeading {
h1.firstHeading {
 +
        height:0px;
display: none;
display: none;
}
}
-
 
-
#apDiv1 {
 
-
position:fixed;
 
-
        float: left;
 
-
        top:0;
 
-
width:965px;
 
-
height:90px;
 
-
z-index:10;
 
-
}
 
</style>
</style>
-
</head>
 
-
<body>
+
<style>
-
<div id="apDiv1"><img src="https://static.igem.org/mediawiki/2008/0/0e/UCSF2008logo2.jpg" width="150" height="150" longdesc="https://static.igem.org/mediawiki/2008/0/0e/UCSF2008logo2.jpg" /></div>
+
-
<script type="text/javascript"><!--
+
-
/* Script by: www.jtricks.com
+
-
* Version: 20071127
+
-
* Latest version:
+
-
* www.jtricks.com/javascript/navigation/fixed_menu.html
+
-
*/
+
-
fixedMenuId = 'apDiv1';
+
-
var fixedMenu =
+
#content{
-
{
+
z-index:0;
-
    hasInner: typeof(window.innerWidth) == 'number',
+
}
-
    hasElement: document.documentElement != null
+
-
      && document.documentElement.clientWidth,
+
-
    menu: document.getElementById
+
ul, li{
-
        ? document.getElementById(fixedMenuId)
+
margin: 0;
-
        : document.all
+
padding: 0;
-
          ? document.all[fixedMenuId]
+
border: 0;
-
          : document.layers[fixedMenuId]
+
outline: 0;
-
};
+
font-weight: inherit;
 +
font-style: inherit;
 +
font-size: 100%;
 +
font-family: inherit;
 +
vertical-align: baseline;
 +
}
 +
 +
#navigation ul li.active > a,
 +
#navigation > ul li a:hover,
 +
#navigation ul li.sub-nav:hover > a {
 +
border-color: #53a5ed;
 +
background: #256fdf;
 +
background: -webkit-gradient(linear, left top, left bottom, from(#2f88ec), to(#256fdf));
 +
background: -moz-linear-gradient(top,  #2f88ec,  #256fdf);
 +
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f88ec', endColorstr='#256fdf');
 +
}
 +
#navigation ul li.sub-nav > a:hover:before,
 +
#navigation ul li.sub-nav:hover > a:before {
 +
border-top-color: #53a5ed !important;
 +
}
 +
#navigation ul li.sub-nav > a:hover:after,
 +
#navigation ul li.sub-nav:hover > a:after {
 +
border-top-color: #256fdf !important;
 +
}
 +
#navigation ul ul li a:hover {
 +
background: #246cde;
 +
}
 +
#navigation {
 +
    position: relative;
 +
    //left: 50%;
 +
    top: 5px;
 +
left:0px;
 +
//    width:960px;
 +
    //margin-left:-480px;
 +
    font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
 +
}
 +
#navigation > ul {
 +
      height: 27px;
 +
      background: #fff;
 +
      border: 1px solid #222;
 +
      padding: 0 5px;
 +
      -moz-border-radius: 4px;
 +
    -webkit-border-radius: 4px;
 +
    border-radius: 4px;
 +
}
 +
#navigation > ul li {
 +
        display: block;
 +
        float: left;
 +
        font-size: 11px;
 +
      line-height: 15px;
 +
      margin: 0 1px;
 +
      margin-top: -2px;
 +
      list-style: none;
 +
      padding-bottom: 15px;
 +
}
-
fixedMenu.computeShifts = function()
+
#navigation > ul li.right{
-
{
+
        display: block;
-
    fixedMenu.shiftX = fixedMenu.hasInner
+
         float: right;
-
         ? pageXOffset
+
         font-size: 11px;
-
         : fixedMenu.hasElement
+
      line-height: 15px;
-
          ? document.documentElement.scrollLeft
+
      margin: 0 1px;
-
          : document.body.scrollLeft;
+
      margin-top: -2px;
-
    if (fixedMenu.targetLeft > 0)
+
      list-style: none;
-
        fixedMenu.shiftX += fixedMenu.targetLeft;
+
      padding-bottom: 15px;
-
    else
+
}
-
    {
+
-
        fixedMenu.shiftX +=
+
-
            (fixedMenu.hasElement
+
-
              ? document.documentElement.clientWidth
+
-
              : fixedMenu.hasInner
+
-
                ? window.innerWidth - 20
+
-
                : document.body.clientWidth)
+
-
            - fixedMenu.targetRight
+
-
            - fixedMenu.menu.offsetWidth;
+
-
    }
+
-
    fixedMenu.shiftY = fixedMenu.hasInner
+
#navigation > ul li a {
-
        ? pageYOffset
+
        position: relative;
-
        : fixedMenu.hasElement
+
        display: block;
-
          ? document.documentElement.scrollTop
+
        float: left;
-
          : document.body.scrollTop;
+
        padding: 6px 7px 8px 7px;
-
    if (fixedMenu.targetTop > 0)
+
        border: 1px solid transparent;
-
        fixedMenu.shiftY += fixedMenu.targetTop;
+
        color: #7b7b7b;
-
    else
+
        text-decoration: none;
-
    {
+
}
-
        fixedMenu.shiftY +=
+
#navigation ul li.active > a,
-
            (fixedMenu.hasElement
+
#navigation > ul li a:hover,
-
            ? document.documentElement.clientHeight
+
#navigation ul li.sub-nav:hover > a {
-
            : fixedMenu.hasInner
+
        color: #fff;
-
              ? window.innerHeight - 20
+
        -moz-border-radius: 4px;
-
              : document.body.clientHeight)
+
        -webkit-border-radius: 4px;
-
            - fixedMenu.targetBottom
+
        border-radius: 4px;
-
            - fixedMenu.menu.offsetHeight;
+
}
-
    }
+
#navigation ul li.sub-nav > a:hover:before,
-
};
+
#navigation ul li.sub-nav:hover > a:before {
 +
content: "\00a0";
 +
display: block;
 +
position: absolute;
 +
bottom: -14px;
 +
left: 37%;
 +
width: 0;
 +
height: 0;
 +
border: 7px solid transparent;
 +
}
 +
#navigation ul li.sub-nav > a:hover:after,
 +
#navigation ul li.sub-nav:hover > a:after {
 +
content:"\00a0";
 +
display:block;
 +
position:absolute;
 +
bottom: -13px;
 +
left: 37%;
 +
width: 0;
 +
height: 0;
 +
border: 7px solid transparent;
 +
}     
 +
#navigation ul li ul {
 +
  clear: left;
 +
  position: absolute;
 +
  left: -999em;
 +
  z-index: 999;
 +
  width: 140px;
 +
  background: #fff;
 +
  border: 1px solid #363636;
 +
  list-style: none;
 +
  padding: 5px 4px;
 +
  outline: 1px solid #000;
 +
}
 +
#navigation ul li li {
 +
  display: block;
 +
  padding: 0;
 +
  margin: 0;
 +
}
 +
#navigation ul ul li a {
 +
  border: none;
 +
  background: none;
 +
  color: #000;
 +
  display: block;
 +
  float: left;
 +
  font-size: 12px !important;
 +
  width: 120px;
 +
  padding: 4px 10px 5px 10px;
 +
}
 +
#navigation ul ul li a:hover {
 +
  border: none;
 +
  -moz-border-radius: 0px;
 +
  -webkit-border-radius: 0px;
 +
  border-radius: 0px;
 +
}
 +
#navigation ul li:hover ul,
 +
#navigation ul li.sfhover ul{
 +
  left: auto;
 +
  top: 42px;
 +
}
 +
</style>
 +
<script>
 +
function writeHref(){
 +
var PageURL = document.URL;
 +
var RightURL = PageURL.substr(21);
 +
var EditIt="https://2010.igem.org/wiki/index.php?title="+RightURL+"&amp;action=edit";
 +
document.write("<a href=\""+EditIt+"\">");
 +
}
 +
</script>
-
fixedMenu.moveMenu = function()
+
<div style="width:100%">
-
{
+
<div id="navigation">
-
    fixedMenu.computeShifts();
+
<ul>
-
    if (fixedMenu.currentX != fixedMenu.shiftX
+
<li class="active"><a href="https://2010.igem.org/Team:UCSF">Home</a></li>
-
        || fixedMenu.currentY != fixedMenu.shiftY)
+
-
    {
+
-
        fixedMenu.currentX = fixedMenu.shiftX;
+
-
        fixedMenu.currentY = fixedMenu.shiftY;
+
-
        if (document.layers)
+
<li class="not-active sub-nav"><a href="https://2010.igem.org/Team:UCSF/Team">Team</a><ul>
-
        {
+
-
            fixedMenu.menu.left = fixedMenu.currentX;
+
-
            fixedMenu.menu.top = fixedMenu.currentY;
+
-
        }
+
-
        else
+
-
        {
+
-
            fixedMenu.menu.style.left = fixedMenu.currentX + 'px';
+
-
            fixedMenu.menu.style.top = fixedMenu.currentY + 'px';
+
-
        }
+
-
    }
+
-
    fixedMenu.menu.style.right = '';
+
        <li class="cat-item cat-item-23"><a href="https://igem.org/Team.cgi?year=2010" title="">Team Profile</a></li>
-
    fixedMenu.menu.style.bottom = '';
+
-
};
+
<li class="cat-item cat-item-67"><a href="http://mac.appstorm.net/category/reviews/utilities/" title="">Utilities</a></li>
 +
<li class="cat-item cat-item-296"><a href="http://mac.appstorm.net/category/reviews/video/" title="">Video</a></li>
 +
<li class="cat-item cat-item-9"><a href="http://mac.appstorm.net/category/reviews/web-dev-review/" title="">Web Dev</a></li>
 +
</ul></li>
-
fixedMenu.floatMenu = function()
+
<li class="not-active sub-nav"><a href="https://2010.igem.org/Team:UCSF/Project">Project</a><ul>
-
{
+
        <li class="cat-item cat-item-68"><a href="https://2010.igem.org/Team:UCSF/Project/Overview" title="">Overview</a></li>
-
    fixedMenu.moveMenu();
+
<li class="cat-item cat-item-28"><a href="https://2010.igem.org/Team:UCSF/Project/Process" title="">Project Process</a></li>
-
    setTimeout('fixedMenu.floatMenu()', 20);
+
<li class="cat-item cat-item-364"><a href="https://2010.igem.org/Team:UCSF/Project/Design" title="">Project Design</a></li>
-
};
+
<li class="cat-item cat-item-201"><a href="https://2010.igem.org/Team:UCSF/Project/Results" title="">Results</a></li>
 +
</ul></li>
-
// addEvent designed by Aaron Moore
+
<li class="not-active sub-nav"><a href="https://2010.igem.org/Team:UCSF/Notebook">Notebook</a><ul>
-
fixedMenu.addEvent = function(element, listener, handler)
+
-
{
+
-
    if(typeof element[listener] != 'function' ||
+
-
      typeof element[listener + '_num'] == 'undefined')
+
-
    {
+
-
        element[listener + '_num'] = 0;
+
-
        if (typeof element[listener] == 'function')
+
-
        {
+
-
            element[listener + 0] = element[listener];
+
-
            element[listener + '_num']++;
+
-
        }
+
-
        element[listener] = function(e)
+
-
        {
+
-
            var r = true;
+
-
            e = (e) ? e : window.event;
+
-
            for(var i = 0; i < element[listener + '_num']; i++)
+
-
                if(element[listener + i](e) === false)
+
-
                    r = false;
+
-
            return r;
+
-
        }
+
-
    }
+
-
    //if handler is not already stored, assign it
+
  <li class="cat-item cat-item-322"><a href="https://2010.igem.org/Team:UCSF/Team/Notebook/Ryan_Liang" title="">Ryan Liang</a></li>
-
    for(var i = 0; i < element[listener + '_num']; i++)
+
<li class="cat-item cat-item-483"><a href="https://2010.igem.org/Team:UCSF/Notebook/Ethan_Chan" title="">Ethan Chan</a></li>
-
        if(element[listener + i] == handler)
+
<li class="cat-item cat-item-121"><a href="https://2010.igem.org/Team:UCSF/Notebook/Eric_Wong" title="">Eric Wong</a></li>
-
            return;
+
<li class="cat-item cat-item-684"><a href="https://2010.igem.org/Team:UCSF/Notebook/Carmen_Zhou" title="">Carmen Zhou</a></li>
-
    element[listener + element[listener + '_num']] = handler;
+
<li class="cat-item cat-item-19"><a href="https://2010.igem.org/Team:UCSF/Notebook/Lianna_Fung" title="">Lianna Fung</a></li>
-
    element[listener + '_num']++;
+
<li class="cat-item cat-item-76"><a href="https://2010.igem.org/Team:UCSF/Notebook/Connor_Grant" title="">Connor Grant</a></li>
-
};
+
<li class="cat-item cat-item-13"><a href="https://2010.igem.org/Team:UCSF/Notebook/Hannah Yan" title="">Hannah Yan</a></li>
 +
<li class="cat-item cat-item-184"><a href="https://2010.igem.org/Team:UCSF/Notebook/John Elam" title="">John Elam</a></li>
 +
<li class="cat-item cat-item-235"><a href="https://2010.igem.org/Team:UCSF/Notebook/Crystal_Liu" title="">Crystal Liu</a></li>
 +
<li class="cat-item cat-item-264"><a href="https://2010.igem.org/Team:UCSF/Notebook/Sam_Zorn" title="">Sam Zorn</a></li>
 +
<li class="cat-item cat-item-556"><a href="https://2010.igem.org/Team:UCSF/Notebook/Min_Lin" title="">Min Lin</a></li>
 +
</ul></li>
-
fixedMenu.supportsFixed = function()
+
<li class="not-active"><a href="file:///C:/Users/Min%20Lin/Desktop/2.html">Parts</a></li>
-
{
+
-
    var testDiv = document.createElement("div");
+
-
    testDiv.id = "testingPositionFixed";
+
-
    testDiv.style.position = "fixed";
+
-
    testDiv.style.top = "0px";
+
-
    testDiv.style.right = "0px";
+
-
    document.body.appendChild(testDiv);
+
-
    var offset = 1;
+
-
    if (typeof testDiv.offsetTop == "number"
+
-
        && testDiv.offsetTop != null
+
-
        && testDiv.offsetTop != "undefined")
+
-
    {
+
-
        offset = parseInt(testDiv.offsetTop);
+
-
    }
+
-
    if (offset == 0)
+
-
    {
+
-
        return true;
+
-
    }
+
-
    return false;
+
<li class="not-active sub-nav"><a href="http://mac.appstorm.net/category/general/">Safety</a><ul> <li class="cat-item cat-item-99"><a href="http://mac.appstorm.net/category/general/app-news/" title="">App News</a>
-
};
+
</li>
 +
<li class="cat-item cat-item-10"><a href="http://mac.appstorm.net/category/general/appstorm-news/" title="">AppStorm News</a>
 +
</li>
 +
<li class="cat-item cat-item-45"><a href="http://mac.appstorm.net/category/general/competitions/" title="">Competitions</a>
 +
</li>
 +
<li class="cat-item cat-item-287"><a href="http://mac.appstorm.net/category/general/live-coverage/" title="">Live Coverage</a>
 +
</li>
 +
<li class="cat-item cat-item-31"><a href="http://mac.appstorm.net/category/general/mactastik/" title="">Mactastik</a>
 +
</li>
 +
<li class="cat-item cat-item-371"><a href="http://mac.appstorm.net/category/general/screencasts/" title="">Screencasts</a>
 +
</li>
 +
<li class="cat-item cat-item-219"><a href="http://mac.appstorm.net/category/general/sponsors/" title="">Sponsors</a>
 +
</li>
 +
</ul></li>
-
fixedMenu.init = function()
+
<li class="not-active"><a href="http://mac.appstorm.net/about/">Cooperation</a></li>
-
{
+
<li class="not-active"><a href="http://mac.appstorm.net/about/">Sponser</a></li>
-
    if (fixedMenu.supportsFixed())
+
<li class="right"><script>writeHref();</script>Edit</a></li>
-
        fixedMenu.menu.style.position = "fixed";
+
<li class="right"><a href="https://igem.org/Login">Log in</a></li>
-
    else
+
</ul>
-
    {
+
</div>
-
        var ob =  
+
-
            document.layers
+
-
            ? fixedMenu.menu
+
-
            : fixedMenu.menu.style;
+
-
        fixedMenu.targetLeft = parseInt(ob.left);
 
-
        fixedMenu.targetTop = parseInt(ob.top);
 
-
        fixedMenu.targetRight = parseInt(ob.right);
 
-
        fixedMenu.targetBottom = parseInt(ob.bottom);
 
-
        if (document.layers)
+
<div style="width:100%px;background-color:#FFfF04;margin-top:0px;-moz-border-radius: 4px;
-
        {
+
             -webkit-border-radius: 4px;
-
             menu.left = 0;
+
             border-radius: 4px;padding-bottom:10px;">
-
             menu.top = 0;
+
<form action="https://2010.igem.org/Team:UCSF/Search" id="cse-search-box" style="margin:10px;">
-
        }
+
<h3>Search UCSF</h3>
-
        fixedMenu.addEvent(window, 'onscroll', fixedMenu.moveMenu);
+
<div>
-
        fixedMenu.floatMenu();
+
     <input type="hidden" name="cx" value="003596668401458118461:zap8jgrah-m" />
-
     }
+
    <input type="hidden" name="cof" value="FORID:9" />
-
};
+
    <input type="hidden" name="ie" value="UTF-8" />
 +
    <input type="text" name="q" size="81" />
 +
    <input type="submit" name="sa" value="Search" size="8"/>
 +
</div>
 +
</form>
 +
</div>
-
fixedMenu.addEvent(window, 'onload', fixedMenu.init);
 
-
//--></script>
+
<script type="text/javascript" src="http://www.google.com/cse/brand?form=cse-search-box&lang=en"></script>
 +
<!--<img src="https://static.igem.org/mediawiki/2010/e/ef/UCSF_2010_Transparent_NK.png" width="150"/>-->
 +
<!--<img src="https://static.igem.org/mediawiki/igem.org/9/9a/Natural_Killer.jpg" width="196"/>-->
-
</body>
 
-
</html>
 
-
 
-
 
-
==='''Main'''===
 
-
Hello world
 
-
 
-
We are engineering our E.coli cells to process the correlation information of two environmental signal, similar to the process of classical conditioning in higher organisms. In our circuits we use a bistable switch as the memory module to represent the memory state; we also constructed a series of AND gates which can sense conditioned and unconditioned signals, and output a repressor protein to change the memory state of the bistable switch. In this way, our E.coli cells can convert the information on the concurrence of two signals to its memory. After the memory module is switched, given the conditioned stimulus, E.coli will activate its reporter module and thus exhibit the "conditioned response".
 
 +
<div id="cse-search-results" style="margin-left:90px;"></div>
-
==='''Main'''===
+
<script type="text/javascript">
-
Hello world
+
  var googleSearchIframeName = "cse-search-results";
 +
  var googleSearchFormName = "cse-search-box";
 +
  var googleSearchFrameWidth = 600;
 +
  var googleSearchDomain = "www.google.com";
 +
  var googleSearchPath = "/cse";
 +
</script>
 +
<script type="text/javascript" src="http://www.google.com/afsonline/show_afs_search.js"></script>
-
We are engineering our E.coli cells to process the correlation information of two environmental signal, similar to the process of classical conditioning in higher organisms. In our circuits we use a bistable switch as the memory module to represent the memory state; we also constructed a series of AND gates which can sense conditioned and unconditioned signals, and output a repressor protein to change the memory state of the bistable switch. In this way, our E.coli cells can convert the information on the concurrence of two signals to its memory. After the memory module is switched, given the conditioned stimulus, E.coli will activate its reporter module and thus exhibit the "conditioned response".
 
 +
</div>
-
==='''Main'''===
+
</html>
-
Hello world
+
-
 
+
-
We are engineering our E.coli cells to process the correlation information of two environmental signal, similar to the process of classical conditioning in higher organisms. In our circuits we use a bistable switch as the memory module to represent the memory state; we also constructed a series of AND gates which can sense conditioned and unconditioned signals, and output a repressor protein to change the memory state of the bistable switch. In this way, our E.coli cells can convert the information on the concurrence of two signals to its memory. After the memory module is switched, given the conditioned stimulus, E.coli will activate its reporter module and thus exhibit the "conditioned response".
+
-
 
+
-
 
+
-
==='''Main'''===
+
-
Hello world
+
-
 
+
-
We are engineering our E.coli cells to process the correlation information of two environmental signal, similar to the process of classical conditioning in higher organisms. In our circuits we use a bistable switch as the memory module to represent the memory state; we also constructed a series of AND gates which can sense conditioned and unconditioned signals, and output a repressor protein to change the memory state of the bistable switch. In this way, our E.coli cells can convert the information on the concurrence of two signals to its memory. After the memory module is switched, given the conditioned stimulus, E.coli will activate its reporter module and thus exhibit the "conditioned response".
+
-
 
+
-
 
+
-
==='''Main'''===
+
-
Hello world
+
-
 
+
-
We are engineering our E.coli cells to process the correlation information of two environmental signal, similar to the process of classical conditioning in higher organisms. In our circuits we use a bistable switch as the memory module to represent the memory state; we also constructed a series of AND gates which can sense conditioned and unconditioned signals, and output a repressor protein to change the memory state of the bistable switch. In this way, our E.coli cells can convert the information on the concurrence of two signals to its memory. After the memory module is switched, given the conditioned stimulus, E.coli will activate its reporter module and thus exhibit the "conditioned response".
+
-
 
+
-
 
+
-
==='''Main'''===
+
-
Hello world
+
-
 
+
-
We are engineering our E.coli cells to process the correlation information of two environmental signal, similar to the process of classical conditioning in higher organisms. In our circuits we use a bistable switch as the memory module to represent the memory state; we also constructed a series of AND gates which can sense conditioned and unconditioned signals, and output a repressor protein to change the memory state of the bistable switch. In this way, our E.coli cells can convert the information on the concurrence of two signals to its memory. After the memory module is switched, given the conditioned stimulus, E.coli will activate its reporter module and thus exhibit the "conditioned response".
+

Latest revision as of 04:15, 24 September 2010