Team:AITM-Nepal
From 2013.igem.org
(Difference between revisions)
Gmanandhar (Talk | contribs) |
|||
(21 intermediate revisions not shown) | |||
Line 29: | Line 29: | ||
background:#aaaaaa; | background:#aaaaaa; | ||
width:auto; | width:auto; | ||
- | } | + | } |
+ | .AllContent | ||
+ | { | ||
+ | background:#FFFFFF; | ||
+ | margin:auto; | ||
+ | width:1050px; | ||
+ | -webkit-box-shadow:rgb(110,110,110) 8px 8px 8px; | ||
+ | } | ||
+ | |||
+ | .maincontents | ||
+ | { | ||
+ | padding:10px; | ||
+ | } | ||
/* Body layout Complete */ | /* Body layout Complete */ | ||
/* Logos css start */ | /* Logos css start */ | ||
+ | |||
+ | .header | ||
+ | { | ||
+ | padding:20px; | ||
+ | } | ||
#logo | #logo | ||
Line 55: | Line 72: | ||
- | + | .navbar | |
{ | { | ||
- | + | background:-webkit-linear-gradient(Top,#666,#000); | |
- | + | width:1048px; | |
- | + | height:50px; | |
- | + | border:#000000 1px solid; | |
- | + | -webkit-box-shadow:rgb(110,110,110) 0px 8px 8px; | |
- | + | margin-bottom:20px; | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
- | + | ||
+ | #navigationboxholder | ||
{ | { | ||
- | + | margin:auto; | |
+ | width:1026px; | ||
+ | height:48px; | ||
+ | padding:10px; | ||
} | } | ||
- | + | ||
+ | #navigation li | ||
{ | { | ||
- | + | display:inline; | |
- | + | list-style:none; | |
} | } | ||
- | . | + | |
+ | ul li .navbar-option | ||
{ | { | ||
+ | color:#FFF; | ||
+ | padding-left:10px; | ||
+ | padding-right:10px; | ||
+ | padding-bottom:10px; | ||
+ | padding-top:10px; | ||
text-decoration:none; | text-decoration:none; | ||
- | |||
- | |||
} | } | ||
+ | |||
+ | ul li .navbar-option:hover | ||
+ | { | ||
+ | background:#0FF; | ||
+ | border-top:black 1px solid; | ||
+ | border-left:black 1px solid; | ||
+ | padding-left:9px; | ||
+ | padding-top:9px; | ||
+ | color:#000; | ||
+ | text-decoration:underline; | ||
+ | -webkit-transition: background 1s, color 1s; | ||
+ | } | ||
+ | |||
.sub_navigation | .sub_navigation | ||
{ | { | ||
- | + | display:none; | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
list-style-type:none; | list-style-type:none; | ||
- | + | padding:10px; | |
+ | position:absolute; | ||
+ | background:#000000; | ||
+ | color:#FFF; | ||
+ | -webkit-box-shadow:rgb(110,110,110) 0px 8px 8px; | ||
} | } | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
ul.sub_navigation li | ul.sub_navigation li | ||
{ | { | ||
- | + | clear:both; | |
} | } | ||
+ | |||
Line 201: | Line 203: | ||
var img = new Array(2); | var img = new Array(2); | ||
img[0] = new Image(); | img[0] = new Image(); | ||
- | img[0].src = "https://static.igem.org/mediawiki/2013/ | + | img[0].src = "https://static.igem.org/mediawiki/2013/c/c0/Aitmbanner_%282%29.png"; |
img[1] = new Image(); | img[1] = new Image(); | ||
- | img[1].src= "https://static.igem.org/mediawiki/2013/ | + | img[1].src= "https://static.igem.org/mediawiki/2013/c/c0/Aitmbanner_%282%29.png"; |
img[2] = new Image(); | img[2] = new Image(); | ||
Line 213: | Line 215: | ||
function next(){ | function next(){ | ||
number ++; | number ++; | ||
- | if (number> | + | if (number>0){ |
number=0; | number=0; | ||
} | } | ||
Line 255: | Line 257: | ||
<body> | <body> | ||
+ | |||
+ | <div class="AllContent"> | ||
<!-- Jquery src start --> | <!-- Jquery src start --> | ||
Line 263: | Line 267: | ||
<!-- Jquery src Complete --> | <!-- Jquery src Complete --> | ||
- | <!-- Logo Section Start --> | + | <!-- Logo Section Start --> |
- | + | ||
+ | <div class="header"> | ||
<img id="logo" src="https://static.igem.org/mediawiki/2013/d/d1/Hava1.png"> | <img id="logo" src="https://static.igem.org/mediawiki/2013/d/d1/Hava1.png"> | ||
<img src="https://static.igem.org/mediawiki/2013/8/8e/1186269_700314813316746_1614415077_n.png" width="500px" height="140px" style="margi:auto;"> | <img src="https://static.igem.org/mediawiki/2013/8/8e/1186269_700314813316746_1614415077_n.png" width="500px" height="140px" style="margi:auto;"> | ||
<a href="https://2013.igem.org/Main_Page"><img id="logo2" src="https://static.igem.org/mediawiki/2013/e/e3/Wiki1.png"></a> | <a href="https://2013.igem.org/Main_Page"><img id="logo2" src="https://static.igem.org/mediawiki/2013/e/e3/Wiki1.png"></a> | ||
+ | </div> | ||
<!-- Logo Section Complete --> | <!-- Logo Section Complete --> | ||
Line 273: | Line 279: | ||
<!-- Navbar Section Start --> | <!-- Navbar Section Start --> | ||
- | <ul id="navigation"> | + | <div class="navbar"> |
+ | <div id="navigationboxholder"> | ||
+ | <ul id="navigation"> | ||
- | <li><a class="navbar-option" href="https://2013.igem.org/Team:AITM-Nepal | + | <li><a class="navbar-option" href="https://2013.igem.org/Team:AITM-Nepal">Home</a></li> |
- | <li><a class="navbar-option" href="https://2013.igem.org/Team:AITM-Nepal/Team | + | <li><a class="navbar-option" href="https://2013.igem.org/Team:AITM-Nepal/Team">Team</a></li> |
- | <li><a | + | <li><a onMouseOver="togglemenu();" href="https://2013.igem.org/Team:AITM-Nepal/Project" class="navbar-option">Project</a> |
- | + | ||
<ul class="sub_navigation"> | <ul class="sub_navigation"> | ||
- | <li><a href="https://2013.igem.org/Team:AITM-Nepal/Part1">Part 1</a></li> | + | <li><a href="https://2013.igem.org/Team:AITM-Nepal/Overview" class="navbar-option">Overview</a></li> |
- | <li><a href="https://2013.igem.org/Team:AITM-Nepal/Part2">Part 2</a></li> | + | <li><a href="https://2013.igem.org/Team:AITM-Nepal/Device_made" class="navbar-option">Device Made</a></li> |
- | <li><a href="https://2013.igem.org/Team:AITM-Nepal/Part3">Part 3</a></li> | + | <li><a href="https://2013.igem.org/Team:AITM-Nepal/Part1" class="navbar-option">Part 1</a></li> |
+ | <li><a href="https://2013.igem.org/Team:AITM-Nepal/Part2" class="navbar-option">Part 2</a></li> | ||
+ | <li><a href="https://2013.igem.org/Team:AITM-Nepal/Part3" class="navbar-option">Part 3</a></li> | ||
</ul></li> | </ul></li> | ||
- | <li><a class="navbar-option" href="https:// | + | <li><a class="navbar-option" href="https://igem.org/Team.cgi?year=2013&team_name=AITM-Nepal">Official Team Profile</a></li> |
- | <li><a class="navbar-option" href="https://2013.igem.org/Team:AITM-Nepal/ | + | <li><a class="navbar-option" href="https://2013.igem.org/Team:AITM-Nepal/Parts">Parts Submitted To Registry</a></li> |
- | <li><a class="navbar-option" href="https://2013.igem.org/Team:AITM-Nepal/Notebook | + | <li><a class="navbar-option" href="https://2013.igem.org/Team:AITM-Nepal/Notebook">Notebook</a></li> |
- | <li><a class="navbar-option" href="https://2013.igem.org/Team:AITM-Nepal/Safety | + | <li><a class="navbar-option" href="https://2013.igem.org/Team:AITM-Nepal/Safety">Safety</a></li> |
- | <li><a class="navbar-option" href="https://2013.igem.org/Team:AITM-Nepal/Human_practise | + | <li><a class="navbar-option" href="https://2013.igem.org/Team:AITM-Nepal/Human_practise">Human Practice</a></li> |
- | <li><a class="navbar-option" href="https://2013.igem.org/Team:AITM-Nepal/Attributions | + | <li><a class="navbar-option" href="https://2013.igem.org/Team:AITM-Nepal/Attributions">Attributions</a></li> |
</ul> | </ul> | ||
- | + | </div> | |
+ | </div> | ||
<!-- Navbar Section Complete --> | <!-- Navbar Section Complete --> | ||
Line 332: | Line 342: | ||
<!-- Igm Javascript Ends --> | <!-- Igm Javascript Ends --> | ||
+ | |||
+ | <div class="maincontents"> | ||
<!-- Image Slider Section Starts --> | <!-- Image Slider Section Starts --> | ||
Line 338: | Line 350: | ||
<div id="smallbox1"><font color="white"><a href="" onClick="prev();"><</a></font></div> | <div id="smallbox1"><font color="white"><a href="" onClick="prev();"><</a></font></div> | ||
<div id="smallbox2"><font color="white"><a href="" onClick="next();">></a></font></div> | <div id="smallbox2"><font color="white"><a href="" onClick="next();">></a></font></div> | ||
- | <img src="https://static.igem.org/mediawiki/2013/ | + | <img src="https://static.igem.org/mediawiki/2013/c/c0/Aitmbanner_%282%29.png" width=100% height=400px name="slider"/> |
</div> | </div> | ||
Line 347: | Line 359: | ||
<!-- Main Content Section Starts --> | <!-- Main Content Section Starts --> | ||
- | <div | + | <div> |
<a href="http://www.aitm.edu.np"><img id="logo3" src="https://static.igem.org/mediawiki/2013/2/27/Team_AITM-NEPAL.gif"></a><br><br> | <a href="http://www.aitm.edu.np"><img id="logo3" src="https://static.igem.org/mediawiki/2013/2/27/Team_AITM-NEPAL.gif"></a><br><br> | ||
Line 359: | Line 371: | ||
Canonical small interfering RNA (siRNA) duplexes are potent activators of the mammalian innate immune system. The induction of innate immunity by siRNA is dependent on siRNA structure and sequence, method of delivery, and cell type. The delivery of siRNA in a packaged outer membrane vesicle of gram negative bacteria is the theme of our work. The toll like receptor-7/8 activation by siRNA in order to boost the production of Interferon type -1 molecules to inhibit the viral and outer membrane LPS structure to activate Toll like receptor -4 to inhibit bacterial pathogens is the objective of this work. The delivery is made dependent on the peptide fragment which mediated the fusogenic mechanism so as to escape the endosomal compartment once endocytosed inside host(mamalian) cell. Thus freeing the siRNA to silence the myD88 transcript in host cytoplasm making RISC complex and hence, activating TLR-7/8 in endosomal membrane formerly. | Canonical small interfering RNA (siRNA) duplexes are potent activators of the mammalian innate immune system. The induction of innate immunity by siRNA is dependent on siRNA structure and sequence, method of delivery, and cell type. The delivery of siRNA in a packaged outer membrane vesicle of gram negative bacteria is the theme of our work. The toll like receptor-7/8 activation by siRNA in order to boost the production of Interferon type -1 molecules to inhibit the viral and outer membrane LPS structure to activate Toll like receptor -4 to inhibit bacterial pathogens is the objective of this work. The delivery is made dependent on the peptide fragment which mediated the fusogenic mechanism so as to escape the endosomal compartment once endocytosed inside host(mamalian) cell. Thus freeing the siRNA to silence the myD88 transcript in host cytoplasm making RISC complex and hence, activating TLR-7/8 in endosomal membrane formerly. | ||
Contact us: aitmnepal2013@gmail.com | Contact us: aitmnepal2013@gmail.com | ||
- | + | <br> | |
+ | <h2>Sponsors:</h2> | ||
+ | <hr> | ||
+ | <a href="http://www.cmdn.org.np/main/"><img src="https://static.igem.org/mediawiki/2013/7/78/Cmdnlogo.jpg"></a> | ||
+ | </div> | ||
+ | </div> | ||
</div> | </div> | ||
- | |||
<!-- Main Content Section Complete --> | <!-- Main Content Section Complete --> |
Latest revision as of 20:07, 21 November 2014