Difference between revisions of "Team:CU-Boulder/TeamBio"

 
(126 intermediate revisions by the same user not shown)
Line 9: Line 9:
 
   background-color: black;
 
   background-color: black;
 
}
 
}
 +
 +
.mainhead{
 +
  text-shadow: -3px -3px #7167e0;
 +
  font-size: 90px;
 +
  color: #fffbea;
 +
  font-family: inconsolata, sans-serif;
 +
  padding-left: 45px;
 +
  padding-right: 45px;
 +
  padding-top: 45px;
 +
  padding-bottom: 45px;
 +
}
 +
  
 
section {
 
section {
 +
  height:110vh;
 +
  position:relative;
 +
  align-content: center;
 +
  justify-content: center;
 +
  display: flex;
 +
  flex-wrap: nowrap;
 +
  flex-direction: column;
 
   align-items: center;
 
   align-items: center;
 
   background-color: black;
 
   background-color: black;
 +
 
}
 
}
  
 
.people{
 
.people{
  height: 800vh;
+
   width: 100vh;
   width: 100%;
+
 
   background-color: black;
 
   background-color: black;
 
}
 
}
  
.break{
 
  height: 20vh;
 
  background-color: black;
 
}
 
  
 
.row{
 
.row{
Line 42: Line 57:
 
   transition-duration: 0.5s;
 
   transition-duration: 0.5s;
 
   margin: 0 auto;
 
   margin: 0 auto;
  overflow: hidden;
 
 
}
 
}
  
Line 56: Line 70:
 
   transition-duration: 0.5s;
 
   transition-duration: 0.5s;
 
   margin: 0 auto;
 
   margin: 0 auto;
 +
 
 
}
 
}
  
 
.boxR:hover{
 
.boxR:hover{
 
   width: 1000px;
 
   width: 1000px;
   height: 700px;
+
   height: 650px;
 
   border: solid;
 
   border: solid;
   opacity: 1;   
+
   opacity: 1;
 +
  box-shadow: -10px 10px #8fd6b7;   
 
}
 
}
 +
  
 
.boxL:hover{
 
.boxL:hover{
 
   width: 1000px;
 
   width: 1000px;
   height: 700px;
+
   height: 650px;
 
   border: solid;
 
   border: solid;
   opacity: 1;   
+
   opacity: 1;
 +
   box-shadow: 10px 10px #80d1dd;
 
}
 
}
  
Line 102: Line 120:
 
}
 
}
  
.boxL:hover img{
+
.boxL:hover .imageLeft{
 
   width: 450px;
 
   width: 450px;
 +
  max-height: 645px;
 
   filter: grayscale(0%);
 
   filter: grayscale(0%);
 +
  margin-right: 30px;
 
}
 
}
  
img{
+
.imageLeft{
 
   float: left;
 
   float: left;
 
   width: 400px;
 
   width: 400px;
Line 114: Line 134:
 
   border-radius: 15px;
 
   border-radius: 15px;
 
   filter: grayscale(100%);
 
   filter: grayscale(100%);
 +
  
 
}
 
}
Line 119: Line 140:
 
.boxR:hover .imageRight{
 
.boxR:hover .imageRight{
 
   width: 450px;
 
   width: 450px;
 +
  margin-left: 30px;
 
   filter: grayscale(0%);
 
   filter: grayscale(0%);
 
}
 
}
Line 128: Line 150:
 
   transition-duration: 0.5s;
 
   transition-duration: 0.5s;
 
   border-radius: 15px;
 
   border-radius: 15px;
 +
  filter: grayscale(100%);
  
 
}
 
}
Line 140: Line 163:
 
.boxL:hover subHeadL{
 
.boxL:hover subHeadL{
 
   opacity: 1;
 
   opacity: 1;
   margin-left: 5%;
+
   margin-left: 10px;
 
   transition-delay: 1s;
 
   transition-delay: 1s;
 
   transition-duration: 0.5s;
 
   transition-duration: 0.5s;
Line 146: Line 169:
  
 
subHeadR {
 
subHeadR {
   margin-left: 6%;
+
   margin-left: 30px;
 
   font-size: 16px;
 
   font-size: 16px;
 
   color: white;
 
   color: white;
  display: none;
 
 
   opacity: 0;
 
   opacity: 0;
  transition-delay: 1s;
 
  transition-duration: 0.5s;
 
  overflow: hidden;
 
 
}
 
}
  
 
.boxR:hover subHeadR{
 
.boxR:hover subHeadR{
 
   margin-left: 1%;
 
   margin-left: 1%;
  display: block;
 
 
   opacity: 1;
 
   opacity: 1;
 +
  transition-delay: 1s;
 +
  transition-duration: 0.5s;
 
}
 
}
  
pL1{
+
 
  font-size: 15px;
+
.talk-bubbleLEFT {
  font-family: inconsolata, sans-serif;
+
margin: auto;
 +
        width: 500px;
 +
        margin-left: 500px;
 +
        font-size: 14px;
 +
        font-family: inconsolata, sans-serif;
 +
        text-align: justify;
 +
        opacity: 0;
 +
        display: block;
 +
        position: relative;
 +
height: auto;
 +
background-color: #a3a2a1;
 +
        padding: 5px;
 +
        padding-left: 10px;
 +
        border-radius: 10px;
 +
        box-shadow: 5px 5px #474747;
 +
}
 +
 
 +
.boxL:hover .talk-bubbleLEFT{
 
   opacity: 1;
 
   opacity: 1;
   color: white;
+
   transition-duration:0.5s;
   margin-left: 45%;
+
   transition-delay: 1.5s;
 +
}
 +
 
 +
.talk-bubbleRIGHT {
 +
        opacity: 0;
 +
        width: 500px;
 +
        margin-right: 600px;
 +
        font-size: 14px;
 +
        font-family: inconsolata, sans-serif;
 +
        text-align: justify;
 +
        display: block;
 +
        position: relative;
 +
height: auto;
 +
background-color: #a3a2a1;
 +
        padding: 5px;
 +
        padding-right: 10px;
 +
        border-radius: 10px;
 +
        font-style: bold;
 +
        box-shadow: -5px 5px #474747;
 
}
 
}
  
.boxL:hover pL1{
+
.boxR:hover .talk-bubbleRIGHT{
 
   opacity: 1;
 
   opacity: 1;
 
   transition-delay: 1.5s;
 
   transition-delay: 1.5s;
Line 177: Line 232:
 
}
 
}
  
pR1{
+
.tri-right.border.left-top:before {
  font-size: 15px;
+
content: ' ';
  font-family: inconsolata, sans-serif;
+
position: absolute;
  opacity: 0;
+
width: 0;
  margin-left: 4%;
+
height: 0;
  opacity: 0;
+
        left: -40px;
  transition-duration:0.5s;
+
right: auto;
  display: none;
+
        top: -8px;
 +
bottom: auto;
 +
border: 32px solid;
 +
border-color: #a3a2a1 transparent transparent transparent;
 +
}
 +
.tri-right.left-top:after{
 +
content: ' ';
 +
position: absolute;
 +
width: 0;
 +
height: 0;
 +
        left: -20px;
 +
right: auto;
 +
        top: 0px;
 +
bottom: auto;
 +
border: 22px solid;
 +
border-color: #a3a2a1 transparent transparent transparent;
 
}
 
}
  
.boxR:hover pR1{
+
.tri-right.border.right-top:before {
   opacity: 1;
+
content: ' ';
   transition-duration:0.5s;
+
position: absolute;
   max-width: 50%;
+
width: 0;
 +
height: 0;
 +
   left: auto;
 +
right: -40px;
 +
   top: -8px;
 +
bottom: auto;
 +
border: 32px solid;
 +
border-color: #a3a2a1 transparent transparent transparent;
 +
}
 +
.tri-right.right-top:after{
 +
content: ' ';
 +
position: absolute;
 +
width: 0;
 +
height: 0;
 +
   left: auto;
 +
right: -20px;
 +
  top: 0px;
 +
bottom: auto;
 +
border: 22px solid;
 +
border-color: #a3a2a1 transparent transparent transparent;
 
}
 
}
  
Line 197: Line 286:
 
<body>
 
<body>
  
 +
<section>
 +
<div class = "mainhead">
 +
<h><i>&#8226; The Team &#8226;</i></h>
 +
</div>
 +
</section>
  
  
<div class = "break">
 
</div>
 
  
  
  
 +
 +
<section>
 
<div class = "row">  
 
<div class = "row">  
 
  <div class = "boxL">
 
  <div class = "boxL">
   <div class = "LboxHeader"> Maxwell Saal</div>
+
   <div class = "LboxHeader" "Max"> Maxwell Saal</div>
  
 
     <span>
 
     <span>
     <img src = "https://static.igem.org/mediawiki/2017/7/70/T-CU-Boulder--Maxwell.jpeg"/>
+
     <img src = "https://static.igem.org/mediawiki/2017/7/70/T-CU-Boulder--Maxwell.jpeg" class= "imageLeft"/>
 
     </span>
 
     </span>
  
 
     </br>
 
     </br>
  
    <subHeadL><i>Class of 2018<i></subHeadL>
+
        <subHeadL><i>Class of 2017<i></subHeadL>
        </br></br>
+
          </br></br>
  
  
    <subHeadL><i> Majors? </i></subHeadL>
+
        <subHeadL><i> Majors? </i></subHeadL>
  
  
 
         </br></br>
 
         </br></br>
       <pL1> Molecular, Cellular & Developmental Biology, Biochemistry</pL1>
+
       <span class= "talk-bubbleLEFT tri-right left-top"><p> Molecular, Cellular & Developmental Biology, Biochemistry</p></span>
        </br></br>
+
        </br>
  
  
Line 230: Line 324:
  
  
       <pL1> Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore
+
       <span class= "talk-bubbleLEFT tri-right left-top"><p>I'm not much of a romantic, I guess. I'm content to be wherever I am, so long as there's good food, interesting things to do, and good people to be around. </br></br>In that order, probably.
      magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
+
</p></span></br>
      consequat </pL1>
+
        </br></br>
+
  
  
Line 241: Line 333:
  
  
       <pL1> Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore
+
       <span class="talk-bubbleLEFT tri-right left-top"><p> There are a lot of things that interest me. I love books, and the arts generally, and I've consumed a great deal of history in pursuit of answering whether we as society are really getting anywhere (side note: if we are, it's nowhere fast).</br></br>
      magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo 
+
 
      consequat. </pL1>
+
But while humanities are fun, well.. learning how a set of carbon, oxygen, hydrogen, and nitrogen atoms come together to produce complex new structures which get taken apart and put together all by doing nothing but taking advantage of laws of the universe.. it lights a different kind of fire.</p></span></br>
        </br></br>
+
   
  
  
Line 251: Line 343:
  
  
       <pL1> Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore 
+
       <span class="talk-bubbleLEFT tri-right left-top"><p> I own a lot of nice socks. </p></span>
      magna aliqua. </pL1>
+
 
</div>
 
</div>
 
</div>
 
</div>
  
 +
</section>
  
 +
<section>
  
  
<div class = "break">
 
</div>
 
  
  
  
 +
<div class = "row">
 +
<div class = "boxR">
 +
  <div class = "RboxHeader"> Miriam Van Ek </div>
  
 
<div class = "row">
 
  <div class = "boxR">
 
    <div class = "RboxHeader"> Miriam Van Ek
 
    </div>
 
 
         <span>
 
         <span>
 
         <img src = "https://static.igem.org/mediawiki/2017/e/eb/T-CU-Boulder--Miriam.jpeg" class= "imageRight"  />
 
         <img src = "https://static.igem.org/mediawiki/2017/e/eb/T-CU-Boulder--Miriam.jpeg" class= "imageRight"  />
 
         </span>
 
         </span>
 +
 +
        </br>
 +
 +
 +
      <subHeadR><i> Class of 2018 </i></subHeadR>
 +
        </br></br>
 +
 +
 +
      <subHeadR><i> Majors? </i></subHeadR>
 +
        </br></br>
 +
 +
 +
      <span class="talk-bubbleRIGHT tri-right right-top"><p>Molecular Cellular & Developmental Biology, Neurobiology</p></span>
 +
        </br>
 +
 +
 +
      <subHeadR><i> If you could be doing whatever your heart desired, what would it be? </i></subHeadR>
 +
        </br></br>
 +
 +
 +
      <span class="talk-bubbleRIGHT tri-right right-top"><p> I would be riding my bike, skiing, or snuggling with my dog... </br></br> But on a more serious note, I would
 +
      love to break stigma regarding mental health. My goal is to develop better drugs for depression, anxiety disorder, etc.
 +
      I could also see myself working for a suicide prevention/mental health awareness nonprofit.  </p></span>
 
         </br>
 
         </br>
    <subHeadR><i> Class of 2018 </i></subHeadR>
 
  </br></br>
 
    <subHeadR><i> Majors? </i></subHeadR>
 
  </br></br>
 
      <pR1> Molecular Cellular & Developmental Biology, Neurobiology</pR1>
 
    </br></br>
 
    <subHeadR><i> If you could be doing whatever your heart desired, what would it be? </i></subHeadR>
 
  </br></br>
 
      <pR1> I would be riding my bike, skiing, or snuggling with my dog... </br></br> But on a more serious note, I would love to break stigma regarding mental health. My goal is to develop better drugs for depression, anxiety disorder, etc. I could also see myself working for a suicide prevention/mental health awareness nonprofit.  </pR1>
 
    </br></br>
 
    <subHeadR><i> What got you interested in your program/major? </i></subHeadR>
 
  </br></br>
 
      <pR1> The complexity of the brain is <b>SO COOL</b>. There are endless avenues for exploration and discovery.  </pR1>
 
    </br></br>
 
    <subHeadR><i> A random fact about yourself? </i></subHeadR>
 
</br></br>
 
      <pR1> I can eat more than you... </pR1>
 
</div>
 
</div>
 
  
  
 +
      <subHeadR><i> What got you interested in your program/major? </i></subHeadR>
 +
        </br></br>
  
  
 +
      <span class="talk-bubbleRIGHT tri-right right-top"><p> The complexity of the brain is <b>SO COOL</b>. There are endless avenues for exploration and discovery.  </p></span>
 +
        </br>
  
  
<div class = "break">
+
      <subHeadR><i> A random fact about yourself? </i></subHeadR>
 +
        </br></br>
 +
         
 +
 
 +
      <span class="talk-bubbleRIGHT tri-right right-top"><p> I can eat more than you... </p></span>
 +
 
 +
 
 +
</div>
 
</div>
 
</div>
  
 +
 +
 +
 +
 +
 +
</section>
 +
<section>
  
  
Line 312: Line 423:
 
   </div>
 
   </div>
 
     <span>
 
     <span>
     <img src = "https://static.igem.org/mediawiki/2017/9/9b/T-CU-Boulder--Andres.jpeg"/>
+
     <img src = "https://static.igem.org/mediawiki/2017/9/9b/T-CU-Boulder--Andres.jpeg" class = "imageLeft" />
 
     </span>
 
     </span>
 
     </br>
 
     </br>
Line 319: Line 430:
 
     <subHeadL><i> Majors? </i></subHeadL>
 
     <subHeadL><i> Majors? </i></subHeadL>
 
   </br></br>
 
   </br></br>
       <pL1> Chemical & Biological Engineering</pL1>
+
       <span class="talk-bubbleLEFT tri-right left-top"><p> Chemical & Biological Engineering</p></span>
    </br></br>
+
    </br>
 
     <subHeadL><i> If you could be doing whatever your heart desired, what would it be? </i></subHeadL>
 
     <subHeadL><i> If you could be doing whatever your heart desired, what would it be? </i></subHeadL>
 
   </br></br>
 
   </br></br>
       <pL1> I would want to be an MMA fighter</pL1>
+
 
    </br></br>
+
 
 +
       <span class="talk-bubbleLEFT tri-right left-top"><p> I would want to be an MMA fighter</p></span>
 +
    </br>
 
     <subHeadL><i> What got you interested in your program/major? </i></subHeadL>
 
     <subHeadL><i> What got you interested in your program/major? </i></subHeadL>
 
</br></br>
 
</br></br>
       <pL1>  I got interested in chemical and biological engineering because I thought I wanted to be a doctor, but then realized that I was more interested in making the medicine than prescribing the medicine. I wanted to become a pharmaceutical engineer because the world needs cures for countless diseases and I want to be a part of that.</pL1>
+
 
</br></br>
+
 
 +
       <span class="talk-bubbleLEFT tri-right left-top"><p>  I got interested in chemical and biological engineering because I thought I wanted to be a doctor, but then realized that I was more interested in making the medicine than prescribing the medicine. I wanted to become a pharmaceutical engineer because the world needs cures for countless diseases and I want to be a part of that.</p></span>
 +
</br>
 
     <subHeadL><i> A random fact about yourself? </i></subHeadL>
 
     <subHeadL><i> A random fact about yourself? </i></subHeadL>
 
</br></br>  
 
</br></br>  
     <pL1> I’m undefeated in Muay Thai and I’m in love with Simon</pL1>
+
     <span class="talk-bubbleLEFT tri-right left-top"><p> I’m undefeated in Muay Thai and I’m in love with Simon</p></span>
   </div>
+
    
   </div>
+
 
 +
 
 +
</div>
 +
</div>
 +
 
 +
 
 +
 
 +
 
 +
 
 +
</section>
 +
<section>
 +
 
 +
 
 +
 
 +
 
 +
 
 +
<div class = "row">
 +
<div class = "boxR">
 +
   <div class = "RboxHeader"> Su Sie Park </div>
 +
 
 +
        <span>
 +
        <img src = "https://static.igem.org/mediawiki/2017/a/ad/T-CU_Boulder--SuSie.jpeg" class= "imageRight"  />
 +
        </span>
 +
 
 +
        </br>
 +
 
 +
 
 +
      <subHeadR><i> Class of 2018 </i></subHeadR>
 +
        </br></br>
 +
 
 +
 
 +
      <subHeadR><i> Majors?</i></subHeadR>
 +
        </br></br>
 +
 
 +
 
 +
      <span class="talk-bubbleRIGHT tri-right right-top"><p>Chemical and Biological Engineering</p></span>
 +
        </br>
 +
 
 +
 
 +
      <subHeadR><i> If you could be doing whatever your heart desired, what would it be? </i></subHeadR>
 +
        </br></br>
 +
 
 +
 
 +
      <span class="talk-bubbleRIGHT tri-right right-top"><p>I would like to be teaching children in rural area, or volunteering in 3rd world country during the day, and spending the weekends baking, cooking, and gardening.
 +
</p></span>
 +
        </br>
 +
 
 +
 
 +
      <subHeadR><i> What got you interested in your program/major? </i></subHeadR>
 +
        </br></br>
 +
 
 +
 
 +
      <pR1> </pR1>
 +
        </br></br>
 +
 
 +
 
 +
      <subHeadR><i> A random fact about yourself? </i></subHeadR>
 +
        </br></br>
 +
         
 +
 
 +
      <span class="talk-bubbleRIGHT tri-right right-top"><p> I was born in Seoul South Korea, Finished my middle school and high school in the Philippines, and on my way to complete my college career in US. </p></span>
 +
 
 +
 
 +
</div>
 +
</div>
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
</section>
 +
<section>
 +
 
 +
 
 +
 
 +
 
 +
<div class = "row">
 +
<div class = "boxL">
 +
  <div class = "LboxHeader"> Simon Kalmus</div>
 +
 
 +
    <span>
 +
    <img src = "https://static.igem.org/mediawiki/2017/thumb/c/cf/T-CU_Boulder--Simon.jpeg/413px-T-CU_Boulder--Simon.jpeg" class= "imageLeft"/>
 +
    </span>
 +
 
 +
    </br>
 +
 
 +
        <subHeadL><i>Class of 2019<i></subHeadL>
 +
          </br></br>
 +
 
 +
 
 +
        <subHeadL><i> Majors? </i></subHeadL>
 +
 
 +
 
 +
        </br></br>
 +
      <span class="talk-bubbleLEFT tri-right left-top"><p> Chemical & Biological Engineering </p></span>
 +
        </br>
 +
 
 +
 
 +
      <subHeadL><i> If you could be doing whatever your heart desired, what would it be? </i></subHeadL>
 +
        </br></br>
 +
 
 +
 
 +
      <span class="talk-bubbleLEFT tri-right left-top"><p> Honestly, I'd probably still be tinkering away in the lab. </br></br> Maybe a little bit of gardening and  back country camping to keep myself sane... </p></span>
 +
        </br>
 +
 
 +
 
 +
      <subHeadL><i> What got you interested in your program/major? </i></subHeadL>
 +
        </br></br>
 +
 
 +
 
 +
 
 +
      <span class="talk-bubbleLEFT tri-right left-top"><p> I had always been fascinated by complex systems and their behavior. This interest was accentuated by the interaction networks observed in cellular biology. Thinking about the potential applications of modern biotechnology is absolutely exhilarating!  </p></span>
 +
        </br>
 +
 
 +
 
 +
    <subHeadL><i> A random fact about yourself? </i></subHeadL>
 +
        </br></br>
 +
 
 +
 
 +
      <span class="talk-bubbleLEFT tri-right left-top"><p> Much to my mother's dismay...</br></br> I hitchhiked from Colorado to California and back when I was 17 years old.  </p></span>
 +
</div>
 +
</div>
 +
 
 +
 
 +
</section>
 +
<section>
 +
 
 +
 
 +
<div class = "row">
 +
<div class = "boxR">
 +
  <div class = "RboxHeader"> Madison Adamthwaite</div>
 +
 
 +
        <span>
 +
        <img src = "https://static.igem.org/mediawiki/2017/b/b8/T-CU_Boulder--Madison.jpeg" class= "imageRight"  />
 +
        </span>
 +
 
 +
        </br>
 +
 
 +
 
 +
      <subHeadR><i> Class of 2019 </i></subHeadR>
 +
        </br></br>
 +
 
 +
 
 +
      <subHeadR><i> Majors?</i></subHeadR>
 +
        </br></br>
 +
 
 +
 
 +
      <span class="talk-bubbleRIGHT tri-right right-top"><p> Molecular Cellular & Developmental Biology</p></span>
 +
        </br></br>
 +
 
 +
 
 +
      <subHeadR><i> If you could be doing whatever your heart desired, what would it be? </i></subHeadR>
 +
 
 +
        </br><span class="talk-bubbleRIGHT tri-right right-top"><p> If I could be doing anything at this moment I would want to be on top of a mountain, enjoying the view, and eating a peanut butter sandwich.
 +
</p></span>
 +
        </br>
 +
 
 +
 
 +
      <subHeadR><i> What got you interested in your program/major? </i></subHeadR>
 +
        </br></br>
 +
 
 +
 
 +
      <span class="talk-bubbleRIGHT tri-right right-top"><p>I became interested in molecular, cellular, and developmental biology because I thought cell models/drawings looked pretty and interesting.</p></span>
 +
        </br>
 +
 
 +
 
 +
      <subHeadR><i> A random fact about yourself? </i></subHeadR>
 +
        </br></br>
 +
         
 +
 
 +
      <span class="talk-bubbleRIGHT tri-right right-top"><p>I have played piano for 15 years. </p></span>
 +
 
 +
 
 +
</div>
 +
</div>
 +
 
 +
 
 +
 
 +
 
 +
 
 +
</section>
 +
<section>
 +
 
 +
<div class = "row">
 +
<div class = "boxL">
 +
  <div class = "LboxHeader"> Suchita Lulla</div>
 +
 
 +
    <span>
 +
    <img src = "https://static.igem.org/mediawiki/2017/4/46/T-CU-Boulder--Suchita.jpeg" class= "imageLeft"/>
 +
    </span>
 +
 
 +
    </br>
 +
 
 +
        <subHeadL><i>Class of 2020<i></subHeadL>
 +
          </br></br>
 +
 
 +
 
 +
        <subHeadL><i> Majors? </i></subHeadL>
 +
 
 +
 
 +
        </br></br>
 +
      <span class="talk-bubbleLEFT tri-right left-top"><p> Molecular Cellular & Developmental Biology, Computer Science </p></span>
 +
        </br>
 +
 
 +
 
 +
      <subHeadL><i> If you could be doing whatever your heart desired, what would it be? </i></subHeadL>
 +
        </br></br>
 +
 
 +
 
 +
      <span class="talk-bubbleLEFT tri-right left-top"><p>If I could do anything I would probably be painting.</p></span>
 +
        </br>
 +
 
 +
 
 +
      <subHeadL><i> What got you interested in your program/major? </i></subHeadL>
 +
        </br></br>
 +
 
 +
 
 +
 
 +
      <span class="talk-bubbleLEFT tri-right left-top"><p> I got into MCDB because I read a book called Genome: The Autobiography of a Species in 23 Chapters by Matt Ridley, and it hooked me on genetics. </br></br>
 +
I got into Comp Sci because I had an amazing teacher in high school who made computer science fun and encouraged us to learn on our own. </p></span>
 +
        </br>
 +
 
 +
 
 +
    <subHeadL><i> A random fact about yourself? </i></subHeadL>
 +
        </br></br>
 +
 
 +
 
 +
      <span class="talk-bubbleLEFT tri-right left-top"><p>I play violin and guitar. </p></span>
 +
</div>
 +
</div>
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
</section>
 +
<section>
 +
 
 +
 
 +
 
 +
 
 +
 
 +
<div class = "row">
 +
<div class = "boxR">
 +
  <div class = "RboxHeader"> Nathaniel Moore </div>
 +
 
 +
        <span>
 +
        <img src = "https://static.igem.org/mediawiki/2017/5/5a/T-CU-Boulder--Nate.jpeg" class= "imageRight"  />
 +
        </span>
 +
 
 +
        </br>
 +
 
 +
 
 +
      <subHeadR><i> Class of 2019 </i></subHeadR>
 +
        </br></br>
 +
 
 +
 
 +
      <subHeadR><i> Majors?</i></subHeadR>
 +
        </br></br>
 +
 
 +
 
 +
      <span class="talk-bubbleRIGHT tri-right right-top"><p>Molecular Cellular & Developmental Biology, Biochemistry</p></span>
 +
        </br></br>
 +
 
 +
 
 +
      <subHeadR><i> If you could be doing whatever your heart desired, what would it be? </i></subHeadR>
 +
        </br></br>
 +
 
 +
 
 +
      <span class="talk-bubbleRIGHT tri-right right-top"><p>I'd be skiing.</p></span>
 +
        </br></br>
 +
 
 +
 
 +
      <subHeadR><i> What got you interested in your program/major? </i></subHeadR>
 +
        </br></br>
 +
 
 +
 
 +
      <span class="talk-bubbleRIGHT tri-right right-top"><p>I just always loved biology, it's the coolest science out there.</p></span>
 +
        </br></br>
 +
 
 +
 
 +
      <subHeadR><i> A random fact about yourself? </i></subHeadR>
 +
        </br></br>
 +
         
 +
 
 +
      <span class="talk-bubbleRIGHT tri-right right-top"><p>I've never lived with any sort of pet before!</p></span>
 +
 
 +
 
 +
</div>
 +
</div>
 +
 
 +
 
 +
 
 +
 
 +
 
 +
</section>
 +
<section>
 +
 
 +
 
 +
 
 +
<div class = "row">
 +
<div class = "boxL">
 +
  <div class = "LboxHeader"> William Cordell</div>
 +
 
 +
    <span>
 +
    <img src = "https://static.igem.org/mediawiki/2017/b/b2/T-CU_Boulder--Will.jpeg" class= "imageLeft"/>
 +
    </span>
 +
 
 +
    </br>
 +
 
 +
        <subHeadL><i>Class of 2018<i></subHeadL>
 +
          </br></br>
 +
 
 +
 
 +
        <subHeadL><i> Majors? </i></subHeadL>
 +
 
 +
 
 +
        </br></br>
 +
      <span class="talk-bubbleLEFT tri-right left-top"><p> Chemical & Biological Engineering </p></span>
 +
        </br>
 +
 
 +
 
 +
      <subHeadL><i> If you could be doing whatever your heart desired, what would it be? </i></subHeadL>
 +
        </br></br>
 +
 
 +
 
 +
      <span class="talk-bubbleLEFT tri-right left-top"><p>I would like to travel to Italy and cook for a month. I love making pizza and all Italian food.</p></span>
 +
        </br>
 +
 
 +
 
 +
      <subHeadL><i> What got you interested in your program/major? </i></subHeadL>
 +
        </br></br>
 +
 
 +
 
 +
 
 +
      <span class="talk-bubbleLEFT tri-right left-top"><p>I had taken a Biotechnology in high school and failed terribly when I tried to make E. Coli glow. After that I rarely left the lab and now I want to engineer bacteria to create novel chemicals. Chemical and Biological Engineering looked like a good choice for me. </p></span>
 +
        </br>
 +
 
 +
 
 +
    <subHeadL><i> A random fact about yourself? </i></subHeadL>
 +
        </br></br>
 +
    <span class="talk-bubbleLEFT tri-right left-top"><p> I like to play Dungeons & Dragons </p></span>
 +
</div>
 +
</div>
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
</section>
 +
<section>
 +
 
 +
 
 +
 
 +
<div class = "row">
 +
<div class = "boxR">
 +
  <div class = "RboxHeader"> Kashfi Kahn </div>
 +
 
 +
        <span>
 +
        <img src = "https://static.igem.org/mediawiki/2017/a/a7/T-CU_Boulder--Kashfi.jpeg" class= "imageRight"  />
 +
        </span>
 +
 
 +
        </br>
 +
 
 +
 
 +
      <subHeadR><i> Class of 2018 </i></subHeadR>
 +
        </br></br>
 +
 
 +
 
 +
      <subHeadR><i> Majors?</i></subHeadR>
 +
        </br></br>
 +
 
 +
 
 +
      <span class="talk-bubbleRIGHT tri-right right-top"><p> Biochemistry</p></span>
 +
        </br></br>
 +
 
 +
 
 +
      <subHeadR><i> If you could be doing whatever your heart desired, what would it be? </i></subHeadR>
 +
        </br></br>
 +
 
 +
 
 +
      <span class="talk-bubbleRIGHT tri-right right-top"><p>I would love to be a crime scene investigator </p></span>
 +
        </br></br>
 +
 
 +
 
 +
      <subHeadR><i> What got you interested in your program/major? </i></subHeadR>
 +
        </br></br>
 +
 
 +
 
 +
      <span class="talk-bubbleRIGHT tri-right right-top"><p>I became interested in biochemistry because I am fascinated by drug therapy and the various chemical processes involved in the human body.</p></span>
 +
        </br></br>
 +
 
 +
 
 +
      <subHeadR><i> A random fact about yourself? </i></subHeadR>
 +
        </br></br>
 +
         
 +
 
 +
      <span class="talk-bubbleRIGHT tri-right right-top"><p>My favorite cuisine is Thai food </p></span>
 +
 
 +
 
 +
</div>
 +
</div>
 +
</section>
  
 
</body>
 
</body>
  
 
</html>
 
</html>

Latest revision as of 12:45, 20 October 2017

• The Team •
Maxwell Saal

Class of 2017

Majors?

Molecular, Cellular & Developmental Biology, Biochemistry


If you could be doing whatever your heart desired, what would it be?

I'm not much of a romantic, I guess. I'm content to be wherever I am, so long as there's good food, interesting things to do, and good people to be around.

In that order, probably.


What got you interested in your program/major?

There are a lot of things that interest me. I love books, and the arts generally, and I've consumed a great deal of history in pursuit of answering whether we as society are really getting anywhere (side note: if we are, it's nowhere fast).

But while humanities are fun, well.. learning how a set of carbon, oxygen, hydrogen, and nitrogen atoms come together to produce complex new structures which get taken apart and put together all by doing nothing but taking advantage of laws of the universe.. it lights a different kind of fire.


A random fact about yourself?

I own a lot of nice socks.

Miriam Van Ek

Class of 2018

Majors?

Molecular Cellular & Developmental Biology, Neurobiology


If you could be doing whatever your heart desired, what would it be?

I would be riding my bike, skiing, or snuggling with my dog...

But on a more serious note, I would love to break stigma regarding mental health. My goal is to develop better drugs for depression, anxiety disorder, etc. I could also see myself working for a suicide prevention/mental health awareness nonprofit.


What got you interested in your program/major?

The complexity of the brain is SO COOL. There are endless avenues for exploration and discovery.


A random fact about yourself?

I can eat more than you...

Andres Lau

Class of 2019

Majors?

Chemical & Biological Engineering


If you could be doing whatever your heart desired, what would it be?

I would want to be an MMA fighter


What got you interested in your program/major?

I got interested in chemical and biological engineering because I thought I wanted to be a doctor, but then realized that I was more interested in making the medicine than prescribing the medicine. I wanted to become a pharmaceutical engineer because the world needs cures for countless diseases and I want to be a part of that.


A random fact about yourself?

I’m undefeated in Muay Thai and I’m in love with Simon

Su Sie Park

Class of 2018

Majors?

Chemical and Biological Engineering


If you could be doing whatever your heart desired, what would it be?

I would like to be teaching children in rural area, or volunteering in 3rd world country during the day, and spending the weekends baking, cooking, and gardening.


What got you interested in your program/major?



A random fact about yourself?

I was born in Seoul South Korea, Finished my middle school and high school in the Philippines, and on my way to complete my college career in US.

Simon Kalmus

Class of 2019

Majors?

Chemical & Biological Engineering


If you could be doing whatever your heart desired, what would it be?

Honestly, I'd probably still be tinkering away in the lab.

Maybe a little bit of gardening and back country camping to keep myself sane...


What got you interested in your program/major?

I had always been fascinated by complex systems and their behavior. This interest was accentuated by the interaction networks observed in cellular biology. Thinking about the potential applications of modern biotechnology is absolutely exhilarating!


A random fact about yourself?

Much to my mother's dismay...

I hitchhiked from Colorado to California and back when I was 17 years old.

Madison Adamthwaite

Class of 2019

Majors?

Molecular Cellular & Developmental Biology



If you could be doing whatever your heart desired, what would it be?

If I could be doing anything at this moment I would want to be on top of a mountain, enjoying the view, and eating a peanut butter sandwich.


What got you interested in your program/major?

I became interested in molecular, cellular, and developmental biology because I thought cell models/drawings looked pretty and interesting.


A random fact about yourself?

I have played piano for 15 years.

Suchita Lulla

Class of 2020

Majors?

Molecular Cellular & Developmental Biology, Computer Science


If you could be doing whatever your heart desired, what would it be?

If I could do anything I would probably be painting.


What got you interested in your program/major?

I got into MCDB because I read a book called Genome: The Autobiography of a Species in 23 Chapters by Matt Ridley, and it hooked me on genetics.

I got into Comp Sci because I had an amazing teacher in high school who made computer science fun and encouraged us to learn on our own.


A random fact about yourself?

I play violin and guitar.

Nathaniel Moore

Class of 2019

Majors?

Molecular Cellular & Developmental Biology, Biochemistry



If you could be doing whatever your heart desired, what would it be?

I'd be skiing.



What got you interested in your program/major?

I just always loved biology, it's the coolest science out there.



A random fact about yourself?

I've never lived with any sort of pet before!

William Cordell

Class of 2018

Majors?

Chemical & Biological Engineering


If you could be doing whatever your heart desired, what would it be?

I would like to travel to Italy and cook for a month. I love making pizza and all Italian food.


What got you interested in your program/major?

I had taken a Biotechnology in high school and failed terribly when I tried to make E. Coli glow. After that I rarely left the lab and now I want to engineer bacteria to create novel chemicals. Chemical and Biological Engineering looked like a good choice for me.


A random fact about yourself?

I like to play Dungeons & Dragons

Kashfi Kahn

Class of 2018

Majors?

Biochemistry



If you could be doing whatever your heart desired, what would it be?

I would love to be a crime scene investigator



What got you interested in your program/major?

I became interested in biochemistry because I am fascinated by drug therapy and the various chemical processes involved in the human body.



A random fact about yourself?

My favorite cuisine is Thai food