Difference between revisions of "Team:Duke/Team"

Line 184: Line 184:
 
   console.log(slides.length);
 
   console.log(slides.length);
 
   var slides = document.getElementsByClassName("mySlides");
 
   var slides = document.getElementsByClassName("mySlides");
   var dots = document.getElementsByClassName("dot");
+
   //var dots = document.getElementsByClassName("dot");
 
   if (n > slides.length) {slideIndex = 1}  
 
   if (n > slides.length) {slideIndex = 1}  
 
   if (n < 1) {slideIndex = slides.length}
 
   if (n < 1) {slideIndex = slides.length}
Line 190: Line 190:
 
       slides[i].style.display = "none";  
 
       slides[i].style.display = "none";  
 
   }
 
   }
   for (i = 0; i < dots.length; i++) {
+
   //for (i = 0; i < dots.length; i++) {
      dots[i].className = dots[i].className.replace(" active", "");
+
  //  dots[i].className = dots[i].className.replace(" active", "");
   }
+
   //}
 
   slides[slideIndex-1].style.display = "block";  
 
   slides[slideIndex-1].style.display = "block";  
   dots[slideIndex-1].className += " active";
+
   //dots[slideIndex-1].className += " active";
 
}
 
}
  
Line 214: Line 214:
 
   var slides = document.getElementsByClassName("mySlides2");
 
   var slides = document.getElementsByClassName("mySlides2");
 
   console.log(slides.length);
 
   console.log(slides.length);
   var dots = document.getElementsByClassName("dot");
+
   //var dots = document.getElementsByClassName("dot");
 
   if (n > slides.length) {slideIndex = 1}  
 
   if (n > slides.length) {slideIndex = 1}  
 
   if (n < 1) {slideIndex2 = slides.length}
 
   if (n < 1) {slideIndex2 = slides.length}
Line 220: Line 220:
 
       slides[i].style.display = "none";  
 
       slides[i].style.display = "none";  
 
   }
 
   }
  for (i = 0; i < dots.length; i++) {
+
// for (i = 0; i < dots.length; i++) {
      dots[i].className = dots[i].className.replace(" active", "");
+
  //    dots[i].className = dots[i].className.replace(" active", "");
   }
+
   //}
 
   slides[slideIndex2-1].style.display = "block";  
 
   slides[slideIndex2-1].style.display = "block";  
   dots[slideIndex2-1].className += " active";
+
   //dots[slideIndex2-1].className += " active";
 
}
 
}
 
</script>
 
</script>

Revision as of 20:23, 16 October 2018


Our Team



1 / 6


Daniel Getman


Daniel Getman is a senior at Duke University studying Neuroscience. He joined the Duke iGEM team and Lynch Lab in fall 2017. His hobbies include archery, hiking, and spending time with friends. After graduating he plans to taking a gap year to continue his research on miraculin and afterwards attend medical school.

2 / 6


Maria Ter Weele


Maria is a junior majoring Biomedical Engineering at Duke. She is passionate about statistics and is constantly searching to learn new things about biology. Originally from Virginia, Maria enjoys walks in the woods with her dogs, hot chocolate, and reading.




Our Advisors



1 / 6


Daniel Getman


Daniel Getman is a senior at Duke University studying Neuroscience. He joined the Duke iGEM team and Lynch Lab in fall 2017. His hobbies include archery, hiking, and spending time with friends. After graduating he plans to taking a gap year to continue his research on miraculin and afterwards attend medical school.

2 / 6


Maria Ter Weele


Maria is a junior majoring Biomedical Engineering at Duke. She is passionate about statistics and is constantly searching to learn new things about biology. Originally from Virginia, Maria enjoys walks in the woods with her dogs, hot chocolate, and reading.