Team:AITM-Nepal

From 2013.igem.org

(Difference between revisions)
m
 
(44 intermediate revisions not shown)
Line 3: Line 3:
<style>
<style>
-
#catlinks,#top-section,#footer-box,#top,#p-logo
+
/* Igm Css  Override */
-
{
+
 
 +
#catlinks,#top-section,#footer-box,#top,#p-logo
 +
{
 +
display:none;
 +
}
 +
 
 +
h1
 +
{
display:none;
display:none;
-
}
+
}
 +
 +
/* Css Override Complete */
 +
/* body layout start */
 +
body
 +
{
 +
background:#aaaaaa;
 +
}
-
body
 
-
{
 
-
background:#aaaaaa;
 
-
}
 
 +
#content
 +
{
 +
background:#aaaaaa;
 +
width:auto;
 +
}
-
#content
+
.AllContent
-
{
+
{
-
background:#aaaaaa;
+
background:#FFFFFF;
-
width:auto;
+
margin:auto;
-
}
+
width:1050px;
 +
-webkit-box-shadow:rgb(110,110,110) 8px 8px 8px;
 +
}
 +
 +
        .maincontents
 +
        {
 +
        padding:10px;
 +
        }
-
.navbar
+
/* Body layout Complete */
-
{
+
-
margin-top:20px;
+
-
list-style:none;
+
-
border-top:1px #000000 ;
+
-
border-bottom:1px #000000;
+
-
border-bottom-left-radius:40px;
+
-
border-top-left-radius:40px;
+
-
border-left:#000 1px solid;
+
-
border-bottom-right-radius:40px;
+
-
border-top-right-radius:40px;
+
-
border-right:#000 1px ;
+
-
padding-left:10px;
+
-
padding-top:20px;
+
-
padding-bottom:10px;
+
-
width: 1110px;
+
-
background:rgba(153,153,153,0.6);
+
-
color:#666;
+
-
margin:auto;
+
-
}
+
-
.navbar .firstLi
+
/* Logos css start */
-
{
+
-
margin-left:20px;
+
-
}
+
 +
      .header
 +
        {
 +
      padding:20px;
 +
        }
-
.navbar li
+
#logo
-
{
+
{
-
display:inline;
+
width:150px;
-
padding-right:5px;
+
height:150px;
-
padding-top:20px;
+
margin-right:100px;
-
padding-bottom:10px;
+
}
-
margin-left:0px;
+
-
margin-right:0px;
+
#logo2
-
padding:15px;
+
{
-
}
+
float:right;
 +
width:200px;
 +
height:150px;
 +
}
-
.navbar li a
+
/* Logos css Complete */
-
{
+
-
color:#666;
+
-
}
+
-
.navbar li:hover
+
/* Navbar css start */
-
{
+
-
background:#0CC;
+
-
-webkit-transition: padding 2s, background 2s;
+
-
-moz-transition:padding 2s, background 2s;
+
-
}
+
-
h1
+
.navbar
{
{
-
display:none;
+
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;
}
}
-
#box
+
#navigationboxholder
{
{
-
overflow:hidden;
+
        margin:auto;
-
text-align:center;
+
        width:1026px;
-
background-color:#2d2d2d;
+
        height:48px;
-
height:400px;
+
        padding:10px;
-
width:900px;
+
-
margin:auto;
+
-
border-bottom:30px #666666 groove;
+
-
border-bottom-left-radius:20px;
+
-
border-bottom-right-radius:20px;
+
-
border-top:30px #666666 groove;
+
-
border-top-left-radius:20px;
+
-
border-top-right-radius:20px;
+
-
margin-top:20px;
+
}
}
-
 
+
#navigation li
-
#smallbox1
+
{
{
-
position:absolute;
+
display:inline;
-
margin-top:180px;
+
list-style:none;
-
float:left;
+
-
padding:20px;
+
-
background:black;
+
-
opacity:0.5;
+
}
}
-
#smallbox2
+
ul li .navbar-option
{
{
-
position:absolute;
+
color:#FFF;
-
margin-top:180px;
+
padding-left:10px;
-
margin-left:850px;
+
padding-right:10px;
-
padding:20px;
+
padding-bottom:10px;
-
background:black;
+
padding-top:10px;
-
opacity:0.5;
+
text-decoration:none;
-
+
}
}
-
#smallbox1:hover
+
ul li .navbar-option:hover
{
{
-
opacity:0.8;
+
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;
}
}
-
#smallbox2:hover
+
.sub_navigation
{
{
-
opacity:0.8;
+
display:none;
 +
list-style-type:none;
 +
padding:10px;
 +
position:absolute;
 +
background:#000000;
 +
color:#FFF;
 +
-webkit-box-shadow:rgb(110,110,110) 0px 8px 8px;
}
}
-
#logo
+
ul.sub_navigation li
{
{
-
width:150px;
+
clear:both;
-
height:150px;
+
-
margin-right:100px;
+
}
}
-
#logo2
 
-
{
 
-
float:right;
 
-
width:200px;
 
-
height:150px;
 
-
}
 
-
</style>
+
/* navbar css complete */
 +
/*Image Slider css start */
-
<script type="text/javascript">
+
#box
 +
{
 +
overflow:hidden;
 +
text-align:center;
 +
background-color:#2d2d2d;
 +
height:400px;
 +
width:900px;
 +
margin:auto;
 +
border-bottom:30px #666666 groove;
 +
border-bottom-left-radius:20px;
 +
border-bottom-right-radius:20px;
 +
border-top:30px #666666 groove;
 +
border-top-left-radius:20px;
 +
border-top-right-radius:20px;
 +
margin-top:20px;
 +
}
-
var number=0;
+
/* Next and Previous Button css start */
 +
 +
#smallbox1
 +
{
 +
position:absolute;
 +
margin-top:180px;
 +
float:left;
 +
padding:20px;
 +
background:black;
 +
opacity:0.5;
 +
}
 +
 +
#smallbox2
 +
{
 +
position:absolute;
 +
margin-top:180px;
 +
margin-left:850px;
 +
padding:20px;
 +
background:black;
 +
opacity:0.5;
 +
}
 +
 +
#smallbox1:hover
 +
{
 +
opacity:0.8;
 +
}
 +
 +
#smallbox2:hover
 +
{
 +
opacity:0.8;
 +
}
 +
 +
/* Next and Previous Button css Complete */
 +
 +
/*Image Slider css Complete */
-
var img = new Array(2);
+
</style>
-
img[0] = new Image();
+
-
img[0].src = "https://static.igem.org/mediawiki/2013/c/c3/Image1.png";
+
-
img[1] = new Image();
+
<!-- Image Slider JavaScript Start -->
-
img[1].src= "https://static.igem.org/mediawiki/2013/7/77/Image020.jpg";
+
-
img[2] = new Image();
+
<script type="text/javascript">
-
img[2].src= "https://static.igem.org/mediawiki/2013/c/cc/Image3.png";
+
   
 +
var number=0;
 +
 +
var img = new Array(2);
 +
img[0] = new Image();
 +
img[0].src = "https://static.igem.org/mediawiki/2013/c/c0/Aitmbanner_%282%29.png";
 +
 +
img[1] = new Image();
 +
img[1].src= "https://static.igem.org/mediawiki/2013/c/c0/Aitmbanner_%282%29.png";
 +
 +
img[2] = new Image();
 +
img[2].src= "https://static.igem.org/mediawiki/2013/c/c0/Aitmbanner_%282%29.png";
 +
   
 +
   
 +
   
 +
    function next(){
 +
number ++;
 +
if (number>0){
 +
number=0;
 +
}
 +
document.slider.src = img[number].src;
 +
        }
 +
       
 +
    function prev(){
 +
number --;
 +
if (number <0){
 +
number = 2;
 +
}
 +
document.slider.src= img[number].src;
 +
}
 +
   
 +
    var intervalId = setInterval(function(){
 +
number --;
 +
if (number <0){
 +
number = 2;
 +
}
 +
document.slider.src= img[number].src;
 +
        }, 4000);
 +
 +
    </script>
-
function next(){
+
<!-- Image Slider JavaScript Complete -->
-
number ++;
+
 
-
if (number>2)
+
<script>
-
{
+
 
-
number=0;
+
function togglemenu()
-
}
+
{
-
document.slider.src = img[number].src;
+
$('.sub_navigation').slideToggle();
-
}
+
-
+
-
function prev(){
+
-
number --;
+
-
if (number <0){
+
-
number = 2;
+
-
}
+
-
document.slider.src= img[number].src;
+
}
}
-
var intervalId = setInterval(function(){
 
-
 
-
number --;
 
-
if (number <0){
 
-
number = 2;
 
-
}
 
-
document.slider.src= img[number].src;
 
-
 
-
}, 4000);
 
</script>
</script>
 +
</head>
</head>
 +
<body>
<body>
-
<script src="http://code.jquery.com/jquery-1.10.2.min.js"></script>
 
-
<script src="http://code.jquery.com/jquery-1.10.2.js"></script>
 
-
                 
+
<div class="AllContent">
-
<img id="logo" src="https://static.igem.org/mediawiki/2013/d/d1/Hava1.png">
+
-
<a href="https://2013.igem.org/Main_Page"><img id="logo2" src="https://static.igem.org/mediawiki/2013/e/e3/Wiki1.png"></a>
+
 +
<!-- Jquery src start -->
-
<ul class="navbar">
+
<script src="http://code.jquery.com/jquery-1.10.2.min.js"></script>
-
<li class="firstLi">
+
<script src="http://code.jquery.com/jquery-1.10.2.js"></script>
-
<a href="https://2013.igem.org/Team:AITM-Nepal">Home</a>
+
-
</li>
+
-
<li>
+
-
<a href="https://2013.igem.org/Team:AITM-Nepal/Team">Team</a>
+
-
</li>
+
-
                        <li>
+
-
<a href="https://igem.org/Team.cgi?year=2013&team_name=AITM-Nepal">Official Team Profile</a>
+
-
</li>
+
-
                        <li>
+
-
<a href="https://2013.igem.org/Team:AITM-Nepal/Project">Project</a>
+
-
</li>
+
-
<li>
+
-
<a href="https://2013.igem.org/Team:AITM-Nepal/Parts">Parts Submitted To Registry</a>
+
-
</li>
+
-
                        <li>
+
-
<a href="https://2013.igem.org/Team:AITM-Nepal/Modeling">Modeling</a>
+
-
</li>
+
-
                        <li>
+
-
<a href="https://2013.igem.org/Team:AITM-Nepal/Notebook">Notebook</a>
+
-
</li>
+
-
<li>
+
-
<a href="https://2013.igem.org/Team:AITM-Nepal/Safety">Safety</a>
+
-
</li>
+
-
                        <li> 
+
-
                                <a href="https://2013.igem.org/Team:AITM-Nepal/Human_practise">Human Practice</a>
+
-
                        </li>
+
-
                        <li>
+
-
<a href="https://2013.igem.org/Team:AITM-Nepal/Attributions">Attributions</a>
+
-
</li>
+
-
</ul>
+
 +
<!-- Jquery src Complete -->
 +
<!-- Logo Section Start -->
 +
 
 +
<div class="header">             
 +
    <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>
 +
</div>
 +
<!-- Logo Section Complete -->
-
                   
+
<!-- Navbar Section Start -->
 +
<div class="navbar">
 +
    <div id="navigationboxholder">
 +
        <ul id="navigation">
 +
               
 +
                <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">Team</a></li>
 +
                <li><a onMouseOver="togglemenu();" href="https://2013.igem.org/Team:AITM-Nepal/Project" class="navbar-option">Project</a>
 +
                            <ul class="sub_navigation">
 +
                                    <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/Device_made" class="navbar-option">Device Made</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>
 +
                <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/Parts">Parts Submitted To Registry</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/Safety">Safety</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>
 +
  </div>
 +
</div>
 +
<!-- Navbar Section Complete -->
-
<script type="text/javascript"> if (window.isMSIE55) fixalpha(); </script>
 
 +
                   
 +
<!-- Igm Javascript Start -->
-
<div id="menubar" class="left-menu noprint">
+
<script type="text/javascript"> if (window.isMSIE55) fixalpha(); </script>
-
  <ul>
+
   
-
                  <li class="selected"><a href="/Team:AITM-Nepal">Page              </a></li>
+
   
-
              <li class="new"><a href="/wiki/index.php?title=Talk:Team:AITM-Nepal&amp;action=edit&amp;redlink=1">Discussion              </a></li>
+
   
-
              <li><a href="/wiki/index.php?title=Team:AITM-Nepal&amp;action=edit">Edit              </a></li>
+
            <div id="menubar" class="left-menu noprint">
-
              <li><a href="/wiki/index.php?title=Team:AITM-Nepal&amp;action=history">History              </a></li>
+
              <ul>
-
              <li><a href="/Special:MovePage/Team:AITM-Nepal">Move              </a></li>
+
                              <li class="selected"><a href="/Team:AITM-Nepal">Page              </a></li>
-
              <li><a href="/wiki/index.php?title=Team:AITM-Nepal&amp;action=unwatch">Unwatch              </a></li>
+
                      <li class="new"><a href="/wiki/index.php?title=Talk:Team:AITM-Nepal&amp;action=edit&amp;redlink=1">Discussion              </a></li>
-
              <li style="color:white;cursor:default">teams</li>
+
                      <li><a href="/wiki/index.php?title=Team:AITM-Nepal&amp;action=edit">Edit              </a></li>
-
  </ul>
+
                      <li><a href="/wiki/index.php?title=Team:AITM-Nepal&amp;action=history">History              </a></li>
-
</div> <!-- end menubar (left) -->
+
                      <li><a href="/Special:MovePage/Team:AITM-Nepal">Move              </a></li>
 +
                      <li><a href="/wiki/index.php?title=Team:AITM-Nepal&amp;action=unwatch">Unwatch              </a></li>
 +
                      <li style="color:white;cursor:default">teams</li>
 +
              </ul>
 +
            </div> <!-- end menubar (left) -->
 +
   
 +
            <div class="right-menu noprint" id="menubar">
 +
                <ul>
 +
                                        <li id="pt-userpage"><a href="/User:Gmanandhar" title="Your user page [.]" accesskey="." class="new">Gmanandhar</a></li>                              <li id="pt-preferences"><a href="https://igem.org/User_Information" title="My account">My account</a></li>
 +
                                                <li id="pt-logout"><a href="/wiki/index.php?title=Special:UserLogout&amp;returnto=Team:AITM-Nepal" title="Log out">Log out</a></li>     </ul>
 +
            </div><!-- end right menubar -->
 +
    <!--
 +
        <div id="search-controls" class="noprint">
 +
            <form action="/Special:Search" id="searchform">
 +
            <input id="searchInput" name="search" type="text" title="Search 2013.igem.org [alt-f]" accesskey="f" value="" autocomplete="off">
 +
                <input type="submit" name="go" class="searchButton" id="searchGoButton" value="Go" title="Go to a page with this exact name if exists">&nbsp;
 +
                  <input type="submit" name="fulltext" class="searchButton" id="mw-searchButton" value="Search" title="Search the pages for this text">
 +
            </form>
 +
        </div> <!-- close search controls -->
-
<div class="right-menu noprint" id="menubar">
+
<!-- Igm Javascript Ends -->                          
-
    <ul>
+
-
                <li id="pt-userpage"><a href="/User:Gmanandhar" title="Your user page [.]" accesskey="." class="new">Gmanandhar</a></li>                              <li id="pt-preferences"><a href="https://igem.org/User_Information" title="My account">My account</a></li>
+
-
                          <li id="pt-logout"><a href="/wiki/index.php?title=Special:UserLogout&amp;returnto=Team:AITM-Nepal" title="Log out">Log out</a></li>     </ul>
+
-
</div><!-- end right menubar -->
+
-
<!--
+
-
<div id="search-controls" class="noprint">
+
-
<form action="/Special:Search" id="searchform">
+
-
<input id="searchInput" name="search" type="text" title="Search 2013.igem.org [alt-f]" accesskey="f" value="" autocomplete="off">
+
-
<input type="submit" name="go" class="searchButton" id="searchGoButton" value="Go" title="Go to a page with this exact name if exists">&nbsp;
+
-
      <input type="submit" name="fulltext" class="searchButton" id="mw-searchButton" value="Search" title="Search the pages for this text">
+
-
</form>
+
-
</div> <!-- close search controls -->
+
-
                             
+
<div class="maincontents">
-
                                        <div id="box">
+
<!-- Image Slider Section Starts -->
-
<div id="smallbox1"><font color="white"><a href="" onClick="prev();"><</a></font></div>
+
    <div id="box">
-
<div id="smallbox2"><font color="white"><a href="" onClick="next();">></a></font></div>
+
        <div id="smallbox1"><font color="white"><a href="" onClick="prev();"><</a></font></div>
-
<img src="https://static.igem.org/mediawiki/2013/c/c3/Image1.png" width=100% height=400px name="slider"/>
+
        <div id="smallbox2"><font color="white"><a href="" onClick="next();">></a></font></div>
-
 
+
        <img src="https://static.igem.org/mediawiki/2013/c/c0/Aitmbanner_%282%29.png" width=100% height=400px name="slider"/>
-
                                        </div>
+
    </div>
-
+
   
 +
<!-- Image Slider Section Complete -->
<br/>
<br/>
 +
<!-- Main Content Section Starts -->
 +
<div>
-
                                    <div style="margin:auto; width:1000px; color:#555;" >
+
    <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>
+
   
-
 
+
    <h2><b><font color="#000000" face="Georgia">Our Project:</font></b></h2>
-
<h2><b><font color="#000000" face="Georgia">Our Project:</font></b></h2>
+
   
-
 
+
    <h3><b><font color="#000000" face="Georgia">ImmunEcoli</b></h3>
-
<h3><b><font color="#000000" face="Georgia">ImmunEcoli</b></h3>
+
   
-
 
+
    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.
-
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.
-
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 -->

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: