Team:AITM-Nepal/Part2

From 2013.igem.org

(Difference between revisions)
 
(3 intermediate revisions not shown)
Line 30: Line 30:
width:auto;
width:auto;
}
}
 +
 +
.AllContent
 +
{
 +
background:#FFFFFF;
 +
margin:auto;
 +
width:1050px;
 +
-webkit-box-shadow:rgb(110,110,110) 8px 8px 8px;
 +
}
 +
 +
        .maincontents
 +
        {
 +
        padding:10px;
 +
        }
Line 49: Line 62:
height:150px;
height:150px;
}
}
 +
 +
      .header
 +
        {
 +
      padding:20px;
 +
        }
 +
/* Logos css Complete */
/* Logos css Complete */
Line 54: Line 73:
/* Navbar css start */
/* Navbar css start */
-
ul#navigation
+
.navbar
{
{
-
                margin-top:20px;
+
background:-webkit-linear-gradient(Top,#666,#000);
-
                list-style:none;
+
width:1048px;
-
border-top:1px #000000 ;
+
height:50px;
-
border-bottom:1px #000000;
+
border:#000000 1px solid;
-
border-bottom-left-radius:40px;
+
-webkit-box-shadow:rgb(110,110,110) 0px 8px 8px;
-
border-top-left-radius:40px;
+
margin-bottom:20px;
-
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:30px;
+
-
width: 1110px;
+
-
background:rgba(153,153,153,0.6);
+
-
color:#666;
+
-
margin:auto;
+
-
        list-style-type:none;
+
}
}
-
ul#navigation li
+
 
 +
#navigationboxholder
{
{
-
float:left;
+
        margin:auto;
 +
        width:1026px;
 +
        height:48px;
 +
        padding:10px;
}
}
-
ul.sub_navigation
+
 
 +
#navigation li
{
{
-
position:absolute;
+
display:inline;
-
display:none;
+
list-style:none;
}
}
-
.dropdown
+
 
 +
ul li .navbar-option
{
{
 +
color:#FFF;
 +
padding-left:10px;
 +
padding-right:10px;
 +
padding-bottom:10px;
 +
padding-top:10px;
text-decoration:none;
text-decoration:none;
-
color:black;
 
-
-webkit-transition: -webkit-transform 1s, background 2s;
 
}
}
 +
 +
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
{
{
-
        padding-left:20px;
+
display:none;
-
padding-right:20px;
+
-
background:rgba(153,153,153,0.6);
+
-
border:#333 solid 1px;
+
-
border-radius:10px;
+
-
text-decoration:none;
+
-
color:black;
+
list-style-type:none;
list-style-type:none;
-
        -webkit-box-shadow:rgb(110,110,110) 4px 4px 4px;
+
padding:10px;
 +
position:absolute;
 +
background:#000000;
 +
color:#FFF;
 +
-webkit-box-shadow:rgb(110,110,110) 0px 8px 8px;
}
}
-
.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;
 
-
text-decoration:none;
 
-
color:white;
 
-
-webkit-transition: -webkit-transform 1s, background 2s, padding 0.4s;
 
-
}
 
-
.navbar-option:hover
 
-
{
 
-
                background:#0CC;
 
-
-webkit-transition: padding 2s, background 2s;
 
-
-moz-transition:padding 2s, background 2s;
 
-
}
 
ul.sub_navigation li
ul.sub_navigation li
{
{
-
        clear:both;
+
clear:both;
}
}
 +
/* navbar css complete */
/* navbar css complete */
-
/*Image Slider css start */
 
-
 
-
#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;
 
-
}
 
-
 
-
/* 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 */
 
</style>
</style>
Line 225: Line 175:
</head>
</head>
 +
 +
<div class="AllContent">
<!-- Logo Section Starts -->
<!-- Logo Section Starts -->
-
<img id="logo" src="https://static.igem.org/mediawiki/2013/d/d1/Hava1.png">
+
<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;">
<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 236: Line 190:
<!-- 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"><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>
+
                             <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://2013.igem.org/Team:AITM-Nepal/Parts"><font color="#000000" face="Georgia">Parts Submitted To Registry</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/Modeling"><font color="#000000" face="Georgia">Modeling</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/Notebook"><font color="#000000" face="Georgia">Notebook</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/Safety"><font color="#000000" face="Georgia">Safety</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/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/Human_practise">Human Practice</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/Attributions">Attributions</a></li>
     </ul>
     </ul>
 +
  </div>
 +
</div>
Line 261: Line 220:
<!-- Main Section Starts -->
<!-- Main Section Starts -->
   
   
-
  <div style="margin:auto; width:1000px; color:#555;" >
+
  <div class="maincontents">
<br>
<br>
<h2> Part 2</h2>
<h2> Part 2</h2>

Latest revision as of 03:09, 28 September 2013


Part 2

Type 1 interferons (IFN-α/IFN-β) are a family of cytokines, which induce multiple cellular changes. The major biological responses of cells treated with interferons are the inhibition of viral replication in these cells and a decrease in cell-growth rate. During the last few years several steps of the molecular mechanism of the interferon-induced signaling pathway have been elucidated, but many aspects remain unclear (for recent reviews.)

Interferons interact with cells through specific cell surface receptors. The interaction of IFN-α/IFN-β with its proper receptor ultimately results in the induction of the expression of a group of IFN-α/IFN-β stimulated genes. IFN-α/IFN-β induced gene expression is directly regulated at the level of transcription. Transcriptional stimulation in response to interferon treatment is at least partially mediated by preexisting cellular proteins, which become activated in response to the signaling pathway. Recently, it has been shown that a cytoplasmic protein tyrosine kinase (tyk2) is involved in the latter process. In general, directly IFN-α/IFN-β stimulated genes isolated thus far are characterized by the presence of a cis-acting DNA sequence (interferon-stimulated response element, ISRE) in the promoter region. An ISRE consensus sequence AGTTTCNNTTTC(CT) has been deduced from elements present in the different IFN-a/IFN-p-regulated promoters. The ISRE specifically binds at least two transacting nuclear factors (or transcription-factor complexes) in a manner which correlates with transcriptional activation of the target genes.

One of the best characterized positive factors { interferon-stimulated-genefactor 2 (ISGF2) or interferon-regulatory factor 1 (IRF-1). In co-transfection experiments, ISGF2(IRF-1) can bind to an ISRE and induce transcription from a target promoter is rapidly induced upon treatment of cells with IFN-α/IFN-β, even without protein synthesis . Therefore, ISGF3 probably is the major transcription factor involved in the IFN-α/IFN-β signal transduction pathway. In the absence of IFN-α/IFN-β , ISGF3 is present in an inactive form in the cytoplasm.