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

 
(207 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:100vh;
+
   height:110vh;
   position: relative;
+
   position:relative;
 +
  align-content: center;
 
   justify-content: center;
 
   justify-content: center;
 
   display: flex;
 
   display: flex;
 
   flex-wrap: nowrap;
 
   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{
 
   background-color: black;
 
   background-color: black;
   height:80vh; 
+
    
 
}
 
}
  
 
.boxL{
 
.boxL{
   width: 26%;
+
   width: 400px;
   height: 53vh;
+
   height: 600px;
 
   border: solid;
 
   border: solid;
 
   border-radius: 15px;
 
   border-radius: 15px;
Line 45: Line 56:
 
   clear: right;
 
   clear: right;
 
   transition-duration: 0.5s;
 
   transition-duration: 0.5s;
 +
  margin: 0 auto;
 
}
 
}
  
 
.boxR{
 
.boxR{
   float: right;
+
   justify-content: right;
   width: 26%;
+
   width: 400px;
   height: 53vh;
+
   height: 600px;
 
   border: solid;
 
   border: solid;
 
   border-radius: 15px;
 
   border-radius: 15px;
Line 57: Line 69:
 
   opacity: 0.5;  
 
   opacity: 0.5;  
 
   transition-duration: 0.5s;
 
   transition-duration: 0.5s;
 +
  margin: 0 auto;
 +
 
 
}
 
}
  
 
.boxR:hover{
 
.boxR:hover{
   width: 70%;
+
   width: 1000px;
   height: 60vh;
+
   height: 650px;
 
   border: solid;
 
   border: solid;
   opacity: 1;   
+
   opacity: 1;
 +
  box-shadow: -10px 10px #8fd6b7;   
 
}
 
}
 +
  
 
.boxL:hover{
 
.boxL:hover{
   width: 70%;
+
   width: 1000px;
   height: 60vh;
+
   height: 650px;
 
   border: solid;
 
   border: solid;
   opacity: 1;   
+
   opacity: 1;
 +
   box-shadow: 10px 10px #80d1dd;
 
}
 
}
  
Line 79: Line 96:
 
   transition-duration:0.75s;
 
   transition-duration:0.75s;
 
   text-align: center;
 
   text-align: center;
   padding-bottom: 2%
+
   padding-bottom: 10px;
  
 
}
 
}
Line 89: Line 106:
 
   transition-duration:0.75s;
 
   transition-duration:0.75s;
 
   text-align: center;
 
   text-align: center;
 +
  padding-bottom: 10px;
  
 
}
 
}
  
 
.boxR:hover .RboxHeader{
 
.boxR:hover .RboxHeader{
   font-size: 40px;
+
   font-size: 30px;
 
   transform: translate(-24%);
 
   transform: translate(-24%);
 
}
 
}
  
 
.boxL:hover .LboxHeader{
 
.boxL:hover .LboxHeader{
   font-size: 40px;
+
   font-size: 30px;
 
   transform: translate(20%);
 
   transform: translate(20%);
 
}
 
}
  
.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%);
  
 
}
 
}
  
 
subHeadL {
 
subHeadL {
   font-size: 20px;
+
   font-size: 16px;
 
   color: white;
 
   color: white;
 
   opacity: 0;
 
   opacity: 0;
 +
  overflow: hidden;
 
}
 
}
  
 
.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 145: Line 169:
  
 
subHeadR {
 
subHeadR {
   margin-left: 6%;
+
   margin-left: 30px;
   font-size: 20px;
+
   font-size: 16px;
   color: #1f4684;
+
   color: white;
 
   opacity: 0;
 
   opacity: 0;
 
}
 
}
Line 158: Line 182:
 
}
 
}
  
pL1{
+
 
  font-size: 17px;
+
.talk-bubbleLEFT {
  font-family: inconsolata, sans-serif;
+
margin: auto;
  opacity: 0;
+
        width: 500px;
  display: block;
+
        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 pL1{
+
.boxL:hover .talk-bubbleLEFT{
 
   opacity: 1;
 
   opacity: 1;
  transition-delay: 2s;
 
 
   transition-duration:0.5s;
 
   transition-duration:0.5s;
   margin-left: 45%;
+
   transition-delay: 1.5s;
 
+
 
}
 
}
  
pR1{
+
.talk-bubbleRIGHT {
  font-size: 17px;
+
        opacity: 0;
  font-family: inconsolata, sans-serif;
+
        width: 500px;
  opacity: 0;
+
        margin-right: 600px;
  margin-left: 7%;
+
        font-size: 14px;
  display: block;
+
        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;
 
}
 
}
  
.boxR:hover pR1{
+
.boxR:hover .talk-bubbleRIGHT{
  margin-left: 4%;
+
 
   opacity: 1;
 
   opacity: 1;
   transition-delay: 1s;
+
   transition-delay: 1.5s;
   transition-duration:0.5s;
+
   transition-duration: 0.5s;
   max-width: 50%;
+
 
 +
}
 +
 
 +
.tri-right.border.left-top:before {
 +
content: ' ';
 +
position: absolute;
 +
width: 0;
 +
height: 0;
 +
        left: -40px;
 +
right: auto;
 +
        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;
 +
}
 +
 
 +
.tri-right.border.right-top:before {
 +
content: ' ';
 +
position: absolute;
 +
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 193: Line 286:
 
<body>
 
<body>
  
<div class = "break">
+
<section>
 +
<div class = "mainhead">
 +
<h><i>&#8226; The Team &#8226;</i></h>
 
</div>
 
</div>
 +
</section>
 +
 +
 +
 +
 +
 +
 +
<section>
 +
<div class = "row">
 +
<div class = "boxL">
 +
  <div class = "LboxHeader" "Max"> Maxwell Saal</div>
 +
 +
    <span>
 +
    <img src = "https://static.igem.org/mediawiki/2017/7/70/T-CU-Boulder--Maxwell.jpeg" class= "imageLeft"/>
 +
    </span>
 +
 +
    </br>
 +
 +
        <subHeadL><i>Class of 2017<i></subHeadL>
 +
          </br></br>
 +
 +
 +
        <subHeadL><i> Majors? </i></subHeadL>
 +
 +
 +
        </br></br>
 +
      <span class= "talk-bubbleLEFT tri-right left-top"><p> Molecular, Cellular & Developmental Biology, Biochemistry</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'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.
 +
</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> 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>
 +
 +
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>
 +
   
 +
 +
 +
    <subHeadL><i> A random fact about yourself? </i></subHeadL>
 +
        </br></br>
 +
 +
 +
      <span class="talk-bubbleLEFT tri-right left-top"><p> I own a lot of nice socks.  </p></span>
 +
</div>
 +
</div>
 +
 +
</section>
 +
 +
<section>
 +
 +
 +
 +
 +
 +
<div class = "row">
 +
<div class = "boxR">
 +
  <div class = "RboxHeader"> Miriam Van Ek </div>
 +
 +
        <span>
 +
        <img src = "https://static.igem.org/mediawiki/2017/e/eb/T-CU-Boulder--Miriam.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>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>
 +
 +
 +
      <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>
 +
 +
 +
      <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>
 +
 +
 +
 +
 +
 +
 +
</section>
 +
<section>
 +
 +
 +
 +
 +
 
   <div class = "row">  
 
   <div class = "row">  
 
   <div class = "boxL">
 
   <div class = "boxL">
   <div class = "LboxHeader"> Maxwell Saal
+
   <div class = "LboxHeader"> Andres Lau
 
   </div>
 
   </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/9/9b/T-CU-Boulder--Andres.jpeg" class = "imageLeft" />
 
     </span>
 
     </span>
 +
    </br>
 +
    <subHeadL><i>Class of 2019<i></subHeadL>
 
     </br></br>
 
     </br></br>
     <subHeadL> Wash rhd asow sdjnx ad? </subHeadL>
+
     <subHeadL><i> Majors? </i></subHeadL>
 
   </br></br>
 
   </br></br>
       <pL1> Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. </pL1>
+
       <span class="talk-bubbleLEFT tri-right left-top"><p> Chemical & Biological Engineering</p></span>
    </br></br>
+
    </br>
     <subHeadL> Wash rhd asow sdjnx ad? </subHeadL>
+
     <subHeadL><i> If you could be doing whatever your heart desired, what would it be? </i></subHeadL>
 
   </br></br>
 
   </br></br>
       <pL1> Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. </pL1>
+
 
    </br></br>
+
 
     <subHeadL> Wash rhd asow sdjnx ad? </subHeadL>
+
       <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>
 
</br></br>
 
</br></br>
       <pL1> Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. </pL1>
+
 
   </div>
+
 
  </div>
+
       <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>
<div class = "row">
+
</br>
  <div class = "boxR">
+
    <subHeadL><i> A random fact about yourself? </i></subHeadL>
    <div class = "RboxHeader"> Miriam Van Ek
+
</br></br>
    </div>
+
    <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>
 +
 
 +
 
 +
 
 +
 
 +
 
 +
</section>
 +
<section>
 +
 
 +
 
 +
 
 +
 
 +
 
 +
<div class = "row">
 +
<div class = "boxR">
 +
  <div class = "RboxHeader"> Su Sie Park </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/a/ad/T-CU_Boulder--SuSie.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>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>
 
         </br></br>
    <subHeadR> Major? </subHeadR>
 
  </br>
 
      <pR1> Senior, Molecular Cellular & Developmental Biology </pR1>
 
    </br></br>
 
    <subHeadR> If you could be doing whatever your heart desired, what would it be? </subHeadR>
 
  </br></br>
 
      <pR1> Ride my bike, ski, and snuggle with my dog. </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> Wash rhd asow sdjnx ad? </subHeadR>
 
  </br></br>
 
      <pR1> Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. </pR1>
 
    </br></br>
 
    <subHeadR> Wash rhd asow sdjnx ad? </subHeadR>
 
</br></br>
 
      <pR1> Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. </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>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