Difference between revisions of "Team:Rice/Physician"

(Created page with "{{Rice}} <html> <body> <br><br><br><br><br><br><br><br><br><br><br><br><br><br> <div class = "fixed_flyer" id = "sec1" style="position:relative;z-index:1;"> <d...")
 
 
(6 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
{{Rice}}
 
{{Rice}}
 
<html>
 
<html>
 +
<head>
 +
<style>
 +
.pagediv{
 +
  display:inline-flex;
 +
}
 +
</style>
 +
<head>
 
<body>
 
<body>
     <br><br><br><br><br><br><br><br><br><br><br><br><br><br>
+
     <br><br><br><br><br><br><br>
 
     <div class = "fixed_flyer" id = "sec1" style="position:relative;z-index:1;">
 
     <div class = "fixed_flyer" id = "sec1" style="position:relative;z-index:1;">
         <div class='h1'>Physician 1</div>
+
         <div class='h1'>Introduction</div>
 
     </div>
 
     </div>
 +
    <br><br>
 
     <div class="pagediv">
 
     <div class="pagediv">
 
       <br><br>
 
       <br><br>
       <div class="para">The debate was held on June 21, 2016. The Rice iGEM team collaborated with the Rice University Institute of Biosciences and Bioengineering (IBB) Girls’ BioScience STEM Initiative. Participants were presented with the following question for the debate: “Do the proposed benefits of applying synthetic biology to solve real-world problems outweigh the perceived costs and ethical concerns about genetic engineering?” The girls received various introductory reading materials about the topic before launching into the debate.</div>
+
       <div class="para">
 +
Rice is located just across the street from the Texas Medical Center. We decided to make the most of our proximity and to reach out to gastroenterologists from the University of Texas MD Anderson Cancer Center.
 +
We wanted to be sure that we included the perspectives of these major stakeholders in discussions about our project.
 +
</div>
 
       <br>
 
       <br>
 
     </div>
 
     </div>
 
     <div class = "fixed_flyer" id = "sec2" style="position:relative;z-index:2;">
 
     <div class = "fixed_flyer" id = "sec2" style="position:relative;z-index:2;">
         <div class="h1">Physician 2</div>
+
         <div class="h1">Dr. Manoop Bhutani</div>
 
     </div>
 
     </div>
 +
    <br><br>
 
     <div class="pagediv">
 
     <div class="pagediv">
 
       <br><br>
 
       <br><br>
       <div class="para">Economically disadvantaged girls attending high school in an underserved part of Houston come to Rice University each summer to participate in a series of STEM immersion experiences. Additionally, the program organizes college preparatory activities and exposes students to career paths in STEM. The bioethics debate organized by Rice iGEM was incorporated into these activities.
+
       <div class="para">
More information on the IBB Girls STEM Initiative can be found <a href="https://ibb.rice.edu/content.aspx?id=2147483879">here</a></div>
+
We met with Dr. Bhutani who holds a dual appointment in the Departments of Gastroenterology, Hepatology, & Nutrition, and Cancer Systems Imaging. He is the director of Endoscopic Research and Development at MD Anderson.
 +
 
 +
During our meeting we discussed the current diagnostic tools (endoscopies) and his impression of our approach. He was very encouraging and enthusiastic. He believes that our project has great potential as a colonoscopy pre-screening tool or even as a way for people to have checkups between regularly scheduled colonoscopies. We particularly appreciated his insight because he has experience advancing the field; he pioneered endoscopic ultrasonography.
 +
 
 +
Dr. Bhutani was also generous enough to invite us to observe him perform a colonoscopy. This gave us a much more comprehensive understanding of what the procedure is like.</div>
 +
      <img src="https://static.igem.org/mediawiki/2016/thumb/b/bc/Dr._Manoop_Bhutani.png/600px-Dr._Manoop_Bhutani.png" height="250px">
 +
      <br><br>
 +
    </div>
 +
        <div class = "fixed_flyer" id = "sec3" style="position:relative;z-index:2;">
 +
        <div class="h1">Dr. Gottumukkala Raju</div>
 +
    </div>
 +
    <br><br>
 +
    <div class="pagediv">
 +
      <br><br>
 +
      <div class="para">We will be meeting with Dr. Raju who also holds an appointment in the Department of Gastroenterology, Hepatology, & Nutrition. We look forward to receiving another perspective on the potential translational potential of our E. colinoscopies. </div>
 +
      <img src="https://static.igem.org/mediawiki/2016/thumb/1/19/Dr._Gottumukkala_Raju.png/600px-Dr._Gottumukkala_Raju.png" height="250px">
 
       <br><br>
 
       <br><br>
 
     </div>
 
     </div>
Line 26: Line 53:
 
     var sec2=$(".fixed_flyer#sec2");
 
     var sec2=$(".fixed_flyer#sec2");
 
     var sec2_pos=sec2.offset().top;
 
     var sec2_pos=sec2.offset().top;
 +
    var sec3=$(".fixed_flyer#sec3");
 +
    var sec3_pos=sec3.offset().top;
 
     $(window).scroll(function () {
 
     $(window).scroll(function () {
 
         var y=$(this).scrollTop();
 
         var y=$(this).scrollTop();
Line 32: Line 61:
 
         console.log('sec1:', sec1_pos);
 
         console.log('sec1:', sec1_pos);
 
         console.log('sec2:', sec2_pos);
 
         console.log('sec2:', sec2_pos);
 +
        console.log('sec3:', sec3_pos);
 
         if(y<sec2_pos-50){
 
         if(y<sec2_pos-50){
 
           if (y>sec1_pos){
 
           if (y>sec1_pos){
Line 40: Line 70:
 
           sec1.stop().animate({'top':10},1);     
 
           sec1.stop().animate({'top':10},1);     
 
         };
 
         };
         if(y<3000){
+
         if(y<sec3_pos-50){
           if(y>sec2_pos){
+
           if (y>sec2_pos){
 
             console.log('sec 2 supposed to move');
 
             console.log('sec 2 supposed to move');
             sec2.stop().animate({'top':y-sec2_pos+18},1);
+
             sec2.stop().animate({'top':y-sec2_pos+18},1);
 +
          }
 +
        } else {
 +
          sec1.stop().animate({'top':10},1);   
 +
        };
 +
        if(y<3000){
 +
          if(y>sec3_pos){
 +
            console.log('sec 3 supposed to move');
 +
            sec3.stop().animate({'top':y-sec3_pos+18},1);
 
           }
 
           }
 
         } else {
 
         } else {
           sec2.stop().animate({'top':10},1);     
+
           sec3.stop().animate({'top':10},1);     
 
         };
 
         };
 
     });
 
     });

Latest revision as of 03:46, 20 October 2016








Introduction




Rice is located just across the street from the Texas Medical Center. We decided to make the most of our proximity and to reach out to gastroenterologists from the University of Texas MD Anderson Cancer Center. We wanted to be sure that we included the perspectives of these major stakeholders in discussions about our project.

Dr. Manoop Bhutani




We met with Dr. Bhutani who holds a dual appointment in the Departments of Gastroenterology, Hepatology, & Nutrition, and Cancer Systems Imaging. He is the director of Endoscopic Research and Development at MD Anderson. During our meeting we discussed the current diagnostic tools (endoscopies) and his impression of our approach. He was very encouraging and enthusiastic. He believes that our project has great potential as a colonoscopy pre-screening tool or even as a way for people to have checkups between regularly scheduled colonoscopies. We particularly appreciated his insight because he has experience advancing the field; he pioneered endoscopic ultrasonography. Dr. Bhutani was also generous enough to invite us to observe him perform a colonoscopy. This gave us a much more comprehensive understanding of what the procedure is like.


Dr. Gottumukkala Raju




We will be meeting with Dr. Raju who also holds an appointment in the Department of Gastroenterology, Hepatology, & Nutrition. We look forward to receiving another perspective on the potential translational potential of our E. colinoscopies.