Team:UCSF/SandBox

From 2010.igem.org

(Difference between revisions)
(New page: {{Template:UCSF/BannerAndNav}} {{Template:UCSF/LeftStart}} ===Project Description=== Natural killer (NK) cells of the immune system identify cancer and virally-infected cells and kill th...)
 
(67 intermediate revisions not shown)
Line 1: Line 1:
-
{{Template:UCSF/BannerAndNav}}
+
<html>
 +
<style>
 +
body{
 +
//background-color:white;//#494d51;
 +
}
 +
h1{
 +
font-weight:normal;
 +
color:red;
 +
float:right;
 +
}
 +
h2{
 +
font-weight:normal;
 +
color:black;
 +
text-indent: 10px;
 +
}
 +
#left p, #left pre{
 +
margin-left:35px;
 +
margin-right:35px;
 +
}
 +
p{
 +
text-align:justify;
 +
}
 +
#left h3{
 +
font-weight:normal;
 +
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;
 +
color:green;
 +
}
 +
h4{
 +
color: grey;
 +
font-weight:normal;
 +
text-indent: 35px;
 +
}
 +
div#search-controls{
 +
    display: none;
 +
}
 +
div#top-section{
 +
background-color:#FF535D;
 +
width:959px;
 +
height: 24px;
 +
border:none;
 +
z-index:100;
 +
border-bottom-right-radius:8px;
 +
border-bottom-left-radius:8px;
 +
-moz-border-radius-bottomright:8px;
 +
-moz-border-radius-bottomleft:8px;
 +
}
 +
#mw-searchButton{
 +
    display: none;
 +
}
 +
div#contentSub{
 +
    display: none;
 +
}
 +
div#menubar{
 +
    //display: none;
 +
    //text-indent:10px;
 +
    top: 0px;
 +
    color:black;
 +
}
-
{{Template:UCSF/LeftStart}}
+
div#p-logo{
 +
    display: none;
 +
    width:1000px;
 +
}
 +
h1.firstHeading {
 +
        height:0px;
 +
display: none;
 +
}
 +
#content{
 +
background-image:url(https://static.igem.org/mediawiki/2010/4/45/UCSF_DropShadow.png);
 +
background-repeat:vertical;
 +
margin-top:-24px;
 +
padding-left:8px;
 +
border:none;
 +
padding-right:8px;
 +
padding-top:2px;
 +
z-index:0;
 +
width:959px;
 +
}
 +
#footer-box{
 +
background-image:url(https://static.igem.org/mediawiki/2010/d/df/UCSF_FooterDropShadow.png);
 +
background-position:center bottom;
 +
background-repeat:no-repeat;
 +
width:955px;
 +
padding-left:10px;
 +
padding-right:10px;
 +
padding-bottom:10px;
 +
border:none;
 +
margin-bottom:24px;
 +
}
 +
 
 +
#navigation ul,
 +
#navigation li{
 +
margin: 0;
 +
padding: 0;
 +
border: 0;
 +
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 {
 +
filter:alpha(opacity=95);
 +
opacity: 0.95;
 +
    position: relative;
 +
    //top: 5px;
 +
    margin-top:5px;
 +
    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;
 +
}
 +
#navigation > ul li.right{
 +
        display: block;
 +
        float: right;
 +
        font-size: 11px;
 +
      line-height: 15px;
 +
      margin: 0 1px;
 +
      margin-top: -2px;
 +
      list-style: none;
 +
      padding-bottom: 15px;
 +
}
 +
#navigation > ul li a {
 +
        position: relative;
 +
        display: block;
 +
        float: left;
 +
        padding: 6px 7px 8px 7px;
 +
        border: 1px solid transparent;
 +
        color: black;
 +
        text-decoration: none;
 +
}
 +
#navigation ul li.active > a,
 +
#navigation > ul li a:hover,
 +
#navigation ul li.sub-nav:hover > a {
 +
        color: #fff;
 +
        -moz-border-radius: 4px;
 +
        -webkit-border-radius: 4px;
 +
        border-radius: 4px;
 +
}
 +
#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>
 +
<style>
 +
#banner{
 +
margin-top:24px;
 +
width:957px;
 +
overflow:hidden;
 +
margin-left:auto;
 +
margin-right:auto;
 +
}
 +
#Main{
 +
width:959px;
 +
overflow:hidden;
 +
margin-top:2px;
 +
margin-left:auto;
 +
margin-right:auto;
 +
}
 +
</style>
 +
<div id="banner">
 +
<img src="https://static.igem.org/mediawiki/2010/f/f3/UCSF_GGB.jpg"/>
 +
</div>
 +
<div id="Main">
 +
</html>
 +
{{Template:UCSF/Nav}}
 +
 
 +
 
 +
<html>
 +
<style type="text/css">
 +
.searchform {
 +
        margin-left:3px;
 +
//        margin-right:auto;
 +
        margin-top:3px;
 +
display: inline-block;
 +
zoom: 1; /* ie7 hack for display:inline-block */
 +
*display: inline;
 +
//border: solid 1px #d2d2d2;
 +
padding: 3px 5px;
 +
}
 +
.searchform input {
 +
font: normal 12px/100% Arial, Helvetica, sans-serif;
 +
}
 +
.searchform .searchfield {
 +
background: #fff;
 +
padding: 6px 6px 6px 8px;
 +
width: 184px;
 +
border: solid 1px #bcbbbb;
 +
outline: none;
 +
 
 +
-webkit-border-radius: 2em;
 +
-moz-border-radius: 2em;
 +
border-radius: 2em;
 +
 
 +
-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
 +
-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
 +
box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
 +
}
 +
.searchform .searchbutton {
 +
color: #fff;
 +
border: solid 1px #494949;
 +
font-size: 11px;
 +
height: 27px;
 +
width: 27px;
 +
text-shadow: 0 1px 1px rgba(0,0,0,.6);
 +
 
 +
-webkit-border-radius: 2em;
 +
-moz-border-radius: 2em;
 +
border-radius: 2em;
 +
 
 +
background: #5f5f5f;
 +
background: -webkit-gradient(linear, left top, left bottom, from(#9e9e9e), to(#454545));
 +
background: -moz-linear-gradient(top,  #9e9e9e,  #454545);
 +
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e9e9e', endColorstr='#454545'); /* ie7 */
 +
-ms-filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e9e9e', endColorstr='#454545'); /* ie8 */
 +
}
 +
</style>
 +
 
 +
<table border="0" style="margin:0px;padding:0px;margin-top:-25px;">
 +
<tbody>
 +
<tr>
 +
<td width="707px" style="padding: 0 0 0 0; background-color:#ede8e2;margin:0;" valign="top">
 +
 
 +
<div id="left" style="width:100%;height:100%;">
 +
</html>
===Project Description===
===Project Description===
Line 7: Line 325:
Our team will focus on improving NK cells’ specificity and killing efficiency towards certain cancer types. By using synthetic biology tools and logic gates’ design, we hope to create powerful killing biomachines for the fight against cancer. Our newly engineered synthetic devices would have the potential to enhance current adoptive cell-based immunotherapy for cancer patients.
Our team will focus on improving NK cells’ specificity and killing efficiency towards certain cancer types. By using synthetic biology tools and logic gates’ design, we hope to create powerful killing biomachines for the fight against cancer. Our newly engineered synthetic devices would have the potential to enhance current adoptive cell-based immunotherapy for cancer patients.
 +
<html>
 +
</div>
 +
</td>
 +
</html>
 +
<html>
 +
<td width="250px" style="padding: 0 0 0 0; background-color:#d8d5d0;margin:0;" valign="top">
 +
<div id="right" style="width:100%;height:100%;">
 +
<form class="searchform" method="get" action="http://www.google.com/search">
 +
 +
<input type="text"  class="searchfield" name="q" size="25"
 +
maxlength="255" value="" />
 +
<input type="submit" class="searchbutton" value="Go" />
 +
<input type="checkbox"  style="display:none;" name="sitesearch" value="2010.igem.org/Team:UCSF" checked />
 +
</form>
 +
</html>
-
{{Template:UCSF/LeftEnd}}
 
-
{{Template:UCSF/RightStart}}
 
'''RIGHT CONTENT'''<br>
'''RIGHT CONTENT'''<br>
replace this area with your content.
replace this area with your content.
-
{{Template:UCSF/RightEnd}}
+
<html>
-
 
+
</div>
 +
</td>
 +
</tr>
 +
</tbody>
 +
</table>
 +
<div style="border-bottom:1px black dashed;height:10px;"></div>
 +
</div>
 +
<script>
 +
var list = Numbering.split(" ");
 +
for(var i=0;i<list.length;i++){
 +
var Item = document.getElementById(list[i]);
 +
var cn = Item.className;
 +
Item.className=cn+" active";
 +
}
 +
</script>
 +
</html>
__NOTOC__
__NOTOC__

Latest revision as of 14:25, 26 October 2010


Project Description

Natural killer (NK) cells of the immune system identify cancer and virally-infected cells and kill them. These potent killers travel throughout the body, recognizing proteins and other molecules on the surface of cells. In order to differentiate between healthy and diseased cells, NK cells use a variety of receptors, which bind to specific ligands at the target cells’ surface. The balance between activating and inhibitory signals will tell the NK cell if the target cell is diseased or healthy, respectively. If the target cell is deemed potentially dangerous, the NK cell grips the target cell tightly and creates an immunological synapse at the site of adhesion. Within this immunological synapse, the NK cell releases cytotoxic granules to kill the target cell without harming any nearby cells allowing for a direct, apoptotic death.

Our team will focus on improving NK cells’ specificity and killing efficiency towards certain cancer types. By using synthetic biology tools and logic gates’ design, we hope to create powerful killing biomachines for the fight against cancer. Our newly engineered synthetic devices would have the potential to enhance current adoptive cell-based immunotherapy for cancer patients.