Team:Tec-Monterrey/microcongreso

From 2011.igem.org

(Difference between revisions)
 
(25 intermediate revisions not shown)
Line 1: Line 1:
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 +
 +
<title>wiki</title>
<title>wiki</title>
<style type="text/css">
<style type="text/css">
<!--
<!--
#top-section {
#top-section {
-
 
+
      height: 100px;
-
  height: 100px;
+
   border: none;
   border: none;
   height:20px
   height:20px
Line 44: Line 45:
     border-left: 0 solid;
     border-left: 0 solid;
     border-right: 0 solid;
     border-right: 0 solid;
 +
}
 +
#content{
     width: 80%;
     width: 80%;
}
}
Line 57: Line 60:
   .firstHeading {
   .firstHeading {
     display: none;}
     display: none;}
-
 
body {
body {
font: 12px Tahoma, Geneva, sans-serif;
font: 12px Tahoma, Geneva, sans-serif;
-
background-image: url(https://static.igem.org/mediawiki/igem.org/a/ab/Posiblefondo.png);
+
background-image: url(https://static.igem.org/mediawiki/2011/4/43/Lefondoleposter.png);
 +
        background-repeat:no-repeat;
 +
      background-size: 100%;
margin: 0;
margin: 0;
padding: 0;
padding: 0;
Line 83: Line 87:
}
}
-
ul.nav li {
+
 
-
border-bottom: 0px solid #04191d;
+
-
+
-
}
+
a:link {
a:link {
Line 112: Line 113:
float: left;
float: left;
width: 15%;
width: 15%;
-
padding-bottom: 10px;
+
        padding-bottom: 10px;
background-color:#04191d;
background-color:#04191d;
-moz-border-radius: 8px;
-moz-border-radius: 8px;
Line 136: Line 137:
border-top:none;  
border-top:none;  
margin-bottom: 15px;
margin-bottom: 15px;
 +
}
}
 +
ul.nav li {
 +
border-bottom: 0px solid #04191d;
 +
 +
}
ul.nav a, ul.nav a:visited {  
ul.nav a, ul.nav a:visited {  
Line 147: Line 153:
}
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {  
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {  
-
background: #f6af1b; /*float amarillo*/
+
background: #339dff; /*float amarillo*/
color: #FFF;
color: #FFF;
}
}
-
 
+
.frame {
 +
font:12px arial;
 +
width:700;
 +
height:350;
 +
max-height: 350px;
 +
border:none;
 +
overflow:auto;
 +
border:0px solid black;
 +
padding:5;
 +
}
.fltrt {   
.fltrt {   
float: right;
float: right;
Line 182: Line 197:
}
}
 +
 +
table {
 +
    background: none repeat scroll 0 0 transparent}
Line 193: Line 211:
-moz-border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-webkit-border-radius: 3px;
-
border-bottom: 0px solid #04191d;
+
border-bottom: 0px solid #04191d;  
}
}
Line 199: Line 217:
/* panel heading on rollover */
/* panel heading on rollover */
.panel h2:hover, .panelcollapsed h2:hover {
.panel h2:hover, .panelcollapsed h2:hover {
-
background-color: #FC3;
+
background-color: #339dff;
color: #FFF;
color: #FFF;
}
}
Line 210: Line 228:
background-position: 280px;
background-position: 280px;
}
}
-
 
-
 
-
 
-
 
-
 
/* panel content - do not set borders or paddings */
/* panel content - do not set borders or paddings */
Line 221: Line 234:
overflow: hidden;
overflow: hidden;
font-size: 14px;
font-size: 14px;
-
margin:0px;
 
-
padding: 0px;
 
}
}
/* collapsed panel content */
/* collapsed panel content */
.panelcollapsed .panelcontent { display: none; }
.panelcollapsed .panelcontent { display: none; }
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
/* panel heading */
 
-
.panel h3, .panelcollapsed h3
 
-
{
 
-
color: #e5e5e5;
 
-
font-weight: normal;
 
-
margin:5px 200px;
 
-
padding: 5px;
 
-
-moz-border-radius: 3px;
 
-
-webkit-border-radius: 3px;
 
-
}
 
-
 
-
 
-
/* panel heading on rollover */
 
-
.panel h3:hover, .panelcollapsed h3:hover {
 
-
background-color: #f6d41b;
 
-
color: #000;
 
-
 
-
}
 
-
 
-
/* heading of a collapsed panel */
 
-
.panelcollapsed h3
 
-
{
 
-
background-image: url(arrow-dn.gif);
 
-
background-repeat: no-repeat;
 
-
background-position: 280px;
 
-
}
 
-
 
-
.gallery {
 
-
margin-right: 100px;
 
-
margin-left: 100px;
 
-
overflow: visible;
 
-
}
 
-
.thumbs {
 
-
height: 112px;
 
-
width: 550px;
 
-
display: table;
 
-
text-align: center;
 
-
background-attachment: scroll;
 
-
background-color: #000;
 
-
background-repeat: no-repeat;
 
-
list-style-type: none;
 
-
overflow: auto;
 
-
}
 
-->
-->
Line 289: Line 250:
<!--
<!--
 +
 +
 +
 +
i = 0
 +
var speed = 10
 +
 +
function scrollDown() {
 +
i = i + speed
 +
var div = document.getElementById("frame1")
 +
div.scrollTop = i
 +
if (i > div.scrollHeight - 300) {i = 350}
 +
t1=setTimeout("scrollDown()",100)
 +
}
 +
function scrollUp() {
 +
i = i - speed
 +
var div = document.getElementById("frame1")
 +
div.scrollTop = i
 +
if (i < 0) {i = 0}
 +
t1=setTimeout("scrollUp()",100)
 +
}
Line 297: Line 278:
var PANEL_COLLAPSED_CLASS = "panelcollapsed";
var PANEL_COLLAPSED_CLASS = "panelcollapsed";
var PANEL_HEADING_TAG    = "h2";
var PANEL_HEADING_TAG    = "h2";
-
var PANEL_HEADING_TAG2    = "h3";
 
var PANEL_CONTENT_CLASS  = "panelcontent";
var PANEL_CONTENT_CLASS  = "panelcontent";
var PANEL_COOKIE_NAME    = "panels";
var PANEL_COOKIE_NAME    = "panels";
Line 308: Line 288:
// get all headings
// get all headings
-
var ht2 = document.getElementsByTagName(PANEL_HEADING_TAG);
+
var headingTags = document.getElementsByTagName(PANEL_HEADING_TAG);
-
var ht3 = document.getElementsByTagName(PANEL_HEADING_TAG2);
+
-
+
-
var c1 = 0;
+
-
var c2 = 0;
+
-
var full = ht2.length + ht3.length;
+
-
var headingTags = new Array(full);
+
-
+
-
for (var j = 0; j < full; j++)
+
-
{
+
-
if (c1 < ht2.length) {
+
-
headingTags[j] = ht2[c1];
+
-
c1++;
+
-
}
+
-
if (c1 >= ht2.length) {
+
-
headingTags[j] = ht3[c2];
+
-
c2++;
+
-
}
+
-
}
+
// go through all tags
// go through all tags
Line 397: Line 359:
var direction = (!expanding ? -1 : 1);
var direction = (!expanding ? -1 : 1);
 +
if (direction > 0)
 +
collapseAll();
setTimeout(function(){animateStep(panelContent,1,stepHeight,direction)}, PANEL_ANIMATION_DELAY);
setTimeout(function(){animateStep(panelContent,1,stepHeight,direction)}, PANEL_ANIMATION_DELAY);
}
}
-
 
+
/**
 +
* Change the height of the target
 +
* @param panelContent reference to the panel content to change height
 +
* @param iteration current iteration; animation will be stopped when iteration reaches PANEL_ANIMATION_STEPS
 +
* @param stepHeight height increment to be added/substracted in one step
 +
* @param direction 1 for expanding, -1 for collapsing
 +
*/
function animateStep(panelContent, iteration, stepHeight, direction)
function animateStep(panelContent, iteration, stepHeight, direction)
{
{
Line 513: Line 483:
     <div style="filter:alpha(opacity=70);opacity:.7;">
     <div style="filter:alpha(opacity=70);opacity:.7;">
      
      
-
   <img src="https://static.igem.org/mediawiki/2011/2/20/Logotec.png" alt="ITESM" name="teclogo" width="146" height="52" id="teclogo">  
+
    
 +
<img src="https://static.igem.org/mediawiki/2011/2/20/Logotec.png" alt="ITESM" name="teclogo" width="146" height="52" id="teclogo">  
       <a href="https://2011.igem.org/Main_Page"><img src="https://static.igem.org/mediawiki/2011/7/73/Logoigemsmall.png" alt="iGEM" name="logoigem" width="70" height="61" id="logoigem"></a>
       <a href="https://2011.igem.org/Main_Page"><img src="https://static.igem.org/mediawiki/2011/7/73/Logoigemsmall.png" alt="iGEM" name="logoigem" width="70" height="61" id="logoigem"></a>
     <p>&nbsp;</p>
     <p>&nbsp;</p>
Line 541: Line 512:
   <h2>PROJECT</h2>
   <h2>PROJECT</h2>
     <div class="panelcontent" style="">
     <div class="panelcontent" style="">
-
   
+
   
-
 
+
              <p><a href="https://2011.igem.org/Team:Tec-Monterrey/projectoverview">overview</a></p>
             <p><a href="https://2011.igem.org/Team:Tec-Monterrey/projectparts">parts</a></p>
             <p><a href="https://2011.igem.org/Team:Tec-Monterrey/projectparts">parts</a></p>
-
             <p><a href="https://2011.igem.org/Team:Tec-Monterrey/projectmodeling">modeling</a></p>
+
             <p><a href="https://2011.igem.org/Team:Tec-Monterrey/projectmodeling">genetic frame</a></p>
 +
            <p><a href="https://2011.igem.org/Team:Tec-Monterrey/projectresults/methods">methods</a></p>
 +
            <p><a href="https://2011.igem.org/Team:Tec-Monterrey/projectresults">results</a></p>
 +
            <p><a href="https://2011.igem.org/Team:Tec-Monterrey/teamha">human approach</a></p>
 +
            <p><a href="https://2011.igem.org/Team:Tec-Monterrey/projectprotocols">protocols</a><p>
             <p><a href="https://2011.igem.org/Team:Tec-Monterrey/safetypage">safety</a></p>
             <p><a href="https://2011.igem.org/Team:Tec-Monterrey/safetypage">safety</a></p>
             <p><a href="https://2011.igem.org/Team:Tec-Monterrey/projectnotebook">notebook</a></p>
             <p><a href="https://2011.igem.org/Team:Tec-Monterrey/projectnotebook">notebook</a></p>
-
             <p><a href="https://2011.igem.org/Team:Tec-Monterrey/projectresults">results</a></p>
+
             <p><a href="https://2011.igem.org/Team:Tec-Monterrey/sampledata">sample data</a></p>
           </div>
           </div>
</div>
</div>
Line 559: Line 534:
    <p><a href="https://2011.igem.org/Team:Tec-Monterrey/teammembers">members</a></p>
    <p><a href="https://2011.igem.org/Team:Tec-Monterrey/teammembers">members</a></p>
-
             <p><a href="https://2011.igem.org/Team:Tec-Monterrey/teaminstallations">installations</a></p>
+
             <p><a href="https://2011.igem.org/Team:Tec-Monterrey/teaminstallations">headquarters</a></p>
-
            <p><a href="https://2011.igem.org/Team:Tec-Monterrey/teamha">human approach</a></p>
+
             <p><a href="https://2011.igem.org/Team:Tec-Monterrey/microcongreso">micro congress</a></p>
             <p><a href="https://2011.igem.org/Team:Tec-Monterrey/microcongreso">micro congress</a></p>
             <p><a href="https://2011.igem.org/Team:Tec-Monterrey/teamfriends">friends</a></p>
             <p><a href="https://2011.igem.org/Team:Tec-Monterrey/teamfriends">friends</a></p>
-
 
 
  </div>
  </div>
</div>
</div>
-
       </li><li>
+
       </li>
 +
  <li>
       <div class="panelcollapsed">
       <div class="panelcollapsed">
-
 
+
        <h2>EXTRAS</h2>
-
 
+
-
                  <h2>EXTRAS</h2>
+
     <div class="panelcontent">
     <div class="panelcontent">
-
+
<p><a href="https://2011.igem.org/Team:Tec-Monterrey/sitemap">site map</a></p>
-
 
+
-
            <p><a href="https://2011.igem.org/Team:Tec-Monterrey/sitemap">site map</a></p>
+
             <p><a href="https://2011.igem.org/Team:Tec-Monterrey/sponsorsplatinum">sponsors platinum</a></p>
             <p><a href="https://2011.igem.org/Team:Tec-Monterrey/sponsorsplatinum">sponsors platinum</a></p>
             <p><a href="https://2011.igem.org/Team:Tec-Monterrey/sponsorsgold">sponsors gold</a></p>
             <p><a href="https://2011.igem.org/Team:Tec-Monterrey/sponsorsgold">sponsors gold</a></p>
Line 580: Line 550:
             <p><a href="https://2011.igem.org/Team:Tec-Monterrey/specialthanks">special thanks</a></p>
             <p><a href="https://2011.igem.org/Team:Tec-Monterrey/specialthanks">special thanks</a></p>
             <p><a href="https://2011.igem.org/Team:Tec-Monterrey/followus">follow us!</a></p>
             <p><a href="https://2011.igem.org/Team:Tec-Monterrey/followus">follow us!</a></p>
-
 
+
    </div>
-
                </div>
+
  </div>
-
</div>
+
       </li>
       </li>
     </ul>
     </ul>
Line 589: Line 558:
    
    
<div class="content">
<div class="content">
-
  <!--in sub pages, this divisions should be comments! :D-->
+
<div style="
-
          
+
text-align:center;">
-
  <div class="quicklinks">
+
-
 
+
<!--in sub pages, this divisions should be comments! :D-->
-
  <div style="  
+
         <div style="  
-
  text-align: center;
+
padding:25px 50px;
-
      background:url(https://static.igem.org/mediawiki/2011/d/d3/Fondoleer.png);
+
background-color:#04191d;
-
  background-repeat:no-repeat;
+
color:#333;
-
padding-left: 20px;
+
text-align:left;
-
        background-position:top;
+
margin:5px 30px;">
-
        color:#FFF;
+
-
  ">
+
</head>
-
    <p>&nbsp;</p>
+
 
-
    <div class="panelcollapsed">
+
<body>
-
      <h3>1st MICRO CONGRESS iGEM 2011</h3>
+
<div align="justify">
-
  <div class="panelcontent" style="text-aling: justify; margin:5px 35px 5px 100px; padding 5px; background-color:#e5e5e5; color:#333; ">
+
<div style="-moz-border-radius: 4px;-webkit-border-radius: 4px;">
 +
<div class="frame" id="frame1" style="background-color:#e5e5e5;">
 +
<br>
 +
   
 +
<center> 
 +
<br>
    
    
-
<p>&nbsp;</p>
+
<center><img src="https://static.igem.org/mediawiki/2011/7/7b/Microcongress01.png" alt="" name="" width="300" height="50" id="tgo"> </center>
-
    <p><img src="https://static.igem.org/mediawiki/2011/8/85/Photocongreso02.png" alt="micro congress logo" name="microcongress" width="243" height="187" id="microcongress" /></p>
+
 
-
     <p class="justtext">Synthetic biology has begun an era of creation and development of new and better biological systems that, through engineering, seek to modify the natural behavior of living microorganisms such as bacteria, fungi and yeasts to make them perform tasks that are designed to create high value-added products with useful applications in industry, improving at the same time the life quality of people.</p>
+
-
    <p class="justtext">iGEM ​​(International Genetically Engineered Machine) is a competition based on synthetic biology, presented by the MIT (Massachusetts Institute of Technology), that allows professional students work in the use of biological parts to build systems operated in living cells. This year it is expected the participation of 165 teams and over 1,700 students from America, Africa, Asia and Europe, from prestigious universities such as Imperial College of London, Harvard, Yale, Cambridge, among others. </p>
+
<p>      <p><img src="https://static.igem.org/mediawiki/2011/8/85/Photocongreso02.png" alt="micro congress logo" name="microcongress" width="243" height="187" id="microcongress" /></p>
-
<p><img src="https://static.igem.org/mediawiki/2011/4/4b/Photocongreso01.png" alt="teamphoto" name="teamphoto" width="400" height="271" id="teamphoto" /></p>
+
</center>
-
    <p class="justtext">The number of Mexican universities participating in the contest is increasing each year; for this competition it is expected the participation of 5 teams: </p>
+
 
-
     <p class="justtext"><br />
+
<br>
-
      Tec de Monterrey - Instituto Tecnológico y de Estudios Superiores de Monterrey, campus Monterrey,from Monterrey, Nuevo León, México. </p>
+
     <p class="textojustif"> Synthetic biology has begun an era of creation and development of new and better biological systems that, through engineering, seek to modify the natural behavior of living microorganisms such as bacteria, fungi and yeasts to make them perform tasks that are designed to create high value-added products with useful applications in industry, improving at the same time the life quality of people.
-
     <p class="justtext">UANL Mty. Mexico - School of Biological Sciences. Universidad Autónoma de Nuevo León from Monterrey, Nuevo León, México. UNAM, </p>
+
</p>
-
     <p class="justtext">ITESM Mexico City - Institute of Applied Mathematics and Institute of Cellular Physiology at the Universidad Nacional Autónoma de Mexico (UNAM) in conjunction with the ITESM campus Mexico.</p>
+
<br>
-
     <p class="justtext">     ITESM_Mexico - Instituto Tecnológico y de Estudios Superiores de Monterrey, Campus Querétaro. </p>
+
<p class="textojustif">iGEM ​​(International Genetically Engineered Machine) is a competition based on synthetic biology, presented by the MIT (Massachusetts Institute of Technology), that allows professional students work in the use of biological parts to build systems operated in living cells. This year it is expected the participation of 165 teams and over 1,700 students from America, Africa, Asia and Europe, from prestigious universities such as Imperial College of London, Harvard, Yale, Cambridge, among others. </p>
-
     <p class="justtext">UNAM-Genomics_México - Center for Genomic Sciences, Universidad Nacional Autónoma de México (UNAM).</p>
+
<br>
-
<p><img src="https://static.igem.org/mediawiki/2011/9/96/Photocongreso04.png" alt="centrobiotecnologia" name="imagetec" width="463" height="306" id="imagetec" /></p>
+
<center>
-
    <p> <span class="justtext">In order to meet the other 4 Mexican teams and talk about common problems that have arisen along the competition, we organized the &quot;First Micro Congress iGEM&quot;, this June 3 and 4. This event was held at Tec de Monterrey, campus Monterrey. </span><br />
+
<p><img src="https://static.igem.org/mediawiki/2011/4/4b/Photocongreso01.png" alt="teamphoto" name="teamphoto" width="350" height="240" id="teamphoto" /></p>
 +
</center>
 +
  <br>
 +
<p>The number of Mexican universities participating in the contest is increasing each year; for this competition it is expected the participation of 5 teams: </p>
 +
     <br/>
 +
 
 +
    <p><b>Tec Monterrey</b> - Instituto Tecnológico y de Estudios Superiores de Monterrey, Campus Monterrey,from Monterrey, Nuevo León, México. </p>
 +
     <p><b>UANL Mty. Mexico</b> - School of Biological Sciences. Universidad Autónoma de Nuevo León from Monterrey, Nuevo León, México. UNAM, </p>
 +
     <p><b>ITESM Mexico City</b> - Institute of Applied Mathematics and Institute of Cellular Physiology at the Universidad Nacional Autónoma de Mexico (UNAM) in conjunction with the ITESM Campus Mexico.</p>
 +
     <p><b>ITESM_Mexico</b> - Instituto Tecnológico y de Estudios Superiores de Monterrey, Campus Querétaro. </p>
 +
     <p class="justtext"><b>UNAM-Genomics_Mexico</b> - Center for Genomic Sciences, Universidad Nacional Autónoma de México (UNAM).</p>
 +
 
 +
<br>
 +
<center>
 +
<p><img src="https://static.igem.org/mediawiki/2011/9/96/Photocongreso04.png" alt="centrobiotecnologia" name="imagetec" width="350" height="270" id="imagetec" /></p>
 +
</center>
 +
<br>
 +
    <p> In order to meet the other 4 Mexican teams and talk about common problems that had arisen along the competition, we organized the &quot;First Micro Congress iGEM&quot;, this June 3 and 4. This event was held at <b>Tec de Monterrey, Campus Monterrey</b>. </span><br />
     </p>
     </p>
-
     <p><img src="https://static.igem.org/mediawiki/2011/9/92/Photocongreso03.png" alt="photo" name="photo" width="408" height="263" id="photo" /><br />
+
<br>
-
  </p>
+
<center>
-
    <p><span class="justtext">PhD. Manuel Zertuche, Director of the School of Biotechnology, inaugurated the event, and conveyed the best wishes for the event. <br />
+
     <p><img src="https://static.igem.org/mediawiki/2011/9/92/Photocongreso03.png" alt="photo" name="photo" width="350" height="242" id="photo" /><br />
-
       The Master in Science Sergio Garcia, a Biologist from the Universidad Autónoma de Baja California delivered the first conference. He did his Masters in Molecular Biology at the Instituto Potosino  de Investigación Científica y Tecnológica. He is currently a PhD student at Tec de Monterrey, Campus Monterrey. He has worked in Molecular Phylogeny; design, production and purification of recombinant proteins and as an instructor for Tec de Monterrey iGEM teams 2010 and 2011. The conference showed the role of instructor in the iGEM team and some tips that will help teams improve their performance. Also presented the paper &quot;Expression and purification of Deschampsia antarctica peroxidedismutase E. coli&quot;.<br />
+
</center>
 +
<br>
 +
<p><b>PhD. Manuel Zertuche</b>, Director of the School of Biotechnology, inaugurated the event, and conveyed the best wishes for the event. <br />
 +
<br>
 +
       The <b>Master in Science Sergio Garcia</b>, a Biologist from the Universidad Autónoma de Baja California delivered the first conference. He did his Masters in Molecular Biology at the Instituto Potosino  de Investigación Científica y Tecnológica. He is currently a PhD student at Tec de Monterrey, Campus Monterrey. He has worked in Molecular Phylogeny; design, production and purification of recombinant proteins and as an instructor for Tec de Monterrey iGEM teams 2010 and 2011. The conference showed the role of instructor in the iGEM team and some tips that will help teams improve their performance. He also presented the paper &quot;Expression and purification of Deschampsia antarctica peroxidedismutase <i>E. coli</i>".<br />
     </span></p>
     </span></p>
-
     <p class="justtext"> PhD. Jorge Benavides, Chemical Engineer from the Universidad Autónoma de Nuevo León, presented the second conference. He did his Masters in Biotechnology and a Ph.D. in Engineering Science with specialty in Biotechnology at the Tec de Monterrey, campus Monterrey. Member of the Research Chair in Bioprocess of ITESM. He specializes in the development of bioprocesses for the production, recovery and purification of biotechnological compounds of commercial interest, the proteomic characterization of crude extracts through combinatorial strategies and expression of heterologous proteins in recombinant expression systems. The conference was titled &quot;Trends and Applications of Biotechnology&quot;, where the means of separation, aqueous phases and some applications such as contact lenses, were discussed.<br />
+
<br>
 +
     <p class="justtext"> <b>PhD. Jorge Benavides</b>, Chemical Engineer from the Universidad Autónoma de Nuevo León, presented the second conference. He did his Masters in Biotechnology and a Ph.D. in Engineering Science with specialty in Biotechnology at the Tec de Monterrey, campus Monterrey. Member of the Research Chair in Bioprocess Engineering of ITESM. He specializes in the development of bioprocesses for the production, recovery and purification of biotechnological compounds of commercial interest, the proteomic characterization of crude extracts through combinatorial strategies and expression of heterologous proteins in recombinant expression systems. The conference was titled &quot;Trends and Applications of Biotechnology&quot;, where the means of separation, aqueous phases and some applications such as contact lenses, were discussed.<br />
       </p>
       </p>
-
     <p class="justtext">Manuel Tiscareño presented the conference &quot;Importation of Biological Material to Mexico.&quot; He holds a degree in International Relations from the Universidad Autonoma de Nuevo León. He has served as Branch Assistant Manager of Kentucky Fried Chicken, and is currently manager of Customs Import and Export of FEDEX. This conference had great teachings on the importation of &quot;BioBricks&quot;: standard parts of genetic material with structure and function defined, necessary to make new biological systems. <br />
+
<br>
 +
     <p class="justtext"><b>Manuel Tiscareño</b> presented the conference &quot;Importation of Biological Material to Mexico.&quot; He holds a degree in International Relations from the Universidad Autonoma de Nuevo León. He has served as Branch Assistant Manager of Kentucky Fried Chicken, and is currently manager of Customs Import and Export of FEDEX. This conference had great teachings on the importation of &quot;BioBricks&quot;: standard parts of genetic material with structure and function defined, necessary to make new biological systems. <br />
 +
<br>
       Mr. Tiscareño taught us that cannot be imported, by courier and parcel companies, products falling within the criteria of &quot;difficult to identify&quot; such as dust, gases and liquids. They should be released through the following ways: </p>
       Mr. Tiscareño taught us that cannot be imported, by courier and parcel companies, products falling within the criteria of &quot;difficult to identify&quot; such as dust, gases and liquids. They should be released through the following ways: </p>
-
    <p class="justtext">Commit to a customs agent in the city for the release of the products into various points of entry. This agent classifies the package within the different areas of classification that exist in the Tax Administration System (SAT) and the Mexican customs laws. Depending on the physics characteristics, use and function that are present in the product, the package is classified. For example, the value of a pen with an integrated clock will depend on which is the main component, in order to be classified as office or as a decoration item. In this case it must be proportional to the broker's invoice product as well as having a detailed and formal description of it. <br />
+
<br> 
-
      Register with FedEx Custom Broker. This method of release of packages consists in a small amount of money included in the total cost of shipping a package sent by FedEx. This corresponds to an amount paid to a broker who is in each inner harbor where the parcel is located. It works like a broker customs, however it is possible that the broker can be busy due to the increase of problematic packages. <br />
+
<p class="justtext">Commit to a customs agent in the city for the release of the products into various points of entry. This agent classifies the package within the different areas of classification that exist in the Tax Administration System (SAT) and the Mexican customs laws. Depending on the physics characteristics, use and function that are present in the product, the package is classified. For example, the value of a pen with an integrated clock will depend on which is the main component, in order to be classified as office or as a decoration item. In this case it must be proportional to the broker's invoice product as well as having a detailed and formal description of it. <br />
 +
<br>   
 +
Register with FedEx Custom Broker. This method of release of packages consists in a small amount of money included in the total cost of shipping a package sent by FedEx. This corresponds to an amount paid to a broker who is in each inner harbor where the parcel is located. It works like a broker customs, however it is possible that the broker can be busy due to the increase of problematic packages. <br />
 +
<br>
       Use a trading company. A person who is already expert in the field of importations can lend its name and create a trading company, although there could be problems of packet loss, theft of merchandise, etc. <br />
       Use a trading company. A person who is already expert in the field of importations can lend its name and create a trading company, although there could be problems of packet loss, theft of merchandise, etc. <br />
       Re-route the package to the American side border, to let a broker customs release the packages with the patent and charge conferred discharged by the ITESM.</p>
       Re-route the package to the American side border, to let a broker customs release the packages with the patent and charge conferred discharged by the ITESM.</p>
-
     <p class="justtext"> Regarding the visit to the FEMSA Biotechnology Center, Tec-Monterrey team was able to show to the attending teams the FEMSA Biotechnology Center, which is dedicated to generating research, transfer knowledge and design business models in biotechnology and food areas. It has the most innovative infrastructure equipment in laboratories, pilot plants and business incubators in the related areas. <br />
+
<br>
 +
<br>
 +
     <p class="justtext"> Regarding the visit to the <b>FEMSA Biotechnology Center</b>, Tec-Monterrey team was able to show to the attending teams the FEMSA Biotechnology Center, which is dedicated to generating research, transfer knowledge and design business models in biotechnology and food areas. It has the most innovative infrastructure equipment in laboratories, pilot plants and business incubators in the related areas. <br />
     </p>
     </p>
-
     <p class="justtext"><span class="justtext">That night, the teams visited the restaurant Sierra Madre Brewing Co.. This restaurant specializes in brewing within the same establishment and the menu caters to all tastes.</span><br />
+
<br>
 +
     <p class="justtext"><span class="justtext">That night, the teams visited the restaurant <b>Sierra Madre Brewing Co.</b>. This restaurant specializes in brewing within the same establishment and the menu caters to all tastes.</span><br />
     </p>
     </p>
-
     <p><img src="https://static.igem.org/mediawiki/2011/c/c8/Photocongress05.png" alt="photo2" name="photo2" width="407" height="303" id="photo2" /></p>
+
<br>
-
     <p><br />
+
<center>
-
      <span class="justtext">The next day began with a talk by PhD. Jose Manuel Aguilar, who showed us the work: &quot;Design of recombinant antigens of A/H1N1/2009 influenza virus.&quot; PhD. José Manuel Aguilar is a biologist specialized in molecular biology and professor of Genetic Engineering and Proteins Engineering courses.</span></p>
+
     <p><img src="https://static.igem.org/mediawiki/2011/c/c8/Photocongress05.png" alt="photo2" name="photo2" width="350" height="270" id="photo2" /></p>
-
    <p class="justtext">     Adán López commissioned the second conference, to deliver the lecture              &quot;Project Management&quot;. This one will serve us greatly in the future because the recommendations Dr. López gave us about creating a Gantt diagram of an array of responsibilities and lifecycle of projects. He taught us that planning a project arises obvious time and material problems, which can be solved before reaching a big mess. </p>
+
     <p>
-
     <p><img src="https://static.igem.org/mediawiki/2011/2/28/Photocongreso06.png" alt="photo3" name="photo3" width="515" height="303" id="photo3" /><br />
+
</center>
 +
<br />
 +
 
 +
<br>
 +
    <p class="textojustif">The next day began with a talk by <b>PhD. Jose Manuel Aguilar</b>, who showed us the work: "Design of recombinant antigens of A/H1N1/2009 influenza virus". PhD. José Manuel Aguilar is a biologist specialized in molecular biology and professor of Genetic Engineering and Proteins Engineering courses.</p>
 +
<br>
 +
  <p class="justtext"><b>Adán López</b> commissioned the second conference, to deliver the lecture              &quot;Project Management&quot;. This one will serve us greatly in the future because the recommendations Dr. López gave us about creating a Gantt diagram of an array of responsibilities and lifecycle of projects. He taught us that planning a project arises obvious time and material problems, which can be solved before reaching a big mess. </p>
 +
 
 +
<br>
 +
<center>
 +
     <p><img src="https://static.igem.org/mediawiki/2011/2/28/Photocongreso06.png" alt="photo3" name="photo3" width="350" height="230" id="photo3" /><br />
       </p>
       </p>
-
     <p><span class="justtext">Finally, we performed a bioethical PANEL aimed to discuss the bioethical implications involved in synthetic biology. This panel presented the following expositors: </span></p>
+
</center>
-
     <p class="justtext">PhD Guy Cardineau, Plant Molecular Biology Specialist.<br />
+
 
-
       PhD Elsy Molina, who has taught courses in Plant Physiology, General Genetics, Biology, Science, Ecology and Sustainable Development, Biostatistics and Experimental Design. </p>
+
<br>
-
     <p class="justtext">     PhD Francisco Serrano, a PhD in Philosophy from the Universidad Complutense de Madrid. His doctoral thesis was based on the subject: &quot;Science, reality and method in the work of Linus Pauling.&quot; He is currently professor at ITESM and coordinator of scientific-technological perspective Campus Monterrey. He is the author of many studies on ethics and history of science among them includes the book: Molecular Biology. Philosophical issues and implications. The Panel moderator served the MC. Johari Salgado Gallegos, professor of Laboratory of Genetic Engineering. <br />
+
     <p><span class="justtext">Finally, we performed a bioethical panel aimed to discuss the bioethical implications involved in synthetic biology. This panel presented the following expositors: </span></p>
 +
     <p class="justtext"><b>PhD Guy Cardineau</b>, Plant Molecular Biology Specialist.<br />
 +
       <b>PhD Elsy Molina</b>, who has taught courses in Plant Physiology, General Genetics, Biology, Science, Ecology and Sustainable Development, Biostatistics and Experimental Design. </p>
 +
     <p class="justtext"><b>PhD Francisco Serrano</b>, a PhD in Philosophy from the Universidad Complutense de Madrid. His doctoral thesis was based on the subject: &quot;Science, reality and method in the work of Linus Pauling.&quot; He is currently professor at ITESM and coordinator of scientific-technological perspective Campus Monterrey. He is the author of many studies on ethics and history of science among them includes the book: Molecular Biology. Philosophical issues and implications. The panel moderator served the MC. Johari Salgado Gallegos, professor of Laboratory of Genetic Engineering. <br />
     </p>
     </p>
-
     <p class="justtext"> We thank PhD. Marco Antonio Rito, our project instructor, and ITESM Biotechnology department, for all the support that has given to us. <br />
+
<br>
-
We also would like to thank our sponsors Promega, Uniparts, AgroBio, Accura Monterrey, and IECSA for giving us a chance to participate in iGEM 2011. </p>
+
     <p class="justtext"> We thank <b>PhD. Marco Antonio Rito</b>, our project instructor, and ITESM Biotechnology department, for all the support that has given to us. <br />
-
     <p><img src="https://static.igem.org/mediawiki/2011/3/3c/Photocongreso07.png" alt="photo4" name="photo4" width="532" height="291" id="photo4" /><br />
+
<br>
-
    </p>
+
We also would like to thank our sponsors <b>Promega</b>, <b>Uniparts</b>, <b>AgroBio</b>, <b>Accura Monterrey</b>, and <b>IECSA</b> for giving us a chance to participate in iGEM 2011. </p>
-
    <p>      <br />
+
<br>
-
      <br />
+
 
 +
<center>
 +
     <p><img src="https://static.igem.org/mediawiki/2011/3/3c/Photocongreso07.png" alt="photo4" name="photo4" width="350" height="190" id="photo4" /><br />
     </p>
     </p>
-
    </div> 
+
</center>
-
 
+
-
 
+
-
 
+
-
 
+
-
</div>
+
-
  <!-- end .container --></div>
+
-
</div></div></body></html>
+
<br></p>
 +
</p>
 +
 
 +
 
 +
 
 +
</div>
 +
<hr>
 +
<br/>
 +
<input type="button" value="  Up  " onmouseover="scrollUp()" onmouseout="clearTimeout(t1)">
 +
<input type="button" value=" Down " onmouseover="scrollDown()" onmouseout="clearTimeout(t1)">
 +
</div></body></html>

Latest revision as of 21:19, 20 October 2011

wiki

iGEM

 

 



micro congress logo


Synthetic biology has begun an era of creation and development of new and better biological systems that, through engineering, seek to modify the natural behavior of living microorganisms such as bacteria, fungi and yeasts to make them perform tasks that are designed to create high value-added products with useful applications in industry, improving at the same time the life quality of people.


iGEM ​​(International Genetically Engineered Machine) is a competition based on synthetic biology, presented by the MIT (Massachusetts Institute of Technology), that allows professional students work in the use of biological parts to build systems operated in living cells. This year it is expected the participation of 165 teams and over 1,700 students from America, Africa, Asia and Europe, from prestigious universities such as Imperial College of London, Harvard, Yale, Cambridge, among others.


teamphoto


The number of Mexican universities participating in the contest is increasing each year; for this competition it is expected the participation of 5 teams:


Tec Monterrey - Instituto Tecnológico y de Estudios Superiores de Monterrey, Campus Monterrey,from Monterrey, Nuevo León, México.

UANL Mty. Mexico - School of Biological Sciences. Universidad Autónoma de Nuevo León from Monterrey, Nuevo León, México. UNAM,

ITESM Mexico City - Institute of Applied Mathematics and Institute of Cellular Physiology at the Universidad Nacional Autónoma de Mexico (UNAM) in conjunction with the ITESM Campus Mexico.

ITESM_Mexico - Instituto Tecnológico y de Estudios Superiores de Monterrey, Campus Querétaro.

UNAM-Genomics_Mexico - Center for Genomic Sciences, Universidad Nacional Autónoma de México (UNAM).


centrobiotecnologia


In order to meet the other 4 Mexican teams and talk about common problems that had arisen along the competition, we organized the "First Micro Congress iGEM", this June 3 and 4. This event was held at Tec de Monterrey, Campus Monterrey.


photo


PhD. Manuel Zertuche, Director of the School of Biotechnology, inaugurated the event, and conveyed the best wishes for the event.

The Master in Science Sergio Garcia, a Biologist from the Universidad Autónoma de Baja California delivered the first conference. He did his Masters in Molecular Biology at the Instituto Potosino de Investigación Científica y Tecnológica. He is currently a PhD student at Tec de Monterrey, Campus Monterrey. He has worked in Molecular Phylogeny; design, production and purification of recombinant proteins and as an instructor for Tec de Monterrey iGEM teams 2010 and 2011. The conference showed the role of instructor in the iGEM team and some tips that will help teams improve their performance. He also presented the paper "Expression and purification of Deschampsia antarctica peroxidedismutase E. coli".


PhD. Jorge Benavides, Chemical Engineer from the Universidad Autónoma de Nuevo León, presented the second conference. He did his Masters in Biotechnology and a Ph.D. in Engineering Science with specialty in Biotechnology at the Tec de Monterrey, campus Monterrey. Member of the Research Chair in Bioprocess Engineering of ITESM. He specializes in the development of bioprocesses for the production, recovery and purification of biotechnological compounds of commercial interest, the proteomic characterization of crude extracts through combinatorial strategies and expression of heterologous proteins in recombinant expression systems. The conference was titled "Trends and Applications of Biotechnology", where the means of separation, aqueous phases and some applications such as contact lenses, were discussed.


Manuel Tiscareño presented the conference "Importation of Biological Material to Mexico." He holds a degree in International Relations from the Universidad Autonoma de Nuevo León. He has served as Branch Assistant Manager of Kentucky Fried Chicken, and is currently manager of Customs Import and Export of FEDEX. This conference had great teachings on the importation of "BioBricks": standard parts of genetic material with structure and function defined, necessary to make new biological systems.

Mr. Tiscareño taught us that cannot be imported, by courier and parcel companies, products falling within the criteria of "difficult to identify" such as dust, gases and liquids. They should be released through the following ways:


Commit to a customs agent in the city for the release of the products into various points of entry. This agent classifies the package within the different areas of classification that exist in the Tax Administration System (SAT) and the Mexican customs laws. Depending on the physics characteristics, use and function that are present in the product, the package is classified. For example, the value of a pen with an integrated clock will depend on which is the main component, in order to be classified as office or as a decoration item. In this case it must be proportional to the broker's invoice product as well as having a detailed and formal description of it.

Register with FedEx Custom Broker. This method of release of packages consists in a small amount of money included in the total cost of shipping a package sent by FedEx. This corresponds to an amount paid to a broker who is in each inner harbor where the parcel is located. It works like a broker customs, however it is possible that the broker can be busy due to the increase of problematic packages.

Use a trading company. A person who is already expert in the field of importations can lend its name and create a trading company, although there could be problems of packet loss, theft of merchandise, etc.
Re-route the package to the American side border, to let a broker customs release the packages with the patent and charge conferred discharged by the ITESM.



Regarding the visit to the FEMSA Biotechnology Center, Tec-Monterrey team was able to show to the attending teams the FEMSA Biotechnology Center, which is dedicated to generating research, transfer knowledge and design business models in biotechnology and food areas. It has the most innovative infrastructure equipment in laboratories, pilot plants and business incubators in the related areas.


That night, the teams visited the restaurant Sierra Madre Brewing Co.. This restaurant specializes in brewing within the same establishment and the menu caters to all tastes.


photo2



The next day began with a talk by PhD. Jose Manuel Aguilar, who showed us the work: "Design of recombinant antigens of A/H1N1/2009 influenza virus". PhD. José Manuel Aguilar is a biologist specialized in molecular biology and professor of Genetic Engineering and Proteins Engineering courses.


Adán López commissioned the second conference, to deliver the lecture "Project Management". This one will serve us greatly in the future because the recommendations Dr. López gave us about creating a Gantt diagram of an array of responsibilities and lifecycle of projects. He taught us that planning a project arises obvious time and material problems, which can be solved before reaching a big mess.


photo3


Finally, we performed a bioethical panel aimed to discuss the bioethical implications involved in synthetic biology. This panel presented the following expositors:

PhD Guy Cardineau, Plant Molecular Biology Specialist.
PhD Elsy Molina, who has taught courses in Plant Physiology, General Genetics, Biology, Science, Ecology and Sustainable Development, Biostatistics and Experimental Design.

PhD Francisco Serrano, a PhD in Philosophy from the Universidad Complutense de Madrid. His doctoral thesis was based on the subject: "Science, reality and method in the work of Linus Pauling." He is currently professor at ITESM and coordinator of scientific-technological perspective Campus Monterrey. He is the author of many studies on ethics and history of science among them includes the book: Molecular Biology. Philosophical issues and implications. The panel moderator served the MC. Johari Salgado Gallegos, professor of Laboratory of Genetic Engineering.


We thank PhD. Marco Antonio Rito, our project instructor, and ITESM Biotechnology department, for all the support that has given to us.

We also would like to thank our sponsors Promega, Uniparts, AgroBio, Accura Monterrey, and IECSA for giving us a chance to participate in iGEM 2011.


photo4