Template:UCSF/Head

From 2010.igem.org

(Difference between revisions)
 
(85 intermediate revisions not shown)
Line 1: Line 1:
 +
{{Template:UCSF/subnav/Hello/BBB/AAA}}
<html>
<html>
<style>
<style>
#tocDIV a {
#tocDIV a {
-
margin-left:5px;
+
font-size:12px;
-
color:white;
+
color:grey;
-
border-bottom:white;
+
}
-
font-size:11px;
+
 
 +
#tocDIV{
 +
margin-top:8px;
}
}
#contentheader{
#contentheader{
-
color:white;
+
color:grey;
text-decoration:none;
text-decoration:none;
font-size: 15px;
font-size: 15px;
cursor:pointer;
cursor:pointer;
 +
}
 +
#innertoc{
 +
}
 +
 +
.indent{
 +
text-indent:8px;
 +
font-size:10px;
 +
margin-left:8px;
 +
}
 +
.extraindent{
 +
text-indent:16px;
 +
font-size:10px;
 +
margin-left:16px;
}
}
Line 49: Line 65:
y.id = 'innertoc';
y.id = 'innertoc';
         var a = document.createElement('a');
         var a = document.createElement('a');
-
a.innerHTML="<strong>Page Content -</strong>";
+
a.innerHTML="<b>Page Content -</b>";
a.id = 'contentheader';
a.id = 'contentheader';
a.onclick = showhideTOC;
a.onclick = showhideTOC;
Line 61: Line 77:
for (var i=0;i<toBeTOCced.length;i++) {
for (var i=0;i<toBeTOCced.length;i++) {
var tmp = document.createElement('a');
var tmp = document.createElement('a');
-
                 var reg = /<b>[^<]+<\/b>/;
+
                 var reg = /<b>([^<]+)<\/b>/;
                 var str = toBeTOCced[i].innerHTML;
                 var str = toBeTOCced[i].innerHTML;
                 var result =  reg.exec(str);
                 var result =  reg.exec(str);
-
tmp.innerHTML = result;
+
tmp.innerHTML = result[1];
tmp.className = 'page';
tmp.className = 'page';
z.appendChild(tmp);
z.appendChild(tmp);
Line 72: Line 88:
if (toBeTOCced[i].nodeName == 'H5')
if (toBeTOCced[i].nodeName == 'H5')
tmp.className += ' extraindent';
tmp.className += ' extraindent';
-
var headerId = toBeTOCced[i].id || 'link' + i;
+
var headerId = result[1];
tmp.href = '#' + headerId;
tmp.href = '#' + headerId;
toBeTOCced[i].id = headerId;
toBeTOCced[i].id = headerId;
Line 121: Line 137:
h3{
h3{
-
color: #467f4a;
+
 
text-vertical-align:middle;
text-vertical-align:middle;
background-image:url(https://static.igem.org/mediawiki/2010/3/31/UCSF_meihuabiao.png);
background-image:url(https://static.igem.org/mediawiki/2010/3/31/UCSF_meihuabiao.png);
text-indent: 35px;
text-indent: 35px;
background-repeat: no-repeat;
background-repeat: no-repeat;
 +
}
 +
 +
h4{
 +
color: #467f4a;
 +
text-indent: 35px;
}
}
Line 336: Line 357:
</script>
</script>
-
<div style="float:left;width:710px" id="Main">
+
<div style="float:left;width:710px;margin-top:5px;
 +
background-image: url(http://gaips.inesc-id.pt/aamas2008/images/banner.jpg);
 +
background-repeat:no-repeat;" id="Main">
<div id="navigation">
<div id="navigation">
<ul>
<ul>
Line 342: Line 365:
<li class="active"><a href="https://2010.igem.org/Team:UCSF">Home</a></li>
<li class="active"><a href="https://2010.igem.org/Team:UCSF">Home</a></li>
-
<li class="not-active sub-nav"><a href="https://2010.igem.org/Team:UCSF/Team">Team</a><ul><li class="cat-item"><a href="https://igem.org/Team.cgi?id=321" title="">Team Profile</a></li>
+
<li class="not-active sub-nav"><a href="https://2010.igem.org/Team:UCSF/Team">Team</a>
-
<li class="cat-item"><a href="http://mac.appstorm.net/category/reviews/utilities/" title="">Utilities</a></li>
+
<ul>
-
<li class="cat-item"><a href="http://mac.appstorm.net/category/reviews/video/" title="">Video</a></li>
+
        <li class="cat-item"><a href="https://2010.igem.org/Team:UCSF/Team/Students" title="">Students</a></li>
-
<li class="cat-item"><a href="http://mac.appstorm.net/category/reviews/web-dev-review/" title="">Web Dev</a></li>
+
<li class="cat-item"><a href="https://2010.igem.org/Team:UCSF/Team/Buddies" title="">Buddies</a></li>
 +
<li class="cat-item"><a href="https://2010.igem.org/Team:UCSF/Team/Advisors" title="">Advisors</a></li>
 +
<li class="cat-item"><a href="https://2010.igem.org/Team:UCSF/Team/Team_Profile" title="">Team Profile</a></li>
 +
        <li class="cat-item"><a href="https://2010.igem.org/Team:UCSF/Team/Blogs" title="">Blogs</a></li>
</ul></li>
</ul></li>
 +
<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/Abstract" title="">Overview</a></li>
 +
<li class="cat-item cat-item-28"><a href="https://2010.igem.org/Team:UCSF/Project/Background_Info" title="">Background Info</a></li>
 +
<li class="cat-item cat-item-364"><a href="https://2010.igem.org/Team:UCSF/Project/Project_Aims" title="">Project Aims</a></li>
 +
<li class="cat-item"><a href="https://2010.igem.org/Team:UCSF/Project/Future_Implications" title="">Future Implications</a></li>
 +
<li class="cat-item"><a href="https://2010.igem.org/Team:UCSF/References">References</a></li>
 +
</ul></li>
 +
 +
 +
<li class="not-active"><a href="https://2010.igem.org/Team:UCSF/Protocols">Protocols</a></li>
 +
 +
<li class="not-active"><a href="https://2010.igem.org/Team:UCSF/Parts">Parts</a></li>
 +
 +
<li class="not-active"><a href="https://2010.igem.org/Team:UCSF/Gold_and_Silver_Medal_Requisite">Judging Form</a></li>
<li class="not-active sub-nav"><a href="https://2010.igem.org/Team:UCSF/Notebook">Notebook</a><ul>
<li class="not-active sub-nav"><a href="https://2010.igem.org/Team:UCSF/Notebook">Notebook</a><ul>
Line 365: Line 405:
-
<li class="not-active sub-nav"><a href="https://2010.igem.org/Team:UCSF/Project">Project</a><ul>
+
<li class="not-active"><a href="http://mac.appstorm.net/category/general/">Safety</a></li>
-
        <li class="cat-item cat-item-68"><a href="https://2010.igem.org/Team:UCSF/Project/Overview" title="">Overview</a></li>
+
<li class="not-active"><a href="http://mac.appstorm.net/about/">Human Practice</a></li>
-
<li class="cat-item cat-item-28"><a href="https://2010.igem.org/Team:UCSF/Project/Process" title="">Project Process</a></li>
+
<li class="not-active"><a href="http://mac.appstorm.net/about/">Gallery</a></li>
-
<li class="cat-item cat-item-364"><a href="https://2010.igem.org/Team:UCSF/Project/Design" title="">Project Design</a></li>
+
<!--<li class="right"><script>writeHref();</script>Edit</a></li>-->
-
<li class="cat-item cat-item-201"><a href="https://2010.igem.org/Team:UCSF/Project/Results" title="">Results</a></li>
+
<!--<li class="right"><a href="https://igem.org/Login">Log in</a></li>-->
-
</ul></li>
+
-
 
+
-
<li class="not-active"><a href="file:///C:/Users/Min%20Lin/Desktop/2.html">Parts</a></li>
+
-
 
+
-
<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>
+
-
 
+
-
<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>
+
-
<li class="right"><script>writeHref();</script>Edit</a></li>
+
-
<li class="right"><a href="https://igem.org/Login">Log in</a></li>
+
</ul>
</ul>
</div>
</div>
 +
 +
<div id="breadcrumbs">
 +
<nav>
 +
<ul id="sub-navigation">
 +
                    <li class="first parent parent-1"><a href="https://2010.igem.org/Team:UCSF">Home</a></li>
 +
</ul>
 +
</nav>
 +
</div>
 +
<script>getLadder();</script>
 +
 +
<div style="background-color: #ede8e2;margin-top:160px;">
</html>
</html>
Line 404: Line 431:
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.
 +
===='''Project1'''====
==='''Home'''===
==='''Home'''===
Line 410: Line 438:
<html>
<html>
-
 
+
</div>
</div>
</div>
-
<div style="float:right;width:250px;background-color:#FF330D;margin-top:0px;-moz-border-radius: 8px;
+
<div style="float:right;width:250px;margin-top:-5px;">
 +
<div style="width:250px;background-color:#FF330D;margin-top:0px;-moz-border-radius: 8px;
             -webkit-border-radius: 8px;
             -webkit-border-radius: 8px;
             border-radius: 8px;">
             border-radius: 8px;">
-
     <form action="https://2010.igem.org/Team:UCSF/Search" id="cse-search-box" style="margin-top:8px;margin-left:8px;margin-right:auto;">
+
     <form action="https://2010.igem.org/Team:UCSF/Search" id="cse-search-box" style="margin-top:8px;margin-left:8px;margin-right:auto;padding-top:8px;">
   <div>
   <div>
     <input type="hidden" name="cx" value="003596668401458118461:zap8jgrah-m" />
     <input type="hidden" name="cx" value="003596668401458118461:zap8jgrah-m" />
Line 429: Line 458:
-
<div style="position:relative;margin-top:10px;width:196px;margin-left:auto;margin-right:auto;">
+
<div style="position:relative;margin-top:10px;width:196px;margin-left:auto;margin-right:auto;padding-bottom:8px;">
<!--<img src="https://static.igem.org/mediawiki/igem.org/9/9a/Natural_Killer.jpg" width="196"/>-->
<!--<img src="https://static.igem.org/mediawiki/igem.org/9/9a/Natural_Killer.jpg" width="196"/>-->
<img src="https://static.igem.org/mediawiki/2010/e/ef/UCSF_2010_Transparent_NK.png" width="196"/>
<img src="https://static.igem.org/mediawiki/2010/e/ef/UCSF_2010_Transparent_NK.png" width="196"/>
</div>
</div>
-
<div style="position:relative;height:auto;margin:10px;border-top:1px white solid;" id="TOC">
+
 
</div>
</div>
 +
<div style="position:relative;height:auto;margin-top:8px;padding:10px;border:1px grey dashed;" id="TOCC">
</div>
</div>
 +
 +
</div>
 +
<script>
<script>
function makeTOC(){
function makeTOC(){
var toc=createTOC();
var toc=createTOC();
-
var tocdiv=document.getElementById('TOC');
+
var tocdiv=document.getElementById('TOCC');
tocdiv.appendChild(toc);
tocdiv.appendChild(toc);
}
}

Latest revision as of 02:49, 10 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.

Project1

Home

TOC

Hello