Team:ITESM-Guadalajara/Team

From 2014.igem.org

(Difference between revisions)
(Prototype team page)
 
(60 intermediate revisions not shown)
Line 1: Line 1:
{{CSS/Main}}
{{CSS/Main}}
-
 
<html>
<html>
-
<!--main content -->
+
<head>
-
<table width="70%" align="center">
+
 +
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 +
  <meta name="description" content="Team ITESM - Guadalajara Wiki for the iGEM competition of 2014">
 +
  <meta name="keywords" content="iGEM, Chitosan, 2014, ITESM Guadalajara, Wiki">
 +
  <meta name="author" content="Irving Fernando Alvarez Vazquez">
 +
  <meta name="title" content="Team ITESM - Guadalajara Wiki">
-
<!--welcome box -->
+
  <!-- External scripts -->
-
<tr>
+
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,600'
-
<td style="border:1px solid black;" colspan="3" align="center" height="150px" bgColor=#FF404B>
+
rel='stylesheet' type='text/css'>
-
<h1 >WELCOME TO iGEM 2014! </h1>
+
  <script src="http://code.jquery.com/jquery-2.1.0.min.js"></script>
-
<p>Your team has been approved and you are ready to start the iGEM season!
+
  <link href='http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:400,300,700' rel='stylesheet' type='text/css'>
-
<br>On this page you can document your project, introduce your team members, document your progress <br> and share your iGEM experience with the rest of the world! </p>
+
  <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
-
<br>
+
  <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
-
<p style="color:#E7E7E7"> <a href="https://2014.igem.org/wiki/index.php?title=Team:ITESM-Guadalajara/Team&action=edit"style="color:#FFFFFF"> Click here  to edit this page!</a> </p>
+
-
</td>
+
-
</tr>
+
-
<tr> <td colspan="3"  height="5px"> </td></tr>
+
  <!-- Functionallity and behaviour JS -->
-
<!-- end welcome box -->
+
  <script>
-
<tr>  
+
-
<!--navigation menu -->
+
    $(document).ready(function(){
-
<td align="center" colspan="3">
+
-
<table  width="100%">
+
      //Loading screen functionallity
-
<tr heigth="15px"></tr>
+
      $('.loading').animate(
-
<tr heigth="75px">
+
          {opacity:0},
 +
          500,
 +
          function(){
 +
            $('.loading').attr("style", "display:none");
 +
          }
 +
      );
 +
      //Height responsiveness
 +
      $(window).resize(function() {
 +
          wheight = $(window).height();
 +
          $('.container').attr("style","height:"+(wheight)+"px;background-size:cover;");
 +
          $('.team-member-container').attr("style","height:"+wheight/2.7+"px;");
 +
      });
-
<td style="border:1px solid black;" align="center" height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7> 
+
      $(window).trigger('resize');
-
<a href="https://2014.igem.org/Team:ITESM-Guadalajara"style="color:#000000">Home </a> </td>
+
-
<td style="border:1px solid black;" align="center" height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
+
      //Menu moveto container on item click functionallity
-
<a href="https://2014.igem.org/Team:ITESM-Guadalajara/Team"style="color:#000000"> Team </a> </td>
+
      $('.menu-item').on('click', function(){
 +
          $('.menu-item').removeClass('subselected');
 +
          $(this).addClass('subselected');
 +
          if($(this).attr("data")=="#top"){
 +
              $('html, body').animate({
 +
                  scrollTop: 0
 +
              }, 1000);
 +
          }else{
 +
              $('html, body').animate({
 +
                  scrollTop: $($(this).attr("data")).offset().top-70
 +
              }, 1000);
 +
          }
 +
      });
-
<td style="border:1px solid black;" align="center" height ="45px"  onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
+
      //Hover of team members
-
<a href="https://igem.org/Team.cgi?year=2014&team_name=ITESM-Guadalajara"style="color:#000000"> Official Team Profile </a></td>
+
      $('.team-member-container').on('mouseenter', function(){
 +
        $(this).children('.team-member-photo').attr("style", "background-image:url('"+$(this).attr("hover")+"');");
 +
        $(this).on('mouseleave', function(){
 +
          $(this).children('.team-member-photo').attr('style', "background-image:url('"+$(this).attr("data")+"');");
 +
        });
 +
      });
-
<td style="border:1px solid black" align="center"  height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7> 
+
    });
-
<a href="https://2014.igem.org/Team:ITESM-Guadalajara/Project"style="color:#000000"> Project</a></td>
+
   
 +
  </script>
-
<td style="border:1px solid black;" align="center"  height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
+
  <style>
-
<a href="https://2014.igem.org/Team:ITESM-Guadalajara/Parts"style="color:#000000"> Parts</a></td>
+
    body,
 +
    html{
 +
      margin: 0;
 +
      padding:0;
 +
      font-family: font-family: 'Yanone Kaffeesatz', sans-serif;
 +
    }
-
<td style="border:1px solid black;" align="center" height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
+
    /* REMOVE UNWANTED ELEMENTS AND STYLE OTHERS */
-
<a href="https://2014.igem.org/Team:ITESM-Guadalajara/Modeling"style="color:#000000"> Modeling</a></td>
+
    .firstHeading{
 +
      display:none;
 +
    }
 +
    #top-section{
 +
      background:#48af5d;
 +
      margin-left:0 !important;
 +
      width:100%;
 +
      left:0;
 +
    }
-
<td style="border:1px solid black;" align="center" height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7> 
 
-
<a href="https://2014.igem.org/Team:ITESM-Guadalajara/Notebook"style="color:#000000"> Notebook</a></td>
 
-
<td style="border:1px solid black;" align="center"  height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
+
    /* LOADING SCREEN */
-
<a href="https://2014.igem.org/Team:ITESM-Guadalajara/Safety"style=" color:#000000"> Safety </a></td>
+
    .loading{
 +
      position:fixed;
 +
      width:100%;
 +
      height:100%;
 +
      top:0;
 +
      left:0;
-
<td style="border:1px solid black;" align="center"  height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
+
      z-index:5;
-
<a href="https://2014.igem.org/Team:ITESM-Guadalajara/Attributions"style="color:#000000"> Attributions </a></td>
+
 +
      background-color:#555;
 +
      color:#fff;
 +
      text-align: center;
 +
    }
 +
    .loading p{
 +
      position: relative;
 +
      width:100%;
 +
      height:10%;
 +
      top:45%;
 +
      left:0;
 +
    }
-
<td align ="center"> <a href="https://2014.igem.org/Main_Page"> <img src="https://static.igem.org/mediawiki/igem.org/6/60/Igemlogo_300px.png" width="55px"></a> </td>
+
    /* MENU STYLING */
-
</tr>
+
    .menu{
-
</table>
+
      position:fixed;
 +
      width:100%;
 +
      height:56px;
 +
      top:14px;
 +
      background-color: #47a3da;
-
<!--end navigation menu -->
+
      z-index:4;
-
</tr>
+
-
</tr>
+
-
</td>
+
-
<tr> <td colspan="3"  height="15px"> </td></tr>
+
      border-collapse: collapse;
-
<tr><td bgColor="#e7e7e7" colspan="3" height="1px"> </tr>
+
      text-align:center;
-
<tr> <td colspan="3"  height="5px"> </td></tr>
+
    }
 +
    .menu tr td{
 +
      text-align: center;
 +
      vertical-align: middle;
-
<tr><td > <h3> Team Information</h3></td>
+
      font-weight: 700;
-
<td ></td >
+
      font-size:16px;
-
<td > <h3> Upload pictures of your team!</h3></td>
+
      color:#fff;
-
</tr>
+
      width:7%;
 +
    }
 +
    .menu tr td.menu-item:hover{
 +
      background-color:#258ecd;
 +
      cursor: pointer;
 +
    }
 +
    .subselected{
 +
      background-color: #258ecd;
 +
    }
-
<tr>
+
    /* CONTAINERS STYLING */
-
<td width="45%valign="top">
+
    .container{
 +
      position:relative;
 +
      width:100%;
 +
      top:50px;
 +
    }
 +
    .container .subcontainer{
 +
      position:absolute;
 +
      width:95%;
 +
      height:90%;
 +
      top:5%;
 +
      left:2.5%;
 +
    }
 +
    #top{
 +
      background-size: cover;
 +
      background-image: url("http://i1191.photobucket.com/albums/z475/alex0892/Guadalajara%20Minerva/171120111899.jpg");
 +
      overflow:hidden;
 +
    }
 +
 
 +
    /* TEAM MEMBERS CARDS STYLING */
 +
    .team-member-container{
 +
      position:relative;
 +
      width:14%;
 +
      margin-left:2.28%;
 +
 
 +
      float:left;
 +
    }
 +
    .team-member-container:hover{
 +
      cursor:pointer;
 +
    }
 +
    .row2{
 +
      top:4%;
 +
    }
 +
    .team-member-container .team-member-photo{
 +
      position:relative;
 +
      width:100%;
 +
      height:85%;
 +
      top:0;
 +
      left:0;
 +
      background-size: cover;
 +
    }
 +
    .team-member-container .team-member-footer{
 +
      position:relative;
 +
      width:100%;
 +
      height:15%;
 +
      top:0;
 +
      left:0;
 +
 
 +
      border:none;
 +
      border-collapse: collapse;
 +
      background-color: #47a3da;
 +
      color:#fff;
 +
 
 +
      text-align: center;
 +
      vertical-align: middle;
 +
    }
 +
 
 +
body {
 +
    padding-top: 110px;
 +
}
 +
 
 +
.center-block {
 +
  display: block;
 +
  margin-left: auto;
 +
  margin-right: auto;
 +
}
 +
 
 +
 
 +
.navbar-fixed-top {
 +
background: #fff;
 +
filter: none !important;
 +
box-shadow: 0 2px 15px rgba(0,0,0,0.25);
 +
-moz-box-shadow: 0 2px 15px rgba(0,0,0,0.25);
 +
-webkit-box-shadow: 0 2px 15px rgba(0,0,0,0.25);
 +
        border-bottom: 1px solid rgba(0,0,0,0.2);
 +
 
 +
}
 +
 
 +
.faceBot{
 +
  background: #202020;
 +
}
 +
 
 +
@font-face {
 +
  font-family: 'Open Sans', Arial;;
 +
}
 +
 
 +
body
 +
{
 +
    font-family: 'Open Sans', Arial;
 +
}
 +
ul.nav a{
 +
  color: gray;
 +
  background-color: transparent;
 +
  height: 100%;
 +
  position: relative;
 +
}
 +
ul.nav a:hover {
 +
background-color: transparent;}
 +
 
 +
h2 {
 +
  color:green;
 +
}
 +
 
 +
h4 {
 +
    font-weight: bold;
 +
}
 +
 
 +
.menu-item{
 +
  height: 75px;
 +
}
 +
 
 +
li.menu-item{
 +
  background: transparent !important;
 +
}
 +
 
 +
 
 +
.green-effect{
 +
  display: none;
 +
  background-color: #4AAF51;
 +
  opacity: 1;
 +
  color: #FFF;
 +
  transition-property: all;
 +
  transition-duration: 0.3s;
 +
  transition-timing-function: ease-out;
 +
  transition-delay: 0s;
 +
  border-color: #288D30;
 +
  position: absolute;
 +
  bottom: 0px;
 +
  width: 100%;
 +
  height: 2px;
 +
  right: 0px;
 +
}
 +
 
 +
a:hover .green-effect{
 +
  display: inherit;
 +
}
 +
 
 +
.invertir:hover {
 +
  -webkit-filter: invert(100%);
 +
}
 +
  </style>
 +
 
 +
 
 +
 
 +
</head>
 +
 
 +
<body>
 +
 
 +
 
 +
<div class="navbar navbar-fixed-top" style="margin-top:10px">
 +
  <nav class="navbar-inner">
 +
  <div class="row">
 +
  <div class="col-md-2"></div>
 +
  <div class="col-md-3"><a href="https://2014.igem.org/Team:ITESM-Guadalajara"><img class="inicioLogo" src="https://static.igem.org/mediawiki/2014/5/55/BioPhrameIgem_logo.png" height="100width="auto" ></a></div>
 +
  <div class="col-md-1"></div>
 +
 
 +
      <div class="col-md-6" >
 +
      <ul class="nav navbar-nav" style="margin-top:30px">
 +
        <li class="menu-item">
 +
          <a href="https://2014.igem.org/Team:ITESM-Guadalajara">
 +
            <span>Home</span>
 +
            <span class="green-effect"></span>
 +
          </a>
 +
        </li>
 +
        <li class="menu-item">
 +
          <a href="https://2014.igem.org/Team:ITESM-Guadalajara/Company">
 +
            <span>The Company</span>
 +
            <span class="green-effect"></span>
 +
          </a>
 +
        </li>
 +
        <li class="menu-item">
 +
          <a href="https://2014.igem.org/Team:ITESM-Guadalajara/Team">
 +
            <span>Team</span>
 +
            <span class="green-effect"></span>
 +
          </a>
 +
        </li>
 +
        <li class="menu-item">
 +
          <a href="https://2014.igem.org/Team:ITESM-Guadalajara/Contact">
 +
            <span>Contact</span>
 +
            <span class="green-effect"></span>
 +
          </a>
 +
        </li>
 +
        <li class="menu-item">
 +
          <a href="https://2014.igem.org/Main_Page">
 +
            <span>iGEM 2014</span>
 +
            <span class="green-effect"></span>
 +
          </a>
 +
</li><li class="menu-item">
 +
          <a href="https://2014.igem.org/Team:ITESM-Guadalajara/Notebook">
 +
            <span>Notebook</span>
 +
            <span class="green-effect"></span>
 +
          </a>
 +
        </li><li>
 +
      <a href="http://www.facebook.com/biophrame">
 +
        <img src="https://static.igem.org/mediawiki/2014/3/30/BIOPHRAMEGDLFacebookF.png" height="20"  width="auto" class="invertir img-rounded">
 +
      </a></li>
 +
      </ul>
 +
</div>
 +
  </nav>
 +
</div>
 +
</br>
 +
</br>
 +
</br>
 +
<div class="col-md-3 col-md-offset-2">
 +
<h2>BIOPHRAME TECHNOLOGIES</h2>
<p>
<p>
-
You can write a background of your team here. Give us a background of your team, the members, etc. Or tell us more about something of your choosing.</p>
+
Biophrame Technologies is an interdisciplinary company of 9 college graduates from ITESM campus Guadalajara, with the initiative to create a high technology company able to generate valuable products for the Mexican pharmaceutical industry in an ecologically and economically sustainable way.</p>
-
<p>
+
</div>
-
You can look at what other teams did to get some inspiration! Here are a few examples:</p>
+
<div class="col-md-5"><img src="https://static.igem.org/mediawiki/2014/5/59/BIOPHRAMEGDLBiophrame-1030x579.jpg" class="img-responsive"></div>
-
<ul>
+
 
-
<li><a href="https://2013.igem.org/Team:Evry/Team">2013 Evry</a></li>
+
</br>
-
<li><a href="https://2013.igem.org/Team:Cornell/team">2013 Cornell</a></li>
+
<div class="col-md-8 col-md-offset-2">
-
<li><a href="https://2013.igem.org/Team:UANL_Mty-Mexico/Team">2013 UANL Mty-Mexico</a></li>
+
<h2>TEAM MEMBERS</h2>
-
<li><a href="https://2013.igem.org/Team:Korea_U_Seoul/Team/Korea_University">2013 Korea U Seoul</a></li>
+
<p>The team has diverse backgrounds and professional skills that allows us to generate innovative solutions.</p>
 +
</div></br>
 +
 
 +
<div class="col-md-2 col-md-offset-2">
 +
<img src="https://static.igem.org/mediawiki/2014/b/b4/BIOPHRAMEGDLLizSanchez.jpg" class="img-responsive">
 +
<h4>Lizeth Sánchez</br>
 +
<small>Chief Executive Officer</br>
 +
<em>lizeth@biophrame.com</em></small>
 +
</h4>
 +
 
 +
<h4><small class="text-justify">
 +
Lizeth Sanchez graduated with honors with a degree in Biotechnology Engineering. Her major skills are leadership, entrepreneurship, perseverance and creativity. She has actively contributed as researcher assistant in two scientific articles and she has participated in nacional and internacional conferences. She has also worked as intern for Neurotech Company in United States. She is passionate about biotech research and its economic and social impact in the world.
 +
</small></h4>
 +
</br>
 +
<img src="https://static.igem.org/mediawiki/2014/d/d2/BIOPHRAMEGDLDanielFlores.jpg" class="img-responsive">
 +
<h4>Daniel Flores</br>
 +
<small>Chief Technology Officer</br>
 +
<em>daniel@biophrame.com</em></small>
 +
</h4>
 +
 
 +
<h4><small class="text-justify">
 +
 
 +
Daniel Flores has a degree in Biotechnology Engineering. He has worked as intern for Mitacs Globalik in Manitoba, Canada. During his years as undergraduate he earned a certificate in Research Communication and Project Management, granted by the University of Alberta, Canada. He considers himself objective, creative, perseverant and great team member.
 +
</small></h4>
 +
</br>
 +
<img src="https://static.igem.org/mediawiki/2014/8/8d/BIOPHRAMEGDLItzelMilanes.jpg" class="img-responsive" style="margin-top:16px">
 +
<h4>Itzel Milanes</br>
 +
<small>Chief Legal Officer</br>
 +
<em>itzel@biophrame.com</em></small>
 +
</h4>
 +
 
 +
<h4><small class="text-justify">
 +
Itzel Milanes graduated with honors with a degree in Business Administration. She is passionate about entrepreneurship and business creation. Her major professional skills include perseverance, patience, multitasking, discipline and empathy. She obtained a Full Scholarship as an award for outstanding academic performance in her admission test and was selected to attend two honors summer programs in UC Berkeley and Stanford University, respectively
 +
</small></h4>
 +
</div>
-
</ul>
 
 +
<div class="col-md-2 col-md-offset-1">
 +
<img src="https://static.igem.org/mediawiki/2014/9/9e/BIOPHRAMEGDLRodolfoValdes.jpg" class="img-responsive">
 +
<h4>Rodolfo Valdés</br>
 +
<small>Chief Operating Officer</br>
 +
<em>rodolfo@biophrame.com</em></small>
 +
</h4>
 +
<h4><small class="text-justify">
 +
Biotech Engineer Rodolfo Valdes has been recognized by the Department of Immunology at Monash University for Outsanding Perfomance in his studies there. He has worked as an Intern at Jalisco’s Research, Design and Technologiy Assistance (CIATEJ) and collaborated in a scientific research about animal preservation. His professional experience has helped him develop skills such as objectivity, patience, creativity, communication and learning abilities.
 +
</small></h4>
 +
&nbsp;
 +
<img src="https://static.igem.org/mediawiki/2014/6/67/BIOPHRAMEGDLLizReyes.jpg" class="img-responsive" style="margin-top:10px">
 +
<h4>Lizette A. Reyes</br>
 +
<small>Chief Science Officer</br>
 +
<em>lizette@biophrame.com</em></small>
 +
</h4>
-
</td>
+
<h4><small class="text-justify">
-
<td></td>
+
Lizette Reyes has a degree in Biomedical Engineering and is currently studying a master’s degree in Quality and Productivity. Her professional skills include analytical thinking, effective communication, team work, adaptability and stress management. During her time as undergraduate she received a scholarship for a summer internship in Neurotech and contributed in the research of a coating for a CoCrMo prostheses biomaterial.
-
<td width="45%"  valign="top">  
+
</small></h4>
-
<p> We provide a server where you can upload images for your wiki!</p>
+
-
<p> Add pictures of your team members, advisors, instructors, lab, institution and everything you wish to show! </p>
+
-
<a href="https://2014.igem.org/Special:Upload"><img src="" width="100px" height="100px">  </a> <a href="https://2014.igem.org/Special:Upload"><img src="" width="100px" height="100px">  </a>
+
-
</a> <a href="https://2014.igem.org/Special:Upload"><img src="" width="100px" height="100px">  </a>
+
-
<br>
+
-
<a href="https://2014.igem.org/Special:Upload">Click here to upload! </a>
+
-
</td>
+
 +
<img src="https://static.igem.org/mediawiki/2014/9/98/BIOPHRAMEGDLSergioNunez.jpg" class="img-responsive" style="margin-top:32px">
 +
<h4>Sergio Núñez</br>
 +
<small>Chief Creative Officer</br>
 +
<em>sergio@biophrame.com</em></small>
 +
</h4>
-
</tr>
+
<h4><small class="text-justify">
 +
Combining art and technology has been Sergio’s passion since he started a professional career in animation and digital art. He runs his own company since 2012, ‘Sergionc Video Mapping’, an animation and production studio specialized in content creation for spectacles with clients in different parts of Mexico. He has major achievements in other artistic disciplines such as music and entertainment. His major skills are leadership, project management, creativity, resource administration and communication.
 +
</small></h4>
 +
</div>
-
<tr><td > <h3> Tips for the Team Page </h3></td>
+
<div class="col-md-2 col-md-offset-1">
-
<td ></td >
+
<img src="https://static.igem.org/mediawiki/2014/1/1a/BIOPHRAMEGDLAnaSofia.jpg" class="img-responsive">
-
<td > </td>
+
<h4>Ana Sofía Arreola</br>
-
</tr>
+
<small>Chief Information Officer</br>
 +
<em>anasofia@biophrame.com</em></small>
 +
</h4>
 +
<h4><small class="text-justify">
 +
Ana Sofìa Arreola earned a degree in Biotechnology Engineering and is passionate about entrepreneurship. She believes in liberating Mexico’s potential of becoming premium exporter of biotechnology. She values team work, cooperation, pro positivity and leadership as major skills. She directed a pilot plant design for vinasses treatment in Tequila, Jalisco and represented her university in the BUS Entrepreneurship Challenge in INC Monterrey.
 +
</small></h4>
-
<tr>
+
<img src="https://static.igem.org/mediawiki/2014/2/2a/BIOPHRAMEGDLCaroSalazar.jpg" class="img-responsive" style="margin-top:35px">
-
<td width="45%" valign="top">  
+
<h4>Carolina Salazar</br>
-
<p>What should this page contain?</p>
+
<small>Chief Financial Officer</br>
-
<ul>
+
<em>carolina@biophrame.com</em></small>
-
<li> Include pictures of your teammates, don’t forget instructors and advisors! </li>
+
</h4>
-
<li> You can add a small biography or a few words from each team member, tell us what you like, and what motivates to participate in iGEM. </li>
+
-
<li>Take team pictures! Show us your school, your lab and little bit of your city.</li>
+
-
<li>Remember that image galleries can help you showcase many pictures while saving space </li>
+
-
</ul>
+
-
</td>
+
<h4><small class="text-justify">
 +
Cum laude graduate Carolina Salazar has a degree in Business Administration and has attended academic programs in The University of Birmingham and Stanford University. Moreover, she has worked for The Walt Disney Company, Ruffalo Cody, The Guadalajara’s International Film Festival and Dell. Her profesional skills include fluency in three languages, change and time management, effective communication and execution efficiency.
 +
</small></h4>
-
<td></td>
+
<img src="https://static.igem.org/mediawiki/2014/c/ce/BIOPHRAMEGDLJorgeParra.jpg" class="img-responsive">
-
<td width="45%" valign="top"> </td>
+
<h4>Jorge Parra</br>
 +
<small>Chief Marketing Officer</br>
 +
<em>jorge@biophrame.com</em></small>
 +
</h4>
-
</tr>
+
<h4><small class="text-justify">
 +
Jorge has a degree in Marketing. He is passionate about innovation, creativity and entrepreneurship. Jorge was selected to attend to the International Honors Program in Stanford University where he obtained an International Management Certificate. Currently he is President organizer of the congress “BoOM: Brainers of Marketing”. He has worked for Nike Mexico and as freelance. He has taken different diplomas such as Neuromarketing, Ethnography, Digital Marketing, Branding and Event Planning.
 +
</small></h4>
 +
</div>
 +
</br>
 +
<div class="col-md-5 col-md-offset-2">
 +
<h2>ADVISORS</h2>
 +
<p>The advice of technical and business experts, allows the development of the company.<p>
 +
<div class="col-md-5">
 +
<img src="https://static.igem.org/mediawiki/2014/b/b4/BIOPHRAMEGDLMariaJoseRivas.jpg" class="img-responsive">
 +
<h4>Phd. Maria Jose Rivas</br>
 +
<small>Technical Advice</small>
 +
</h4>
 +
</div>
-
</table>
+
<div class="col-md-5 col-md-offset-1">
 +
<img src="https://static.igem.org/mediawiki/2014/a/a5/BIOPHRAMEGDLLizHuezo-300x300.jpg" class="img-responsive">
 +
<h4>Lizette Huezo Ponce</br>
 +
<small>Entrepeneur Advice</small>
 +
</h4>
 +
</div>
 +
</div>
 +
<div class="col-md-12 faceBot"></br>
 +
<div class="col-md-2 col-md-offset-3"><img src="https://static.igem.org/mediawiki/2014/e/ef/Biophrame_logo_footer_500x150.png" class="img-responsive"><small style="color:white">Biophrame Technologies is a biotech company and manufacturer specialized in the production of Chitosan.</small></div>
 +
<div class="col-md-2">
 +
<iframe src="//www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2Fbiophrame&amp;width&amp;height=258&amp;colorscheme=dark&amp;show_faces=true&amp;header=false&amp;stream=false&amp;show_border=false" scrolling="no" frameborder="0" style="border:none; overflow:hidden; height:258px;" allowTransparency="true"></iframe></div>
 +
</div>
 +
</body>
</html>
</html>

Latest revision as of 02:34, 18 October 2014




BIOPHRAME TECHNOLOGIES

Biophrame Technologies is an interdisciplinary company of 9 college graduates from ITESM campus Guadalajara, with the initiative to create a high technology company able to generate valuable products for the Mexican pharmaceutical industry in an ecologically and economically sustainable way.


TEAM MEMBERS

The team has diverse backgrounds and professional skills that allows us to generate innovative solutions.


Lizeth Sánchez
Chief Executive Officer
lizeth@biophrame.com

Lizeth Sanchez graduated with honors with a degree in Biotechnology Engineering. Her major skills are leadership, entrepreneurship, perseverance and creativity. She has actively contributed as researcher assistant in two scientific articles and she has participated in nacional and internacional conferences. She has also worked as intern for Neurotech Company in United States. She is passionate about biotech research and its economic and social impact in the world.


Daniel Flores
Chief Technology Officer
daniel@biophrame.com

Daniel Flores has a degree in Biotechnology Engineering. He has worked as intern for Mitacs Globalik in Manitoba, Canada. During his years as undergraduate he earned a certificate in Research Communication and Project Management, granted by the University of Alberta, Canada. He considers himself objective, creative, perseverant and great team member.


Itzel Milanes
Chief Legal Officer
itzel@biophrame.com

Itzel Milanes graduated with honors with a degree in Business Administration. She is passionate about entrepreneurship and business creation. Her major professional skills include perseverance, patience, multitasking, discipline and empathy. She obtained a Full Scholarship as an award for outstanding academic performance in her admission test and was selected to attend two honors summer programs in UC Berkeley and Stanford University, respectively

Rodolfo Valdés
Chief Operating Officer
rodolfo@biophrame.com

Biotech Engineer Rodolfo Valdes has been recognized by the Department of Immunology at Monash University for Outsanding Perfomance in his studies there. He has worked as an Intern at Jalisco’s Research, Design and Technologiy Assistance (CIATEJ) and collaborated in a scientific research about animal preservation. His professional experience has helped him develop skills such as objectivity, patience, creativity, communication and learning abilities.

 

Lizette A. Reyes
Chief Science Officer
lizette@biophrame.com

Lizette Reyes has a degree in Biomedical Engineering and is currently studying a master’s degree in Quality and Productivity. Her professional skills include analytical thinking, effective communication, team work, adaptability and stress management. During her time as undergraduate she received a scholarship for a summer internship in Neurotech and contributed in the research of a coating for a CoCrMo prostheses biomaterial.

Sergio Núñez
Chief Creative Officer
sergio@biophrame.com

Combining art and technology has been Sergio’s passion since he started a professional career in animation and digital art. He runs his own company since 2012, ‘Sergionc Video Mapping’, an animation and production studio specialized in content creation for spectacles with clients in different parts of Mexico. He has major achievements in other artistic disciplines such as music and entertainment. His major skills are leadership, project management, creativity, resource administration and communication.

Ana Sofía Arreola
Chief Information Officer
anasofia@biophrame.com

Ana Sofìa Arreola earned a degree in Biotechnology Engineering and is passionate about entrepreneurship. She believes in liberating Mexico’s potential of becoming premium exporter of biotechnology. She values team work, cooperation, pro positivity and leadership as major skills. She directed a pilot plant design for vinasses treatment in Tequila, Jalisco and represented her university in the BUS Entrepreneurship Challenge in INC Monterrey.

Carolina Salazar
Chief Financial Officer
carolina@biophrame.com

Cum laude graduate Carolina Salazar has a degree in Business Administration and has attended academic programs in The University of Birmingham and Stanford University. Moreover, she has worked for The Walt Disney Company, Ruffalo Cody, The Guadalajara’s International Film Festival and Dell. Her profesional skills include fluency in three languages, change and time management, effective communication and execution efficiency.

Jorge Parra
Chief Marketing Officer
jorge@biophrame.com

Jorge has a degree in Marketing. He is passionate about innovation, creativity and entrepreneurship. Jorge was selected to attend to the International Honors Program in Stanford University where he obtained an International Management Certificate. Currently he is President organizer of the congress “BoOM: Brainers of Marketing”. He has worked for Nike Mexico and as freelance. He has taken different diplomas such as Neuromarketing, Ethnography, Digital Marketing, Branding and Event Planning.


ADVISORS

The advice of technical and business experts, allows the development of the company.

Phd. Maria Jose Rivas
Technical Advice

Lizette Huezo Ponce
Entrepeneur Advice


Biophrame Technologies is a biotech company and manufacturer specialized in the production of Chitosan.