Difference between revisions of "Team:Oxford"

Line 18: Line 18:
 
<img id="red-blood-cell" src = "https://static.igem.org/mediawiki/2017/d/d6/T--oxford--home-rbc.png" style = "display:none">
 
<img id="red-blood-cell" src = "https://static.igem.org/mediawiki/2017/d/d6/T--oxford--home-rbc.png" style = "display:none">
 
<img id="t-cruzi" src = "https://static.igem.org/mediawiki/2017/4/42/T--oxford--t_cruzi_cartoon.png" style = "display: none">
 
<img id="t-cruzi" src = "https://static.igem.org/mediawiki/2017/4/42/T--oxford--t_cruzi_cartoon.png" style = "display: none">
<img id="start_screen_img" src = "https://static.igem.org/mediawiki/2017/c/c8/T--oxford--home--background.jpeg" style = "display: none">
+
<img id="start_screen_img" src = "https://static.igem.org/mediawiki/2017/7/72/T--oxford--home--landing_page.png" style = "display: none">
  
 
<div class="container-fluid">
 
<div class="container-fluid">
Line 24: Line 24:
 
<h1 id='title' class="text-center"><i>See. cruzi</i></h1>   
 
<h1 id='title' class="text-center"><i>See. cruzi</i></h1>   
 
<div id="wrapper" role="wrapper">
 
<div id="wrapper" role="wrapper">
<center><canvas id="main" width="960" height="540" style="display: block; background-color: #f7eff0;"></canvas></center>
+
<center><canvas id="main" width="800" height="452" style="display: block; background-color: #f7eff0;"></canvas></center>
 
</div>
 
</div>
 
<div class="jumbotron">  
 
<div class="jumbotron">  
Line 363: Line 363:
  
 
     var img = document.getElementById("start_screen_img");
 
     var img = document.getElementById("start_screen_img");
 +
    ctx.drawImage(img, 0, 0, 800, 452);
 
     //ctx.drawImage(img, 0, 0, main.height*start_screen_img.width/start_screen_img.height, main.height);
 
     //ctx.drawImage(img, 0, 0, main.height*start_screen_img.width/start_screen_img.height, main.height);
 
     //console.log(main.width);
 
     //console.log(main.width);
 
     //console.log(main.height);
 
     //console.log(main.height);
     var screen_height = $("#main").outerHeight();
+
     /*var screen_height = $("#main").outerHeight();
 
     var screen_width = $("#main").outerWidth();
 
     var screen_width = $("#main").outerWidth();
 
     var screen_width_height_ratio = screen_width/screen_height;
 
     var screen_width_height_ratio = screen_width/screen_height;
Line 386: Line 387:
 
         console.log(screen_width);
 
         console.log(screen_width);
 
         console.log(screen_width/ssi_width_height_ratio);
 
         console.log(screen_width/ssi_width_height_ratio);
         */
+
          
 
         ctx.drawImage(img, 0, 0, screen_width, screen_width/ssi_width_height_ratio);
 
         ctx.drawImage(img, 0, 0, screen_width, screen_width/ssi_width_height_ratio);
     }
+
     }*/
  
 
     ctx.fillStyle = 'white';
 
     ctx.fillStyle = 'white';

Revision as of 22:46, 1 November 2017

See. cruzi

The aim of our project was to develop a cell-free detection system for congenital Chagas disease in the acute phase by detecting the cruzipain in the blood. Congenital Chagas disease is a growing global concern and at present, the acute phase of Chagas disease is difficult to diagnose as it is asymptomatic and current diagnostics are both expensive and inaccessible to the majority of those affected. Our final diagnostic kit would allow Chagas disease to be detected by preventing the clotting of 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.