Difference between revisions of "Team:Colegio EmelinaU/Team"

 
(32 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
{{Template_All_Teams}}
  
{{team}}
+
<!-- Declare that you are going to use html code instead of wiki code -->
 +
<html>
 +
<link href='https://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
 +
<link href='https://fonts.googleapis.com/css?family=Rancho' rel='stylesheet' type='text/css'>
  
<html lang="en">
+
<!-- Start of CSS-->
<head>
+
<style type="text/css">
<meta charset="utf-8">
+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
+
<title>One-column full-width responsive layout</title>
+
<meta name="viewport" content="width=device-width, initial-scale=1">
+
<meta name="Description" lang="en" content="ADD SITE DESCRIPTION">
+
<meta name="author" content="ADD AUTHOR INFORMATION">
+
<meta name="robots" content="index, follow">
+
  
<!-- icons -->
+
h2{
<link rel="apple-touch-icon" href="assets/img/apple-touch-icon.png">
+
<link rel="shortcut icon" href="favicon.ico">
+
  
<!-- Override CSS file - add your own CSS rules -->
+
text-aling:left;
<link rel="stylesheet" href="assets/css/styles.css">
+
}
</head>
+
body{
<style type="text/css">
+
  
#globalWrapper, #content{
 
 
float:none;
 
margin: 0 auto;
 
  
 
}
 
}
  
body
+
 
{
+
.intro{
margin: 0;
+
text-align:left;
padding: 0;
+
 
color: #333;
+
background-color: #eee;
+
font: 1em/1.2 "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
+
 
}
 
}
  
h1,h2,h3,h4,h5,h6
+
p{
{
+
text-align:justify;
margin: 0 0 .5em;
+
font-weight: 500;
+
line-height: 1.1;
+
 
}
 
}
  
h1 { font-size: 2.25em; } /* 36px */
+
.imagen{
h2 { font-size: 1.75em; } /* 28px */
+
h3 { font-size: 1.375em; } /* 22px */
+
h4 { font-size: 1.125em; } /* 18px */
+
h5 { font-size: 1em; } /* 16px */
+
h6 { font-size: .875em; } /* 14px */
+
  
p
+
float:left;
{
+
padding:10px;
margin: 0 0 1.5em;
+
box-sizing: border-box;
line-height: 1.5;
+
}
+
  
blockquote
 
{
 
padding: 1em 2em;
 
margin: 0 0 2em;
 
border-left: 5px solid #eee;
 
 
}
 
}
  
hr
+
.logo{
{
+
padding-top:50px;
height: 0;
+
margin-top: 1em;
+
margin-bottom: 2em;
+
border: 0;
+
border-top: 1px solid #ddd;
+
}
+
  
table
 
{
 
background-color: transparent;
 
border-spacing: 0;
 
border-collapse: collapse;
 
border-top: 1px solid #ddd;
 
 
}
 
}
  
th, td
+
#globalWrapper, #content{
{
+
float:none;
padding: .5em 1em;
+
margin:0 auto;
vertical-align: top;
+
 
text-align: left;
+
 
border-bottom: 1px solid #ddd;
+
 
}
 
}
  
a:link { color: royalblue; }
+
/* since the background is dark, we change the color of the text and links so they are visible on "show preview" mode */
a:visited { color: purple; }
+
a:focus { color: black; }
+
a:hover { color: green; }
+
a:active { color: red; }
+
  
/* -----------------------
+
p, #content {
Layout styles
+
color:#808284;
------------------------*/
+
}
  
.container
+
a, a:visited {
{
+
color:#22BCB9;
max-width: 50em;
+
}
margin: 0 auto;
+
}
+
  
.header
 
{
 
color: #fff;
 
background: #555;
 
padding: 1em 1.25em;
 
}
 
  
.header-heading { margin: 0; }
 
  
.nav-bar
+
/* PAGE LAYOUT */
{
+
background: #000;
+
padding: 0;
+
}
+
  
.content
+
{
+
/* Set up a width, height and color of the body wrapper*/
padding: 1em 1.25em;
+
body {  
background-color: #fff;
+
background-color:#ffffff;
}
+
                                font-family: 'Roboto', sans-serif;
 +
}
  
.footer
+
/* Creates a container that will wrap all of the content inside your wiki pages. */
{
+
#mainContainer {
color: #fff;
+
width: 980px;
background: #000;
+
overflow:hidden;
padding: 1em 1.25em;
+
float:left;
}
+
margin-left:20px;
 +
margin-bottom: 10px;
 +
background-color: #fff;
 +
 +
                                -webkit-box-shadow: 2px 0px 34px 0px rgba(145,145,145,0.72);
 +
                                -moz-box-shadow: 2px 0px 34px 0px rgba(145,145,145,0.72);
 +
                                box-shadow: 2px 0px 34px 0px rgba(145,145,145,0.72);
  
/* -----------------------
 
Nav
 
------------------------*/
 
  
.nav
+
{
+
}
margin: 0;
+
padding: 0;
+
list-style: none;
+
}
+
  
.nav li
+
/* Creates the container for the menu */
{
+
#menuContainer  {  
display: inline;
+
      width: 200px;
margin: 0;
+
                              background: #BA00E8;
}
+
                              font-family: 'Oxygen Mono', Tahoma, Arial, sans-serif;
 +
                              zoom: 1;
 +
                              font-size: 12px;
 +
                              float:left;
 +
                              margin-right:15px;
 +
                              height:1200px;
 +
                           
 +
                           
 +
                               
  
.nav a
+
}
{
+
display: block;
+
padding: .7em 1.25em;
+
color: #fff;
+
text-decoration: none;
+
border-bottom: 1px solid gray;
+
}
+
  
.nav a:link { color: white; }
+
/* Creates the container for the content */
.nav a:visited { color: white; }
+
#contentContainer {
 +
padding-top:10px;
 +
padding-right:10px;
 +
margin-bottom: 20px;
 +
padding-left: 50px;
 +
background-color: #fff;  
 +
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
 +
             
 +
                         
 +
                             
 +
}
  
.nav a:focus
 
{
 
color: black;
 
background-color: white;
 
}
 
  
.nav a:hover
+
/*Set up height place holder for the banner*/
{
+
      #bannerContainer {
color: white;
+
height:200px;
background-color: green;
+
margin:auto;
}
+
text-align:center;
 +
color: #24B694;
 +
                                background:url(https://static.igem.org/mediawiki/2015/2/29/Banner_wiki_03.png);
 +
                             
 +
                               
 +
}
  
.nav a:active
+
/*VISUAL STYLE (TABLES, FONTS, LINKS, IMAGES, UL) */
{
+
color: white;
+
background-color: red;
+
}
+
  
/* -----------------------
+
/*Change the styling of text for everything inside main container*/
Single styles
+
#mainContainer p {
------------------------*/
+
font-size: 13px;
 +
color: #000000;
 +
}
 +
 +
/*This changes the color and font family */
 +
#contentContainer h1, h2, h3, h4, h5, h6 {
 +
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
 +
color: #29221F;
 +
border-bottom: none;
 +
font-weight: bold;
 +
margin-top:10px;
 +
}
  
.img-responsive { max-width: 100%; }
+
/*Style of the links - links are different inside the menu */
 +
#contentContainer a {  
 +
font-weight: bold;
 +
color: #22BCB9;
 +
}
  
.btn
+
  /* Styling links on hover- links are different inside the menu */
{
+
#contentContainer a:hover {
color: #fff !important;
+
color: #14747D;
background-color: royalblue;
+
}
border-color: #222;
+
display: inline-block;
+
padding: .5em 1em;
+
margin-bottom: 0;
+
font-weight: 400;
+
line-height: 1.2;
+
text-align: center;
+
white-space: nowrap;
+
vertical-align: middle;
+
cursor: pointer;
+
border: 1px solid transparent;
+
border-radius: .2em;
+
text-decoration: none;
+
}
+
  
.btn:hover
+
/*Change the styling of tables */
{
+
        #contentContainer table {
color: #fff !important;
+
    border: 2px solid #29221F;
background-color: green;
+
    border-collapse: collapse;
}
+
    margin: auto;
 +
    margin-bottom: 15px;
 +
    margin-top: 15px;
 +
    margin-right: 10px;
 +
    margin-left: 10px;
 +
    }
  
.btn:focus
+
/*Change the styling of table cells*/
{
+
    #contentContainer  td {
color: #fff !important;
+
    background-color: #fff;
background-color: black;
+
    padding: 20px;
}
+
    border: 2px solid #29221F;
 +
    border-collapse: collapse;
 +
    vertical-align: text-top;
 +
    }
  
.btn:active
 
{
 
color: #fff !important;
 
background-color: red;
 
}
 
  
.table
+
/*Change the styling of table headers */
{
+
    #contentContainer th {
width: 100%;
+
    background-color: #F4F0D8;
max-width: 100%;
+
    padding: 10px;
margin-bottom: 20px;
+
    border: 2px solid #29221F;
}
+
    border-collapse: collapse;
 +
    vertical-align: text-top;
 +
    }
  
.list-unstyled
 
{
 
padding-left: 0;
 
list-style: none;
 
}
 
  
.list-inline
 
{
 
padding-left: 0;
 
margin-left: -5px;
 
list-style: none;
 
}
 
  
.list-inline > li
 
{
 
display: inline-block;
 
padding-right: 5px;
 
padding-left: 5px;
 
}
 
  
/* -----------------------
+
/*MENU STYLING */
Wide styles
+
------------------------*/
+
  
@media (min-width: 42em)
+
/*Styling for the links in the menu */
{
+
#menuContainer a {
.header { padding: 1.5em 3em; }
+
color: #fff;
.nav-bar { padding: 1em 3em; }
+
text-decoration:none;
.content { padding: 2em 3em; }
+
                               
.footer { padding: 2em 3em; }
+
+
}
.nav li
+
 
{
+
/* Sets the style for lists inside menuContainer  */
display: inline;
+
#menuContainer ul {  
margin: 0 1em 0 0;
+
list-style: none;
}
+
margin-left:5px;
+
}
.nav a
+
 
{
+
/*Styles the list items to become menu buttons */
display: inline;
+
#menuContainer ul li {  
padding: 0;
+
border-bottom: 0;
+
display: block;
}
+
width: 100%;
 +
height:30px;
 +
padding-top:10px;
 +
                                padding-left:0px;
 +
                                border-bottom: 1px solid #fff;
 +
                             
 +
 
 +
}
 +
 
 +
/*For the menu buttons, changes the color when hovering*/
 +
#menuContainer li:hover {
 +
color: #FFF;
 +
background-color: #ED417B;
 +
                                transition:1s;
 +
                                margin-left:10px;
 +
}
 +
 
 +
/*Submenus are not displayed as default*/
 +
#menuContainer li ul {
 +
 
 +
display: none;
 +
padding-top:15px;
 +
margin-left: 0px;
 +
 
 +
 
 +
}
 +
 
 +
/*Submenus are displayed when hovering the menu button */
 +
#menuContainer li:hover ul {
 +
/*display: inline-block; */
 +
display: block;
 +
position: absolute;
 +
float:right;
 +
margin-left: 150px;
 +
                                margin-top:-42px;
 +
 
 +
 
 +
}
 +
 
 +
/*Style the submenu buttons*/
 +
#menuContainer li ul li{
 +
                                background-color: rgba(172, 41, 229, 0.8);
 +
                                background: rgba(172, 41, 229, 0.8);
 +
                                color: rgba(172, 41, 229, 0.8);
 +
padding-left:20px;
 +
padding-right:20px;
 +
height:30px;
 +
padding-top:10px;
 +
margin-top:-3px;
 +
color: white;
 +
                                font-size:1rem;
 +
                                width:200px;
 +
}
 +
 
 +
/*CLASSES */
 +
 
 +
/*Clear class for all the pages, adds spacing too*/
 +
.clear{
 +
clear:both;
 +
height: 10px;
 +
}
 +
 
 +
 
 +
/* highlight box for special messages */
 +
          .highlightBox {
 +
            width:500px;
 +
            margin:auto;
 +
            background-color: #F4F0D8;
 +
    margin-bottom: 15px;
 +
    margin-top: 15px;
 +
    padding: 15px;
 +
    padding-top: 5px;
 +
            }
 +
.animated {
 +
    -webkit-animation-duration: 4s;
 +
    animation-duration: 4s;
 +
    -webkit-animation-fill-mode: both;
 +
    animation-fill-mode: both;
 +
}
 +
 
 +
@-webkit-keyframes bounceIn {
 +
    0% {
 +
        opacity: 0;  
 +
        -webkit-transform: scale(.3);
 +
    }
 +
 
 +
    50% {
 +
        opacity: 1;
 +
        -webkit-transform: scale(1.05);
 +
    }
 +
 
 +
    70% {
 +
        -webkit-transform: scale(.9);
 +
    }
 +
 
 +
    100% {
 +
        -webkit-transform: scale(1);
 +
    }
 +
}
 +
 
 +
@keyframes bounceIn {
 +
    0% {
 +
        opacity: 0;  
 +
        transform: scale(.3);
 +
    }  
 +
 
 +
    50% {
 +
        opacity: 1;
 +
        transform: scale(1.05);
 +
    }
 +
 
 +
    70% {
 +
        transform: scale(.9);
 +
    }
 +
 
 +
    100% {
 +
        transform: scale(1);
 +
    }
 +
}
 +
 
 +
.bounceIn {
 +
    -webkit-animation-name: bounceIn;
 +
    animation-name: bounceIn;
 
}
 
}
  
 +
</style>
 +
<!-- End of CSS -->
  
</style>
 
  
<body>
+
<!-- Start of the template html elements. -->
<div class="header">
+
<div id ="mainContainer"><!--This div will close on the page.-->
<div class="container">
+
 
<h1 class="header-heading">Sitename</h1>
+
</div>
+
<div id="bannerContainer">
</div>
+
<div class="logo">
<div class="nav-bar">
+
<img src="https://static.igem.org/mediawiki/2015/3/33/Logo_oficial.png">
<div class="container">
+
 
<ul class="nav">
+
</div>
<li><a href="https://2015.igem.org/Team:Colegio_EmelinaU/Team">Team</a></li>
+
<li><a href="#">Nav item 2</a></li>
+
<li><a href="#">Nav item 3</a></li>
+
</ul>
+
 
</div>
 
</div>
</div>
 
<div class="content">
 
<div class="container">
 
<div class="main">
 
<h1>Page title</h1>
 
<hr>
 
  
<!-- Heading levels -->
+
<!-- Start of menu -->
<h1>Heading level 1</h1>
+
<div id="menuContainer">
<h2>Heading level 2</h2>
+
<h3>Heading level 3</h3>
+
<h4>Heading level 4</h4>
+
<h5>Heading level 5</h5>
+
<h6>Heading level 6</h6>
+
<hr>
+
  
<!-- Paragraphs -->
+
<!-- This list is your menu, every list item is a menu button and nested listed become submenu buttons -->
<h3>Paragraphs</h3>
+
<ul class="animated bounceIn">
<p>Ut wisi enim ad minim veniam, <a href="#">quis nostrud exerci tation ullamcorper</a> suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>
+
<a href="https://2015.igem.org/Team:Colegio_EmelinaU"><li>HOME</li></a>
<p>Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.</p>
+
<hr>
+
  
<!-- Responsive images -->
+
<a href="https://2015.igem.org/Team:Colegio_EmelinaU/Team"><li>TEAM</li></a>
<h3>Responsive images</h3>
+
<p>For images to be responsive (so that they will rescale to suit the width of the parent, use the <code>.img-responsive</code> class.</p>
+
<p><img class="img-responsive" src="http://placehold.it/800x350" alt=""></p>
+
  
<!-- Lists -->
+
<a href="#"><li>PROJECT >
<h3>Unordered list</h3>
+
            <ul>
<p>Unordered lists are used to markup lists where list items do not require numbering.</p>
+
<a href="https://2015.igem.org/Team:Colegio_EmelinaU/Description"><li>Description</li></a>
<ul>
+
<a href="https://2015.igem.org/Team:Colegio_EmelinaU/Experiments"><li>Experiments & Protocols</li></a> 
<li>Ut wisi enim ad minim veniam</li>
+
<a href="https://2015.igem.org/Team:Colegio_EmelinaU/Results"><li>Results</li></a>
<li>Quis nostrud exerci tation</li>
+
                                                        <a href="https://2015.igem.org/Team:Colegio_EmelinaU/Design"><li>Design</li></a>
<li>Lamcorper suscipit lobortis nis</li>
+
                                                        <a href="https://2015.igem.org/Team:Colegio_EmelinaU/Bussingmodels"><li>Bussing Models</li></a> 
<li>Ut aliquip ex ea commodo consequat</li>
+
</ul>
<li>Duis autem vel eum iriure dolor</li>
+
</li></a>
</ul>
+
<hr>
+
  
<h3>Ordered list</h3>
+
<a href="#"><li>PARTS >
<p>Ordered lists are used to markup lists where list items require numbering.</p>
+
            <ul>
<ol>
+
<a href="https://2015.igem.org/Team:Colegio_EmelinaU/Parts"><li>Team Parts</li></a>
<li>Hendrerit in vulputate velit esse</li>
+
</a>
<li>Olestie consequat</li>
+
</ul>
<li>Vel illum dolore eu feugiat</li>
+
</li></a>
<li>Nulla facilisis at vero eros</li>
+
                                        <a href="https://2015.igem.org/Team:Colegio_EmelinaU/Practices"><li>HUMAN PRACTICES</li></a>
<li>Accumsan et iusto odio</li>
+
</ol>
+
<hr>
+
  
<h3>Unstyled list</h3>
+
<a href="https://2015.igem.org/Team:Colegio_EmelinaU/Notebook"><li>NOTEBOOK</li></a>
<p>You can make the list unstyled using the <code>list-unstyled</code> class.</p>
+
     
<ul class="list-unstyled">
+
<a href="https://2015.igem.org/Team:Colegio_EmelinaU/Modeling"><li>MODELING</li></a>
<li>Ut wisi enim ad minim veniam</li>
+
<li>Quis nostrud exerci tation</li>
+
<li>Lamcorper suscipit lobortis nis</li>
+
<li>Ut aliquip ex ea commodo consequat</li>
+
<li>Duis autem vel eum iriure dolor</li>
+
</ul>
+
<hr>
+
  
<h3>Inline list</h3>
+
                                        <a href="https://2015.igem.org/Team:Colegio_EmelinaU/Attributions"><li>ATTRIBUTIONS</li></a>
<p>You can make the list display inline using the <code>list-inline</code> class.</p>
+
<ul class="list-inline">
+
<li>One</li>
+
<li>Two</li>
+
<li>Three</li>
+
<li>Four</li>
+
</ul>
+
<hr>
+
  
<!-- Blockquotes -->
+
<a href="https://2015.igem.org/Team:Colegio_EmelinaU/Collaborations"><li>COLLABORATIONS</li></a>
<h3>Blockquotes</h3>
+
<p>The blockquote element is used to markup long quotations. Ideally, content inside should be wrapped in paragraph elements.</p>
+
<blockquote>
+
<p>The real names of our people were destroyed during slavery. The last name of my forefathers was taken from them when they were brought to America and made slaves, and then the name of the slave master was given, which we refuse, we reject that name today and refuse it. I never acknowledge it whatsoever.</p>
+
<footer><a href="http://en.wikipedia.org/wiki/Malcolm_X">Malcolm X</a></footer>
+
</blockquote>
+
<hr>
+
  
<h3>Buttons</h3>
+
<p>You can apply the <code>btn</code> class to any element that requires a button style.</p>
+
<p><a href="#" class="btn">Submit</a></p>
+
<hr>
+
  
<!-- Tables -->
+
</ul>
<h3>Tables</h3>
+
<p>Tables should be given the class of <code>table</code>.</p>
+
<table class="table table-striped">
+
<thead>
+
<tr>
+
<th>#</th>
+
<th>First Name</th>
+
<th>Last Name</th>
+
<th>Username</th>
+
</tr>
+
</thead>
+
<tbody>
+
<tr>
+
<th scope="row">1</th>
+
<td>Mark</td>
+
<td>Otto</td>
+
<td>@mdo</td>
+
</tr>
+
<tr>
+
<th scope="row">2</th>
+
<td>Jacob</td>
+
<td>Thornton</td>
+
<td>@fat</td>
+
</tr>
+
<tr>
+
<th scope="row">3</th>
+
<td>Larry</td>
+
<td>the Bird</td>
+
<td>@twitter</td>
+
</tr>
+
</tbody>
+
</table>
+
</div>
+
 
</div>
 
</div>
</div>
+
<!-- End of menu  -->
<div class="footer">
+
 
<div class="container">
+
<!-- Start of content -->
&copy; Copyright 2015
+
<div id="contentContainer">  
</div>
+
 
</div>
+
 
</body>
+
                        <div class="intro">
 +
<h1>Team:  </h1>
 +
 
 +
<hr>
 +
 
 +
<h2>Belén Carrasco</h2>
 +
 
 +
<img class="imagen" src="https://static.igem.org/mediawiki/2015/5/57/Belen_profile.png"><p>
 +
My name is Belen Carrasco, I'm 16 years old and I'm 11th grade in Emelina Urrutia school .
 +
In my free time I like reading, research and learn new things, I listen to rock music, and watch "Big Bang Theory "
 +
I consider myself as a trustworthy person , with personality and sometimes sociable. I am passionate about literature, theater , music and especially the science related to chemistry and biology.
 +
After high school, I want to study something related to biotechnology career, because in the short time I've been immersed in this world it has fascinated me all this area of science .
 +
I'm a Virgo.</p>
 +
<br>
 +
<hr>
 +
 
 +
<h2>Michelle Toro </h2>
 +
 
 +
<img class="imagen" src="https://static.igem.org/mediawiki/2015/5/55/Michelle_profile.png"><p>Michelle Alejandra Toro Díaz
 +
I'm a 11th (eleventh) grade student at Emelina Urrutia School. I consider myself as a creative and optimistic person, I love the design, innovation and science.
 +
My experience in IGEM has been very enjoyable and satisfying , I have gained a lot of knowledge about synthetic biology and how it can be used in daily life; That's why I think IGEM is a great opportunity to develop myself as a person and a future scientific .</p>
 +
<br>
 +
<br>
 +
<hr>
 +
 
 +
<h2>Sade Valdes</h2>
 +
 
 +
<img class="imagen" src="https://static.igem.org/mediawiki/2015/9/98/Sade_profile.png"><p>Sade Valdes
 +
For me, IGEM has been the first project which I have participated. It has made me grow as a person and realize that science is the issue that I’m most interested in and the path that I want to follow.
 +
I like to dance break-dance, skateboarding, and play basketball in my spare time, despite not having much. I like reading books and watching science fiction and horror movies.</p>
 +
<br>
 +
<br>
 +
<hr>
 +
<h2>Jacqueline Puebla</h2>
 +
 
 +
<img class="imagen" src="https://static.igem.org/mediawiki/2015/1/1a/Jacqueline_profile.png"><p>Hi, I'm the teacher of these science geniuses, I'm proud of them for having reached this stage and attend to the Jamboree in Boston. I tell you that over a year ago I'm the responsible to encourage and motivate my students to carry out their project.
 +
By profession, I am a biology and chemistry teacher, but only since the last year I internalized in genetically modified biological machines, for me it was amazing to see the significance that has synthetic biology and I want to continue specializing in it.</p>
 +
<br>
 +
<br>
 +
<hr>
 +
 
 +
 
 +
 
 +
 
 +
</div>
 +
 
 +
 
 +
</div>
 +
<!--This div will close on the page.-->
 
</html>
 
</html>

Latest revision as of 20:39, 18 September 2015

Team:


Belén Carrasco

My name is Belen Carrasco, I'm 16 years old and I'm 11th grade in Emelina Urrutia school . In my free time I like reading, research and learn new things, I listen to rock music, and watch "Big Bang Theory " I consider myself as a trustworthy person , with personality and sometimes sociable. I am passionate about literature, theater , music and especially the science related to chemistry and biology. After high school, I want to study something related to biotechnology career, because in the short time I've been immersed in this world it has fascinated me all this area of science . I'm a Virgo.



Michelle Toro

Michelle Alejandra Toro Díaz I'm a 11th (eleventh) grade student at Emelina Urrutia School. I consider myself as a creative and optimistic person, I love the design, innovation and science. My experience in IGEM has been very enjoyable and satisfying , I have gained a lot of knowledge about synthetic biology and how it can be used in daily life; That's why I think IGEM is a great opportunity to develop myself as a person and a future scientific .




Sade Valdes

Sade Valdes For me, IGEM has been the first project which I have participated. It has made me grow as a person and realize that science is the issue that I’m most interested in and the path that I want to follow. I like to dance break-dance, skateboarding, and play basketball in my spare time, despite not having much. I like reading books and watching science fiction and horror movies.




Jacqueline Puebla

Hi, I'm the teacher of these science geniuses, I'm proud of them for having reached this stage and attend to the Jamboree in Boston. I tell you that over a year ago I'm the responsible to encourage and motivate my students to carry out their project. By profession, I am a biology and chemistry teacher, but only since the last year I internalized in genetically modified biological machines, for me it was amazing to see the significance that has synthetic biology and I want to continue specializing in it.