Difference between revisions of "Team:LUBBOCK TTU/Team"

 
(340 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{LUBBOCK_TTU}}
+
{{LUBBOCK_TTU/fontawesome/css/font-awesome-ie7.css}}
 +
{{LUBBOCK_TTU/fontawesome/css/font-awesome-ie7.min.css}}
 +
{{LUBBOCK_TTU/fontawesome/css/font-awesome.css}}
 +
{{LUBBOCK_TTU/fontawesome/css/font-awesome.min.css}}
 +
{{LUBBOCK_TTU/navi}}
 +
{{LUBBOCK_TTU/linkcolors}}
  
 
<html>
 
<html>
<html lang="en">
+
<meta name="viewport" content="width=device-width, initial-scale=1">
<head>
+
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
  
<style>
+
<!-- Font Awesome -->
 +
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
 +
<!-- End Font Awesome -->
 +
 
 +
<!-- Bootstrap Grid Basic -->
 +
  <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
 +
  <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
 +
  <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
 +
<!-- End Bootstrap Grid Basic -->
 +
 
 +
<!--DEFAULT WIKI SETTINGS-->
 +
<style> /* Clear the default wiki settings */
 
#home_logo, #sideMenu { display:none; }
 
#home_logo, #sideMenu { display:none; }
 
#sideMenu, #top_title, .patrollink  {display:none;}
 
#sideMenu, #top_title, .patrollink  {display:none;}
#content { width:100%; padding:0px;  margin-top:-7px; margin-left:0px;}
+
#content { width:100%; padding:0px;  margin-top:1px; margin-left:0px;}
 
body {background-color:white; }
 
body {background-color:white; }
 
#bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; }
 
#bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; }
 +
</style>
  
<!-- locations image gallery -->
+
<!-- TABS CSS -->
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300');
+
<style>
 +
  *, *:before, *:after {margin: 0; padding: 0; box-sizing: border-box;}
 +
 +
  h1 {padding: 100px 0; font-weight: 400; text-align: center;}
 +
  <!--p {margin: 0 0 20px; line-height: 1.5;}-->
 +
 +
  .main {margin: 0 auto; min-width: 320px; max-width: 90%;}
 +
  .content {background: #; color: #;}
 +
  .content > div {display: none;}
 +
 +
  input {display: none;}
 +
  label {display: inline-block; padding: 15px 25px; font-weight: 600; text-align: center;}
 +
  label:hover {color: #ed5a6a; cursor: pointer;}
 +
  input:checked + label {background: #ed5a6a; color: #fff;}
 +
 +
  #tab1:checked ~ .content #content1,
 +
  #tab2:checked ~ .content #content2,
 +
  #tab3:checked ~ .content #content3,
 +
  #tab4:checked ~ .content #content4 {
 +
    display: block;
 +
  }
 +
 +
  @media screen and (max-width: 400px) { label {padding: 15px 10px;} }
 +
</style>
 +
<!-- END TABS CSS -->
  
* {
+
<!-- FOOTER CSS -->
  margin: 0;
+
<style>
   padding: 0;
+
/**
 +
* Demo Styles
 +
*/
 +
 
 +
html {
 +
   height: 100%;
 
   box-sizing: border-box;
 
   box-sizing: border-box;
 +
}
 +
 +
*,
 +
*:before,
 +
*:after {
 +
  box-sizing: inherit;
 
}
 
}
  
 
body {
 
body {
   font: 14px/1 'Open Sans', sans-serif;
+
   position: relative;
   color: #555;
+
   margin: 0;
   background: #e5e5e5;
+
   <!--padding-bottom: 6rem;-->
 +
  min-height: 100%;
 
}
 
}
  
.gallery {
+
/**
   width: 640px;
+
* Footer Styles
   margin: 0 auto;
+
*/
   padding: 5px;
+
 
   background: #fff;
+
.footer {
   box-shadow: 0 1px 2px rgba(0,0,0,.3);
+
   position: absolute;
 +
   right: 0;
 +
  bottom: -900;
 +
  left: 0;
 +
   padding: 1rem;
 +
   background-color: #fff;
 +
   text-align: center;
 
}
 
}
 +
</style>
 +
<!-- END FOOTER CSS -->
  
.gallery > div {
+
<!-- TEAM CSS -->
   position: relative;
+
<style>
 +
html {
 +
   box-sizing: border-box;
 +
}
 +
 
 +
*, *:before, *:after {
 +
  box-sizing: inherit;
 +
}
 +
 
 +
.column {
 
   float: left;
 
   float: left;
   padding: 5px;
+
  width: 33.3%;
 +
  margin-bottom: 16px;
 +
   padding: 0 8px;
 
}
 
}
  
.gallery > div > img {
+
@media (max-width: 650px) {
   display: block;
+
   .column {
  width: 200px;
+
    width: 100%;
  transition: .1s transform;
+
    display: block;
   transform: translateZ(0); /* hack */
+
   }
 
}
 
}
  
.gallery > div:hover {
+
.card {
   z-index: 1;
+
   box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
 
}
 
}
  
.gallery > div:hover > img {
+
.container {
   transform: scale(1.7,1.7);
+
   padding: 0 16px;
  transition: .3s transform;
+
 
}
 
}
  
.cf:before, .cf:after {
+
.container::after, .row::after {
  display: table;
+
 
   content: "";
 
   content: "";
   line-height: 0;
+
   clear: both;
 +
  display: table;
 
}
 
}
  
.cf:after {
+
.title {
   clear: both;
+
   color: grey;
 
}
 
}
<!-- end of locations image gallery -->
 
</style>
 
  
<meta charset="utf-8">
+
.button {
<meta name="viewport" content="width=device-width">
+
  border: none;
<style type="text/css">
+
  outline: 0;
    /* CLIENT-SPECIFIC STYLES */
+
  display: inline-block;
    #outlook a{padding:0;} /* Force Outlook to provide a "view in browser" message */
+
  padding: 8px;
    .ReadMsgBody{width:100%;} .ExternalClass{width:100%;} /* Force Hotmail to display emails at full width */
+
  color: white;
    .ExternalClass, .ExternalClass p, .ExternalClass span, .ExternalClass font, .ExternalClass td, .ExternalClass div {line-height: 100%;} /* Force Hotmail to display normal line spacing */
+
  background-color: #000;
    body, table, td, a{-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%;} /* Prevent WebKit and Windows mobile changing default text sizes */
+
  text-align: center;
    table, td{mso-table-lspace:0pt; mso-table-rspace:0pt;} /* Remove spacing between tables in Outlook 2007 and up */
+
  cursor: pointer;
    img{-ms-interpolation-mode:bicubic;} /* Allow smoother rendering of resized image in Internet Explorer */
+
  width: 100%;
 +
}
  
    /* RESET STYLES */
+
.button:hover {
    body{margin:0; padding:0;}
+
  background-color: #555;
    img{border:0; height:auto; line-height:100%; outline:none; text-decoration:none;}
+
}
    table{border-collapse:collapse !important;}
+
</style>
    body{height:100% !important; margin:0; padding:0; width:100% !important;}
+
<!-- END TEAM CSS -->
  
    /* iOS BLUE LINKS */
+
<body>
    .appleBody a {color:#68440a; text-decoration: none;}
+
</br></br>
    .appleFooter a {color:#999999; text-decoration: none;}
+
  
     /* MOBILE STYLES */
+
<!-- SECTION 0 -->
     @media screen and (max-width: 525px) {
+
<div class="container-fluid">
 +
</br>
 +
  <div class="row">
 +
     <div class="col-sm-1"></div>
 +
     <div class="col-sm-4"><img src="https://static.igem.org/mediawiki/2017/b/bf/Lubbock_TTU_meettheteam.jpg" height="300" width="450"></div>
 +
    <div class="col-sm-2"></div>
 +
    <div class="col-sm-4"><font face="Arial" size="6"></br><i class="fa fa-user-circle-o" style="font-size:30px;color:black;"></i>&nbsp;Meet the Team</font></br></br><font face="Arial" size="4">The Lubbock_TTU Team is part of a student organization at Texas Tech University known as iGEM Raiders. This year, the Lubbock_TTU team is composed of 10 undergraduate and graduate students.</br>
  
        /* ALLOWS FOR FLUID TABLES */
+
</a></font></div>
        table[class="wrapper"]{
+
    <div class="col-sm-1"></div>
          width:100% !important;
+
  </div></br></br>
        }
+
</div>
 +
<!-- END SECTION 0 -->
  
        /* ADJUSTS LAYOUT OF LOGO IMAGE */
+
<!-- SECTION 1 -->
        td[class="logo"]{
+
<div style="background-color:#f7f7f7; overflow: hidden;" class="clear_fix">
          text-align: left;
+
<center>
          padding: 20px 0 20px 0 !important;
+
</br>
        }
+
<div class="col-sm-12">
  
        td[class="logo"] img{
+
<div class="main">
          margin:0 auto!important;
+
        }
+
  
        /* USE THESE CLASSES TO HIDE CONTENT ON MOBILE */
+
  <input id="tab1" type="radio" name="tabs" checked>
        td[class="mobile-hide"]{
+
  <label for="tab1">Wet Lab</label>
          display:none;}
+
 +
  <input id="tab2" type="radio" name="tabs">
 +
  <label for="tab2">Dry Lab</label>
 +
 +
  <input id="tab3" type="radio" name="tabs">
 +
  <label for="tab3">Advisors</label>
 +
 +
  <input id="tab4" type="radio" name="tabs">
 +
  <label for="tab4">Faculty</label>
  
        img[class="mobile-hide"]{
+
  <div class="content"
          display: none !important;
+
  <div id="content1">
        }
+
<!-- Tab 1 Content -->
 +
</br>
 +
<div class="row">
  
        img[class="img-max"]{
+
  <div class="column">
          max-width: 100% !important;
+
    <div class="card">
          height:auto !important;
+
      </br><img src="https://static.igem.org/mediawiki/2017/f/f2/Lubbock_TTU_bp.jpg" alt="" width="300">
        }
+
      <div class="container">
 +
        </br><p><font size="4"><b>Brandon Palomo</b></br><i>President & Student Leader</i></font></p>
 +
      </div>
 +
<div style="height:150px;width:300px;font-size:17px;text-align:left;overflow:auto;">
 +
Brandon Palomo is a master’s student studying physics and he is the team leader of the TTU iGEM team. He founded the TTU iGEM team because he wanted to learn more about synthetic biology after watching several YouTube videos. His interests currently include synthetic biology, statistical mechanics, and theoretical biological physics. During his free time he watches YouTube videos of other people enjoying their hobbies. 
 +
</div> 
 +
    </div>
 +
  </div>
  
        /* FULL-WIDTH TABLES */
+
  <div class="column">
        table[class="responsive-table"]{
+
    <div class="card">
          width:100%!important;
+
      </br><img src="https://static.igem.org/mediawiki/2017/4/45/Lubbock_TTU_gk.jpg" alt="" width="300">
        }
+
      <div class="container">
 +
        </br><p><font size="4"><b>Gregory Knox</b></br><i>Vice President</i></font></p>
 +
      </div>
 +
<div style="height:150px;width:300px;font-size:17px;text-align:left;overflow:auto;">
 +
Gregory is a senior biochemistry major with minors in math and biology. He joined iGEM after realizing that synthetic biology has an amazing potential. His academic interests span computer science, biology, chemistry, and math. He is interested in pursuing a graduate degree with research focused in synthetic biology. Outside of iGEM, Greg works in a molecular biology lab and studies the intestinal morphology of <i>Tadarida brasiliensis</i>. In his free time he enjoys playing his guitar or playing strategy games.
 +
</div> 
 +
    </div>
 +
  </div>
  
        /* UTILITY CLASSES FOR ADJUSTING PADDING ON MOBILE */
+
  <div class="column">
        td[class="padding"]{
+
    <div class="card">
          padding: 10px 5% 15px 5% !important;
+
      </br><img src="https://static.igem.org/mediawiki/2017/b/b2/Lubbock_TTU_aa.png" alt="" width="300">
        }
+
      <div class="container">
 +
        </br><p><font size="4"><b>Angela Ahrens</b></br><i>Wet Lab Member</i></font></p>
 +
      </div>
 +
<div style="height:150px;width:300px;font-size:17px;text-align:left;overflow:auto;">
 +
Angela is a senior cell and molecular biology major and computer science minor. She joined iGEM to gain experience in a cool new field of biology and engineering. Her career interests include working on creating a computer program or drug to eliminate the need for chemotherapy, and work in personalized medicine for cancer patients. Her hobbies include playing video games, re-watching The Office, and listening to music.
 +
</div> 
 +
    </div>
 +
  </div>
  
        td[class="padding-copy"]{
+
  <div class="column">
          padding: 10px 5% 10px 5% !important;
+
    <div class="card">
          text-align: center;
+
      </br><img src="https://static.igem.org/mediawiki/2017/9/93/Lubbock_TTU_bg.png" alt="" width="300">
        }
+
      <div class="container">
 +
        </br><p><font size="4"><b>Brittany Gaither</b></br><i>Public Relations Director</i></font></p>
 +
      </div>
 +
<div style="height:150px;width:300px;font-size:17px;text-align:left;overflow:auto;">
 +
Brittany is a senior cell and molecular biology major, she is generally almost always the professor’s favorite student. In her free time, she enjoys teaching children and training for marathons. She joined iGEM to further her scientific interests and share her scientific knowledge with others. She is one of the most valued members of iGEM because of her well-roundedness; she is smart, caring, attractive, and humble. In the future, she plans on starting and running a multi-million dollar company and starting a foundation to fund children’s education worldwide.
 +
</div> 
 +
    </div>
 +
  </div>
  
        td[class="padding-meta"]{
+
  <div class="column">
          padding: 30px 5% 0px 5% !important;
+
    <div class="card">
          text-align: center;
+
      </br><img src="https://static.igem.org/mediawiki/2017/0/04/Lubbock_TTU_bh.jpg" alt="" width="300">
        }
+
      <div class="container">
 +
        </br><p><font size="4"><b>Brittney Hoang</b></br><i>Secretary & Wet Lab Manager</i></font></p>
 +
      </div>
 +
<div style="height:150px;width:300px;font-size:17px;text-align:left;overflow:auto;">
 +
Brittney is a senior majoring in biochemistry and minoring in biology. She joined iGEM in hopes of gaining more wet lab experience while also challenging herself with the variety of disciplines involved in synthetic biology. Her career interests include research in translational neuroscience and medicine. Brittney is an avid coffee drinker and enjoys watching Disney movies.
 +
</div> 
 +
    </div>
 +
  </div>
  
        td[class="no-pad"]{
+
  <div class="column">
          padding: 0 0 20px 0 !important;
+
    <div class="card">
         }
+
      </br><img src="https://static.igem.org/mediawiki/2017/3/32/Lubbock_TTU_dt.jpg" alt="" width="300">
 +
      <div class="container">
 +
         </br><p><font size="4"><b>Darron Tharp</b></br><i>Wet Lab Member</i></font></p>
 +
      </div>
 +
<div style="height:150px;width:300px;font-size:17px;text-align:left;overflow:auto;">
 +
Darron is a junior cell and molecular biology student minoring in spanish and chemistry. He joined iGEM because of his interest in biology and his desire to experience research firsthand. His future goals include learning Spanish and figuring out what to do with his life. He is currently considering a career in research or medicine. His hobbies are looking at dank memes, playing video games, and riding his longboard.
 +
</div> 
 +
    </div>
 +
  </div>
  
        td[class="no-padding"]{
+
  <div class="column">
          padding: 0 !important;
+
    <div class="card">
         }
+
      </br><img src="https://static.igem.org/mediawiki/2017/b/bb/Lubbock_TTU_km.jpg" alt="" width="300">
 +
      <div class="container">
 +
         </br><p><font size="4"><b>Kaitlyn Moseley</b></br><i>Public Outreach Director</i></font></p>
 +
      </div>
 +
<div style="height:150px;width:300px;font-size:17px;text-align:left;overflow:auto;">
 +
Kaitlyn is a senior biology major with a chemistry minor. Kaitlyn joined iGEM to gain valuable first hand experience working in an interdisciplinary laboratory. She hopes to continue on to complete an MD-PhD with a focus on infectious disease. She is a ballroom dancer that has worked with the Make a Wish Foundation as a professional dancer in Waltzing for Wishes.
 +
</div> 
 +
    </div>
 +
  </div>
  
        td[class="section-padding"]{
+
  <div class="column">
          padding: 50px 15px 50px 15px !important;
+
    <div class="card">
         }
+
      </br><img src="https://static.igem.org/mediawiki/2017/1/15/Lubbock_TTU_ka.jpg" alt="" width="300">
 +
      <div class="container">
 +
         </br><p><font size="4"><b>Kenia Ascencio</b></br><i>Treasurer & SORC Representative</i></font></p>
 +
      </div>
 +
<div style="height:150px;width:300px;font-size:17px;text-align:left;overflow:auto;">
 +
Kenia is a senior microbiology major with minors in chemistry and business. Kenia joined iGEM to further her experience in the wet lab and and to explore the field of synthetic biology hands on. Kenia will be continuing her education by getting a Masters in Biotechnology before heading off to law school in order to pursue patent law. In addition to iGEM, Kenia also works in a molecular and Microbiology lab studying salmonella and yeasts used in wine-making. In her free time she rides road bikes with her boyfriend and volunteers her time to helping the community.
 +
</div> 
 +
    </div>
 +
  </div>
  
        td[class="section-padding-bottom-image"]{
+
</div>
          padding: 50px 15px 0 15px !important;
+
        }
+
  
        /* ADJUST BUTTONS ON MOBILE */
+
<!-- End Tab 1 -->
        td[class="mobile-wrapper"]{
+
</br>
            padding: 10px 5% 15px 5% !important;
+
  </div>
        }
+
  
        table[class="mobile-button-container"]{
+
  <div id="content2">
            margin:0 auto;
+
<!-- Tab 2 Content -->
            width:100% !important;
+
</br>
        }
+
<div class="row">
  
        a[class="mobile-button"]{
+
  <div class="column">
            width:80% !important;
+
    <div class="card">
            padding: 15px !important;
+
      </br><img src="https://static.igem.org/mediawiki/2017/f/f2/Lubbock_TTU_bp.jpg" alt="" width="300">
            border: 0 !important;
+
      <div class="container">
            font-size: 16px !important;
+
        </br><p><font size="4"><b>Brandon Palomo</b></br><i>President & Student Leader</i></font></p>
        }
+
      </div>
 +
<div style="height:150px;width:300px;font-size:17px;text-align:left;overflow:auto;">
 +
Brandon Palomo is a master’s student studying physics and he is the team leader of the TTU iGEM team. He founded the TTU iGEM team because he wanted to learn more about synthetic biology after watching several YouTube videos. His interests currently include synthetic biology, statistical mechanics, and theoretical biological physics. During his free time he watches YouTube videos of other people enjoying their hobbies. 
 +
</div> 
 +
    </div>
 +
  </div>
  
     }
+
  <div class="column">
</style>
+
     <div class="card">
 +
      </br><img src="https://static.igem.org/mediawiki/2017/e/ed/Lubbock_TTU_dh.jpg" alt="" width="300">
 +
      <div class="container">
 +
        </br><p><font size="4"><b>Diane Ha</b></br><i>Wiki Developer & Dry Lab Manager</i></font></p>     
 +
      </div>
 +
<div style="height:150px;width:300px;font-size:17px;text-align:left;overflow:auto;">
 +
Diane is a senior physics student minoring in mathematics. She joined iGEM to experience hands on research and explore the field of synthetic biology. Her career interests include conducting research, computational physics, and space exploration. Her hobbies include watching cartoons, cooking, and painting.
 +
</div> 
 +
    </div>
 +
  </div>
  
<!-- to center <h1>, remove from under column size -->
+
  <div class="column">
<div class="column full_size" >
+
    <div class="card">
<h1>Meet the iGEM Raiders</h1>
+
      </br><img src="https://static.igem.org/mediawiki/2017/a/a6/Lubbock_TTU_tp.jpg" alt="" width="300">
</div>
+
      <div class="container">
 +
        </br><p><font size="4"><b>Tan Pham</b></br><i>Dry Lab Member</i></font></p>
 +
      </div>
 +
<div style="height:150px;width:300px;font-size:17px;text-align:left;overflow:auto;">
 +
Tan is a sophomore Chemical Engineering major at Texas Tech. Tan likes physics, mathematics, and chemistry. For the project, Tan does the math describing how calcium behaves in yeast under controlled environments while his teammates focus on providing the model. Tan dreams of immortality in the foreseeable future.
 +
</div> 
 +
    </div>
 +
  </div>
  
<div class="column full_size" >
 
<div align="left"><h3>Brandon Palomo</h3><hr>
 
<h4>President & Team Leader</h4></br>
 
<img src="https://static.igem.org/mediawiki/2017/1/1d/Lubbock_TTU_bp.png" style="width:200px;" align="left">
 
</br><p>Lorem ipsum dolor sit amet, enim venenatis, in eget condimentum at vel porta duis, tristique neque blandit sapien sapien erat. At et amet, ipsum et, eu varius. Sed nullam pellentesque sollicitudin, urna etiam libero, arcu vestibulum pellentesque porta pede nulla in, ipsum sed aliquam, vitae sollicitudin. Nec ac sit, est ultrices amet nibh metus enim tristique, dolor placerat, justo sit. In porta nulla, ultricies ipsum tellus id fermentum, urna a in ac felis aenean dui, ut sed egestas eget nonummy. Diam quis massa, eu massa risus mi varius, purus mauris dignissim blandit, donec et cras fringilla quam volutpat vulputate. Varius scelerisque sed sed tempor eget, eros sociis sed, suspendisse in mauris natoque quis, nec libero sapien vehicula. Egestas lacinia aliquet in nascetur luctus, fusce a donec curabitur, vestibulum est sit cursus odio vitae fermentum, egestas at proin. Magna adipiscing hendrerit, eu mi ut dolor, venenatis vitae eget, eros fusce sed ipsum mauris interdum nec. Tortor dui sem aliquam elit, justo vitae. Est ut nascetur morbi, quis luctus nec porta ut porttitor rutrum, erat et, turpis habitant enim massa faucibus maecenas, eget id litora porttitor adipiscing platea eget. Aliquam a nam mauris ligula nibh eros, cursus fusce lorem, sit sem neque sint dis, pellentesque facere vestibulum pede, dolor est adipiscing habitasse non ipsum.</p>
 
 
</div>
 
</div>
 +
<!-- End Tab 2 -->
 +
</br>
 +
  </div>
  
</br><div class="column full_size" >
+
  <div id="content3">
<div align="right"><h3>Gregory Knox</h3><hr>
+
<!-- Tab 3 Content -->
<h4>Vice President</h4></br>
+
</br>
<img src="https://static.igem.org/mediawiki/2017/c/cb/Lubbock_TTU_gk.png" style="width:200px;" align="right">
+
<div class="row">
</br><p>Lorem ipsum dolor sit amet, enim venenatis, in eget condimentum at vel porta duis, tristique neque blandit sapien sapien erat. At et amet, ipsum et, eu varius. Sed nullam pellentesque sollicitudin, urna etiam libero, arcu vestibulum pellentesque porta pede nulla in, ipsum sed aliquam, vitae sollicitudin. Nec ac sit, est ultrices amet nibh metus enim tristique, dolor placerat, justo sit. In porta nulla, ultricies ipsum tellus id fermentum, urna a in ac felis aenean dui, ut sed egestas eget nonummy. Diam quis massa, eu massa risus mi varius, purus mauris dignissim blandit, donec et cras fringilla quam volutpat vulputate. Varius scelerisque sed sed tempor eget, eros sociis sed, suspendisse in mauris natoque quis, nec libero sapien vehicula. Egestas lacinia aliquet in nascetur luctus, fusce a donec curabitur, vestibulum est sit cursus odio vitae fermentum, egestas at proin. Magna adipiscing hendrerit, eu mi ut dolor, venenatis vitae eget, eros fusce sed ipsum mauris interdum nec. Tortor dui sem aliquam elit, justo vitae. Est ut nascetur morbi, quis luctus nec porta ut porttitor rutrum, erat et, turpis habitant enim massa faucibus maecenas, eget id litora porttitor adipiscing platea eget. Aliquam a nam mauris ligula nibh eros, cursus fusce lorem, sit sem neque sint dis, pellentesque facere vestibulum pede, dolor est adipiscing habitasse non ipsum.</p>
+
</div>
+
  
</br><div class="column full_size" >
+
  <div class="column">
<div align="left"><h3>Angela Ahrens</h3><hr>
+
    <div class="card">
</br><p>Description</p>
+
      </br><img src="https://static.igem.org/mediawiki/2017/d/dc/Lubbock_TTU_cf.jpg" alt="" width="300">
</div>
+
      <div class="container">
 +
        </br><p><font size="4"><b>Cody Fell</b></br><i>Advisor</i></font></p>
 +
      </div>
 +
<div style="height:150px;width:300px;font-size:17px;text-align:left;overflow:auto;">
 +
Cody graduated in 2016 with a degree in microbiology and currently works as a medical lab technician for the TTUHSC department of Surgery. He became involved with iGEM as an undergraduate and the vice president of the 2016 TTU iGEM team. He now volunteers as this year’s TTU iGEM team instructor. His future plans are to obtain a graduate degree in a synthetic biology related field and later attend medical school.
 +
</div> 
 +
    </div>
 +
  </div>
  
</br><div class="column full_size" >
+
  <div class="column">
<div align="right"><h3>Brittany Gaither</h3><hr>
+
    <div class="card">
</br><p>Description</p>
+
      </br><img src="https://static.igem.org/mediawiki/2017/2/2e/Lubbock_TTU_kea.jpg" alt="" width="300">
</div>
+
      <div class="container">
 +
        </br><p><font size="4"><b>Kennady Abbott</b></br><i>Advisor</i></font></p>
 +
      </div>
 +
<div style="height:150px;width:300px;font-size:17px;text-align:left;overflow:auto;">
 +
Kennady is currently an MD/PhD student at UT Southwestern Medical Center. She graduated from Texas Tech university with a degree in biochemistry in 2017. She participated in iGEM as a wet lab member of the 2016 Lubbock_TTU iGEM team and now serves as a wet lab advisor. Her research interests include cancer biology and immunology. Kennady enjoys baking, reading, and spending time with her family.
 +
</div> 
 +
    </div>
 +
  </div>
  
</br><div class="column full_size" >
 
<div align="left"><h3>Brittney Hoang</h3><hr>
 
<h4>Secretary</h4></br>
 
<p>Description</p>
 
 
</div>
 
</div>
 +
<!-- End Tab 3 -->
 +
</br>
 +
  </div>
  
</br><div class="column full_size" >
+
  <div id="content4">
<div align="right"><h3>Darron Tharp</h3><hr>
+
<!-- Tab 4 Content -->
</br><p>Description</p>
+
</br>
</div>
+
<div class="row">
  
</br><div class="column full_size" >
+
  <div class="column">
<div align="left"><h3>Diane Ha</h3><hr>
+
    <div class="card">
<h4>Public Relations Director & Wiki Developer</h4></br>
+
      <!--</br><img src="http://www.depts.ttu.edu/ece/images/faculty/150_200/asobel_2015.jpg" alt="" width="300">-->
<p>Description</p>
+
      <div class="container">
</div>
+
        </br><p><font size="4"><b>Dr. Annette Sobel</b></br><i>Primary PI</i></font></p>
 +
      </div>
 +
<div style="height:50px;width:300px;font-size:17px;text-align:left;overflow:auto;">
 +
<a href="http://www.depts.ttu.edu/ECE/faculty/faculty.php?name=Annette%20Sobel" target="_blank">Learn more.</a>
  
</br><div class="column full_size" >
+
</div>
<div align="right"><h3>Fernando Nunez</h3><hr>
+
    </div>
</br><p>Description</p>
+
  </div>
</div>
+
  
</br><div class="column full_size" >
+
  <div class="column">
<div align="left"><h3>Kaitlyn Moseley</h3><hr>
+
    <div class="card">
<h4>Public Outreach Director</h4></br>
+
      <!--</br><img src="http://www.ttuhsc.edu/som/physiology/faculty/sutton/images/Sutton_2.jpeg" alt="" width="300">-->
<p>Description</p>
+
      <div class="container">
</div>
+
        </br><p><font size="4"><b>Dr. Roger B. Sutton</b></br><i>Secondary PI</i></font></p>
 +
      </div>
 +
<div style="height:50px;width:300px;font-size:17px;text-align:left;overflow:auto;">
 +
<a href="http://www.ttuhsc.edu/som/physiology/faculty/sutton/" target="_blank">Learn more.</a>
 +
</div>
 +
    </div>
 +
  </div>
  
</br><div class="column full_size" >
 
<div align="right"><h3>Kenia Ascencio</h3><hr>
 
<h4>Treasurer & SORC Representative</h4></br>
 
<p>Description</p>
 
 
</div>
 
</div>
 +
<!-- End Tab 4 -->
 +
</br>
 +
  </div>
  
</br><div class="column full_size" >
+
  </div> <!-- end class content -->
<div align="left"><h3>Marilyn Mathew</h3><hr>
+
</div> <!-- end class main -->
</br><p>Description</p>
+
</div>
+
  
</br><div class="column full_size" >
 
<div align="right"><h3>Tan Pham</h3><hr>
 
</br><p>Description</p>
 
 
</div>
 
</div>
 
+
</center>
</br><div class="column full_size" >
+
<div align="left"><h3>Zachary Nguyen</h3><hr>
+
</br><p>Lorem ipsum dolor sit amet, enim venenatis, in eget condimentum at vel porta duis, tristique neque blandit sapien sapien erat. At et amet, ipsum et, eu varius. Sed nullam pellentesque sollicitudin, urna etiam libero, arcu vestibulum pellentesque porta pede nulla in, ipsum sed aliquam, vitae sollicitudin. Nec ac sit, est ultrices amet nibh metus enim tristique, dolor placerat, justo sit. In porta nulla, ultricies ipsum tellus id fermentum, urna a in ac felis aenean dui, ut sed egestas eget nonummy. Diam quis massa, eu massa risus mi varius, purus mauris dignissim blandit, donec et cras fringilla quam volutpat vulputate. Varius scelerisque sed sed tempor eget, eros sociis sed, suspendisse in mauris natoque quis, nec libero sapien vehicula. Egestas lacinia aliquet in nascetur luctus, fusce a donec curabitur, vestibulum est sit cursus odio vitae fermentum, egestas at proin. Magna adipiscing hendrerit, eu mi ut dolor, venenatis vitae eget, eros fusce sed ipsum mauris interdum nec. Tortor dui sem aliquam elit, justo vitae. Est ut nascetur morbi, quis luctus nec porta ut porttitor rutrum, erat et, turpis habitant enim massa faucibus maecenas, eget id litora porttitor adipiscing platea eget. Aliquam a nam mauris ligula nibh eros, cursus fusce lorem, sit sem neque sint dis, pellentesque facere vestibulum pede, dolor est adipiscing habitasse non ipsum.</p>
+
 
</div>
 
</div>
 +
<!-- END SECTION 1 -->
  
</div> <!-- end of full size column -->
+
<!-- SECTION 2 -->
 +
<div class="col-sm-12">
 +
</br></br><center><font size="5">&mdash; Locations &mdash;</font></center></br></div>
 +
<div class="col-sm-1"></div>
 +
<div class="col-sm-10">
  
<!-- location gallery -->
+
<div class="row">
<div class="column full_size">
+
 
<center><HR COLOR="CC0000" WIDTH="60%">
+
  <div class="column">
</br><h1>More About Us!</h1></center>
+
    <div class="card">
</br>
+
      </br><center><img src="https://static.igem.org/mediawiki/2017/4/40/Lubbock_TTU_ulabs.jpg" alt="" width="280"></center>
<div class="gallery cf">
+
      <div class="container">
  <div>
+
        </br><p><font size="4"><b>Ulabs Makerspace</b></font></p>
     <img src="http://abload.de/img/a6aawu.jpg" />
+
      </div>
 +
<div style="height:100px;width:300px;font-size:17px;overflow:auto;">
 +
ULabs Makerspace is a facility with rent-able rooms for innovators to pursue their independent interests. It serves as the main location in which our outreach events are hosted. It is also the location of our established community wet lab.
 +
</div>  
 +
     </div>
 
   </div>
 
   </div>
   <div>
+
 
     <img src="http://abload.de/img/a6aawu.jpg" />
+
   <div class="column">
 +
     <div class="card">
 +
      </br><center><img src="https://static.igem.org/mediawiki/2017/6/69/Lubbock_TTU_hsc.jpg" alt="" width="280"></center>
 +
      <div class="container">
 +
        </br><p><font size="4"><b>TTUHSC</b></font></p>
 +
      </div>
 +
<div style="height:100px;width:300px;font-size:17px;text-align:left;overflow:auto;">
 +
TTUHSC is home to the Graduate School of Biomedical Sciences and contains the team's research labs.
 +
</div> 
 +
    </div>
 
   </div>
 
   </div>
   <div>
+
 
     <img src="http://abload.de/img/a6aawu.jpg" />
+
 
  </div>
+
   <div class="column">
  <div>
+
     <div class="card">
    <img src="http://abload.de/img/a6aawu.jpg" />
+
      </br><center><img src="https://static.igem.org/mediawiki/2017/8/8c/Lubbock_TTU_hub.jpg" alt="" width="280"></center>
  </div>
+
      <div class="container">
  <div>
+
        </br><p><font size="4"><b>TTU Innovation HUB</b></font></p>
    <img src="http://abload.de/img/a6aawu.jpg" />
+
      </div>
  </div>
+
<div style="height:100px;width:300px;font-size:17px;text-align:left;overflow:auto;">
  <div>
+
The TTU Innovation HUB at Research Park is Texas Tech's center for entrepreneurialism and innovation. This is the main location for our team meetings.
    <img src="http://abload.de/img/a6aawu.jpg" />
+
</div> 
 +
    </div>
 
   </div>
 
   </div>
 +
 +
 +
</div><!-- end class row -->
 +
 +
</br></div><!-- col-sm-10 -->
 +
<div class="col-sm-1"></div>
 +
<!-- END SECTION 2 -->
 +
 +
<!-- QL -->
 +
<style>
 +
.btn-group button {
 +
    background-color: #cc3d3d; /* Green #4CAF50 background */
 +
    border: 1px solid #cc3d3d; /* Border color */
 +
    color: white; /* White text */
 +
    padding: 10px 24px; /* Some padding */
 +
    cursor: pointer; /* Pointer/hand icon */
 +
    float: left; /* Float the buttons side by side */
 +
}
 +
 +
/* Clear floats (clearfix hack) */
 +
.btn-group:after {
 +
    content: "";
 +
    clear: both;
 +
    display: table;
 +
}
 +
 +
.btn-group button:not(:last-child) {
 +
    border-right: none; /* Prevent double borders */
 +
}
 +
 +
/* Add a background color #3e8e41 on hover */
 +
.btn-group button:hover {
 +
    background-color: #b23535;
 +
}
 +
</style>
 +
 +
<div class="btn-group" style="width:100%">
 +
  <a href="https://2017.igem.org/Team:LUBBOCK_TTU/Collaborations"><button style="width:50%"><i class="fa fa-users" style="font-size:45px;color:;"></i></br>Collaborations</button></a>
 +
  <a href="https://2017.igem.org/Team:LUBBOCK_TTU/Attributions"><button style="width:50%"><i class="fa fa-server" style="font-size:45px;color:;"></i></br>Attributions</button></a>
 
</div>
 
</div>
</div> <!-- end of full_size -->
+
<!-- END OF QL -->
  
 
</body>
 
</body>
 +
 +
<!-- FOOTER -->
 +
<div class="footer"><center><font face="Arial" size="3" color="black">&copy; 2017 Lubbock_TTU</font></center></div>
 +
<!-- END FOOTER -->
  
 
</html>
 
</html>

Latest revision as of 16:53, 23 November 2017





 Meet the Team


The Lubbock_TTU Team is part of a student organization at Texas Tech University known as iGEM Raiders. This year, the Lubbock_TTU team is composed of 10 undergraduate and graduate students.






Brandon Palomo
President & Student Leader

Brandon Palomo is a master’s student studying physics and he is the team leader of the TTU iGEM team. He founded the TTU iGEM team because he wanted to learn more about synthetic biology after watching several YouTube videos. His interests currently include synthetic biology, statistical mechanics, and theoretical biological physics. During his free time he watches YouTube videos of other people enjoying their hobbies.


Gregory Knox
Vice President

Gregory is a senior biochemistry major with minors in math and biology. He joined iGEM after realizing that synthetic biology has an amazing potential. His academic interests span computer science, biology, chemistry, and math. He is interested in pursuing a graduate degree with research focused in synthetic biology. Outside of iGEM, Greg works in a molecular biology lab and studies the intestinal morphology of Tadarida brasiliensis. In his free time he enjoys playing his guitar or playing strategy games.


Angela Ahrens
Wet Lab Member

Angela is a senior cell and molecular biology major and computer science minor. She joined iGEM to gain experience in a cool new field of biology and engineering. Her career interests include working on creating a computer program or drug to eliminate the need for chemotherapy, and work in personalized medicine for cancer patients. Her hobbies include playing video games, re-watching The Office, and listening to music.


Brittany Gaither
Public Relations Director

Brittany is a senior cell and molecular biology major, she is generally almost always the professor’s favorite student. In her free time, she enjoys teaching children and training for marathons. She joined iGEM to further her scientific interests and share her scientific knowledge with others. She is one of the most valued members of iGEM because of her well-roundedness; she is smart, caring, attractive, and humble. In the future, she plans on starting and running a multi-million dollar company and starting a foundation to fund children’s education worldwide.


Brittney Hoang
Secretary & Wet Lab Manager

Brittney is a senior majoring in biochemistry and minoring in biology. She joined iGEM in hopes of gaining more wet lab experience while also challenging herself with the variety of disciplines involved in synthetic biology. Her career interests include research in translational neuroscience and medicine. Brittney is an avid coffee drinker and enjoys watching Disney movies.


Darron Tharp
Wet Lab Member

Darron is a junior cell and molecular biology student minoring in spanish and chemistry. He joined iGEM because of his interest in biology and his desire to experience research firsthand. His future goals include learning Spanish and figuring out what to do with his life. He is currently considering a career in research or medicine. His hobbies are looking at dank memes, playing video games, and riding his longboard.


Kaitlyn Moseley
Public Outreach Director

Kaitlyn is a senior biology major with a chemistry minor. Kaitlyn joined iGEM to gain valuable first hand experience working in an interdisciplinary laboratory. She hopes to continue on to complete an MD-PhD with a focus on infectious disease. She is a ballroom dancer that has worked with the Make a Wish Foundation as a professional dancer in Waltzing for Wishes.


Kenia Ascencio
Treasurer & SORC Representative

Kenia is a senior microbiology major with minors in chemistry and business. Kenia joined iGEM to further her experience in the wet lab and and to explore the field of synthetic biology hands on. Kenia will be continuing her education by getting a Masters in Biotechnology before heading off to law school in order to pursue patent law. In addition to iGEM, Kenia also works in a molecular and Microbiology lab studying salmonella and yeasts used in wine-making. In her free time she rides road bikes with her boyfriend and volunteers her time to helping the community.




Brandon Palomo
President & Student Leader

Brandon Palomo is a master’s student studying physics and he is the team leader of the TTU iGEM team. He founded the TTU iGEM team because he wanted to learn more about synthetic biology after watching several YouTube videos. His interests currently include synthetic biology, statistical mechanics, and theoretical biological physics. During his free time he watches YouTube videos of other people enjoying their hobbies.


Diane Ha
Wiki Developer & Dry Lab Manager

Diane is a senior physics student minoring in mathematics. She joined iGEM to experience hands on research and explore the field of synthetic biology. Her career interests include conducting research, computational physics, and space exploration. Her hobbies include watching cartoons, cooking, and painting.


Tan Pham
Dry Lab Member

Tan is a sophomore Chemical Engineering major at Texas Tech. Tan likes physics, mathematics, and chemistry. For the project, Tan does the math describing how calcium behaves in yeast under controlled environments while his teammates focus on providing the model. Tan dreams of immortality in the foreseeable future.




Cody Fell
Advisor

Cody graduated in 2016 with a degree in microbiology and currently works as a medical lab technician for the TTUHSC department of Surgery. He became involved with iGEM as an undergraduate and the vice president of the 2016 TTU iGEM team. He now volunteers as this year’s TTU iGEM team instructor. His future plans are to obtain a graduate degree in a synthetic biology related field and later attend medical school.


Kennady Abbott
Advisor

Kennady is currently an MD/PhD student at UT Southwestern Medical Center. She graduated from Texas Tech university with a degree in biochemistry in 2017. She participated in iGEM as a wet lab member of the 2016 Lubbock_TTU iGEM team and now serves as a wet lab advisor. Her research interests include cancer biology and immunology. Kennady enjoys baking, reading, and spending time with her family.



Dr. Annette Sobel
Primary PI


Dr. Roger B. Sutton
Secondary PI




— Locations —



Ulabs Makerspace

ULabs Makerspace is a facility with rent-able rooms for innovators to pursue their independent interests. It serves as the main location in which our outreach events are hosted. It is also the location of our established community wet lab.


TTUHSC

TTUHSC is home to the Graduate School of Biomedical Sciences and contains the team's research labs.


TTU Innovation HUB

The TTU Innovation HUB at Research Park is Texas Tech's center for entrepreneurialism and innovation. This is the main location for our team meetings.