Difference between revisions of "Team:GenetiX Tec CCM/Team"

(Prototype team page)
 
 
(36 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{TeamTemplateA}}
 
 
<html>
 
<html>
 +
  <head>
 +
      <meta charset="utf-8">
 +
          <meta http-equiv="X-UA-Compatible" content="IE=edge">
 +
          <meta name="viewport" content="width=device-width, initial-scale=1">
 +
          <title>iGem Tec CCM/Team</title>
 +
          <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css">
 +
          <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
 +
          <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js"></script>
 +
  </head>
 +
<script>
 +
    function close() {
 +
        if(document.getElementById('benefits').style.display=='block') {
 +
          document.getElementById('benefits').style.display='none';
 +
        }
 +
    } 
 +
</script>
 +
<script>
 +
  function show() {
 +
    if(document.getElementById('benefits').style.display=='none') {
 +
      document.getElementById('benefits').style.display='block';
 +
    }
 +
  }
 +
  </script>
  
<h2>Team</h2>
+
<style type="text/css"> /* Used in page */
 +
  body { background-color: #fff; }
 +
  ul{list-style: none; list-style-type: none;}
 +
  li{list-style: none; list-style-type: none;}
 +
  h1{display: none;}
 +
  h2{color:#23b593;}
 +
  h3{color:#23b588;}
 +
  #globalWrapper, #content{
 +
        background-color: transparent;
 +
        border: 0px;
 +
        margin:0px;
 +
        padding: 0px;
 +
        width:100%;
 +
      }
 +
  #mainContainer {/* Creates a container that will wrap all of the content inside your wiki pages. */
 +
  width: 100%;
 +
  overflow:hidden;
 +
  margin-left: auto;
 +
  margin-right: auto;
 +
  margin-bottom: 10px;
 +
  background-color: #fff;
 +
  font-family: "Trebuchet MS", Helvetica, sans-serif;
 +
  }
 +
  .menu {
 +
    font-family: "Verdana", Geneva, sans-serif;
 +
    font-weight: 10;
 +
    font-size: 28px;
 +
    float: top;
 +
    color: black;
 +
    margin-top: 20px;
 +
  }
 +
  #menuNavbar  {
 +
  background: #fff;
 +
  float:top;
 +
  width: 100%;
 +
  margin-left: auto;
 +
  margin-right: auto;
 +
  margin-top: 16px;
 +
  }
 +
  .navContainer li{
 +
    margin-top: 10px;
 +
  }
 +
  .navContainer li ul {
 +
          display: none;
 +
          padding-top:10px;
 +
          margin-left: -19px;
 +
  }
 +
  .navContainer li:hover ul {
 +
          /*display: inline-block; */
 +
          display: block;
 +
          position: absolute;
 +
          float:right;
 +
          margin-left:-40px;
 +
          margin-top:-10px;
 +
  }
 +
  .up{
 +
    background: #fff;
 +
  }
 +
#pall{
 +
        color: #202020;
 +
        font-size: 50px;
 +
        font-weight: normal;
 +
        margin-bottom: 10px;
 +
        text-align:justify;
 +
  }
 +
  #topbar {
 +
    background: #fff;
 +
    padding: 10px 0 10px 0;
 +
    text-align: center;
 +
    height: 100px;
 +
    color: black;
 +
    overflow: hidden;
 +
    -webkit-transition: height 0.5s linear;
 +
    -moz-transition: height 0.5s linear;
 +
    transition: height 0.5s linear;
 +
  }
 +
  #topbar a {
 +
    color: #fff;
 +
    font-size:1.3em;
 +
    line-height: 1.25em;
 +
    text-decoration: none;
 +
    opacity: 0.5;
 +
    font-weight: bold;
 +
  }
 +
  #tophiddenbar {
 +
    font-size:1.5em;
 +
    background: #fff;
 +
    font-weight: bold;
 +
    text-align: right;
 +
    text-shadow: 1px 1px 0 #444;
 +
  }
 +
  #tophiddenbar a {
 +
    color: black;
 +
    font-size: 0.5em;
 +
    text-decoration: none;
 +
    opacity: 0.5;
 +
    text-shadow: none;
 +
  }
 +
  #tophiddenbar a:hover { opacity: 1; }
 +
  .subnavbar{
 +
    width:90%;
 +
    height:100px;
 +
    margin-left: 0px;
 +
  }
 +
  #contentContainer {
 +
    margin-top: 100px;
 +
    padding-top:20px;
 +
    padding-right:20px;
 +
    padding-left: 20px;
 +
    margin-bottom: 20px;
 +
    width: 100%;
 +
    background-color: #fff;
 +
    font-family: "Trebuchet MS", Helvetica, sans-serif;
 +
  }
 +
  #bannerContainer {
 +
    height:500px;
 +
    padding-top: 10px;
 +
    margin:auto;
 +
    text-align:center;
 +
    color: #24B694;
 +
  }
 +
  #TMember{
 +
    width: 80%;
 +
    margin-left: auto;
 +
    margin-right: auto;
 +
  }
 +
  #TMI{
 +
    width: 250px;
 +
    height: 250px;
 +
  }
 +
  #contentContainer h1, h2, h3, h4, h5, h6 {
 +
    border-bottom: none;
 +
    font-weight: bold;
 +
    font-family: "Trebuchet MS", Helvetica, sans-serif;
 +
    margin-top:10px;
 +
    }
  
<p>More details on the team members will be put here.</p>
+
  #footer{
 +
    width: 100%;
 +
    background-color: #EEFFFF ;
 +
    font-family: "Impact", "Charcoal", sans-serif;
 +
    font-weight: 100;
 +
    font-size: 25px;
 +
    color: #594F4F;
 +
    float: bottom;
 +
  }
 +
  .address{
 +
    font-family: "Verdana", Geneva, sans-serif;
 +
    font-weight: 100;
 +
    font-size: 12px;
 +
    color:#594F4F;
 +
    margin-top: 20px;
 +
    margin-bottom: 10px;
 +
  }
 +
  .video {
 +
    margin-top: 40px;
 +
    margin-bottom: 60px;
 +
  }
 +
    .icons{
 +
    width: 50px;
 +
    margin-top: 20px;
 +
    margin-right: 10px;
 +
  }
 +
  .icons2{
 +
    width: 20px;
  
 +
  }
 +
  .clear{
 +
    clear:both;
 +
    height: 10px;
 +
  }
 +
</style>
  
<h4>Inspiration</h4>
+
<style>
<p>You can look at what other teams did to get some inspiration! <br />
+
 
Here are a few examples:</p>
+
  .submenu {
<ul>
+
    font-weight: 50;
<li><a href="https://2014.igem.org/Team:METU_Turkey_team">METU Turkey </a></li>
+
    font-family: "Verdana", Geneva, sans-serif;
<li><a href="https://2014.igem.org/Team:Colombia/Members">Colombia</a></li>
+
    font-size: 20px;
<li><a href="https://2014.igem.org/Team:Stony_Brook/Team">Stony Brook</a></li>
+
    color: black;
<li><a href="https://2014.igem.org/Team:OUC-China/Team">OUC-China</a></li>
+
    float: right;
</ul>
+
    margin-top: 10px;
 +
  }
 +
  .btn-default {
 +
    background-color: transparent;
 +
    border-color: transparent;
 +
    font-weight: bold;
 +
    font-size: 25px;
 +
    color: black;
 +
  }
 +
  .headerline {
 +
    height: 30px;
 +
    width: 100px;
 +
  }
 +
  .body {
 +
    margin-top: 25px;
 +
  }
 +
  .abstract{
 +
    font-family: "Verdana", Geneva, sans-serif;
 +
    font-weight: 100;
 +
    font-size: 25px;
 +
    color: black;
 +
  }
 +
</style><!-- de iGem-->
 +
    <!-- Start of CSS-->
 +
<style type="text/css">
 +
  /*Change the styling of text for everything inside main container*/
 +
        #mainContainer p {
 +
            font-size: 13px;
 +
            color: #000000;
 +
        }
 +
    /*Style of the links - links are different inside the menu */
 +
        #contentContainer a {
 +
            font-weight: bold;
 +
            color: #23b593;
 +
        }
 +
      /* Styling links on hover- links are different inside the menu */
 +
        #contentContainer a:hover {
 +
            color: #59bf92;
 +
        }
 +
    /*Change the styling of tables */
 +
                #contentContainer table {
 +
                border: 1px solid #565656;
 +
                border-collapse: collapse;
 +
                width: 90%
 +
                margin: auto;
 +
                margin-bottom: 15px;
 +
                margin-top: 15px;
 +
                margin-right: 10px;
 +
                margin-left: 10px;
 +
            }
 +
    /*Change the styling of table cells*/
 +
            #contentContainer  td {
 +
                padding: 10px;
 +
                border: 1px solid #565656;
 +
                border-collapse: collapse;
 +
                vertical-align: text-top;
 +
            }
 +
    /*Change the styling of table headers */
 +
            #contentContainer th {
 +
                background-color: #E8E8E9;
 +
                padding: 10px;
 +
                border: 1px solid #565656;
 +
                border-collapse: collapse;
 +
                vertical-align: text-top;
 +
            }
 +
    /*MENU STYLING */
 +
    /*Styling for the links in the menu */
 +
    /*  #menuContainer a {
 +
            color: #565656;
 +
            text-decoration:none;
 +
            font-weight: bold;
 +
        }
 +
    /* Sets the style for lists inside menuContainer  */
 +
        #menuContainer ul {
 +
            list-style: none;
 +
            margin-left:0px;
 +
        }
 +
    /*Styles the list items to become menu buttons */
 +
        #menuContainer ul li {
 +
            text-align: center;
 +
            display: block;
 +
            width: 100%;
 +
            height:30px;
 +
        }
 +
    /*For the menu buttons, changes the color when hovering*/
 +
        #menuContainer li:hover {
 +
            color:  black;
 +
            background-color: #24B694;
 +
        }
 +
    /*Submenus are not displayed as default*/
 +
        #menuContainer li ul {
 +
            display: none;
 +
            padding-top:-30px;
 +
            margin-left: -19px;
 +
        }
 +
    /*Submenus are displayed when hovering the menu button */
 +
        #menuContainer li:hover ul {
 +
            /*display: inline-block; */
 +
            display: block;
 +
            position: absolute;
 +
            float:right;
 +
            margin-left: 134px;
 +
            margin-top:-82px;
 +
        }
 +
    /*Style the submenu buttons*/
 +
      #menuContainer ul li {
 +
        text-align: center;
 +
        display: block;
 +
        width: 100%;
 +
        height:30px;
 +
        padding-left:30px;
 +
      }
 +
      ul {
 +
          list-style-type: none;
 +
          margin: 0;
 +
      }
 +
      li {
 +
          float: left;
 +
        list-style-type: none;
 +
        padding-left: 20px;
 +
      }
 +
      a {
 +
          display: block;
 +
      }
 +
      .menu-main{
 +
        width:90%;
 +
        height:30px;
 +
        align:center;
 +
        padding-right: 50px;
 +
      }
 +
        /*CLASSES */
 +
        /*Clear class for all the pages, adds spacing too*/
 +
        /* highlight box for special messages */
 +
            .highlightBox {
 +
                    width:500px;
 +
                    margin:auto;
 +
                    background-color: #E8E8E9;
 +
            margin-bottom: 15px;
 +
            margin-top: 15px;
 +
            padding: 15px;
 +
            padding-top: 5px;
 +
            }
 +
</style><!-- de iGem-->
  
<h5>What should this page contain?</h5>
+
<div id="mainContainer" class="container-fluid"> <!-- Es un div de todo la página-->
<ul>
+
  <div class="menu" class="row">
<li> Include pictures of your teammates, don’t forget instructors and advisors! </li>
+
      <nav class="navbar navbar-default navbar-fixed-top" id="menuNavbar">
<li>You can add a small biography or a few words from each team member, to tell us what you like, and what motivated you to participate in iGEM.</li>
+
        <div class="up" id="tophiddenbar">
<li>Take team pictures! Show us your school, your lab and little bit of your city.</li>
+
              <li ><a href="https://2015.igem.org/Team:GenetiX_Tec_CCM"> <img src="https://static.igem.org/mediawiki/2015/d/da/TeamLogo.png" style="width:90px;" alt="iGemlogo" > </a></li>
<li>Remember that image galleries can help you showcase many pictures while saving space.</li>
+
              <li ><a href="https://2015.igem.org"> <img src="https://static.igem.org/mediawiki/2015/d/d2/IGemLogo.png" style="width: 90px; padding-top:10px;" alt="TeamLogo"> </a></li>
</ul>
+
            </div>
 +
        <div class="navContainer" id="topbar">
 +
          <div id="tophiddenbar">
 +
            <div>
 +
              <ul>
 +
              <a href="https://2015.igem.org/Team:GenetiX_Tec_CCM/Description" onclick=show()> <li>PROJECT
 +
                <ul class="subnavbar">
 +
                  <a href="https://2015.igem.org/Team:GenetiX_Tec_CCM/Description"><li>Description</li></a>
 +
                  <a href="https://2015.igem.org/Team:GenetiX_Tec_CCM/Design"><li>Design</li></a>
 +
                  <a href="https://2015.igem.org/Team:GenetiX_Tec_CCM/Experiments"><li>Experiments &amp; Protocols</li></a>
 +
                  <a href="https://2015.igem.org/Team:GenetiX_Tec_CCM/References"><li>References</li></a> 
 +
                </ul>
 +
              </li> </a>
 +
              <a href="https://2015.igem.org/Team:GenetiX_Tec_CCM/Team" onclick=show()><li>TEAM
 +
                <ul class="subnavbar">
 +
                  <a href="https://2015.igem.org/Team:GenetiX_Tec_CCM/Attributions"><li>Attribution</li></a>
 +
                </ul>
 +
              </li></a>
 +
              <a href="https://2015.igem.org/Team:GenetiX_Tec_CCM/Practices" onclick=show()><li>HUMAN PRACTICES
 +
                  <ul class="subnavbar">
 +
                  <a href="https://2015.igem.org/Team:GenetiX_Tec_CCM/Collaborations"><li>Meet up</li></a>
 +
                  <a href="https://2015.igem.org/Team:GenetiX_Tec_CCM/TodosporXochimilco"><li>Todos por Xochimilco</li></a> 
 +
                  <a href="https://2015.igem.org/Team:GenetiX_Tec_CCM/Practices"><li>Education</li></a>
 +
                  </ul>
 +
              </li></a>
 +
              <a href="https://2015.igem.org/Team:GenetiX_Tec_CCM/Safety"><li>SAFETY</li></a>
 +
              <a href="https://2015.igem.org/Team:GenetiX_Tec_CCM/Gallery"><li>GALLERY</li></a>
 +
              </ul>
 +
            </div>
 +
          </div>
 +
        </div>
 +
    </nav>
 +
  </div> <!-- Es el menú de arriba--> <!-- no tocar-->
  
 +
  <body>
 +
    <div class="row" id="contentContainer">
 +
      <div id="bannerContainer" class="row">
 +
        <img src="https://static.igem.org/mediawiki/2015/4/48/Template_Banner.png">
 +
      </div>
 +
      <h2>The Team</h2>
 +
      <h3>Members</h3>
  
 +
      <div class="row" id="TMember">
 +
        <h4>Jessica A. Flood G.</h4>
 +
        <div class="col-md-8">
 +
          <p>
 +
            A.K.A.: Jess<br>Principal Instructor<br>Jessica Flood studied Chemical Sciences at UDLA-P, México (Universidad de las Américas Puebla) and later she achieved a Master degree in Science with a specialization in Biological Chemistry at the University of Toronto, Canada. Her main focus is bioinorganic chemistry, her research being done in copper chemotherapeutic agents and interaction of metal ions with proteins and enzymes.
 +
          </p>
 +
        </div>
 +
        <div class="col-md-4" id="TMI" style=" float: left;">
 +
          <img src="https://static.igem.org/mediawiki/2015/3/3b/Team_GenetiX_Jess.png">
 +
        </div>
 +
      </div>
 +
     
 +
      <div class="row" id="TMember">
 +
        <h4>Kai Kawasaki Ueda</h4>
 +
        <div class="col-md-8">
 +
          <p id="pall">
 +
            A.K.A: Kai<br>High School Student<br>President<br>This been my second time participating in the iGem competition I am a 17-year-old student in fifth semester of junior high. Having the Japanese and Mexican Nationalities is what makes me unique. I am as an Asian has to be “naturally” (such a stereotype -_-) interested in science and technology, but besides that I am a really open minded and a happy person. That’s why I have the best of both sides of Mexico and Japan. I was really interested in the competition because I could learn more about a topic that I am passionate about and to experience such an international and intercultural event will make my world bigger than the really one. This year been the president of the team gave me an irreplaceable opportunity which opened my eyes and realize how difficult is to accomplish something, but not impossible.
 +
 +
          </p>
 +
        </div>
 +
        <div class="col-md-4" style=" float:right;">
 +
          <img src="https://static.igem.org/mediawiki/2015/9/9d/Team_GenetiX_Kai.png">
 +
        </div>
 +
      </div>
 +
 +
      <div class="row" id="TMember">
 +
        <h4>Nuri</h4>
 +
        <div class="col-md-8">
 +
          <p>
 +
            A.K.A: Nuri<br>High School Student<br>Vice President<br>Why fit in when you were made to stand out?” I am sure there is no better description of me than these Dr. Seuss' words. I am an 18-year old senior, who is passionate about life. Growing up, I have always been a very hyperactive girl: fond of music, people and science. I love dancing, singing, meeting new people and places, and of course learning how and why things work. This peculiar mashup has led me to learn invaluable lessons. I guess my biggest goal is to make the difference, create the change I have always looked for. Fortunately, I have found the opportunity to achieve it through GenetiX and iGEM: I believe science is what can turn things up.
 +
I’ve studied at Tecnológico de Monterrey (Campus Ciudad de México) for almost three years now and I already think of it as my second home. Naturally, GenetiX has become my second family. My teammates have taught me far more than just science or teamwork. From them I have learnt the value of passion, dedication, responsibility and enthusiasm. I have enjoyed that science is not only about lab discoveries, but about what you do with them. This has been an extraordinary experience; one that is just beginning.
 +
          </p>
 +
        </div>
 +
        <div class="col-md-4" style=" float:right;">
 +
          <img src="https://static.igem.org/mediawiki/2015/6/6b/Team_GenetiX_Nuri2.jpg">
 +
        </div>
 +
      </div>
 +
 +
      <div class="row" id="TMember">
 +
        <h4>Natalia Reyes</h4>
 +
        <div class="col-md-8">
 +
          <p>
 +
            A.K.A: Nat<br>High School Student<br>Design<br>I am 17 years old. I'm from Mexico City. I am currently in fifth semester of junior high at Tecnológico de Monterrey CCM. I've always been interested in issues directly related to design, image view and manual techniques. I have participated in my school groups contributing to the area of design and display, as well as in projects and logo contests  and images of representation.I'm in GenetiX, first because I love to contribute to the group with what I know related to design, also because I want to relate that, with the rest of the group to form a complete team and we'll structured in each of their areas. As well as learn not only in the areas in which each of ones are involved, I mean to learn as much chemistry, marketing, programming, research and very important area, where you involve human resources in which you involve values and the human practice within each of us with the help of all the members of our team.I like iGEM because it is a foundation that promotes beyond coexistence with our own equipment, to give everything to be the best, promotes the relationship between more teams involved in iGEM with the support of a feedback and learning by what you acquire here. Likewise iGEM urges teens to have a deep knowledge in science with the help of many other areas that complement each of the teams.
 +
          </p>
 +
        </div>
 +
        <div class="col-md-4" style=" float:right;">
 +
          <img src="https://static.igem.org/mediawiki/2015/a/ae/Team_GenetiX_Nat.png">
 +
        </div>
 +
      </div>
 +
 +
      <div class="row" id="TMember">
 +
        <h4>Diego Eduardo Jiménez Trejo</h4>
 +
        <div class="col-md-8">
 +
          <p>
 +
            A.K.A: Diego<br>High School Student<br>Wet Lab<br>I am 17 years old and I am an enthusiast of any Chemistry and Biology groups or projects. I am I GenetiX because I wanted to use my knowledge of my two favourite subjects in a project that could really change something for the people. Also languages are a hobby for me, I know Spanish, English, French, German, Arabic and I want to learn Japanese. I like iGEM because it involves many people from many countries that gather for one simple goal, making the world a better place. iGEM is the first step for me to make a change for the environment we all live in.
 +
          </p>
 +
        </div>
 +
        <div class="col-md-4" style=" float:right;">
 +
          <img src="https://static.igem.org/mediawiki/2015/a/a4/Team_GenetiX_Diego.png">
 +
        </div>
 +
      </div>
 +
     
 +
      <div class="row" id="TMember">
 +
        <h4>Danya Ortega Cabrera</h4>
 +
        <div class="col-md-8">
 +
          <p>
 +
            A.K.A: Danya<br>High School Student<br>Wet Lab<br> I’m a 15 year old student and I’m currently cursing third semester of high school at Tecnologico de Monterrey. I’ve always liked science, especially Chemistry and Biology. The reason I joined GenetiX is because I want to learn more about these subjects, and because I think it is a great opportunity to apply theoretical knowledge to real-life problems.  In iGEM, I find a great chance to experience the interaction between teams and to prove what GenetiX is capable of.
 +
          </p>
 +
        </div>
 +
        <div class="col-md-4" style=" float:right;">
 +
          <img src="https://static.igem.org/mediawiki/2015/5/5f/Team_GenetiX_Danya1.0.jpg">
 +
        </div>
 +
      </div>
 +
 +
      <div class="row" id="TMember">
 +
        <h4>Triana Sánchez Huerta</h4>
 +
        <div class="col-md-8">
 +
          <p>
 +
            A.K.A: Triana<br>High School Student<br>Wet Lab<br> I am 17 years old and I’m currently studying third semester at Tecnologico de Monterrey. Science, is something that have always deeply interest me, because it answers the most amazing and vital questions: from the tiniest subparticle, to the most titanic supernova. But what truly interest me within it, is the great potential that we have thrue science to change the world for better. The things that we have accomplished as a scientific community are just terrifically unbelievable and to think what we can accomplish in a few years, just thrills me. I think that both GenetiX and iGem are a great opportunity to start that change. Also, I participate in Models of United Nations (MUNs) I had been in over seven muns in the past three years both as delegate and as chair. My most beloved hobby is parliamentary debate, I I was primary founder of the Debate Club in Tecnologico de Monterrey and we are going to participate next November on “Panamericanos”. Everything that I do is focused on achieving that change, because I want that every time someone mentions the word “future” they don’t think about a mass of gray polluted injustice, but as a bright community full of opportunities and hope.
 +
 +
          </p>
 +
        </div>
 +
        <div class="col-md-4" style=" float:right;">
 +
          <img src="https://static.igem.org/mediawiki/2015/1/14/Team_GenetiX_Triana.png">
 +
        </div>
 +
      </div>
 +
 +
      <div class="row" id="TMember">
 +
        <h4>Carlo Hinojosa</h4>
 +
        <div class="col-md-8">
 +
          <p>
 +
            A.K.A: Chuck<br>High School Student<br>Wet Lab<br> I am 17 years old. I am mexican and I am studying in third semester of junior high at Tecnologico de Monterrey CCM. I am really passionate in science, and social impact action. I describe myself as a very creative, social and smart person. I am in Genetix because it is a group made for science and also have social activities to share and spread science. Its a place where I can be myself, and apport to share my knowledge to others. Also is a way to be in IGem, and develop my abilities to my future, due to the fact that I want to study biochemistry. This development is also useful to my school work. My future aspirations are to work on the scientific field and help the society by this way. 
 +
          </p>
 +
        </div>
 +
        <div class="col-md-4" style=" float:right;">
 +
          <img src="https://static.igem.org/mediawiki/2015/e/e1/Team_GenetiX_Chuck.png">
 +
        </div>
 +
      </div>
 +
 +
      <div class="row" id="TMember">
 +
        <h4>Rafael Rojas Obregón</h4>
 +
        <div class="col-md-8">
 +
          <p>
 +
            A.K.A: Rafa<br>High School Student<br>Wet Lab<br> I am a 17 year old student cursing 3rd semester of high school at Tecnologico de Monterrey, Campus Ciudad de Mexico. The reason I joined GenetiX and iGem is because I’ve always been deeply fascinated with sciences, and the thought of being able to get involved in such an experience was enthralling and exciting. I find iGem to be a real challenge, as I like how the project is taken beyond the lab and always asks for a multidisciplinary effort to succeed. Overall, I think of this as a great opportunity to learn more about science, get involved more in the things I am the most passionate about, and start building up a path to fulfill my dream of studying and eventually researching in an area related to science.
 +
          </p>
 +
        </div>
 +
        <div class="col-md-4" style=" float:right;">
 +
          <img src="https://static.igem.org/mediawiki/2015/0/01/Team_GenetiX_Rafa.png">
 +
        </div>
 +
      </div>
 +
 +
      <div class="row" id="TMember">
 +
        <h4>Alonzo Durante</h4>
 +
        <div class="col-md-8">
 +
          <p>
 +
            A.K.A: Alonzo<br>High School Student<br>Wet Lab<br> I am 17 year old student coursing fifth semester of high school at Tecnologico de Monterrey, Campus Ciudad de Mexico. The main reason I decided to become a member of Genetix was my love and interest for biology and related sciences. I really like the way that Genetix chose not only to focus on biological sciences, but become a multidisciplinary group that searches to help society and spread an overall awareness of science. In addition, I love the way that we can go further from our classes, and investigate on our own, gaining knowledge that can help in our future (given we study sciences later on) and becoming independent in the process. Finally, I love the fact that all members of the team are decided to help and improve  Genetix as a whole.
 +
          </p>
 +
        </div>
 +
        <div class="col-md-4" style=" float:right;">
 +
          <img src="https://static.igem.org/mediawiki/2015/7/73/Team_GenetiX_Alonzo.png">
 +
        </div>
 +
      </div>
 +
 +
      <div class="row" id="TMember">
 +
        <h4>Fernanda Sobral</h4>
 +
        <div class="col-md-8">
 +
          <p>
 +
            A.K.A: Fer<br>High School Student<br>Wet Lab<br> I am a 17 year old student at Tecnológico de Monterrey, Campus Ciudad de México. I am interested mainly in biological sciences and that is the main reason I chose to be in GenetiX. I really love this area of science and I believe iGem offers an amazingly wide range of experience to enjoy and learn from. Learning everyday not only from the project itself, but mostly from other team members has been one of the best rewards this experience has given me. I believe it is amazing how we are able to mix the practice of science with everything else the industry should involve at such a young age. We manage the project, as well as finances and important events. I especially appreciate those that allow contact with other people to inspire the great love and interest for science our team shares. GenetiX and iGem have given me great knowledge and experience, as well as a profound interest on our topic and the people involved.
 +
          </p>
 +
        </div>
 +
        <div class="col-md-4" style=" float:right;">
 +
          <img src="https://static.igem.org/mediawiki/2015/6/6d/Team_GenetiX_Fer.png">
 +
        </div>
 +
      </div>
 +
 +
      <div class="row" id="TMember">
 +
        <h4> Miranda Saucedo Sánchez</h4>
 +
        <div class="col-md-8">
 +
          <p>
 +
            A.K.A: Miranda<br>High School Student<br>Human Practices<br> I'm 17 years old, and I'm currently studying my third semester in Tecnológico de Monterrey, Mexico City Campus. I recently joined the Human Practices team in GenetiX because since middle school I have been very interested in chemistry and biology, it amazes me to study how we and everything that surrounds us behaves; plus I get to learn very interesting stuff, interact with many people and help others. But what I like most about GenetiX and the other iGem groups is that they actually do something, they make sure their projects are heard of, and change for good the world we live in. Often we hear how we are destroying our world, but come to think about how many people try to change that; that's why I think iGem and GenetiX are such a good opportunity, not just for us, but for all the people who want to improve things.
 +
 +
          </p>
 +
        </div>
 +
        <div class="col-md-4" style=" float:right;">
 +
          <img src="https://static.igem.org/mediawiki/2015/2/2b/Team_GenetiX_Miranda.png">
 +
        </div>
 +
      </div>
 +
 +
      <div class="row" id="TMember">
 +
        <h4> Rodrigo Velázquez Beltrán</h4>
 +
        <div class="col-md-8">
 +
          <p>
 +
            A.K.A: Rodrigo<br>High School Student<br>Web Design<br>I'm 17 years old. I was born and raised in Mexico City, where I started to develop my passion for sports, mostly for soccer and football and I've been able to play football for my high school for two years now. Another one of my passions is technology and my curiosity to learn more in this area is what made me want to join Genetix. I'm one of the developers of our wiki and webpage and I plan to keep learning more about computer science and science in general for many years. Genetix has really helped me develop skills for programming and made me a better person in general. I learned to meet new people, ideas, ans visions which became experiences that will help me in the future. I know that this group will keep growing bigger and bigger so future generations on our high school can learn all of what we've learned on the team, and one day make a great impact in the world.
 +
          </p>
 +
        </div>
 +
        <div class="col-md-4" style=" float:right;">
 +
          <img src="https://static.igem.org/mediawiki/2015/2/25/Team_GenetiX_rodrigo.jpg">
 +
        </div>
 +
      </div>
 +
     
 +
      <div class="row" id="TMember">
 +
        <h4> Juan Carlos Pichardo Vicencio </h4>
 +
        <div class="col-md-8">
 +
          <p>
 +
            A.K.A: Pichardo<br>High School Student<br>Web Design<br>A 17 year old student coursing last year of high school at Tecnológico de Monterrey, Campus Ciudad de México. I was one of those kids doesn’t knowing what to expect and want from their life, but with the passing of the years I found a way into science and technology, I’m mainly interested in computer science, robotics and physics, but also liking to acquire and understand other areas like biology and chemistry. The main reasons I choose to join Genetix and iGem was to find a way to help others with my work and the possibility and to make other feel the way I do about science. This team has let me be part of something that can help our society, but it has taught me many things too, like teamwork and responsibility, letting me meet incredible people .  I’m sure all the information and abilities that I obtain here will help me in the future studying a career and fulfill my desire to create something that will create a change in society.
 +
        </div>
 +
        <div class="col-md-4" style=" float:right;">
 +
          <img src="https://static.igem.org/mediawiki/2015/4/41/Team_GenetiX_Pichardo.png">
 +
        </div>
 +
      </div>
 +
 +
 +
    </div>
 +
          <div class="row" id="TMember">
 +
        <h4> Eduardo Servín Gallegos </h4>
 +
        <div class="col-md-8">
 +
          <p>
 +
            A.K.A: Edu<br>High School Student<br>Web Design<br>
 +
          "Be everything you can, being yourself" I’m an 18 year old student coursing fifth semester of high school at Tecnológico de Monterrey Campus Ciudad de México. My main objective in life is to enjoy every aspect of it, therefore I’ve been part of different activities of various areas. My main love in life are sports, I’ve been playing soccer since I can remember but I also love arts and science. I joined GenetiX because I saw an opportunity to apply my knowledge in Computer Science, a class I’ve been taking in the IB program. With time, I was surprised with all the projects of the group and the activities we’ve done. I glad to be part of this family, to share my knowledge and work with people that share my passions. 
 +
        </div>
 +
        <div class="col-md-4" style=" float:right;">
 +
          <img src="https://static.igem.org/mediawiki/2015/b/b8/Team_GenetiX_Edu.jpg">
 +
        </div>
 +
      </div>
 +
 +
<div class="row" id="TMember">
 +
        <h4> Claudia González García </h4>
 +
        <div class="col-md-8">
 +
          <p>
 +
            A.K.A: Clau<br>High School Student<br>Design<br>
 +
            I am 17 years old, I am currently a high school senior in the Tecnológico de Monterrey, Campus Ciudad de México and I am part of the design team in Genetix. Since I was a little girl, I have always adored to decorate everything until it reached my expected image of perfection and additionally, I am a natural curiouser. Those aptitudes eventually evolved into an ability that helped me to learn by myself how to use different tools and programs to create beautiful designs. I believe Genetix and iGem are a great opportunity to comvergent two of the things I love the most; design and science.
 +
        </div>
 +
        <div class="col-md-4" style=" float:right;">
 +
          <img src="https://static.igem.org/mediawiki/2015/9/95/Team_GenetiX_Claau.jpg">
 +
        </div>
 +
      </div>
 +
 +
 +
    </div>
 +
  </body>
 +
</div>
 +
<div id="footer">
 +
    <div class="row" style="background-color: #EEFFFF ;">
 +
      <div class="col-md-1">
 +
        <div>
 +
          <image src="https://static.igem.org/mediawiki/2015/3/3c/TeamLogo.gif" style="width: 100px; margin-top: 50px;">
 +
        </div>
 +
      </div>
 +
      <div class="col-md-3">
 +
        <div style="margin-top: 20px;">OUR SCHOOL<a href="http://www.itesm.mx/wps/wcm/connect/Campus/CCM/Ciudad+de+Mexico/"><image src="https://static.igem.org/mediawiki/2015/b/b0/OurSchool.jpg" style="width: 190px; margin-top: 20px;"></a>
 +
        </div>
 +
        <div class="address"><a href="https://www.google.com/maps/place/itesm+campus+ciudad+de+mexico/@19.28358,-99.13541,15z/data=!4m2!3m1!1s0x0:0x129534395a02e72a?sa=X&    ved=0CIYBEPwSMAtqFQoTCOPt762E48cCFUlxPgodUlcG8w"><image src="https://static.igem.org/mediawiki/2015/4/43/Map.png" style="width: 30px;" align="center"></a>
 +
        <address style="color:#594F4F">
 +
          <strong>Location</strong><br>Calle del Puente 222, Tlalpan, Ejidos de Huipulco,<br>14380 Ciudad de México, D.F., Mexico.<br>
 +
        </address>
 +
        </div>
 +
      </div>
 +
      <div class="col-md-4" style="margin-top: 20px;">
 +
        <div>SOCIAL<a class="twitter-timeline" href="https://twitter.com/GenetiXCCM" data-widget-id="643542425776947200">Tweets por el @GenetiXCCM.</a>
 +
            <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js. src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
 +
        </div>
 +
      </div>
 +
      <div class="col-md-4" style="margin-top: 20px;">
 +
          <div>FIND US <br>
 +
            <span href="https://www.facebook.com/genetixtecccm?fref=ts"> <image src="https://static.igem.org/mediawiki/2015/5/55/Facebook.png" class="icons"> </span>
 +
            <span href="https://twitter.com/GenetiXCCM"> <image src="https://static.igem.org/mediawiki/2015/f/f7/Twitter.png" class="icons"> </span>
 +
            <span href=""> <image src="https://static.igem.org/mediawiki/2015/b/b7/Instagram.png" class="icons"> </span>
 +
            <span href=""> <image src="https://static.igem.org/mediawiki/2015/a/af/Youtube.png" class="icons"> </span>
 +
            <div class="address"><image src="https://static.igem.org/mediawiki/2015/5/58/Phone.png" class="icons2">"Phone: Kai: +521(55)40597475"
 +
            </div>
 +
          <div class="address"><image src="https://static.igem.org/mediawiki/2015/5/5c/Email.png" class="icons2" style="margin-right: 10px;">genetixccm@gmail.com
 +
          </div>
 +
        </div>
 +
      </div> 
 +
    </div>  <!-- Footer solo cambiar tamaños de fuente t color--><!-- no tocar-->
 
</div>
 
</div>
 
</html>
 
</html>

Latest revision as of 02:42, 21 November 2015

iGem Tec CCM/Team

The Team

Members

Jessica A. Flood G.

A.K.A.: Jess
Principal Instructor
Jessica Flood studied Chemical Sciences at UDLA-P, México (Universidad de las Américas Puebla) and later she achieved a Master degree in Science with a specialization in Biological Chemistry at the University of Toronto, Canada. Her main focus is bioinorganic chemistry, her research being done in copper chemotherapeutic agents and interaction of metal ions with proteins and enzymes.

Kai Kawasaki Ueda

A.K.A: Kai
High School Student
President
This been my second time participating in the iGem competition I am a 17-year-old student in fifth semester of junior high. Having the Japanese and Mexican Nationalities is what makes me unique. I am as an Asian has to be “naturally” (such a stereotype -_-) interested in science and technology, but besides that I am a really open minded and a happy person. That’s why I have the best of both sides of Mexico and Japan. I was really interested in the competition because I could learn more about a topic that I am passionate about and to experience such an international and intercultural event will make my world bigger than the really one. This year been the president of the team gave me an irreplaceable opportunity which opened my eyes and realize how difficult is to accomplish something, but not impossible.

Nuri

A.K.A: Nuri
High School Student
Vice President
Why fit in when you were made to stand out?” I am sure there is no better description of me than these Dr. Seuss' words. I am an 18-year old senior, who is passionate about life. Growing up, I have always been a very hyperactive girl: fond of music, people and science. I love dancing, singing, meeting new people and places, and of course learning how and why things work. This peculiar mashup has led me to learn invaluable lessons. I guess my biggest goal is to make the difference, create the change I have always looked for. Fortunately, I have found the opportunity to achieve it through GenetiX and iGEM: I believe science is what can turn things up. I’ve studied at Tecnológico de Monterrey (Campus Ciudad de México) for almost three years now and I already think of it as my second home. Naturally, GenetiX has become my second family. My teammates have taught me far more than just science or teamwork. From them I have learnt the value of passion, dedication, responsibility and enthusiasm. I have enjoyed that science is not only about lab discoveries, but about what you do with them. This has been an extraordinary experience; one that is just beginning.

Natalia Reyes

A.K.A: Nat
High School Student
Design
I am 17 years old. I'm from Mexico City. I am currently in fifth semester of junior high at Tecnológico de Monterrey CCM. I've always been interested in issues directly related to design, image view and manual techniques. I have participated in my school groups contributing to the area of design and display, as well as in projects and logo contests and images of representation.I'm in GenetiX, first because I love to contribute to the group with what I know related to design, also because I want to relate that, with the rest of the group to form a complete team and we'll structured in each of their areas. As well as learn not only in the areas in which each of ones are involved, I mean to learn as much chemistry, marketing, programming, research and very important area, where you involve human resources in which you involve values and the human practice within each of us with the help of all the members of our team.I like iGEM because it is a foundation that promotes beyond coexistence with our own equipment, to give everything to be the best, promotes the relationship between more teams involved in iGEM with the support of a feedback and learning by what you acquire here. Likewise iGEM urges teens to have a deep knowledge in science with the help of many other areas that complement each of the teams.

Diego Eduardo Jiménez Trejo

A.K.A: Diego
High School Student
Wet Lab
I am 17 years old and I am an enthusiast of any Chemistry and Biology groups or projects. I am I GenetiX because I wanted to use my knowledge of my two favourite subjects in a project that could really change something for the people. Also languages are a hobby for me, I know Spanish, English, French, German, Arabic and I want to learn Japanese. I like iGEM because it involves many people from many countries that gather for one simple goal, making the world a better place. iGEM is the first step for me to make a change for the environment we all live in.

Danya Ortega Cabrera

A.K.A: Danya
High School Student
Wet Lab
I’m a 15 year old student and I’m currently cursing third semester of high school at Tecnologico de Monterrey. I’ve always liked science, especially Chemistry and Biology. The reason I joined GenetiX is because I want to learn more about these subjects, and because I think it is a great opportunity to apply theoretical knowledge to real-life problems. In iGEM, I find a great chance to experience the interaction between teams and to prove what GenetiX is capable of.

Triana Sánchez Huerta

A.K.A: Triana
High School Student
Wet Lab
I am 17 years old and I’m currently studying third semester at Tecnologico de Monterrey. Science, is something that have always deeply interest me, because it answers the most amazing and vital questions: from the tiniest subparticle, to the most titanic supernova. But what truly interest me within it, is the great potential that we have thrue science to change the world for better. The things that we have accomplished as a scientific community are just terrifically unbelievable and to think what we can accomplish in a few years, just thrills me. I think that both GenetiX and iGem are a great opportunity to start that change. Also, I participate in Models of United Nations (MUNs) I had been in over seven muns in the past three years both as delegate and as chair. My most beloved hobby is parliamentary debate, I I was primary founder of the Debate Club in Tecnologico de Monterrey and we are going to participate next November on “Panamericanos”. Everything that I do is focused on achieving that change, because I want that every time someone mentions the word “future” they don’t think about a mass of gray polluted injustice, but as a bright community full of opportunities and hope.

Carlo Hinojosa

A.K.A: Chuck
High School Student
Wet Lab
I am 17 years old. I am mexican and I am studying in third semester of junior high at Tecnologico de Monterrey CCM. I am really passionate in science, and social impact action. I describe myself as a very creative, social and smart person. I am in Genetix because it is a group made for science and also have social activities to share and spread science. Its a place where I can be myself, and apport to share my knowledge to others. Also is a way to be in IGem, and develop my abilities to my future, due to the fact that I want to study biochemistry. This development is also useful to my school work. My future aspirations are to work on the scientific field and help the society by this way.

Rafael Rojas Obregón

A.K.A: Rafa
High School Student
Wet Lab
I am a 17 year old student cursing 3rd semester of high school at Tecnologico de Monterrey, Campus Ciudad de Mexico. The reason I joined GenetiX and iGem is because I’ve always been deeply fascinated with sciences, and the thought of being able to get involved in such an experience was enthralling and exciting. I find iGem to be a real challenge, as I like how the project is taken beyond the lab and always asks for a multidisciplinary effort to succeed. Overall, I think of this as a great opportunity to learn more about science, get involved more in the things I am the most passionate about, and start building up a path to fulfill my dream of studying and eventually researching in an area related to science.

Alonzo Durante

A.K.A: Alonzo
High School Student
Wet Lab
I am 17 year old student coursing fifth semester of high school at Tecnologico de Monterrey, Campus Ciudad de Mexico. The main reason I decided to become a member of Genetix was my love and interest for biology and related sciences. I really like the way that Genetix chose not only to focus on biological sciences, but become a multidisciplinary group that searches to help society and spread an overall awareness of science. In addition, I love the way that we can go further from our classes, and investigate on our own, gaining knowledge that can help in our future (given we study sciences later on) and becoming independent in the process. Finally, I love the fact that all members of the team are decided to help and improve Genetix as a whole.

Fernanda Sobral

A.K.A: Fer
High School Student
Wet Lab
I am a 17 year old student at Tecnológico de Monterrey, Campus Ciudad de México. I am interested mainly in biological sciences and that is the main reason I chose to be in GenetiX. I really love this area of science and I believe iGem offers an amazingly wide range of experience to enjoy and learn from. Learning everyday not only from the project itself, but mostly from other team members has been one of the best rewards this experience has given me. I believe it is amazing how we are able to mix the practice of science with everything else the industry should involve at such a young age. We manage the project, as well as finances and important events. I especially appreciate those that allow contact with other people to inspire the great love and interest for science our team shares. GenetiX and iGem have given me great knowledge and experience, as well as a profound interest on our topic and the people involved.

Miranda Saucedo Sánchez

A.K.A: Miranda
High School Student
Human Practices
I'm 17 years old, and I'm currently studying my third semester in Tecnológico de Monterrey, Mexico City Campus. I recently joined the Human Practices team in GenetiX because since middle school I have been very interested in chemistry and biology, it amazes me to study how we and everything that surrounds us behaves; plus I get to learn very interesting stuff, interact with many people and help others. But what I like most about GenetiX and the other iGem groups is that they actually do something, they make sure their projects are heard of, and change for good the world we live in. Often we hear how we are destroying our world, but come to think about how many people try to change that; that's why I think iGem and GenetiX are such a good opportunity, not just for us, but for all the people who want to improve things.

Rodrigo Velázquez Beltrán

A.K.A: Rodrigo
High School Student
Web Design
I'm 17 years old. I was born and raised in Mexico City, where I started to develop my passion for sports, mostly for soccer and football and I've been able to play football for my high school for two years now. Another one of my passions is technology and my curiosity to learn more in this area is what made me want to join Genetix. I'm one of the developers of our wiki and webpage and I plan to keep learning more about computer science and science in general for many years. Genetix has really helped me develop skills for programming and made me a better person in general. I learned to meet new people, ideas, ans visions which became experiences that will help me in the future. I know that this group will keep growing bigger and bigger so future generations on our high school can learn all of what we've learned on the team, and one day make a great impact in the world.

Juan Carlos Pichardo Vicencio

A.K.A: Pichardo
High School Student
Web Design
A 17 year old student coursing last year of high school at Tecnológico de Monterrey, Campus Ciudad de México. I was one of those kids doesn’t knowing what to expect and want from their life, but with the passing of the years I found a way into science and technology, I’m mainly interested in computer science, robotics and physics, but also liking to acquire and understand other areas like biology and chemistry. The main reasons I choose to join Genetix and iGem was to find a way to help others with my work and the possibility and to make other feel the way I do about science. This team has let me be part of something that can help our society, but it has taught me many things too, like teamwork and responsibility, letting me meet incredible people . I’m sure all the information and abilities that I obtain here will help me in the future studying a career and fulfill my desire to create something that will create a change in society.

Eduardo Servín Gallegos

A.K.A: Edu
High School Student
Web Design
"Be everything you can, being yourself" I’m an 18 year old student coursing fifth semester of high school at Tecnológico de Monterrey Campus Ciudad de México. My main objective in life is to enjoy every aspect of it, therefore I’ve been part of different activities of various areas. My main love in life are sports, I’ve been playing soccer since I can remember but I also love arts and science. I joined GenetiX because I saw an opportunity to apply my knowledge in Computer Science, a class I’ve been taking in the IB program. With time, I was surprised with all the projects of the group and the activities we’ve done. I glad to be part of this family, to share my knowledge and work with people that share my passions.

Claudia González García

A.K.A: Clau
High School Student
Design
I am 17 years old, I am currently a high school senior in the Tecnológico de Monterrey, Campus Ciudad de México and I am part of the design team in Genetix. Since I was a little girl, I have always adored to decorate everything until it reached my expected image of perfection and additionally, I am a natural curiouser. Those aptitudes eventually evolved into an ability that helped me to learn by myself how to use different tools and programs to create beautiful designs. I believe Genetix and iGem are a great opportunity to comvergent two of the things I love the most; design and science.