Difference between revisions of "Team:Oxford"

Line 7: Line 7:
 
     border:1px solid #d3d3d3;
 
     border:1px solid #d3d3d3;
 
     background-color: #e8d5d7;
 
     background-color: #e8d5d7;
 +
    width:100%;
 
}
 
}
 +
 
</style>
 
</style>
 
</head>
 
</head>
Line 18: Line 20:
 
<img id="start-screen" src = "https://static.igem.org/mediawiki/2017/c/c8/T--oxford--home--background.jpeg" style = "display: none">
 
<img id="start-screen" src = "https://static.igem.org/mediawiki/2017/c/c8/T--oxford--home--background.jpeg" style = "display: none">
  
<div style="margin-top: 100px"></div>
+
<div id="wrapper" role="wrapper">
 
<canvas id="main" width="960" height="540" style="display: block; background-color: #f7eff0;"></canvas>
 
<canvas id="main" width="960" height="540" style="display: block; background-color: #f7eff0;"></canvas>
<div class="container-fluid">
+
</div>
        <h1 class="text-center"><i>See. cruzi</i></h1>
+
 
  
 
<script>
 
<script>
Line 81: Line 83:
 
         myStartScreen.mouseClick = false
 
         myStartScreen.mouseClick = false
 
         window.addEventListener('mousedown', function(e){
 
         window.addEventListener('mousedown', function(e){
             console.log(e.pageX);
+
             //console.log(e.pageX);
             console.log(e.pageY);
+
             //console.log(e.pageY);
 
             if(e.pageX < 800){
 
             if(e.pageX < 800){
 
                 if(e.pageY < 500){
 
                 if(e.pageY < 500){
Line 134: Line 136:
 
function createMouse(x, y) {
 
function createMouse(x, y) {
 
     this.x = x;
 
     this.x = x;
     this.y = y;  
+
     this.y = y;
 +
 
 
     this.update = function(){
 
     this.update = function(){
 
         main.style.display = "block";
 
         main.style.display = "block";
Line 323: Line 326:
  
 
     var img = document.getElementById("start-screen");
 
     var img = document.getElementById("start-screen");
 +
    console.log(main.width);
 +
    console.log(main.height);
 
     ctx.drawImage(img, 0, 25, main.width, main.height);
 
     ctx.drawImage(img, 0, 25, main.width, main.height);
  
Line 413: Line 418:
 
</script>
 
</script>
  
<div class="jumbotron"> 
 
    <p><b>Developing a cell-free detection system for Chagas disease in the acute phase by detecting biomarkers in the blood</b></p>
 
    <p>The aim of our iGEM project is to design a cell-free diagnosis kit to detect the presence of biomarkers specific to the <i>Trypanosoma cruzi</i>, the protozoan parasite responsible for Chagas disease, a neglected tropical disease impacting 6-7 million people primarily in Latin America.</p>
 
    <p>Currently, the acute (early) phase of Chagas disease is difficult to diagnose, due to it being asymptomatic and methods using DNA amplification or immunoassays being both expensive and inaccessible to the majority of those affected by Chagas disease. Current treatments using benznidazole and nifurtimox are almost 100% effective if given shortly after the onset of the acute phase. However, lack of diagnosis in the acute phase leads to the onset of the chronic phase, which causes irreversible pathological consequences to the heart, digestive system, and nervous system.</p>
 
    <p>The final diagnostic kit would allow Chagas disease to be diagnosed in the acute phase by preventing the clotting of a blood sample, by releasing hirudin (a peptide from leeches) upon cleavage by the protease cruzipain (a cysteine protease specific to <i>T. cruzi</i>). Our system would ultimately be completely cell-free, with the components freeze-dried and competent after rehydration, allowing it to be used in the field without the need for expensive equipment or highly trained professionals - all it will require is a blood sample. We imagine that this system would be adaptable for other parasites and pathogens which have similar difficulties in detection, both in the input for the system and the options for output.</p>
 
    <p>We are developing two methods to detect the presence of cruzipain, both being modelled in <i>E. coli</i>. The first is DNA based, and involves the cleavage of a repressor protein to lead to expression of hirudin (modelled using fluorescent proteins and using  TEV instead of cruzipain). The second involves tagging hirudin (again modelled with a fluorophore) to outer membrane vesicles, where the peptide could be cleaved and released from OmpA by cruzipain (modelled with TEV). Our systems would ultimately be completely cell-free, with the components freeze-dried and competent after rehydration.</p>
 
    <p>Chagas disease claims over 12000 lives per year. We believe that the death toll could be significantly reduced by a synthetic biology solution, which is cost effective, accessible, and accurate in the swift diagnosis of Chagas disease; a solution that our project aims to provide.</p>
 
    <p>If you want to collaborate with us, please send us an email:<u>oxfordigem@bioch.ox.ac.uk</u></p>
 
    <p> Please also support us by liking our facebook page &rarr; <a href="https://www.facebook.com/oxfordigem/"><img src="https://static.igem.org/mediawiki/2017/e/e4/T--oxford--fbicon.png" alt="Facebook Page" width="20" height=“20"> </a> </p>
 
    <div class="center" > <img class="img-responsive" src="https://static.igem.org/mediawiki/2017/1/10/Oxford_banner.png"> </div>
 
    </div>       
 
</div>
 
 
 
<div class="column half_size" >
 
<h5>Tips</h5>
 
<p>This wiki will be your team’s first interaction with the rest of the world, so here are a few tips to help you get started: </p>
 
<ul>
 
<li>State your accomplishments! Tell people what you have achieved from the start. </li>
 
<li>Be clear about what you are doing and how you plan to do this.</li>
 
<li>You have a global audience! Consider the different backgrounds that your users come from.</li>
 
<li>Make sure information is easy to find; nothing should be more than 3 clicks away.  </li>
 
<li>Avoid using very small fonts and low contrast colors; information should be easy to read.  </li>
 
<li>Start documenting your project as early as possible; don’t leave anything to the last minute before the Wiki Freeze. For a complete list of deadlines visit the <a href="https://2017.igem.org/Calendar">iGEM 2017 calendar</a> </li>
 
<li>Have lots of fun! </li>
 
</ul>
 
</div>
 
 
 
<div class="column half_size" >
 
<h5>Inspiration</h5>
 
<p> You can also view other team wikis for inspiration! Here are some examples:</p>
 
<ul>
 
<li> <a href="https://2014.igem.org/Team:SDU-Denmark/"> 2014 SDU Denmark </a> </li>
 
<li> <a href="https://2014.igem.org/Team:Aalto-Helsinki">2014 Aalto-Helsinki</a> </li>
 
<li> <a href="https://2014.igem.org/Team:LMU-Munich">2014 LMU-Munich</a> </li>
 
<li> <a href="https://2014.igem.org/Team:Michigan"> 2014 Michigan</a></li>
 
<li> <a href="https://2014.igem.org/Team:ITESM-Guadalajara">2014 ITESM-Guadalajara </a></li>
 
<li> <a href="https://2014.igem.org/Team:SCU-China"> 2014 SCU-China </a></li>
 
</ul>
 
</div>
 
  
  

Revision as of 12:01, 31 October 2017