Difference between revisions of "Team:Queens Canada"

 
(136 intermediate revisions by 3 users not shown)
Line 13: Line 13:
 
* {
 
* {
 
     box-sizing: border-box;
 
     box-sizing: border-box;
 +
}
 +
 +
body {font-family: Verdana, sans-serif; margin:0}
 +
.mySlides {display: none}
 +
img {vertical-align: middle;}
 +
 +
/* Slideshow container */
 +
.slideshow-container {
 +
  max-width: 85%;
 +
  position: relative;
 +
  margin: auto;
 +
}
 +
 +
/* Next & previous buttons */
 +
.prev, .next {
 +
  cursor: pointer;
 +
  position: absolute;
 +
  top: 50%;
 +
  width: auto;
 +
  padding: 16px;
 +
  margin-top: -22px;
 +
  color: #0485BF;
 +
  font-weight: bold;
 +
  font-size: 18px;
 +
  transition: 0.6s ease;
 +
  border-radius: 0 3px 3px 0;
 +
}
 +
 +
.square {
 +
  height: 300px;
 +
  width: 20%;
 +
  background-color: #e9ebee;;
 +
}
 +
 +
/* Position the "next button" to the right */
 +
.next {
 +
  right: 0;
 +
  border-radius: 3px 0 0 3px;
 +
}
 +
 +
/* On hover, add a black background color with a little bit see-through */
 +
.prev:hover, .next:hover {
 +
  background-color: rgba(0,0,0,0.8);
 +
}
 +
 +
/* Caption text */
 +
.text {
 +
  color: #f2f2f2;
 +
  font-size: 15px;
 +
  padding: 8px 12px;
 +
  position: absolute;
 +
  bottom: 8px;
 +
  width: 100%;
 +
  text-align: center;
 +
}
 +
 +
/* Number text (1/3 etc) */
 +
.numbertext {
 +
  color: #f2f2f2;
 +
  font-size: 12px;
 +
  padding: 8px 12px;
 +
  position: absolute;
 +
  top: 0;
 +
}
 +
 +
/* The dots/bullets/indicators */
 +
.dot {
 +
  cursor: pointer;
 +
  height: 15px;
 +
  width: 15px;
 +
  margin: 0 2px;
 +
  background-color: #bbb;
 +
  border-radius: 50%;
 +
  display: inline-block;
 +
  transition: background-color 0.6s ease;
 +
}
 +
 +
.active, .dot:hover {
 +
  background-color: #717171;
 +
}
 +
 +
/* Fading animation */
 +
 +
.fade {
 +
  -webkit-animation-name: fade;
 +
  -webkit-animation-duration: 1.5s;
 +
  animation-name: fade;
 +
  animation-fill-mode: forwards;
 +
  animation-duration: 1.5s;
 +
}
 +
 +
@-webkit-keyframes fade {
 +
  from {opacity: .4}
 +
  to {opacity: 1}
 +
}
 +
 +
@keyframes fade {
 +
  from {opacity: .4}
 +
  to {opacity: 1}
 +
}
 +
 +
/* On smaller screens, decrease text size */
 +
@media only screen and (max-width: 300px) {
 +
  .prev, .next,.text {font-size: 11px}
 
}
 
}
  
Line 29: Line 133:
  
 
<div class="column full_size">
 
<div class="column full_size">
 +
<h2 style="margin-left: 15%"> Queen's Canada 2018 is proud to present: </h2>
 
<br>
 
<br>
<h1>Welcome to the Queens Canada 2018 wiki!</h1>
+
<div class="slideshow-container">
<p style="width:70%;margin-left:15%">This year’s project has focused on the production of protein biosensors for detection, diagnosis, and monitoring of salivary hormones. We have taken two approaches to our design process. Firstly, we constructed a reagent-less, and continuous glucocorticoid sensor which utilizes changes in Fluorescence Resonance Energy Transfer to detect hormones. Secondly, we have begun developing a novel, and easy to use biosensor which utilizes ligand-dependent intein splicing to produce a luminescent signal. The resulting signal could then be quantified, providing a dose-dependent measurement of analytes. In addition to our laboratory work, we have constructed a complimentary diagnostic pacifier featuring a built in luminometer, allowing for the potential to passively collect, and analyze saliva in a portable and non-invasive fashion. In practice, a child would use the pacifier as normal, and the baby’s salivary hormones would be collected, analyzed, and wirelessly transmitted to the parent or a healthcare professional through a smartphone application.</p>
+
 
 +
<div class="mySlides fade">
 +
  <div class="numbertext">1 / 3</div>
 +
  <img src="https://static.igem.org/mediawiki/2018/8/8c/T--Queens_Canada--land1.png" style="width:100%">
 +
  <div class="text"></div>
 
</div>
 
</div>
  
<h3 style="margin-left:15%">Queen's Canada 2018 is proud to present:</h3>
+
<div class="mySlides fade">
 +
  <div class="numbertext">2 / 4</div>
 +
  <img src="https://static.igem.org/mediawiki/2018/2/20/T--Queens_Canada--land2.png" style="width:100%">
 +
  <div class="text"></div>
 +
</div>
 +
 
 +
<div class="mySlides fade">
 +
  <div class="numbertext">3 / 4</div>
 +
  <img src="https://static.igem.org/mediawiki/2018/e/e9/T--Queens_Canada--land3.png" style="width:100%">
 +
  <div class="text"></div>
 +
</div>
 +
 
 +
<div class="mySlides fade">
 +
  <div class="numbertext">4/ 4</div>
 +
  <img src="https://static.igem.org/mediawiki/2018/3/32/T--Queens_Canada--land4.png" style="width:100%">
 +
  <div class="text"></div>
 +
</div>
 +
 
 +
 
 +
<a class="prev" onclick="plusSlides(-1)">&#10094;</a>
 +
<a class="next" onclick="plusSlides(1)">&#10095;</a>
 +
 
 +
</div>
 +
<br>
 +
 
 +
<div style="text-align:center">
 +
  <span class="dot" onclick="currentSlide(1)"></span>
 +
  <span class="dot" onclick="currentSlide(2)"></span>
 +
  <span class="dot" onclick="currentSlide(3)"></span>
 +
  <span class="dot" onclick="currentSlide(4)"></span>
 +
</div>
 +
<br>
 +
 
 
<span style="margin-left:15%">
 
<span style="margin-left:15%">
<a href="https://2018.igem.org/Team:Queens_Canada/Team" alt='team'><img src="https://static.igem.org/mediawiki/2018/b/ba/T--Queens_Canada--2018TeamPhoto.jpg" width="30%"/></a>
+
<a href="https://2018.igem.org/Team:Queens_Canada/Description" alt='team'><img src="https://static.igem.org/mediawiki/2018/2/26/T--Queens_Canada--thumb1.jpg" style="width:20%; margin-right:75px"/></a>
<a href="https://2018.igem.org/Team:Queens_Canada/Lab" alt='wetlab'>image/icon/symbol</a>
+
<a href="https://2018.igem.org/Team:Queens_Canada/Lab" alt='wetlab'><img src="https://static.igem.org/mediawiki/2018/0/09/T--Queens_Canada--Thumb2.png" style="width:20%; margin-right:75px"/></a>
<a href="https://2018.igem.org/Team:Queens_Canada/HP/Gold_Integrated" alt='humanpractices'>image/icon/symbol</a>
+
<a href="https://2018.igem.org/Team:Queens_Canada/Human_Practices" alt='humanpractices'><img src="https://static.igem.org/mediawiki/2018/5/56/T--Queens_Canada--thumb3.jpg" width="20%"/></a>
<a href="https://2018.igem.org/Team:Queens_Canada/Model" alt='modelling'>image/icon/symbol</a>
+
<br><br>
<a href="https://2018.igem.org/Team:Queens_Canada/Hardware" alt='hardware'>image/icon/symbol</a>
+
 
 +
 
 +
</div>
 +
<span class="square" style="margin-left:15%; margin-right:75px; padding: 18px; display: inline-block;"><p style="font-size: 24pt; font-weight: bold; color: #0485BF;">Discover <p style="font-size: 24pt; font-weight: bold; color: #0485BF;"> <a href="https://2018.igem.org/Team:Queens_Canada/Description" style="color: #0485BF; font-weight: bold; text-decoration: underline;"> Soothe Sayer</a><br><br>
 +
<p style="font-size: 18pt; font-weight: bold; color: #0485BF;">>And learn about <a href="https://2018.igem.org/Team:Queens_Canada/Team" style="color: #0485BF; font-weight: bold; text-decoration: underline;">us</a></p><p style="font-size: 18pt; font-weight: bold; color: #e9ebee;;"> hello<a href="https://2018.igem.org/Team:Queens_Canada/Hardware" style="color: #0485BF; font-weight: bold; text-decoration: underline;"></a><a href="https://2018.igem.org/Team:Queens_Canada/Software" style="color: #0485BF; font-weight: bold;  text-decoration: underline;"></a></p>
 +
</span>
 +
 
 +
<span class="square" style="margin-right:75px; padding: 18px; display: inline-block;"><p style="font-size: 24pt; font-weight: bold; color: #0485BF;">The <a href="https://2018.igem.org/Team:Queens_Canada/Design" style="color: #0485BF; font-weight: bold; text-decoration: underline;">Science</a> </p><p style="font-size: 24pt; font-weight: bold; color: #0485BF;">behind Soothe Sayer</p><br>
 +
<p style="font-size: 18pt; font-weight: bold; color: #0485BF;">>Also See <a href="https://2018.igem.org/Team:Queens_Canada/Model" style="color: #0485BF; font-weight: bold; text-decoration: underline;">Modelling</a>,<p style="font-size: 18pt; font-weight: bold; color: #0485BF;"><a href="https://2018.igem.org/Team:Queens_Canada/Hardware" style="color: #0485BF; font-weight: bold; text-decoration: underline;">Hardware</a>, <a href="https://2018.igem.org/Team:Queens_Canada/Software" style="color: #0485BF; font-weight: bold; text-decoration: underline;">Software</a></p>
 +
</span>
 +
 
 +
<span class="square" style="margin-right:75px; padding: 18px; display: inline-block;"><p style="font-size: 24pt; font-weight: bold; color: #0485BF;">What do the </p><p style="font-size: 24pt; font-weight: bold; color: #0485BF;"><a href="https://2018.igem.org/Team:Queens_Canada/Interviews" style="color: #0485BF; font-weight: bold;  text-decoration: underline;">experts</a>  say?</p><br>
 +
<p style="font-size: 18pt; font-weight: bold; color: #0485BF;">>Visit our other<p style="font-size: 18pt; font-weight: bold; color: #0485BF;">initiatives <a href="https://2018.igem.org/Team:Queens_Canada/Human_Practices" style="color: #0485BF; font-weight: bold; text-decoration: underline;">here</a></p>
 
</span>
 
</span>
 
<br>
 
<br>
<div style="margin-right:10%">
+
<br>
<img src="https://static.igem.org/mediawiki/2018/7/7b/T--Queens_Canada--thermo-fisher-scientific.png" width="20%">
+
<br>
 +
<p style="width:70%;margin-left:15%;font-size:18pt;color:#606060">This year’s project has focused on the production of protein biosensors for detection, diagnosis, and monitoring of salivary hormones. We have taken two approaches to our design process. Firstly, we constructed a reagent-less, and continuous glucocorticoid sensor which utilizes changes in Fluorescence Resonance Energy Transfer to detect hormones. Secondly, we have begun developing a novel, and easy to use biosensor which utilizes ligand-dependent intein splicing to produce a luminescent signal. The resulting signal could then be quantified, providing a dose-dependent measurement of analytes. In addition to our laboratory work, we have constructed a complimentary diagnostic pacifier featuring a built in luminometer, allowing for the potential to passively collect, and analyze saliva in a portable and non-invasive fashion. In practice, a child would use the pacifier as normal, and the baby’s salivary hormones would be collected, analyzed, and wirelessly transmitted to the parent or a healthcare professional through a smartphone application.</p>
 +
<br><br><br>
 +
<div style="width:70%;margin-left:15%">
 
<img src="https://static.igem.org/mediawiki/2018/8/86/T--Queens_Canada--QueensLogo_colour.png" width="20%">
 
<img src="https://static.igem.org/mediawiki/2018/8/86/T--Queens_Canada--QueensLogo_colour.png" width="20%">
 
<img src="https://static.igem.org/mediawiki/2018/e/e2/T--Queens_Canada--Opentrons.png " width="20%">
 
<img src="https://static.igem.org/mediawiki/2018/e/e2/T--Queens_Canada--Opentrons.png " width="20%">
 +
<img src="https://static.igem.org/mediawiki/2018/7/7b/T--Queens_Canada--thermo-fisher-scientific.png" width="20%">
 
<img src="https://static.igem.org/mediawiki/2018/f/f3/T--Queens_Canada--Millipore.png" width="20%">
 
<img src="https://static.igem.org/mediawiki/2018/f/f3/T--Queens_Canada--Millipore.png" width="20%">
 +
<img src="https://static.igem.org/mediawiki/2018/1/1b/T--Queens_Canada--Qiagen.png" width="15%">
 
</div>
 
</div>
 
<br>
 
<br>
Line 127: Line 285:
 
             </div>
 
             </div>
 
         </footer>
 
         </footer>
 +
<script>
 +
var slideIndex = 1;
 +
showSlides(slideIndex);
 +
 +
function plusSlides(n) {
 +
  showSlides(slideIndex += n);
 +
}
 +
 +
function currentSlide(n) {
 +
  showSlides(slideIndex = n);
 +
}
 +
 +
function showSlides(n) {
 +
  var i;
 +
  var slides = document.getElementsByClassName("mySlides");
 +
  var dots = document.getElementsByClassName("dot");
 +
  if (n > slides.length) {slideIndex = 1}   
 +
  if (n < 1) {slideIndex = slides.length}
 +
  for (i = 0; i < slides.length; i++) {
 +
      slides[i].style.display = "none"; 
 +
  }
 +
  for (i = 0; i < dots.length; i++) {
 +
      dots[i].className = dots[i].className.replace(" active", "");
 +
  }
 +
  slides[slideIndex-1].style.display = "block"; 
 +
  dots[slideIndex-1].className += " active";
 +
}
 +
</script>
 
</body>
 
</body>
  
 
</html>
 
</html>

Latest revision as of 14:32, 17 October 2018

iGem 2018 Queen's Canada

Queen's Canada 2018 is proud to present:


1 / 3
2 / 4
3 / 4
4/ 4




Discover

Soothe Sayer

>And learn about us

hello

The Science

behind Soothe Sayer


>Also See Modelling,

Hardware, Software

What do the

experts say?


>Visit our other

initiatives here




This year’s project has focused on the production of protein biosensors for detection, diagnosis, and monitoring of salivary hormones. We have taken two approaches to our design process. Firstly, we constructed a reagent-less, and continuous glucocorticoid sensor which utilizes changes in Fluorescence Resonance Energy Transfer to detect hormones. Secondly, we have begun developing a novel, and easy to use biosensor which utilizes ligand-dependent intein splicing to produce a luminescent signal. The resulting signal could then be quantified, providing a dose-dependent measurement of analytes. In addition to our laboratory work, we have constructed a complimentary diagnostic pacifier featuring a built in luminometer, allowing for the potential to passively collect, and analyze saliva in a portable and non-invasive fashion. In practice, a child would use the pacifier as normal, and the baby’s salivary hormones would be collected, analyzed, and wirelessly transmitted to the parent or a healthcare professional through a smartphone application.