Difference between revisions of "Team:Uppsala/test5"

 
(56 intermediate revisions by 2 users not shown)
Line 20: Line 20:
  
  
/*
 
  
#toc {
 
    top: 250px;
 
    float: right;
 
    visibility: hidden;
 
    right: 0px;
 
    /* top: 25px; */
 
    position: fixed;
 
    display: inline-block;
 
    border: none;
 
    border-right: 1px solid #888;
 
    background: none;
 
    width: 200px;
 
    height: 100%;
 
}
 
  
  
#toc #toctitle {
+
/*
    padding-left: 5px;
+
.content-text{
    text-align: left;
+
    margin-right: calc(50vw + 200px);
    font-size: 20px;
+
    margin-left:50vw;
    padding-top: 12px;
+
 
}
 
}
 +
*/
  
#toc-header {
 
    color: #424044;
 
}
 
  
#toc ul {
+
@media only screen and ( max-width: 900px ) {
     margin-left: 10px !important;
+
     .content-text{
 +
    margin-right:1em !important;
 +
    margin-left:1em !important;  
 +
    width:90% !important;
 +
 
 +
   
 +
    }
 
}
 
}
  
  
#toc > ul {
 
    padding-top: 15px;
 
    font-family: 'Raleway', sans-serif;
 
    font-size: 14px;
 
    margin-left: 0px !important;
 
}
 
 
#toc > ul li {
 
    color: #a7a7a7;
 
    font-size: 14px;
 
    font-family: 'Raleway', sans-serif;
 
    font-size: 100%;
 
    line-height: 20px;
 
    font-weight: 100;
 
}
 
 
.active {
 
    font-weight: bold;
 
}
 
 
.active>.nav-link, .nav-link.active {
 
    color: #710808;
 
    font-size: 14px;
 
    font-weight: 400;
 
}
 
 
 
#toc a {
 
    display: inline-block;
 
    border-left: 3px solid transparent;
 
    padding-left: 5px;
 
}
 
 
#toc .tocnumber {
 
    display: none;
 
}
 
 
#toc > ul > li > a span {
 
    font-style: normal;
 
}
 
 
ul ul, ol ul {
 
    list-style-type: none;
 
}
 
 
 
#toc ul ul, .toc ul ul {
 
    padding-top: 5px;
 
    padding-left: 8px;
 
    margin: 0 0 0 20px;
 
}
 
 
.toctext {
 
    font-weight: 100;
 
    font-size: 15px;
 
}
 
 
#whereYouAre {
 
    font-size: 16px;
 
    font-weight: 400;
 
    color: #a7a7a7;
 
    opacity: 0.8;
 
}
 
 
 
 
.content-text {
 
    margin-top: 2em;
 
    min-width: 200px;
 
    width: 75%;
 
    position: relative;
 
    margin: auto;
 
    z-index: 10;
 
    padding-right: 100px;
 
}
 
 
 
 
 
.nav-link {
 
    color: rgba(255,255,255,.5);
 
}
 
 
 
li.active {
 
    color: red;
 
}
 
 
*/
 
 
 
.content-text{
 
 
}
 
 
@media screen and ( max-width: 200px ){
 
    content-text{
 
        margin-right: 200px;
 
    }
 
}
 
 
</style>
 
</style>
 
</head>
 
</head>
Line 253: Line 141:
  
  
         <div class="under-heading"><h1>Uppsala iGEM 2018</h1></div>
+
         <div class="under-heading"><h1 id="Project_Description">Uppsala iGEM 2018</h1></div>
 
         <div class="igem-icon"><a href="https://2018.igem.org/Main_Page"><img src="https://static.igem.org/mediawiki/2018/b/b0/T--Uppsala--graylogo.png"></a></div>
 
         <div class="igem-icon"><a href="https://2018.igem.org/Main_Page"><img src="https://static.igem.org/mediawiki/2018/b/b0/T--Uppsala--graylogo.png"></a></div>
  
  
  
<div class ="scroll-down-button">
 
        <section id="section02" class="demo">
 
          <h1></h1>
 
          <a href="#scrolldown"><span></span></a>
 
        </section>
 
</div>
 
  
  
Line 281: Line 163:
 
<!-- CONTENT OF WHATS ON THE PAGE -->
 
<!-- CONTENT OF WHATS ON THE PAGE -->
  
<div id="toc" class="toc"><div id="toctitle"><h2 id="toc-header">Contents</h2></div>
+
        <div id="toc" class="toc">
<ul>
+
            <div id="toctitle"></div>
<li class="toclevel tocsection"><a href="#Project_Description" class="scroll"> <span id="whereYouAre"> Project Description  </span> </a>
+
            <ul>
<ul>
+
                <li class="toclevel tocsection"><a href="#Project_Description" class="scroll"> <span id="whereYouAre"> Project Description  </span> </a>
<li class="toclevel nav-item active"><a href="#top" class="nav-link scroll"> Overview </a></li>
+
                        <ul>
<li class="toclevel nav-item"><a href="#Problem" class="nav-link scroll">  Problem  </a></li>
+
                            <li class="toclevel nav-item active"><a href="#top" class="nav-link scroll"> Overview </a></li>
<li class="toclevel nav-item"><a href="#Solution" class="nav-link scroll">  Solution </a></li>
+
                            <li class="toclevel nav-item"><a href="#Problem" class="nav-link scroll">  Problem  </a></li>
<li class="toclevel nav-item"><a href="#References" class="nav-link scroll"> References </a></li>
+
                            <li class="toclevel nav-item"><a href="#Solution" class="nav-link scroll">  Solution </a></li>
</ul>
+
                            <li class="toclevel nav-item"><a href="#References" class="nav-link scroll"> References </a></li>
</li>
+
                        </ul>
</ul>
+
                </li>
</div>
+
           
 +
            </ul>
 +
        </div>
  
  
  
  
 +
            <div class ="content-text" id="scrolldown" >
  
  
Line 312: Line 197:
  
  
 
            <div class ="content-text" id="scrolldown" >
 
  
  
Line 335: Line 218:
  
  
               <div class="card-holder" id="top">
+
               <div class="card-holder" >
                     <div class="content-card-heading"><h1>Our Targets:</h1></div>
+
                     <div class="content-card-heading"><h1 id="top">Our Targets:</h1></div>
 
                     <div class="content-card content-card-2">
 
                     <div class="content-card content-card-2">
 
                         <div class="inner-card left-card">
 
                         <div class="inner-card left-card">
Line 366: Line 249:
  
  
  <h1 id="Solution">The Worm Busters</h1>
+
                <h1 id="Problem">The Worm Busters</h1>
 +
               
 
                 <p>One approach for designing a diagnostic system against the strongyles is to engineer a “smart” bacterium which will live in the intestinal tract and is capable of reacting to the presence of the parasite by emitting a quantifiable signal. This biosensor may, for instance, induce the production of a detectable fluorescent protein in the feces of the animal. Large strongyles, however, are more elusive and are less frequently present in the intestine during an infection. Here it would be suitable to instead try and detect the presence of the parasite on the pastures as to avoid infection altogether, by developing bacteria responding to the parasite outside of the animal body.  </p>
 
                 <p>One approach for designing a diagnostic system against the strongyles is to engineer a “smart” bacterium which will live in the intestinal tract and is capable of reacting to the presence of the parasite by emitting a quantifiable signal. This biosensor may, for instance, induce the production of a detectable fluorescent protein in the feces of the animal. Large strongyles, however, are more elusive and are less frequently present in the intestine during an infection. Here it would be suitable to instead try and detect the presence of the parasite on the pastures as to avoid infection altogether, by developing bacteria responding to the parasite outside of the animal body.  </p>
<br>
+
                    <br>
  
<p id="Problem"> Our work is dependent on finding one or more genes in <i>E.coli</i> which will, exclusively, be highly expressed when the cell is exposed to the parasitic worms. This is done by co-culturing <i>E.coli</i> in liquid medium along with live strongyles, which are harvested from feces and sterilized. From here, the E.coli cells are separated from the solution and their entire transcriptomic suite is extracted and sequenced to detect genes of interest. Any found genes which display promise will have to be validated by qPCR (which is a similar method) in a second run to confirm that they are only expressed due to the strongyle presence. Another approach to tackle our challenge is to screen for interaction between the surface proteins on the strongyle and short peptides. Through affinity screening of a random peptide library displayed on the surface of phages, we can select a peptide with a high affinity to the nematodes surface.  </p>
+
                <p> Our work is dependent on finding one or more genes in <i>E.coli</i> which will, exclusively, be highly expressed when the cell is exposed to the parasitic worms. This is done by co-culturing <i>E.coli</i> in liquid medium along with live strongyles, which are harvested from feces and sterilized. From here, the E.coli cells are separated from the solution and their entire transcriptomic suite is extracted and sequenced to detect genes of interest. Any found genes which display promise will have to be validated by qPCR (which is a similar method) in a second run to confirm that they are only expressed due to the strongyle presence. Another approach to tackle our challenge is to screen for interaction between the surface proteins on the strongyle and short peptides. Through affinity screening of a random peptide library displayed on the surface of phages, we can select a peptide with a high affinity to the nematodes surface.  </p>
  
<p id="" > asdasd </p>
+
                <p > asdasd </p>
  
  
  
  
<p id="References" > asdasd </p>
 
  
  
  
 +
                <br>
 +
                <p > Our work is dependent on finding one or more genes in <i>E.coli</i> which will, exclusively, be highly expressed when the cell is exposed to the parasitic worms. This is done by co-culturing <i>E.coli</i> in liquid medium along with live strongyles, which are harvested from feces and sterilized. From here, the E.coli cells are separated from the solution and their entire transcriptomic suite is extracted and sequenced to detect genes of interest. Any found genes which display promise will have to be validated by qPCR (which is a similar method) in a second run to confirm that they are only expressed due to the strongyle presence. Another approach to tackle our challenge is to screen for interaction between the surface proteins on the strongyle and short peptides. Through affinity screening of a random peptide library displayed on the surface of phages, we can select a peptide with a high affinity to the nematodes surface.  </p>
  
 +
                <br>
 +
                <p > Our work is dependent on finding one or more genes in <i>E.coli</i> which will, exclusively, be highly expressed when the cell is exposed to the parasitic worms. This is done by co-culturing <i>E.coli</i> in liquid medium along with live strongyles, which are harvested from feces and sterilized. From here, the E.coli cells are separated from the solution and their entire transcriptomic suite is extracted and sequenced to detect genes of interest. Any found genes which display promise will have to be validated by qPCR (which is a similar method) in a second run to confirm that they are only expressed due to the strongyle presence. Another approach to tackle our challenge is to screen for interaction between the surface proteins on the strongyle and short peptides. Through affinity screening of a random peptide library displayed on the surface of phages, we can select a peptide with a high affinity to the nematodes surface.  </p>
  
  
              <div style="height:5em;"></div>
+
                <br>
 +
                <p > Our work is dependent on finding one or more genes in <i>E.coli</i> which will, exclusively, be highly expressed when the cell is exposed to the parasitic worms. This is done by co-culturing <i>E.coli</i> in liquid medium along with live strongyles, which are harvested from feces and sterilized. From here, the E.coli cells are separated from the solution and their entire transcriptomic suite is extracted and sequenced to detect genes of interest. Any found genes which display promise will have to be validated by qPCR (which is a similar method) in a second run to confirm that they are only expressed due to the strongyle presence. Another approach to tackle our challenge is to screen for interaction between the surface proteins on the strongyle and short peptides. Through affinity screening of a random peptide library displayed on the surface of phages, we can select a peptide with a high affinity to the nematodes surface.  </p>
 +
 
 +
 
 +
                <br>
 +
                <p > Our work is dependent on finding one or more genes in <i>E.coli</i> which will, exclusively, be highly expressed when the cell is exposed to the parasitic worms. This is done by co-culturing <i>E.coli</i> in liquid medium along with live strongyles, which are harvested from feces and sterilized. From here, the E.coli cells are separated from the solution and their entire transcriptomic suite is extracted and sequenced to detect genes of interest. Any found genes which display promise will have to be validated by qPCR (which is a similar method) in a second run to confirm that they are only expressed due to the strongyle presence. Another approach to tackle our challenge is to screen for interaction between the surface proteins on the strongyle and short peptides. Through affinity screening of a random peptide library displayed on the surface of phages, we can select a peptide with a high affinity to the nematodes surface.  </p>
 +
 
 +
 
 +
                <br>
 +
                <p > Our work is dependent on finding one or more genes in <i>E.coli</i> which will, exclusively, be highly expressed when the cell is exposed to the parasitic worms. This is done by co-culturing <i>E.coli</i> in liquid medium along with live strongyles, which are harvested from feces and sterilized. From here, the E.coli cells are separated from the solution and their entire transcriptomic suite is extracted and sequenced to detect genes of interest. Any found genes which display promise will have to be validated by qPCR (which is a similar method) in a second run to confirm that they are only expressed due to the strongyle presence. Another approach to tackle our challenge is to screen for interaction between the surface proteins on the strongyle and short peptides. Through affinity screening of a random peptide library displayed on the surface of phages, we can select a peptide with a high affinity to the nematodes surface.  </p>
 +
 
 +
                  <h1 id="References">The Worm Busters</h1>
 +
                <br>
 +
                <p > Our work is dependent on finding one or more genes in <i>E.coli</i> which will, exclusively, be highly expressed when the cell is exposed to the parasitic worms. This is done by co-culturing <i>E.coli</i> in liquid medium along with live strongyles, which are harvested from feces and sterilized. From here, the E.coli cells are separated from the solution and their entire transcriptomic suite is extracted and sequenced to detect genes of interest. Any found genes which display promise will have to be validated by qPCR (which is a similar method) in a second run to confirm that they are only expressed due to the strongyle presence. Another approach to tackle our challenge is to screen for interaction between the surface proteins on the strongyle and short peptides. Through affinity screening of a random peptide library displayed on the surface of phages, we can select a peptide with a high affinity to the nematodes surface.  </p>
 +
 
 +
 
 +
                <br>
 +
                <p > Our work is dependent on finding one or more genes in <i>E.coli</i> which will, exclusively, be highly expressed when the cell is exposed to the parasitic worms. This is done by co-culturing <i>E.coli</i> in liquid medium along with live strongyles, which are harvested from feces and sterilized. From here, the E.coli cells are separated from the solution and their entire transcriptomic suite is extracted and sequenced to detect genes of interest. Any found genes which display promise will have to be validated by qPCR (which is a similar method) in a second run to confirm that they are only expressed due to the strongyle presence. Another approach to tackle our challenge is to screen for interaction between the surface proteins on the strongyle and short peptides. Through affinity screening of a random peptide library displayed on the surface of phages, we can select a peptide with a high affinity to the nematodes surface.  </p>
 +
 
 +
 
 +
                <br>
 +
                <p > Our work is dependent on finding one or more genes in <i>E.coli</i> which will, exclusively, be highly expressed when the cell is exposed to the parasitic worms. This is done by co-culturing <i>E.coli</i> in liquid medium along with live strongyles, which are harvested from feces and sterilized. From here, the E.coli cells are separated from the solution and their entire transcriptomic suite is extracted and sequenced to detect genes of interest. Any found genes which display promise will have to be validated by qPCR (which is a similar method) in a second run to confirm that they are only expressed due to the strongyle presence. Another approach to tackle our challenge is to screen for interaction between the surface proteins on the strongyle and short peptides. Through affinity screening of a random peptide library displayed on the surface of phages, we can select a peptide with a high affinity to the nematodes surface.  </p>
 +
 
 +
 
 +
                <br>
 +
                <p > Our work is dependent on finding one or more genes in <i>E.coli</i> which will, exclusively, be highly expressed when the cell is exposed to the parasitic worms. This is done by co-culturing <i>E.coli</i> in liquid medium along with live strongyles, which are harvested from feces and sterilized. From here, the E.coli cells are separated from the solution and their entire transcriptomic suite is extracted and sequenced to detect genes of interest. Any found genes which display promise will have to be validated by qPCR (which is a similar method) in a second run to confirm that they are only expressed due to the strongyle presence. Another approach to tackle our challenge is to screen for interaction between the surface proteins on the strongyle and short peptides. Through affinity screening of a random peptide library displayed on the surface of phages, we can select a peptide with a high affinity to the nematodes surface.  </p>
 +
 
 +
 
 +
                <br>
 +
                <p > Our work is dependent on finding one or more genes in <i>E.coli</i> which will, exclusively, be highly expressed when the cell is exposed to the parasitic worms. This is done by co-culturing <i>E.coli</i> in liquid medium along with live strongyles, which are harvested from feces and sterilized. From here, the E.coli cells are separated from the solution and their entire transcriptomic suite is extracted and sequenced to detect genes of interest. Any found genes which display promise will have to be validated by qPCR (which is a similar method) in a second run to confirm that they are only expressed due to the strongyle presence. Another approach to tackle our challenge is to screen for interaction between the surface proteins on the strongyle and short peptides. Through affinity screening of a random peptide library displayed on the surface of phages, we can select a peptide with a high affinity to the nematodes surface.  </p>
 +
 
 +
 
 +
                <br>
 +
                <p > Our work is dependent on finding one or more genes in <i>E.coli</i> which will, exclusively, be highly expressed when the cell is exposed to the parasitic worms. This is done by co-culturing <i>E.coli</i> in liquid medium along with live strongyles, which are harvested from feces and sterilized. From here, the E.coli cells are separated from the solution and their entire transcriptomic suite is extracted and sequenced to detect genes of interest. Any found genes which display promise will have to be validated by qPCR (which is a similar method) in a second run to confirm that they are only expressed due to the strongyle presence. Another approach to tackle our challenge is to screen for interaction between the surface proteins on the strongyle and short peptides. Through affinity screening of a random peptide library displayed on the surface of phages, we can select a peptide with a high affinity to the nematodes surface.  </p>
 +
 
 +
 
 +
                <br>
 +
                <p > Our work is dependent on finding one or more genes in <i>E.coli</i> which will, exclusively, be highly expressed when the cell is exposed to the parasitic worms. This is done by co-culturing <i>E.coli</i> in liquid medium along with live strongyles, which are harvested from feces and sterilized. From here, the E.coli cells are separated from the solution and their entire transcriptomic suite is extracted and sequenced to detect genes of interest. Any found genes which display promise will have to be validated by qPCR (which is a similar method) in a second run to confirm that they are only expressed due to the strongyle presence. Another approach to tackle our challenge is to screen for interaction between the surface proteins on the strongyle and short peptides. Through affinity screening of a random peptide library displayed on the surface of phages, we can select a peptide with a high affinity to the nematodes surface.  </p>
 +
 
 +
 
 +
                <br>
 +
                <p > Our work is dependent on finding one or more genes in <i>E.coli</i> which will, exclusively, be highly expressed when the cell is exposed to the parasitic worms. This is done by co-culturing <i>E.coli</i> in liquid medium along with live strongyles, which are harvested from feces and sterilized. From here, the E.coli cells are separated from the solution and their entire transcriptomic suite is extracted and sequenced to detect genes of interest. Any found genes which display promise will have to be validated by qPCR (which is a similar method) in a second run to confirm that they are only expressed due to the strongyle presence. Another approach to tackle our challenge is to screen for interaction between the surface proteins on the strongyle and short peptides. Through affinity screening of a random peptide library displayed on the surface of phages, we can select a peptide with a high affinity to the nematodes surface.  </p>
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
                    <div style="height:5em;"></div>
  
  
Line 392: Line 336:
  
  
            </div>
+
        </div>
  
  
Line 402: Line 346:
  
  
        </div>
+
    </div>
  
            </div>
+
   
  
  
        </div>
 
    </div>
 
 
<script>
 
<script>
/*
+
 
 
$( document ).ready(function() {
 
$( document ).ready(function() {
  
  
 +
/*
 
   // Since side navigation is displayed at start at the very top and jumps down at scrolling
 
   // Since side navigation is displayed at start at the very top and jumps down at scrolling
 
   // ... We hide it a very short time, so we dont se it jumping down and then fade it in!  
 
   // ... We hide it a very short time, so we dont se it jumping down and then fade it in!  
Line 425: Line 368:
 
         else {  
 
         else {  
 
             // This is crucial for it to work!!!   
 
             // This is crucial for it to work!!!   
          $("#toc:visible").fadeOut("fast");  
+
            $("#toc:visible").fadeOut("fast");  
 
         }  
 
         }  
 
        
 
        
 
     });
 
     });
 
+
*/
  
  
Line 450: Line 393:
 
     e.preventDefault();
 
     e.preventDefault();
 
     $('body,html').animate({
 
     $('body,html').animate({
       scrollTop: $(this.hash).offset().top
+
       scrollTop: $(this.hash).offset().top - 50
 
     }, 1000 );
 
     }, 1000 );
 
   });
 
   });
Line 460: Line 403:
 
     scrollLink.each(function() {
 
     scrollLink.each(function() {
 
        
 
        
      var sectionOffset = $(this.hash).offset().top - 20;
+
        var sectionOffs = $(this.hash).offset().top;
     
+
      var sectionOffset =  sectionOffs - 100;
      if ( sectionOffset <= scrollbarLocation ) {
+
 
        $(this).parent().addClass('active');
+
        if ( sectionOffset <= scrollbarLocation ) {
        $(this).parent().siblings().removeClass('active');
+
              $(this).parent().addClass('active');
      }
+
              $(this).parent().siblings().removeClass('active');
    })
+
          }
 +
        })
 
      
 
      
  });
+
    });
 +
 
  
 
});
 
});
  
  
*/
+
 
 
</script>
 
</script>
 
</html>
 
</html>

Latest revision as of 22:40, 17 October 2018




Uppsala iGEM 2018