Team:AITM-Nepal

From 2013.igem.org

(Difference between revisions)
 
(36 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 54: Line 71:
/* Navbar css start */
/* Navbar css start */
-
.Navbar
+
 
 +
.navbar
{
{
-
background:#09C;
+
background:-webkit-linear-gradient(Top,#666,#000);
-
padding-left:25px;
+
width:1048px;
-
height:57px;
+
height:50px;
 +
border:#000000 1px solid;
 +
-webkit-box-shadow:rgb(110,110,110) 0px 8px 8px;
 +
margin-bottom:20px;
}
}
-
ul#navigation
+
 
 +
#navigationboxholder
{
{
-
float:left;
+
        margin:auto;
-
list-style-type:none;
+
        width:1026px;
 +
        height:48px;
 +
        padding:10px;
}
}
-
ul#navigation li  
+
 
 +
#navigation li
{
{
-
float:left;
+
display:inline;
 +
list-style:none;
}
}
-
ul.sub_navigation
+
 
 +
ul li .navbar-option
{
{
-
position:absolute;
+
color:#FFF;
-
display:none;
+
padding-left:10px;
 +
padding-right:10px;
 +
padding-bottom:10px;
 +
padding-top:10px;
 +
text-decoration:none;
}
}
-
.dropdown
+
 
 +
ul li .navbar-option:hover
{
{
-
padding-left:15px;
+
background:#0FF;
-
padding-right:15px;
+
border-top:black 1px solid;
-
background:#636;
+
border-left:black 1px solid;
-
border:#333 solid 1px;
+
padding-left:9px;
-
border-radius:10px;
+
padding-top:9px;
-
text-decoration:none;
+
color:#000;
-
color:black;
+
text-decoration:underline;
-
-webkit-transition: -webkit-transform 1s, background 2s;
+
-webkit-transition: background 1s, color 1s;
-
-webkit-box-shadow:rgb(110,110,110) 4px 4px 4px;
+
}
}
 +
.sub_navigation
.sub_navigation
{
{
-
padding-left:15px;
+
display:none;
-
padding-right:15px;
+
-
background:#939;
+
-
border:#333 solid 1px;
+
-
border-radius:10px;
+
-
text-decoration:none;
+
-
color:black;
+
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;
}
}
-
.dropdown:hover
+
 
-
{
+
-
background:#666;
+
-
}
+
-
.dropdown a:hover
+
-
{
+
-
color:#ccff00;
+
-
}
+
-
.dropdown a
+
-
{
+
-
text-decoration:none;
+
-
color:white;
+
-
-webkit-transition: -webkit-transform 1s, background 2s;
+
-
}
+
-
.navbar-option
+
-
{
+
-
padding-left:15px;
+
-
padding-right:15px;
+
-
background:#636;
+
-
border:#333 solid 1px;
+
-
border-radius:10px;
+
-
text-decoration:none;
+
-
color:white;
+
-
-webkit-transition: -webkit-transform 1s, background 2s, padding 0.4s;
+
-
-webkit-box-shadow:rgb(110,110,110) 4px 4px 4px;
+
-
}
+
-
.navbar-option:hover
+
-
{
+
-
padding-top:10px;
+
-
padding-left:19px;
+
-
padding-right:19px;
+
-
padding-bottom:10px;
+
-
background:#666;
+
-
color:#CCFF00;
+
-
}
+
ul.sub_navigation li
ul.sub_navigation li
{
{
clear:both;
clear:both;
}
}
 +
Line 205: 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/c/c3/Image1.png";
+
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/7/77/Image020.jpg";
+
img[1].src= "https://static.igem.org/mediawiki/2013/c/c0/Aitmbanner_%282%29.png";
img[2] = new Image();
img[2] = new Image();
-
img[2].src= "https://static.igem.org/mediawiki/2013/c/cc/Image3.png";
+
img[2].src= "https://static.igem.org/mediawiki/2013/c/c0/Aitmbanner_%282%29.png";
      
      
      
      
Line 217: Line 215:
     function next(){
     function next(){
number ++;  
number ++;  
-
if (number>2){
+
if (number>0){
number=0;
number=0;
}
}
Line 239: Line 237:
         }, 4000);
         }, 4000);
-
function togglemenu()
+
 
-
{
+
-
$('.sub_navigation').slideToggle();
+
-
}
+
     </script>
     </script>
Line 250: Line 245:
<script>
<script>
-
$('body').ready(function() {
+
function togglemenu()
-
+
{
-
               
+
$('.sub_navigation').slideToggle();
-
$('.dropdown').hover(function() {
+
}
-
           
+
-
$(this).find('.sub_navigation').slideToggle();  
+
-
});
+
-
});
+
</script>
</script>
Line 266: Line 257:
<body>
<body>
 +
 +
<div class="AllContent">
<!-- Jquery src start -->
<!-- Jquery src start -->
Line 274: 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;">
     <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 -->  
<!-- Navbar Section Start -->
<!-- Navbar Section Start -->
-
<div class="Navbar">
+
 
-
     <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"><font color="#000000" face="Georgia">Home</font></a></li>
+
                 <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"><font color="#000000" face="Georgia">Team</font></a></li>
+
                 <li><a  class="navbar-option" href="https://2013.igem.org/Team:AITM-Nepal/Team">Team</a></li>
-
                 <li><a class="navbar-option" href="https://igem.org/Team.cgi?year=2013&team_name=AITM-Nepal"><font color="#000000" face="Georgia">Official Team Profile</font></a></li>
+
                 <li><a onMouseOver="togglemenu();" href="https://2013.igem.org/Team:AITM-Nepal/Project" class="navbar-option">Project</a>
-
                <li><a class="dropdown" onMouseOver="togglemenu();" href="https://2013.igem.org/Team:AITM-Nepal/Project"><font color="#000000" face="Georgia">Project</font></a></li>
+
                             <ul class="sub_navigation">
                             <ul class="sub_navigation">
-
                                     <li><a href="#">Part 1</a></li>
+
                                     <li><a href="https://2013.igem.org/Team:AITM-Nepal/Overview" class="navbar-option">Overview</a></li>
-
                                     <li><a href="#">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="#">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="#">Part 4</a></li>
+
                                     <li><a href="https://2013.igem.org/Team:AITM-Nepal/Part2" class="navbar-option">Part 2</a></li>
-
                             </ul>
+
                                     <li><a href="https://2013.igem.org/Team:AITM-Nepal/Part3" class="navbar-option">Part 3</a></li>
-
                 <li><a class="navbar-option" href="https://2013.igem.org/Team:AITM-Nepal/Parts"><font color="#000000" face="Georgia">Parts Submitted To Registry</font></a></li>
+
                             </ul></li>
-
                 <li><a class="navbar-option" href="https://2013.igem.org/Team:AITM-Nepal/Modeling"><font color="#000000" face="Georgia">Modeling</font></a></li>
+
                 <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/Notebook"><font color="#000000" face="Georgia">Notebook</font></a></li>
+
                 <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/Safety"><font color="#000000" face="Georgia">Safety</font></a></li>
+
                 <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/Human_practise"><font color="#000000" face="Georgia">Human Practice</font></a></li>
+
                 <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/Attributions"><font color="#000000" face="Georgia">Attributions</font></a></li>
+
                 <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">Attributions</a></li>
     </ul>
     </ul>
 +
  </div>
</div>
</div>
Line 343: Line 342:
<!-- Igm Javascript Ends -->                             
<!-- Igm Javascript Ends -->                             
 +
 +
<div class="maincontents">
<!-- Image Slider Section Starts -->
<!-- Image Slider Section Starts -->
Line 349: 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/c/c3/Image1.png" width=100% height=400px name="slider"/>
+
         <img src="https://static.igem.org/mediawiki/2013/c/c0/Aitmbanner_%282%29.png" width=100% height=400px name="slider"/>
     </div>
     </div>
      
      
Line 358: Line 359:
<!-- Main Content Section Starts -->
<!-- Main Content Section Starts -->
-
<div style="margin:auto; width:1000px; color:#555;" >
+
<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 370: 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




Our Project:

ImmunEcoli

This is the first approach for Synthetic Biology from Nepal. We are a team of Undergrads of Biotechnology from Asian Institute of Technology and Management. This year we are trying to engineer ''Escherichia coli'' which will be used as a carrier and immune modulation point using Outer Membrane Vesicle (OMVs). ''Escherichia coli'', being a model organism, is easier to work with , especially for the purpose of genetically engineered realm. 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

Sponsors: