Difference between revisions of "Team:Ecuador"

(Undo revision 182749 by Tefiducky8 (talk))
Line 1: Line 1:
 
{{Ecuador}}
 
{{Ecuador}}
 
<html>
 
<html>
 
+
<style>
  <style>
+
 
     @import url('https://fonts.googleapis.com/css?family=Raleway');
 
     @import url('https://fonts.googleapis.com/css?family=Raleway');
      *{
+
    *{
          margin: 0px;
+
        margin: 0px;
          font-family: 'Raleway', sans-serif;
+
        font-family: 'Raleway', sans-serif;
      }
+
    }
    @keyframes slide-in {
+
  @keyframes slide-in {
      from {
+
    from {
        margin-left: -100%;
+
      margin-left: -100%;
        border-bottom-right-radius: 30px;
+
      border-bottom-right-radius: 30px;
        border-top-right-radius: 30px;
+
      border-top-right-radius: 30px;
      }
+
    }
  
      to {
+
    to {
        margin-left: 0%;
+
      margin-left: 0%;
        border-bottom-right-radius: 0;
+
      border-bottom-right-radius: 0;
        border-top-right-radius: 0px;
+
      border-top-right-radius: 0px;
      }
+
 
     }
 
     }
 +
  }
  
    @keyframes slide-in-menu {
+
  @keyframes slide-in-menu {
      from {
+
    from {
        margin-left: -120%;
+
      margin-left: -120%;
        border-bottom-right-radius: 30px;
+
      border-bottom-right-radius: 30px;
        border-top-right-radius: 30px;
+
      border-top-right-radius: 30px;
        opacity: 0.5;
+
      opacity: 0.5;
      }
+
    }
  
      to {
+
    to {
        margin-left: 0%;
+
      margin-left: 0%;
        border-bottom-right-radius: 0;
+
      border-bottom-right-radius: 0;
        border-top-right-radius: 0px;
+
      border-top-right-radius: 0px;
        opacity: 1;
+
      opacity: 1;
      }
+
 
     }
 
     }
 +
  }
  
    @keyframes fade-in {
+
  @keyframes fade-in {
      from {
+
    from {
        opacity: 0;
+
      opacity: 0;
      }
+
    }
  
      to {
+
    to {
        opacity: 1;
+
      opacity: 1;
      }
+
 
     }
 
     }
 +
  }
  
    @keyframes slide-in-oposite {
+
  @keyframes slide-in-oposite {
      from {
+
    from {
        margin-left: 100%;
+
      margin-left: 100%;
      }
+
    }
  
      to {
+
    to {
        margin-left: 0%;
+
      margin-left: 0%;
      }
+
 
     }
 
     }
 +
  }
  
    @keyframes slide-in-up {
+
  @keyframes slide-in-up {
      from {
+
    from {
        margin-top: 100%;
+
      margin-top: 100%;
      }
+
    }
  
      to {
+
    to {
        margin-left: 0%;
+
      margin-left: 0%;
      }
+
 
     }
 
     }
 +
  }
  
    @keyframes slide-in-up-oposite {
+
  @keyframes slide-in-up-oposite {
      from {
+
    from {
        margin-top: -100%;
+
      margin-top: -100%;
      }
+
    }
  
      to {
+
    to {
        margin-left: 0%;
+
      margin-left: 0%;
      }
+
    }
+
    .igem_2018_team_menu.displaying_menu {
+
      display: none;
+
 
     }
 
     }
 +
  }
 +
  .igem_2018_team_menu.displaying_menu {
 +
    display: none;
 +
  }
 
     .ecuador_menu {
 
     .ecuador_menu {
      font-size: 14px;
+
    font-size: 14px;
      width: 100%;
+
    width: 100%;
      height: 80px;
+
    height: 80px;
      position: fixed;
+
    position: fixed;
      left: 0px;
+
    left: 0px;
      top: 15px;
+
    top: 15px;
      background-color: #2471A3;
+
    background-color: #2471A3;
      animation-name: fade-in;
+
    animation-name: fade-in;
      animation-duration: 2s;
+
    animation-duration: 2s;
      -webkit-box-shadow: 0px 3px 11px 0px rgba(0,0,0,0.75);
+
    -webkit-box-shadow: 0px 3px 11px 0px rgba(0,0,0,0.75);
      -moz-box-shadow: 0px 3px 11px 0px rgba(0,0,0,0.75);
+
    -moz-box-shadow: 0px 3px 11px 0px rgba(0,0,0,0.75);
      box-shadow: 0px 3px 11px 0px rgba(0,0,0,0.75);
+
    box-shadow: 0px 3px 11px 0px rgba(0,0,0,0.75);
      display: flex;
+
    display: flex;
      z-index: 5;
+
    z-index: 5;
    }
+
  }
  
 
     .ecuador_home {
 
     .ecuador_home {
Line 123: Line 122:
  
 
     .menu_options_container {
 
     .menu_options_container {
      width: 79%;
+
    width: 79%;
      height: 50px;
+
    height: 50px;
      position: absolute;
+
    position: absolute;
      left: 19%;
+
    left: 19%;
      top: 15px;
+
    top: 15px;
      display: flex;
+
    display: flex;
      justify-content: center;
+
    justify-content: center;
    }
+
  }
  
    .menu_option {
+
  .menu_option {
      width: 14.28%;
+
    width: 14.28%;
      height: 100%;
+
    height: 100%;
      position: relative;
+
    position: relative;
      justify-content: center;
+
    justify-content: center;
      align-items: center;
+
    align-items: center;
      display: flex;
+
    display: flex;
      color: #FFFFFF;
+
    color: #FFFFFF;
      transition: 0.2s;
+
    transition: 0.2s;
      text-align: center;
+
    text-align: center;
    }
+
  }
  
 
     #project {
 
     #project {
      animation-name: slide-in-up-oposite;
+
    animation-name: slide-in-up-oposite;
      animation-duration: 0.5s;
+
    animation-duration: 0.5s;
      animation-delay: 0.5s;
+
    animation-delay: 0.5s;
      animation-fill-mode: backwards;
+
    animation-fill-mode: backwards;
      position: absolute;
+
    position: absolute;
      left: 0%;
+
    left: 0%;
      z-index: 9;
+
    z-index: 9;
    }
+
  }
  
    #people {
+
  #parts {
      animation-name: slide-in-up-oposite;
+
    animation-name: slide-in-up-oposite;
      animation-duration: 0.5s;
+
    animation-duration: 0.5s;
      animation-delay: 0.6s;
+
    animation-delay: 0.6s;
      animation-fill-mode: backwards;
+
    animation-fill-mode: backwards;
      position: absolute;
+
    position: absolute;
      left: 14.28%;
+
    left: 12.5%;
      z-index: 9;
+
    z-index: 9;
    }
+
  }
  
    #notebook {
+
  #human_practice {
      animation-name: slide-in-up-oposite;
+
    animation-name: slide-in-up-oposite;
      animation-duration: 0.5s;
+
    animation-duration: 0.5s;
      animation-delay: 0.7s;
+
    animation-delay: 0.7s;
      animation-fill-mode: backwards;
+
    animation-fill-mode: backwards;
      position: absolute;
+
    position: absolute;
      left: 28.56%;
+
    left: 25%;
      z-index: 9;
+
    z-index: 9;
    }
+
  }
  
    #human_practice {
+
  #safety {
      animation-name: slide-in-up-oposite;
+
    animation-name: slide-in-up-oposite;
      animation-duration: 0.5s;
+
    animation-duration: 0.5s;
      animation-delay: 0.8s;
+
    animation-delay: 0.8s;
      animation-fill-mode: backwards;
+
    animation-fill-mode: backwards;
      position: absolute;
+
    position: absolute;
      left: 42.84%;
+
    left: 37.5%;
      z-index: 9;
+
    z-index: 9;
    }
+
  }
  
    #parts {
+
  #interlab {
      animation-name: slide-in-up-oposite;
+
    animation-name: slide-in-up-oposite;
      animation-duration: 0.5s;
+
    animation-duration: 0.5s;
      animation-delay: 0.9s;
+
    animation-delay: 0.9s;
      animation-fill-mode: backwards;
+
    animation-fill-mode: backwards;
      position: absolute;
+
    position: absolute;
      left: 57.12%;
+
    left: 50%;
      z-index: 9;
+
    z-index: 9;
    }
+
  }
  
    #safety {
+
  #judging_forms {
      animation-name: slide-in-up-oposite;
+
    animation-name: slide-in-up-oposite;
      animation-duration: 0.5s;
+
    animation-duration: 0.5s;
      animation-delay: 1s;
+
    animation-delay: 1s;
      animation-fill-mode: backwards;
+
    animation-fill-mode: backwards;
      position: absolute;
+
    position: absolute;
      left: 71.40%;
+
    left: 62.5%;
      z-index: 9;
+
    z-index: 9;
    }
+
  }
  
    #interlab {
+
  #team {
      animation-name: slide-in-up-oposite;
+
    animation-name: slide-in-up-oposite;
      animation-duration: 0.5s;
+
    animation-duration: 0.5s;
      animation-delay: 1.1s;
+
    animation-delay: 1.1s;
      animation-fill-mode: backwards;
+
    animation-fill-mode: backwards;
      position: absolute;
+
    position: absolute;
      left: 85.68%;
+
    left: 75%;
      z-index: 9;
+
    z-index: 9;
     }
+
  }
 +
#atributions {
 +
    animation-name: slide-in-up-oposite;
 +
    animation-duration: 0.5s;
 +
    animation-delay: 1.2s;
 +
    animation-fill-mode: backwards;
 +
    position: absolute;
 +
    left: 87.5%;
 +
    z-index: 9;
 +
  }
 +
.ecuador_href_text {
 +
     width: 14.28% !important;
 +
    height: 100% !important;
 +
    position: relative !important;
 +
    justify-content: center !important;
 +
    align-items: center !important;
 +
    display: flex !important;
 +
    color: #FFFFFF !important;
 +
    transition: 0.2s !important;
 +
    text-align: center !important;
 +
    text-decoration: none !important;
 +
    font-weight: bold !important;
 +
  }
  
    .ecuador_href_text {
+
  .ecuador_href_sub_text {
      width: 14.28% !important;
+
    width: 100% !important;
      height: 100% !important;
+
     height: 40px !important;
      position: relative !important;
+
    position: relative !important;
      justify-content: center !important;
+
    text-align: left !important;
      align-items: center !important;
+
    text-indent: 20px !important;
      display: flex !important;
+
    display: flex !important;
      color: #FFFFFF !important;
+
    background-color: #000 !important;
      transition: 0.2s !important;
+
    margin: auto auto !important;
      text-align: center !important;
+
    align-items: center !important;
      text-decoration: none !important;
+
    transition: 0.2s !important;
      font-weight: bold !important;
+
    color: #D5DBDB !important;
     }
+
    text-decoration: none !important;
 
+
  }
    .ecuador_href_sub_text {
+
      width: 100% !important;
+
      height: 40px !important;
+
      position: relative !important;
+
      text-align: left !important;
+
      text-indent: 20px !important;
+
      display: flex !important;
+
      background-color: #000 !important;
+
      margin: auto auto !important;
+
      align-items: center !important;
+
      transition: 0.2s !important;
+
      color: #D5DBDB !important;
+
      text-decoration: none !important;
+
    }
+
  
 
     .menu_option:hover {
 
     .menu_option:hover {
      margin-top: 3px;
+
    margin-top: 3px;
      cursor: pointer;
+
    cursor: pointer;
    }
+
  }
  
    .menu_option:hover div.menu_sub_options_container{
+
  .menu_option:hover div.menu_sub_options_container{
      display: block;
+
    display: block;
    }
+
  }
  
    .menu_sub_options_container {
+
  .menu_sub_options_container {
      width: 90%;
+
    width: 100%;
      height: auto;
+
    height: auto;
      position: absolute;
+
    position: absolute;
      top: 50px;
+
    top: 50px;
      display: none;
+
    display: none;
    }
+
  }
  
 
     .sub_menu_option {
 
     .sub_menu_option {
      width: 100%;
+
    width: 100%;
      height: 40px;
+
    height: 40px;
      position: relative;
+
    position: relative;
      text-align: left;
+
    text-align: left;
      text-indent: 20px;
+
    text-indent: 20px;
      display: flex;
+
    display: flex;
      background-color: #000;
+
    background-color: #000;
      margin: auto auto;
+
    margin: auto auto;
      align-items: center;
+
    align-items: center;
      transition: 0.2s;
+
    transition: 0.2s;
      color: #D5DBDB;
+
    color: #D5DBDB;
    }
+
  }
  
    .sub_menu_option:hover {
+
  .sub_menu_option:hover {
      text-indent: 25px;
+
    text-indent: 15px;
      background-color: #2E86C1;
+
    background-color: #2E86C1;
    }
+
  }
  
 
     .ecuador_footer {
 
     .ecuador_footer {
Line 631: Line 638:
  
 
   </style>
 
   </style>
  <div class="ecuador_menu">
+
    <div class="ecuador_menu">
 
<a href="https://2018.igem.org/Team:Ecuador">
 
<a href="https://2018.igem.org/Team:Ecuador">
 
  <div class="ecuador_home">
 
  <div class="ecuador_home">
Line 639: Line 646:
 
<div class="menu_options_container">
 
<div class="menu_options_container">
 
  <div id="project" class="menu_option">
 
  <div id="project" class="menu_option">
 +
  <a class="ecuador_href_text" href="https://2018.igem.org/Team:Ecuador/Description">
 
PROJECT
 
PROJECT
 +
  </a>
 
<div class="menu_sub_options_container">
 
<div class="menu_sub_options_container">
 
  <a class="ecuador_href_sub_text" href="https://2018.igem.org/Team:Ecuador/Description">
 
  <a class="ecuador_href_sub_text" href="https://2018.igem.org/Team:Ecuador/Description">
 
<div class="sub_menu_option">
 
<div class="sub_menu_option">
  OVERVIEW
+
  DESCRIPTION
 
</div>
 
</div>
 
  </a>
 
  </a>
Line 661: Line 670:
 
</div>
 
</div>
 
  </a>
 
  </a>
</div>
+
<a class="ecuador_href_sub_text" href="https://2018.igem.org/Team:Ecuador/Experiments">
  </div>
+
  <div id="people" class="menu_option">
+
PEOPLE
+
<div class="menu_sub_options_container">
+
<a class="ecuador_href_sub_text" href="https://2018.igem.org/Team:Ecuador/Sponsiring">
+
<div class="sub_menu_option">
+
SPONSIRING
+
</div>
+
</a>
+
<a class="ecuador_href_sub_text" href="https://2018.igem.org/Team:Ecuador/Attributions">
+
  <div class="sub_menu_option">
+
ATTRIBUTIONS
+
  </div>
+
</a>
+
  <a class="ecuador_href_sub_text" href="https://2018.igem.org/Team:Ecuador/Team">
+
 
<div class="sub_menu_option">
 
<div class="sub_menu_option">
  TEAM
+
  EXPERIMENTS
 
</div>
 
</div>
 
  </a>
 
  </a>
 +
<a class="ecuador_href_sub_text" href="https://2018.igem.org/Team:Ecuador/Notebook">
 +
<div class="sub_menu_option">
 +
  NOTEBOOK
 +
</div>
 +
  </a>
 +
<a class="ecuador_href_sub_text" href="https://2018.igem.org/Team:Ecuador/Model">
 +
<div class="sub_menu_option">
 +
  MODELLING
 +
</div>
 +
  </a>
 +
<a class="ecuador_href_sub_text" href="https://2018.igem.org/Team:Ecuador/Results">
 +
<div class="sub_menu_option">
 +
  RESULTS
 +
</div>
 +
  </a>
 +
<a class="ecuador_href_sub_text" href="https://2018.igem.org/Team:Ecuador/Demonstrate">
 +
<div class="sub_menu_option">
 +
  DEMOSTRATE
 +
</div>
 +
  </a>
 +
<a class="ecuador_href_sub_text" href="https://2018.igem.org/Team:Ecuador/Improve">
 +
<div class="sub_menu_option">
 +
  IMPROVE
 +
</div>
 +
  </a>
 +
 
</div>
 
</div>
 
  </div>
 
  </div>
  <div id="notebook" class="menu_option">
+
  <div id="parts" class="menu_option">
  <a class="ecuador_href_text" href="https://2018.igem.org/Team:Ecuador/Notebook">
+
  <a class="ecuador_href_text" href="https://2018.igem.org/Team:Ecuador/Parts">
NOTEBOOK
+
PARTS
 
  </a>
 
  </a>
 
<div class="menu_sub_options_container">
 
<div class="menu_sub_options_container">
<a class="ecuador_href_sub_text" href="https://2018.igem.org/Team:Ecuador/Lab_book">
+
<a class="ecuador_href_sub_text" href="https://2018.igem.org/Team:Ecuador/Parts">
 
  <div class="sub_menu_option">
 
  <div class="sub_menu_option">
LAB BOOK
+
  PARTS OVERVIEW
 
  </div>
 
  </div>
 
</a>
 
</a>
<a class="ecuador_href_sub_text" href="https://2018.igem.org/Team:Ecuador/Protocols">
+
<a class="ecuador_href_sub_text" href="https://2018.igem.org/Team:Ecuador/Basic">
  <div class="sub_menu_option">
+
  <div class="sub_menu_option">
  PROTOCOLS
+
  BASIC PARTS
  </div>
+
  </div>
 +
</a>
 +
<a class="ecuador_href_sub_text" href="https://2018.igem.org/Team:Ecuador/Composite">
 +
  <div class="sub_menu_option">
 +
  COMPOSITE PARTS
 +
  </div>
 +
</a>
 +
<a class="ecuador_href_sub_text" href="https://2018.igem.org/Team:Ecuador/List">
 +
  <div class="sub_menu_option">
 +
  PARTS COLLECTION
 +
  </div>
 
</a>
 
</a>
 +
 +
 
</div>
 
</div>
 
  </div>
 
  </div>
  <div id="human_practice" class="menu_option">
+
<div id="human_practice" class="menu_option">
 
  <a class="ecuador_href_text" href="https://2018.igem.org/Team:Ecuador/Human_Practices">
 
  <a class="ecuador_href_text" href="https://2018.igem.org/Team:Ecuador/Human_Practices">
HUMAN PRACTICE
+
HUMAN PRACTICES
 
  </a>
 
  </a>
 
<div class="menu_sub_options_container">
 
<div class="menu_sub_options_container">
<a class="ecuador_href_sub_text" href="https://2018.igem.org/Team:Ecuador/Collaborations">
+
<a class="ecuador_href_sub_text" href="https://2018.igem.org/Team:Ecuador/Human_Practices">
 
  <div class="sub_menu_option">
 
  <div class="sub_menu_option">
COLLABORATIONS
+
HUMAN PRACTICES
 +
  </div>
 +
</a>
 +
<a class="ecuador_href_sub_text" href="https://2018.igem.org/Team:Ecuador/Public_Engagement">
 +
  <div class="sub_menu_option">
 +
PUBLIC ENGAGEMENT
 
  </div>
 
  </div>
 
</a>
 
</a>
 
</div>
 
</div>
 
  </div>
 
  </div>
  <div id="parts" class="menu_option">
+
<div id="safety" class="menu_option">
  <a class="ecuador_href_text" href="https://2018.igem.org/Team:Ecuador/Parts">
+
<a class="ecuador_href_text" href="https://2018.igem.org/Team:Ecuador/Safety">
PARTS
+
SAFETY
 +
</a>
 +
  </div>
 +
<div id="interlab" class="menu_option">
 +
<a class="ecuador_href_text" href="http://2018.iGEM.org/Team:Ecuador/Interlab">
 +
  INTERLAB
 +
</a>
 +
  </div>
 +
<div id="judging_forms" class="menu_option">
 +
<a class="ecuador_href_text" href="https://igem.org/2018_Judging_Form?id=2804">
 +
  JUDGING FORMS
 +
</a>
 +
  </div>
 +
 +
  <div id="team" class="menu_option">
 +
  <a class="ecuador_href_text" href="https://2018.igem.org/Team:Ecuador/Team">
 +
TEAM
 
  </a>
 
  </a>
 
<div class="menu_sub_options_container">
 
<div class="menu_sub_options_container">
<a class="ecuador_href_sub_text" href="https://2018.igem.org/Team:Ecuador/List">
+
<a class="ecuador_href_sub_text" href="https://2018.igem.org/Team:Ecuador/Team">
 +
<div class="sub_menu_option">
 +
TEAM MEMBERS
 +
</div>
 +
</a>
 +
<a class="ecuador_href_sub_text" href="https://2018.igem.org/Team:Ecuador/Collaborations">
 
  <div class="sub_menu_option">
 
  <div class="sub_menu_option">
  LIST
+
COLLABORATIONS
 
  </div>
 
  </div>
 
</a>
 
</a>
<a class="ecuador_href_sub_text" href="https://2018.igem.org/Team:Ecuador/Composite">
+
 
 +
</div>
 +
</div>
 +
 
 +
 +
<div id="atributions" class="menu_option">
 +
<a class="ecuador_href_text" href="https://2018.igem.org/Team:Ecuador/Attributions">
 +
  ATTRIBUTIONS
 +
  </a>
 +
<div class="menu_sub_options_container">
 +
<a class="ecuador_href_sub_text" href="https://2018.igem.org/Team:Ecuador/Attributions">
 
  <div class="sub_menu_option">
 
  <div class="sub_menu_option">
  COMPOSITE
+
ATRIBUTTIONS
 
  </div>
 
  </div>
 
</a>
 
</a>
<a class="ecuador_href_sub_text" href="https://2018.igem.org/Team:Ecuador/Basic">
+
<a class="ecuador_href_sub_text" href="https://2018.igem.org/Team:Ecuador/Sponsoring">
 
  <div class="sub_menu_option">
 
  <div class="sub_menu_option">
  BASIC
+
SPONSORING
 
  </div>
 
  </div>
 
</a>
 
</a>
</div>
+
</div>
  </div>
+
  </div>
  <div id="safety" class="menu_option">
+
  <a class="ecuador_href_text" href="https://2018.igem.org/Team:Ecuador/Safety">
+
SAFETY
+
</a>
+
  </div>
+
+
  <div id="interlab" class="menu_option">
+
<a class="ecuador_href_text" href="http://2018.iGEM.org/Team:Ecuador/Interlab">
+
  INTERLAB
+
</a>
+
  </div>
+
 
</div>
 
</div>
 
  </div>
 
  </div>

Revision as of 18:35, 30 September 2018

What is C-lastin?
Know our idea
About our project
In this project a new biomaterial based on the cross-linking of bacterial cellulose (bacterial celluose, BC) and elastin-like polypeptides (Elastin like polypeptides, ELP) will be developed, for use in biomedical applications. The cross-linking of both materials will be carried out with synthetic biology techniques using the Escherichia coli bacterium as the expression system of the new biomaterial, and as a mediator of the cross-linking to two protein modules of the carbohydrate binding domain (carbohydrate binding domain, CBD) specific for cellulose and one module of bone morphogenic protein 2 (BMP-2).

Bacterial cellulose will be used as a bandage matrix, due its biocompatibility in vivo with the body, moreover its ability to provide an optimal three-dimensional substrate for cell attachment and a microfibrillar structure that provides flexibility, and its high retention capacity of water and gas exchange, which allow it to obtain rapid rates of epithelization and tissue regeneration. CBDs are modules of proteins found in carbohydrate enzymes whose function is to bind to cellulose carbohydrate, allowing the ELP protein to give greater flexibility to the bandage, while the BMP2 protein, which is an inducer of cell differentiation in osteoblasts, will be responsible for reducing the recovery time of the bones.

To achieve the objective, the expression of the cellulose and the fusion protein in two bacteria will be carried out separately. For the synthesis of bacterial cellulose, an E. coli expression system will be used; introducing two plasmids: psb1C3 responsible for cellulose synthesis and psb1A3 responsible for the synthesis of the export system and overproduction. For the production of the fusion protein, plasmid psb1C3 will be used, which will contain the genes for the proteins CBD, ELP and BMP2