Difference between revisions of "Team:Oxford"

Line 8: Line 8:
 
     background-color: #e8d5d7;
 
     background-color: #e8d5d7;
 
     width:80%;
 
     width:80%;
}
 
#canvas_happy{
 
    background-color: #002147;
 
 
}
 
}
  
Line 23: Line 20:
 
<img id="start_screen_img" src = "https://static.igem.org/mediawiki/2017/7/72/T--oxford--home--landing_page.png" 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 id='canvas_happy' class="container-fluid">
+
 
<div id='header' style="margin-top: 100px"></div>
 
<div id='header' style="margin-top: 100px"></div>
 +
<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="800" height="452" 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 id='header' style="margin-top: 100px"></div>
 
</div>
 
<div class="container-fluid">
 
 
<div class="jumbotron">  
 
<div class="jumbotron">  
 
<p>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.  
 
<p>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. </p>
 
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. </p>
 
<p> 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 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>
<h1 id='title' class="text-center"><i>See. cruzi</i></h1> 
 
 
     <br></br>
 
     <br></br>
 
    
 
    
</div>
 
 
</div>
 
</div>
  
Line 110: Line 101:
 
             xleft = $("#main").offset().left; //getting the coordinates of the canvas
 
             xleft = $("#main").offset().left; //getting the coordinates of the canvas
 
             ytop = $("#main").offset().top;
 
             ytop = $("#main").offset().top;
             xright = $("#main").offset().left + main.width;
+
             xright = $("#main").offset().left + $("#main").outerWidth();
             ybottom = $("#main").offset().top + main.height;
+
             ybottom = $("#main").offset().top + $("#main").outerHeight();
 
             //console.log(e.pageX);
 
             //console.log(e.pageX);
 
             //console.log(e.pageY);
 
             //console.log(e.pageY);
Line 151: Line 142:
 
             xleft = $("#main").offset().left; //getting the coordinates of the canvas
 
             xleft = $("#main").offset().left; //getting the coordinates of the canvas
 
             ytop = $("#main").offset().top;
 
             ytop = $("#main").offset().top;
             xright = $("#main").offset().left + main.width;
+
             xright = $("#main").offset().left + $("#main").outerWidth();
             ybottom = $("#main").offset().top + main.height;
+
             ybottom = $("#main").offset().top + $("#main").outerHeight();
 
             console.log(xleft);
 
             console.log(xleft);
 
             console.log(xright);
 
             console.log(xright);

Revision as of 23:51, 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.