Difference between revisions of "Team:USP-EEL-Brazil/Team"

 
(98 intermediate revisions by 5 users not shown)
Line 2: Line 2:
  
 
<html>
 
<html>
<head>
+
<head><style>
<style>
+
.flip3D{
 +
            width:315px; height:315px; margin:10px; float:center; margin: auto; margin-top: 10px; margin-bottom: 100px;
 +
            border-weight: 10px;
 +
            cursor: pointer;
  
/* Boxes */
+
        }
 +
        .flip3D > .front{
 +
           
 +
            border-radius: 5px;
 +
            border-color: #5e87ff;
 +
            background: rgba(0,0,0,0.0);
 +
            border-style: solid;
 +
            position:absolute;
 +
            -webkit-transform: perspective( 600px ) rotateY( 0deg );
 +
                    transform: perspective( 600px ) rotateY( 0deg );
 +
            width:275px; height:350px;
 +
            backface-visibility: hidden;
 +
            -webkit-backface-visibility: hidden;
 +
            -webkit-transition:-webkit-transform .5s linear 0s;
 +
            transition:-webkit-transform .5s linear 0s;
 +
            transition:transform .5s linear 0s;
 +
            transition: transform .5s linear 0s, -webkit-transform .5s linear 0s;
 +
            box-shadow: 0 15px 50px rgba(0,0,0,0.0);
 +
            float: center;
 +
        }
 +
        .flip3D > .back{
 +
            overflow: hidden;
 +
            margin-bottom: 0px;
 +
            margin-top: 0px;
 +
            border-radius: 5px;
 +
            border-color: #00274c;
 +
            background: rgba(0,0,0,0.0);
 +
            border-style: solid;
 +
            position:absolute;
 +
            -webkit-transform: perspective( 700px ) rotateY( 180deg );
 +
                    transform: perspective( 700px ) rotateY( 180deg );
 +
            width:275px; height:350px;
 +
            backface-visibility: hidden;
 +
            -webkit-backface-visibility: hidden;
 +
            -webkit-transition:-webkit-transform .5s linear 0s;
 +
            transition:-webkit-transform .5s linear 0s;
 +
            transition:transform .5s linear 0s;
 +
            transition: transform .5s linear 0s, -webkit-transform .5s linear 0s;
 +
            box-shadow: 0 15px 50px rgba(0,0,0,0.0);
 +
        }
 +
        .flip3D:hover > .front{
 +
            -webkit-transform: perspective( 700px ) rotateY( -180deg );
 +
                    transform: perspective( 700px ) rotateY( -180deg );
 +
        }
 +
        .flip3D:hover > .back{
 +
            -webkit-transform: perspective( 700px ) rotateY( 0deg );
 +
                    transform: perspective( 700px ) rotateY( 0deg );
 +
        }
 +
.vertical-center {
 +
            position: relative;
 +
            top: 50%;
 +
            -webkit-transform: translateY(-50%);
 +
                    transform: translateY(-50%);
 +
        }
 +
  img.board-img {
 +
height: 300px;
 +
width: 240px;
 +
border-radius: 5px;
 +
  }
  
#all {
+
         
    margin-bottom: 10%;
+
          p.teamText{
 +
      font-family: 'Comfortaa', cursive !important;
 +
            font-weight: bold;
 +
      font-size: 12px;
 +
            margin-left: 10px;
 +
            margin-bottom: 0px;
 +
  }
  
 +
#doubleSpace {
 +
line-height: 30px;
 +
}
  
 +
  ul.teamTextList{
 +
            font-family: 'Comfortaa', cursive !important;
 +
      font-size: 11px;
 +
            margin-top: 0px;
 +
            padding-top: 0px;
 +
  }
 +
          p.desc{
 +
        font-family: 'Comfortaa', cursive !important;
 +
        font-size: 11px !important;
 +
        margin-left: 10px;
 +
        margin-right: 10px;
 +
      }
 +
          h3.name-tag {
 +
        font-family: 'Comfortaa', cursive !important;
 +
        font-size: 15px;
 +
        margin-top: 0px;
 +
        font-weight: bold;
 +
        margin-left: 10px;
 +
        margin-right: 10px;
 +
      }
 +
         
 +
h5, h4,h6{
 +
text-align:center;
 
}
 
}
 
#wikicontent div.box-right {
 
    width: 35%;
 
    background: #FFFFFF;
 
    margin: 0px 10% 20px 10px;
 
    padding: 10px 10px 0px;
 
    clear: right;
 
    float: right;
 
    border-style: double; border-width: 10px; border-color: lightblue; "
 
}
 
 
 
#wikicontent div.box-left {
 
    width: 35%;
 
    background: #FFFFFF;
 
    margin: 0px 10px 20px 10%;
 
    padding: 10px 10px 0px;
 
    clear: left;
 
    float: left;
 
    border-style: double; border-width: 10px; border-color: darkblue;
 
}
 
 
 
 
 
 
#wikicontent div.team div, div#wikicontent div.team a img {
 
    float: right;
 
    position: relative;
 
    margin: 0 0 10px 10px;
 
 
}
 
 
 
 
#wikicontent div.team div.portrait {
 
    width: 200px;
 
    height: 356px;
 
}
 
 
 
 
#wikicontent div.team div.landscape {
 
    width: 300px;
 
    height: 169px;
 
}
 
 
#wikicontent div.team div img {
 
    position: absolute;
 
    top: 0;
 
    left: 0;
 
}
 
 
 
 
 
 
#wikicontent div.box-definition {
 
    width: 320px;
 
    background: #ded6ca;
 
    margin: 0 0 1em 1em;
 
    padding: 10px 10px 0px;
 
    clear: right;
 
    float: right;
 
    font-size: 12px;
 
    line-height: 18px;
 
}
 
 
 
 
#wikicontent div.box-definition p {
 
    margin-bottom: 10px;
 
}
 
 
#wikicontent div.box-center {
 
    background: #ded6ca;
 
    margin-bottom: 20px;
 
    padding: 10px;
 
    clear: both;
 
}
 
 
#wikicontent div.team h4 {
 
    margin-top: 0px;
 
}
 
 
#wikicontent div.quote {
 
    margin: 1em 1.5em;
 
    padding: 0.5em 0.7em;
 
    background: #ded6ca;
 
}
 
 
 
h2{
 
    margin-left: 10%;
 
}
 
 
 
  
 
</style>
 
</style>
 +
                                                          </head>
 +
                                                         
 +
 
  
</head>
+
                                                            <body>
<body>
+
<div id="all">
+
<div id="wikicontent-container" >
+
<div id="wikicontent">
+
<div id="teamfield">
+
 
+
<h2>Time Igem-EEL-Brazil - 2018</h2>
+
<p>Somos o segundo time da Escola de Engenharia de Lorena a participar do Igem.</p>
+
<p>Gostariamos de agradecer ao time <a href="https://2016.igem.org/Team:USP-EEL-Brazil" target="_blank">USP-EEL-Brazil</a> que abriu caminho e mostrou que é possível realizar biologia sintética em Lorena.</p>
+
<p>Também gostariamos de agradecer ao <a href="https://www.facebook.com/CBSin.EEL/" target="_blank">Clube de Biologia Sintética</a> por nos ensinar o básico sobre o assunto para podermos criarmos nosso projeto e por nos apoiar nos momentos difíceis</p>
+
 
+
<h2> Student Members </h2>
+
  
  
<div style="display: flex; flex-wrap: wrap;">
 
  
<div class="box-left team">
+
    <div class="margin">
<h4> 1 Camila </h4>
+
            <h4>We are the Team USP-EEL-Brazil!</h4>
<p><div class="portrait"><img class="top" src="https://static.igem.org/mediawiki/2018/b/b7/T--USP-EEL-Brazil--camila.jpg" width="200px" /></div>
+
 
<b>Codename:</b><br />
+
      <div class="row" style="margin-left:90px;" >
<p>Master of QuikChange
+
                                                                              <div class="col-xs-6 col-sm-6 col-md-6 top-buffer" style="text-align:justify; margin-right:0px;">
</p><p><b>Field of Study:</b><br/>
+
</br>
Molecular Biotechnology
+
</br>
</p><p><b>Semester:</b><br />
+
<p style=" margin-bottom: 20px; text-align: justify;    text-indent: 5%; ">We are one of the few Brazilian teams attending on iGEM and it's the second time we represent the Engineering School of Lorena from the University of São Paulo (USP-EEL) on this competition.
Bachelor 4th Semester
+
<p style=" margin-bottom: 20px; text-align: justify;    text-indent: 5%; ">When we were designing our team’s logo, we wanted to make it in a way to honor where we come from. For that, we decided use our School’s mascot: the mammoth.
 +
<p style=" margin-bottom: 20px; text-align: justify;    text-indent: 5%; ">Now, EEL´s mammoth will be in Boston with us, showing to the world, as our battle cry says: “Who is Lorena!”
 +
<p style=" margin-bottom: 20px; text-align: justify;    text-indent: 5%; ">Also, since in our project this year we focused on the reality in Brazil, we represented that in our project's logo.</p>
 
</p>
 
</p>
<p>What kind of character do you need to get a “master” grade in the 4th bachelor's semester? Due to his amount of perfect processed Quikchanges, with his diligence and inexorable endurance, Andi really deserved his codename as “Master of Quickchange”. For advancing our project in different fields, including establishing and maintaining the contact between different iGEM Teams, Andi is one of our connecting persons who travelled for example through four cities within 3 days. Next to this, Andi is a very cooperative, high flying and humorous character. In the end of our project his power was mainly invested in the preparation, execution and planning of the Educational-Kits and performing the experiment to prove the existence of cut-off membrane constructs. 
+
                                                                              </div>
</p>
+
                                                                              <div class="col-xs-6 col-sm-6 col-md-6 top-buffer" style="text-align:justify;margin-right:0px;">
</div>
+
<!-- #######################-->
+
  
  
<div class="box-right team" >
+
<center></br><img src="https://static.igem.org/mediawiki/2018/3/3c/T--USP-EEL-Brazil--MAMUTE.jpg" width=70%></center>
<h4> 2 Cibele </h4>
+
<p style=" margin-bottom: 50px; text-align: justify;    text-indent: 5%; ">
<p><div class="portrait"><img class="top" src="https://static.igem.org/mediawiki/2018/b/b7/T--USP-EEL-Brazil--camila.jpg" width="200px"/></div>
+
<b>Codename:</b><br />
+
<p>Master of QuikChange
+
</p><p><b>Field of Study:</b><br/>
+
Molecular Biotechnology
+
 
+
 
</p>
 
</p>
<p>What kind of character do you need to get a “master” grade in the 4th bachelor's semester? Due to his amount of perfect processed Quikchanges, with his diligence and inexorable endurance, Andi really deserved his codename as “Master of Quickchange”. For advancing our project i
+
</div></div></div> 
</p>
+
<center>
</div>
+
<img src="https://static.igem.org/mediawiki/2018/3/36/T--USP-EEL-Brazil--LACQUASElogo.jpg" width=40% >
 +
</center>
 +
            <br>                                                                      
  
<div class="box-left team" >
+
      <div class="top-buffer container-fluid">
<h4> 3 Fernando </h4>
+
        <div class="col-xs-1"></div>
<p><div class="portrait"><img class="top" src="https://static.igem.org/mediawiki/2013/3/31/TUM13_andi.gif" /></div>
+
        <div class="col-xs-10">
<b>Codename:</b><br />
+
                        <p>
<p>Master of QuikChange
+
            <h5 >Meet the LACQUASE team</h5>
</p><p><b>Field of Study:</b><br/>
+
            </p>
Molecular Biotechnology
+
            <div class="row" style=""></div>
</p><p><b>Semester:</b><br />
+
                      <div class="col-xs-12 col-sm-6 col-md-4 top-buffer">
Bachelor 4th Semester
+
              <div class="flip3D" >
</p>
+
                  <div class="back">
<p>What kind of character do you need to get a “master” grade in the 4th bachelor's semester? Due to his amount of perfect processed Quikchanges, with his diligence and inexorable endurance, Andi really deserved his codename as “Master of Quickchange”. For advancing our project in different fields, including establishing and maintaining the contact between different iGEM Teams, Andi is one of our connecting persons who travelled for example through four cities within 3 days. Next to this, Andi is a very cooperative, high flying and humorous character. In the end of our project his power was mainly invested in the preparation, execution and planning of the Educational-Kits and performing the experiment to prove the existence of cut-off membrane constructs.
+
                    <center><h3 class="name-tag"><a href="https://www.linkedin.com/in/cibele-zolnier-s-do-nascimento-188a6a158" style="color:black">Cibele Zolnier Sousa do Nascimento</a></h3> </center>
</p>
+
                    <p class="desc">I'm a undergraduate student in Biochemical Engineering at USP Lorena. What else can I tell you about me? Well, let's start by saying that I've always dreamed of becoming a scientist. When I got in USP, I met the Synthetic Biology Club (CBSin) and there I found a new passion on SynBio and a goal in attending to iGEM. I'm super excited that this dream is becoming true for me and the whole team. We are enjoying it the best we can! </p>
 +
                    <p class="teamText">Attributions:</p>
 +
                    <ul class="teamTextList">
 +
                        <li>Team Leader</li>
 +
                        <li>LabWork </li>
 +
                        <li>Human Practices </li>
 +
                    </ul>
 +
                  </div>
 +
                  <div class="front">
 +
                    <img class="center-block vertical-center board-img" src="https://static.igem.org/mediawiki/2018/8/86/T--USP-EEL-Brazil--cibele.jpg">
 +
                  </div>
 +
              </div>
 +
            </div>
 +
            <div class="col-xs-12 col-sm-6 col-md-4 top-buffer">
 +
              <div class="flip3D" >
 +
                  <div class="back">
 +
<center><h3 class="name-tag"><a href="https://www.linkedin.com/in/fernando-satoshi-tutihashi-756486139" style="color:black">Fernando Satoshi Tutihashi</a></h3> </center>
 +
                    <p class="desc">My name is Fernando, a Biochemical Engineering student. I love to understand nature and how things work. Since I was a kid I used to simulate scientific experiments or build toys and I studied to do these, making some hypotheses to describe and understand phenomena, like a scientist.  It was my dream and now it has come true!! My other dream is to be a teacher and I hope to be able to contribute to the development of humanity.</p>
 +
                    <p class="teamText">Attributions:</p>
 +
                    <ul class="teamTextList">
 +
                        <li>LabWork Expert</li>
 +
                        <li>Human Practices</li>
 +
                       
 +
                    </ul>
 +
                  </div>
 +
                  <div class="front">
 +
                    <img class="center-block vertical-center board-img" src="https://static.igem.org/mediawiki/2018/c/c4/T--USP-EEL-Brazil--fernando.jpg">
 +
                  </div>
 +
              </div>
 +
            </div>
 +
            <div class="col-xs-12 col-sm-6 col-md-4 top-buffer">
 +
              <div class="flip3D" >
 +
                  <div class="back">
 +
                      <center><h3 class="name-tag"><a href="https://www.linkedin.com/in/paulo-pereira-91833515b/" style="color:black">Paulo Pereira Sforsin</a></h3> </center>
 +
                    <p class="desc">I'm 20 years old and my relantionship with sinthetic biology came from the high school.
 +
Participate in IGEM I'll realize one of my dreams and I'm so happy about this. Represent my country and my university at iGEM it's important because it shows that my team, my university, and my country can do science in a good way.
 +
Take a look on our wiki and think about the water you're drinking. :) </p>
 +
                    <p class="teamText">Attributions:</p>
 +
                    <ul class="teamTextList">
 +
                        <li>LabWork</li>
 +
                        <li>Human Practices</li>
 +
                       
 +
                    </ul>
 +
                  </div>
 +
                  <div class="front">
 +
                    <img class="center-block vertical-center board-img" src="https://static.igem.org/mediawiki/2018/0/0b/T--USP-EEL-Brazil--paulinho.jpg">
 +
                  </div>
 +
              </div>
 +
            </div>
 +
            <div class="col-xs-12 col-sm-6 col-md-4 top-buffer">
 +
              <div class="flip3D" >
 +
                  <div class="back">
 +
                      <center><h3 class="name-tag"><a href="https://www.linkedin.com/in/taise-schraier-de-quadros-8584b6130/" style="color:black">Taise Schraier de Quadros</a></h3> </center>
 +
                    <p class="desc">Halo! My name is Taise, and I am a Biochemical Engineering undergraduate student. I’m really excited about innovation and awesome ideas that can change the world, and I really feel this in biotechnology! Fascinates me the infinite possibilities that synthetic biology opens to solve daily simple problems, or even the big problems. I admire young scientists that are exploring synthetic biology, and I want to be part of this revolution as well! </p>
 +
                    <p class="teamText">Attributions:</p>
 +
                    <ul class="teamTextList">
 +
                        <li>Wiki Desing</li>
 +
<li>Human Practices</li>
 +
                    </ul>
 +
                  </div>
 +
                  <div class="front">
 +
                    <img class="center-block vertical-center board-img" src="https://static.igem.org/mediawiki/2018/4/4c/T--USP-EEL-Brazil--taise.jpg">
 +
                  </div>
 +
              </div>
 +
            </div>
 +
            <div class="col-xs-12 col-sm-6 col-md-4 top-buffer">
 +
              <div class="flip3D" >
 +
                  <div class="back">
 +
                      <center><h3 class="name-tag"><a href="https://br.linkedin.com/in/pedrohmalmeida" style="color:black">Pedro Henrique Martins de Almeida</a></h3> </center>
 +
                    <p class="desc">My name is Pedro (Ped for my canadian friends) I am a student at USP coursing Bioquemistry Engeniring. I am amazed by the posibilities that DNA modifications can bring to a speciment. For me the machines are overglorified when compared to the living beings that habitat this planet.</p>
 +
                    <p class="teamText">Attributions:</p>
 +
                    <ul class="teamTextList">
 +
                        <li>Wiki Master Developer</li>
 +
                        <li>Human Practices</li>
 +
                       
 +
                    </ul>
 +
                  </div>
 +
                  <div class="front">
 +
                    <img class="center-block vertical-center board-img" src="https://static.igem.org/mediawiki/2018/6/67/T--USP-EEL-Brazil--pedrinho2.jpg">
 +
                  </div>
 +
              </div>
 +
            </div>
 +
            <div class="col-xs-12 col-sm-6 col-md-4 top-buffer">
 +
              <div class="flip3D" >
 +
                  <div class="back">
 +
                      <center><h3 class="name-tag"><a href="https://www.linkedin.com/in/gustavo-jorge-paulo-aa4377172/" style="color:black">Gustavo Jorge Paulo</a></h3> </center>
 +
                    <p class="desc">Hi guys how are you doing? My name is Gustavo, I am a biochemical engineering student. I like to spend my free time learning new languages. I am a former member from the NGOs: CISV and AIESEC. I saw in iGEM an opportunity to reconcile two things that I love: nature science and social development, I was very delighted with the project and it is been a pleasure to participate in it and to belong to this wonderful team.</p>
 +
                    <p class="teamText">Attributions:</p>
 +
                    <ul class="teamTextList">
 +
                        <li>Human Practices</li>
 +
<li>Wiki text</li>
 +
                    </ul>
 +
                  </div>
 +
                  <div class="front">
 +
                    <img class="center-block vertical-center board-img" src="https://static.igem.org/mediawiki/2018/e/e0/T--USP-EEL-Brazil--gustavo.jpg">
 +
                  </div>
 +
              </div>
 +
            </div>
 +
            <div class="col-xs-12 col-sm-6 col-md-4 top-buffer">
 +
              <div class="flip3D" >
 +
<div class="back">
 +
            <center><h3 class="name-tag"><a href="https://www.linkedin.com/in/jack-li-jun-qian-84a992149" style="color:black">Li Jun Qian Jack</a></h3> </center>
 +
                    <p class="desc">My name is Li Jun Qian Jack, but people used to call me Jack; I'm studying engineering at USP, i'm descendant of chineses, but i consider myself Brazilian. I love to learn languages, know differents cultures and people. One day i hope to overcome my turtle trama, yeah...maybe i can explain it to you...</p>
 +
                    <p class="teamText">Attributions:</p>
 +
                    <ul class="teamTextList">
 +
                        <li>Human Practices</li>
 +
<li>Wiki text</li>
 +
                    </ul>
 +
                  </div>
 +
                  <div class="front">
 +
                    <img class="center-block vertical-center board-img" src="https://static.igem.org/mediawiki/2018/2/2e/T--USP-EEL-Brazil--jack.jpg">
 +
                  </div>
 +
              </div>
 +
            </div>
 +
            <div class="col-xs-12 col-sm-6 col-md-4 top-buffer">
 +
              <div class="flip3D" >
 +
                  <div class="back">
 +
                      <center><h3 class="name-tag"><a href="https://www.linkedin.com/in/marcus-vinicius-freitas-nascimento-552832162/" style="color:black">Marcus Vinicius Freitas Nascimento</a></h3> </center>
 +
                    <p class="desc">Hello crazy people, I'm Marcus, a musician, and a biochemical engineering student! I always loved to build new things and learn about science stuff. In high school, I was introduced to biotechnology and how science can save lives. Since that, my biggest dream is that people can have a decent education and a chance to do good things with their knowledge like I try to do. As John Dewey would say: “Education is not the preparation for life, education is life itself”.</p>
 +
                    <p class="teamText">Attributions:</p>
 +
                    <ul class="teamTextList">
 +
                              <li>Human Practices</li>
 +
<li>Wiki text</li>
 +
                    </ul>
 +
                  </div>
 +
                  <div class="front">
 +
                    <img class="center-block vertical-center board-img" src="https://static.igem.org/mediawiki/2018/4/45/T--USP-EEL-Brazil--marcus.jpg">
 +
                  </div>
 +
              </div>
 +
            </div>
 +
            <div class="col-xs-12 col-sm-6 col-md-4 top-buffer">
 +
              <div class="flip3D" >
 +
                  <div class="back">
 +
                      <center><h3 class="name-tag"><a href="https://www.linkedin.com/in/camila-carvalho-5a1ab716a" style="color:black">Camila Lima de Souza Carvalho</a></h3> </center>
 +
                    <p class="desc">Hey! I'm Camila, a biochemical engineering student! I've always loved biochemistry even when I did not know what was biology or chemistry. This curiosity had always pushed me up. Some years later, I'm still the young girl trying to figure out how things work and how can I make it better. My best wish is to help people find what they love and inspire them to go on for it!</p>
 +
                    <p class="teamText">Attributions:</p>
 +
                    <ul class="teamTextList">
 +
                        <li>Model Master</li>
 +
                        <li>Human Practices</li>
 +
                                            </ul>
 +
                  </div>
 +
                  <div class="front">
 +
                    <img class="center-block vertical-center board-img" src="https://static.igem.org/mediawiki/2018/b/b7/T--USP-EEL-Brazil--camila.jpg">
 +
                  </div>
 +
              </div>
 +
            </div>
 +
</div>
 
</div>
 
</div>
<!-- #######################-->
 
 
 
<div class="box-right team">
 
<h4> 4 Gustavo</h4>
 
<p><div class="portrait"><img class="top" src="https://static.igem.org/mediawiki/2013/3/31/TUM13_andi.gif" /></div>
 
<b>Codename:</b><br />
 
<p>Master of QuikChange
 
</p><p><b>Field of Study:</b><br/>
 
Molecular Biotechnology
 
</p><p><b>Semester:</b><br />
 
Bachelor 4th Semester
 
</p>
 
<p>What kind of character do you need to get a “master” grade in the 4th bachelor's semester? Due to his amount of perfect processed Quikchanges, with his diligence and inexorable endurance, Andi really deserved his codename as “Master of Quickchange”. For advancing our project in different fields, including establishing and maintaining the contact between different iGEM Teams, Andi is one of our connecting persons who travelled for example through four cities within 3 days. Next to this, Andi is a very cooperative, high flying and humorous character. In the end of our project his power was mainly invested in the preparation, execution and planning of the Educational-Kits and performing the experiment to prove the existence of cut-off membrane constructs. 
 
</p>
 
 
</div>
 
</div>
 
 
<div class="box-left team">
 
<h4> 5 Jack </h4>
 
<p><div class="portrait"><img class="top" src="https://static.igem.org/mediawiki/2013/3/31/TUM13_andi.gif" /></div>
 
<b>Codename:</b><br />
 
<p>Master of QuikChange
 
</p><p><b>Field of Study:</b><br/>
 
Molecular Biotechnology
 
</p><p><b>Semester:</b><br />
 
Bachelor 4th Semester
 
</p>
 
<p>What kind of character do you need to get a “master” grade in the 4th bachelor's semester? Due to his amount of perfect processed Quikchanges, with his diligence and inexorable endurance, Andi really deserved his codename as “Master of Quickchange”. For advancing our project in different fields, including establishing and maintaining the contact between different iGEM Teams, Andi is one of our connecting persons who travelled for example through four cities within 3 days. Next to this, Andi is a very cooperative, high flying and humorous character. In the end of our project his power was mainly invested in the preparation, execution and planning of the Educational-Kits and performing the experiment to prove the existence of cut-off membrane constructs. 
 
</p>
 
 
</div>
 
</div>
<!-- #######################-->
+
          <!--#######################################################-->
 +
         
  
  
<div class="box-right team" >
 
<h4> 6 Paulo</h4>
 
<p><div class="portrait"><img class="top" src="https://static.igem.org/mediawiki/2013/3/31/TUM13_andi.gif" /></div>
 
<b>Codename:</b><br />
 
<p>Master of QuikChange
 
</p><p><b>Field of Study:</b><br/>
 
Molecular Biotechnology
 
</p><p><b>Semester:</b><br />
 
Bachelor 4th Semester
 
</p>
 
<p>What kind of character do you need to get a “master” grade in the 4th bachelor's semester? Due to his amount of perfect processed Quikchanges, with his diligence and inexorable endurance, Andi really deserved his codename as “Master of Quickchange”. For advancing our project in different fields, including establishing and maintaining the contact between different iGEM Teams, Andi is one of our connecting persons who travelled for example through four cities within 3 days. Next to this, Andi is a very cooperative, high flying and humorous character. In the end of our project his power was mainly invested in the preparation, execution and planning of the Educational-Kits and performing the experiment to prove the existence of cut-off membrane constructs. 
 
</p>
 
</div>
 
  
<div class="box-left team" >
+
      <div class="top-buffer container-fluid">
<h4> 7  Pedro  </h4>
+
        <div class="col-xs-1"></div>
<p><div class="portrait"><img class="top" src="https://static.igem.org/mediawiki/2013/3/31/TUM13_andi.gif" /></div>
+
        <div class="col-xs-10">
<b>Codename:</b><br />
+
            <br>
<p>Master of QuikChange
+
</p><p><b>Field of Study:</b><br/>
+
Molecular Biotechnology
+
</p><p><b>Semester:</b><br />
+
Bachelor 4th Semester
+
</p>
+
<p>What kind of character do you need to get a “master” grade in the 4th bachelor's semester? Due to his amount of perfect processed Quikchanges, with his diligence and inexorable endurance, Andi really deserved his codename as “Master of Quickchange”. For advancing our project in different fields, including establishing and maintaining the contact between different iGEM Teams, Andi is one of our connecting persons who travelled for example through four cities within 3 days. Next to this, Andi is a very cooperative, high flying and humorous character. In the end of our project his power was mainly invested in the preparation, execution and planning of the Educational-Kits and performing the experiment to prove the existence of cut-off membrane constructs. 
+
</p>
+
</div>
+
  
  
<div class="box-right team" >
+
            <br>
<h4>  8 Marcus  </h4>
+
<h5>Meet the PIs</h5>
<p><div class="portrait"><img class="top" src="https://static.igem.org/mediawiki/2013/3/31/TUM13_andi.gif" /></div>
+
         
<b>Codename:</b><br />
+
<p>Master of QuikChange
+
</p><p><b>Field of Study:</b><br/>
+
Molecular Biotechnology
+
</p><p><b>Semester:</b><br />
+
Bachelor 4th Semester
+
</p>
+
<p>What kind of character do you need to get a “master” grade in the 4th bachelor's semester? Due to his amount of perfect processed Quikchanges, with his diligence and inexorable endurance, Andi really deserved his codename as “Master of Quickchange”. For advancing our project in different fields, including establishing and maintaining the contact between different iGEM Teams, Andi is one of our connecting persons who travelled for example through four cities within 3 days. Next to this, Andi is a very cooperative, high flying and humorous character. In the end of our project his power was mainly invested in the preparation, execution and planning of the Educational-Kits and performing the experiment to prove the existence of cut-off membrane constructs. 
+
</p>
+
</div>
+
  
 +
     
  
<div class="box-left team" >
+
            <br>
<h4> 9  Taise </h4>
+
            <br>
<p><div class="portrait"><img class="top" src="https://static.igem.org/mediawiki/2013/3/31/TUM13_andi.gif" /></div>
+
            <div class="col-xs-12 col-sm-6 col-md-4 top-buffer">
<b>Codename:</b><br />
+
              <div class="flip3D" >
<p>Master of QuikChange
+
                  <div class="back">
</p><p><b>Field of Study:</b><br/>
+
                    <center> <h3 class="name-tag">Fernando Segato</h3></center>
Molecular Biotechnology
+
                    <p class="desc">Has experience in Genetics, with emphasis on Molecular Genetics and Microorganisms, working mainly on the following topics: filamentous fungi, differential expression, heterologous expression, interfering RNA, drug resistance, enzyme prospection and characterization, degradation of lignocellulosic materials, proteome and transcritoma of thermophilic organisms.</p>
</p><p><b>Semester:</b><br />
+
                    <p class="teamText">Attributions:</p>
Bachelor 4th Semester
+
                    <ul class="teamTextList">
</p>
+
                        <li>General Support</li>
<p>What kind of character do you need to get a “master” grade in the 4th bachelor's semester? Due to his amount of perfect processed Quikchanges, with his diligence and inexorable endurance, Andi really deserved his codename as “Master of Quickchange”. For advancing our project in different fields, including establishing and maintaining the contact between different iGEM Teams, Andi is one of our connecting persons who travelled for example through four cities within 3 days. Next to this, Andi is a very cooperative, high flying and humorous character. In the end of our project his power was mainly invested in the preparation, execution and planning of the Educational-Kits and performing the experiment to prove the existence of cut-off membrane constructs.
+
                    </ul>
</p>
+
                  </div>
 +
                  <div class="front">
 +
                    <img class="center-block vertical-center board-img" src="https://static.igem.org/mediawiki/2018/6/6d/T--USP-EEL-Brazil--segatopngpng.jpg">
 +
                  </div>
 +
              </div>
 +
            </div>
 +
            <div class="col-xs-12 col-sm-6 col-md-4 top-buffer">
 +
              <div class="flip3D" >
 +
                  <div class="back">
 +
                    <center> <h3 class="name-tag">Andre Ferraz</h3></center>
 +
                    <p class="desc">Full Professor, Lorena School of Engineering, University of São Paulo (2017). Bachelor in Chemistry (1987) and PhD in Sciences (Organic Chemistry) from the State University of Campinas (1991). Post-doctorate in the area of ​​Chemistry of Madeira at the University of Concepción, Chile (1996).</p>
 +
                    <p class="teamText">Attributions:</p>
 +
                    <ul class="teamTextList">
 +
                        <li>General Support</li>
 +
                    </ul>
 +
                  </div>
 +
                  <div class="front">
 +
                    <img class="center-block vertical-center board-img" src="https://static.igem.org/mediawiki/2018/5/53/T--USP-EEL-Brazil--Ferraz.jpeg">
 +
                  </div>
 +
              </div>
 +
            </div>
 +
            <div class="col-xs-12 col-sm-6 col-md-4 top-buffer">
 +
              <div class="flip3D" >
 +
                  <div class="back">
 +
                    <center> <h3 class="name-tag">Felix Monteiro Pereira</h3></center>
 +
                    <p class="desc"> Professor at the School of Engineering of Lorena, University of São Paulo (USP). BSc in Industrial Chemical Engineering (USP, 1998), PhD in Industrial Biotechnology (USP, 2008) and Post-Doctorate in the area of Processes Modeling and Simulation (São Paulo State University - UNESP, 2017). Has experience in bioprocesses mathematical modeling and simulation, working mainly on the following topics: nonlinear regression of experimental data, diffusion-reaction phenomena in immobilized enzymes, symbolic regression and artificial intelligence.</p>
 +
                    <p class="teamText">Attributions:</p>
 +
                    <ul class="teamTextList">
 +
                        <li>General Support</li>
 +
                    </ul>
 +
                  </div>
 +
                  <div class="front">
 +
                    <img class="center-block vertical-center board-img" src="https://static.igem.org/mediawiki/2018/f/f8/T--USP-EEL-Brazil--proffelix.jpg">
 +
                  </div>
 +
              </div>
 +
            </div>
 +
         
 +
              </div>
 +
            </div>
 
</div>
 
</div>
 
 
</div>
 
</div>
<h2>PI</h2>
+
          <!--#######################################################-->
  
<div style="display: flex; flex-wrap: wrap;">
 
  
<div class="box-left team">
+
      <div class="top-buffer container-fluid">
<h4> 1 Camila </h4>
+
        <div class="col-xs-1"></div>
<p><div class="portrait"><img class="top" src="https://static.igem.org/mediawiki/2018/e/e4/T--USP-EEL-Brazil--Taiseteste.jpg" /></div>
+
        <div class="col-xs-10">
<b>Codename:</b><br />
+
            <br>
<p>Master of QuikChange
+
            <br>
</p><p><b>Field of Study:</b><br/>
+
Molecular Biotechnology
+
</p><p><b>Semester:</b><br />
+
Bachelor 4th Semester
+
</p>
+
<p>What kind of character do you need to get a “master” grade in the 4th bachelor's semester? Due to his amount of perfect processed Quikchanges, with his diligence and inexorable endurance, Andi really deserved his codename as “Master of Quickchange”. For advancing our project in different fields, including establishing and maintaining the contact between different iGEM Teams, Andi is one of our connecting persons who travelled for example through four cities within 3 days. Next to this, Andi is a very cooperative, high flying and humorous character. In the end of our project his power was mainly invested in the preparation, execution and planning of the Educational-Kits and performing the experiment to prove the existence of cut-off membrane constructs. 
+
</p>
+
</div>
+
<!-- #######################-->
+
  
  
<div class="box-right team" >
+
<h5>Meet the Instructors</h5>
<h4> 2 Cibele </h4>
+
           
<p><div class="portrait"><img class="top" src="https://static.igem.org/mediawiki/2013/3/31/TUM13_andi.gif" /></div>
+
 
<b>Codename:</b><br />
+
<p>Master of QuikChange
+
</p><p><b>Field of Study:</b><br/>
+
Molecular Biotechnology
+
</p><p><b>Semester:</b><br />
+
Bachelor 4th Semester
+
</p>
+
<p>What kind of character do you need to get a “master” grade in the 4th bachelor's semester? Due to his amount of perfect processed Quikchanges, with his diligence and inexorable endurance, Andi really deserved his codename as “Master of Quickchange”. For advancing our project in different fields, including establishing and maintaining the contact between different iGEM Teams, Andi is one of our connecting persons who travelled for example through four cities within 3 days. Next to this, Andi is a very cooperative, high flying and humorous character. In the end of our project his power was mainly invested in the preparation, execution and planning of the Educational-Kits and performing the experiment to prove the existence of cut-off membrane constructs. 
+
</p>
+
</div>
+
  
</div>
+
       
<h2>Instructors</h2>
+
  
<div style="display: flex; flex-wrap: wrap;">
+
            <br>
 
+
            <br>
<div class="box-left team">
+
            <div class="col-xs-12 col-sm-6 col-md-6 top-buffer">
<h4> 1 Camila </h4>
+
              <div class="flip3D" >
<p><div class="portrait"><img class="top" src="https://static.igem.org/mediawiki/2018/e/e4/T--USP-EEL-Brazil--Taiseteste.jpg" /></div>
+
                  <div class="back">
<b>Codename:</b><br />
+
                    <center><h3 class="name-tag">Hemerson Sulpicio Junior</h3></center>
<p>Master of QuikChange
+
                    <p class="desc">Hello! I am an undergraduate in Biochemical Engineering and have been part of the iGEM in 2016. I really enjoy getting my work done by my own hands and DIY initiatives.
</p><p><b>Field of Study:</b><br/>
+
It is an amazing opportunity to be able to watch closely the team's development and maturing.</p>
Molecular Biotechnology
+
                      <p class="teamText">Attributions:</p>
</p><p><b>Semester:</b><br />
+
                    <ul class="teamTextList">
Bachelor 4th Semester
+
                        <li>Project Support</li>
</p>
+
                    </ul>
<p>What kind of character do you need to get a “master” grade in the 4th bachelor's semester? Due to his amount of perfect processed Quikchanges, with his diligence and inexorable endurance, Andi really deserved his codename as “Master of Quickchange”. For advancing our project in different fields, including establishing and maintaining the contact between different iGEM Teams, Andi is one of our connecting persons who travelled for example through four cities within 3 days. Next to this, Andi is a very cooperative, high flying and humorous character. In the end of our project his power was mainly invested in the preparation, execution and planning of the Educational-Kits and performing the experiment to prove the existence of cut-off membrane constructs.
+
                  </div>
</p>
+
                  <div class="front">
 +
                    <img class="center-block vertical-center board-img" src="https://static.igem.org/mediawiki/2018/c/ce/T--USP-EEL-Brazil--hemersonpng.jpg">
 +
                  </div>
 +
              </div>
 +
            </div>
 +
            <div class="col-xs-12 col-sm-6 col-md-6 top-buffer">
 +
              <div class="flip3D" >
 +
                  <div class="back">
 +
                    <center><h3 class="name-tag">Josman Velasco</h3></center>
 +
                    <p class="desc">I’m Josman Velasco, Biotechnological engineer and Master in industrial biotechnology. I am currently doing doctoral studies in the same area and supporting the iGEM team of the Lorena engineering school -  São Paulo University. I like to support these initiatives to make the synthetic biology better known, showing how it can be used to improve the quality of people's life .</p>
 +
                    <p class="teamText">Attributions:</p>
 +
                    <ul class="teamTextList">
 +
                        <li>Lab Support</li>
 +
                    </ul>
 +
                  </div>
 +
                  <div class="front">
 +
                    <img class="center-block vertical-center board-img" src="https://static.igem.org/mediawiki/2018/6/60/T--USP-EEL-Brazil--josmanperfil01.jpg">
 +
                  </div>
 +
              </div>
 +
            </div>
 +
</div>
 
</div>
 
</div>
<!-- #######################-->
 
 
 
<div class="box-right team" >
 
<h4> 2 Cibele </h4>
 
<p><div class="portrait"><img class="top" src="https://static.igem.org/mediawiki/2013/3/31/TUM13_andi.gif" /></div>
 
<b>Codename:</b><br />
 
<p>Master of QuikChange
 
</p><p><b>Field of Study:</b><br/>
 
Molecular Biotechnology
 
</p><p><b>Semester:</b><br />
 
Bachelor 4th Semester
 
</p>
 
<p>What kind of character do you need to get a “master” grade in the 4th bachelor's semester? Due to his amount of perfect processed Quikchanges, with his diligence and inexorable endurance, Andi really deserved his codename as “Master of Quickchange”. For advancing our project in different fields, including establishing and maintaining the contact between different iGEM Teams, Andi is one of our connecting persons who travelled for example through four cities within 3 days. Next to this, Andi is a very cooperative, high flying and humorous character. In the end of our project his power was mainly invested in the preparation, execution and planning of the Educational-Kits and performing the experiment to prove the existence of cut-off membrane constructs. 
 
</p>
 
 
</div>
 
</div>
 +
                <!--#######################################################-->
  
</div>
+
      <div class="top-buffer container-fluid">
 +
        <div class="col-xs-1"></div>
 +
        <div class="col-xs-10">
 +
            <br>
  
  
<h2>Advisors</h2>
+
            <br>
 +
<h5>Meet the Advisors</h5>
 +
       
 +
       
  
<div style="display: flex; flex-wrap: wrap;">
+
     
  
<div class="box-left team">
+
            <br>
<h4> 1 Camila </h4>
+
            <br>
<p><div class="portrait"><img class="top" src="https://static.igem.org/mediawiki/2018/e/e4/T--USP-EEL-Brazil--Taiseteste.jpg" /></div>
+
            <div class="col-xs-12 col-sm-6 col-md-6 top-buffer">
<b>Codename:</b><br />
+
              <div class="flip3D" >
<p>Master of QuikChange
+
                  <div class="back">
</p><p><b>Field of Study:</b><br/>
+
                    <center> <h3 class="name-tag">Aline Larissa Gonçalves</h3></center>
Molecular Biotechnology
+
                    <p class="desc">I am a Ph.D. candidate in Industrial Biotechnology at University of São Paulo (USP) and also hold a M.Sc. degree in Biotechnology (USP). My research interests are: molecular biology, biotechnology, genetics and synthetic biology.</p>
</p><p><b>Semester:</b><br />
+
                    <p class="teamText">Attributions:</p>
Bachelor 4th Semester
+
                    <ul class="teamTextList">
</p>
+
                        <li>Lab Support</li>
<p>What kind of character do you need to get a “master” grade in the 4th bachelor's semester? Due to his amount of perfect processed Quikchanges, with his diligence and inexorable endurance, Andi really deserved his codename as “Master of Quickchange”. For advancing our project in different fields, including establishing and maintaining the contact between different iGEM Teams, Andi is one of our connecting persons who travelled for example through four cities within 3 days. Next to this, Andi is a very cooperative, high flying and humorous character. In the end of our project his power was mainly invested in the preparation, execution and planning of the Educational-Kits and performing the experiment to prove the existence of cut-off membrane constructs.
+
                    </ul>
</p>
+
                  </div>
 +
                  <div class="front">
 +
                    <img class="center-block vertical-center board-img" src="https://static.igem.org/mediawiki/2018/7/75/T--USP-EEL-Brazil--alineperfil01.jpg">
 +
                  </div>
 +
              </div>
 +
            </div>
 +
            <div class="col-xs-12 col-sm-6 col-md-6 top-buffer">
 +
              <div class="flip3D" >
 +
                  <div class="back">
 +
                    <center><h3 class="name-tag">Evandro José Mulinari</h3></center>
 +
                    <p class="desc">Bachelor in Physical and Biomolecular Sciences (IFSC/USP), Master in Applied Physic for Biomolecules and currently doing doctoral study in Applied Physic for Biomolecules (IFSC/USP). I found it interesting in the iGEM proposal and I decided to help the team USP EEL Brazil - 2018, because I believe that synthetic and molecular biology will help to improve humanity.</p>
 +
                      <p class="teamText">Attributions:</p>
 +
                    <ul class="teamTextList">
 +
                        <li>Lab Support</li>
 +
                    </ul>
 +
                  </div>
 +
                  <div class="front">
 +
                    <img class="center-block vertical-center board-img" src="https://static.igem.org/mediawiki/2018/5/57/T--USP-EEL-Brazil--Mulinari.jpg">
 +
                  </div>
 +
              </div>
 +
            </div>
 +
</div>
 
</div>
 
</div>
<!-- #######################-->
+
<center>
 +
<img src="https://static.igem.org/mediawiki/2018/f/f8/T--USP-EEL-Brazil--FotoTime.jpeg" width="600px">
  
  
<div class="box-right team" >
+
<a href="https://2018.igem.org/Team:USP-EEL-Brazil/Secret_Fish_Level"><img src="https://static.igem.org/mediawiki/2016/b/b4/T--USP-EEL-Brazil--Secret_Cow_Level.jpeg" width="10px"></a>
<h4> 2 Cibele </h4>
+
<p><div class="portrait"><img class="top" src="https://static.igem.org/mediawiki/2013/3/31/TUM13_andi.gif" /></div>
+
<b>Codename:</b><br />
+
<p>Master of QuikChange
+
</p><p><b>Field of Study:</b><br/>
+
Molecular Biotechnology
+
</p><p><b>Semester:</b><br />
+
Bachelor 4th Semester
+
</p>
+
<p>What kind of character do you need to get a “master” grade in the 4th bachelor's semester? Due to his amount of perfect processed Quikchanges, with his diligence and inexorable endurance, Andi really deserved his codename as “Master of Quickchange”. For advancing our project in different fields, including establishing and maintaining the contact between different iGEM Teams, Andi is one of our connecting persons who travelled for example through four cities within 3 days. Next to this, Andi is a very cooperative, high flying and humorous character. In the end of our project his power was mainly invested in the preparation, execution and planning of the Educational-Kits and performing the experiment to prove the existence of cut-off membrane constructs.
+
</p>
+
</div>
+
 
+
</div>
+
 
+
</div>
+
</div>
+
</div>
+
</div>
+
  
  
 
</body>
 
</body>
</html>
+
</html><div class="margin">
 
+
 
+
<p>https://2014.igem.org/Team:DTU-Denmark/Team/Team_Members</p>
+
 
+
 
{{USP-EEL-Brazil/footer}}
 
{{USP-EEL-Brazil/footer}}

Latest revision as of 19:48, 3 December 2018

We are the Team USP-EEL-Brazil!



We are one of the few Brazilian teams attending on iGEM and it's the second time we represent the Engineering School of Lorena from the University of São Paulo (USP-EEL) on this competition.

When we were designing our team’s logo, we wanted to make it in a way to honor where we come from. For that, we decided use our School’s mascot: the mammoth.

Now, EEL´s mammoth will be in Boston with us, showing to the world, as our battle cry says: “Who is Lorena!”

Also, since in our project this year we focused on the reality in Brazil, we represented that in our project's logo.



Meet the LACQUASE team

Cibele Zolnier Sousa do Nascimento

I'm a undergraduate student in Biochemical Engineering at USP Lorena. What else can I tell you about me? Well, let's start by saying that I've always dreamed of becoming a scientist. When I got in USP, I met the Synthetic Biology Club (CBSin) and there I found a new passion on SynBio and a goal in attending to iGEM. I'm super excited that this dream is becoming true for me and the whole team. We are enjoying it the best we can!

Attributions:

  • Team Leader
  • LabWork
  • Human Practices

Fernando Satoshi Tutihashi

My name is Fernando, a Biochemical Engineering student. I love to understand nature and how things work. Since I was a kid I used to simulate scientific experiments or build toys and I studied to do these, making some hypotheses to describe and understand phenomena, like a scientist. It was my dream and now it has come true!! My other dream is to be a teacher and I hope to be able to contribute to the development of humanity.

Attributions:

  • LabWork Expert
  • Human Practices

Paulo Pereira Sforsin

I'm 20 years old and my relantionship with sinthetic biology came from the high school. Participate in IGEM I'll realize one of my dreams and I'm so happy about this. Represent my country and my university at iGEM it's important because it shows that my team, my university, and my country can do science in a good way. Take a look on our wiki and think about the water you're drinking. :)

Attributions:

  • LabWork
  • Human Practices

Taise Schraier de Quadros

Halo! My name is Taise, and I am a Biochemical Engineering undergraduate student. I’m really excited about innovation and awesome ideas that can change the world, and I really feel this in biotechnology! Fascinates me the infinite possibilities that synthetic biology opens to solve daily simple problems, or even the big problems. I admire young scientists that are exploring synthetic biology, and I want to be part of this revolution as well!

Attributions:

  • Wiki Desing
  • Human Practices

Pedro Henrique Martins de Almeida

My name is Pedro (Ped for my canadian friends) I am a student at USP coursing Bioquemistry Engeniring. I am amazed by the posibilities that DNA modifications can bring to a speciment. For me the machines are overglorified when compared to the living beings that habitat this planet.

Attributions:

  • Wiki Master Developer
  • Human Practices

Gustavo Jorge Paulo

Hi guys how are you doing? My name is Gustavo, I am a biochemical engineering student. I like to spend my free time learning new languages. I am a former member from the NGOs: CISV and AIESEC. I saw in iGEM an opportunity to reconcile two things that I love: nature science and social development, I was very delighted with the project and it is been a pleasure to participate in it and to belong to this wonderful team.

Attributions:

  • Human Practices
  • Wiki text

Li Jun Qian Jack

My name is Li Jun Qian Jack, but people used to call me Jack; I'm studying engineering at USP, i'm descendant of chineses, but i consider myself Brazilian. I love to learn languages, know differents cultures and people. One day i hope to overcome my turtle trama, yeah...maybe i can explain it to you...

Attributions:

  • Human Practices
  • Wiki text

Marcus Vinicius Freitas Nascimento

Hello crazy people, I'm Marcus, a musician, and a biochemical engineering student! I always loved to build new things and learn about science stuff. In high school, I was introduced to biotechnology and how science can save lives. Since that, my biggest dream is that people can have a decent education and a chance to do good things with their knowledge like I try to do. As John Dewey would say: “Education is not the preparation for life, education is life itself”.

Attributions:

  • Human Practices
  • Wiki text

Camila Lima de Souza Carvalho

Hey! I'm Camila, a biochemical engineering student! I've always loved biochemistry even when I did not know what was biology or chemistry. This curiosity had always pushed me up. Some years later, I'm still the young girl trying to figure out how things work and how can I make it better. My best wish is to help people find what they love and inspire them to go on for it!

Attributions:

  • Model Master
  • Human Practices


Meet the PIs


Fernando Segato

Has experience in Genetics, with emphasis on Molecular Genetics and Microorganisms, working mainly on the following topics: filamentous fungi, differential expression, heterologous expression, interfering RNA, drug resistance, enzyme prospection and characterization, degradation of lignocellulosic materials, proteome and transcritoma of thermophilic organisms.

Attributions:

  • General Support

Andre Ferraz

Full Professor, Lorena School of Engineering, University of São Paulo (2017). Bachelor in Chemistry (1987) and PhD in Sciences (Organic Chemistry) from the State University of Campinas (1991). Post-doctorate in the area of ​​Chemistry of Madeira at the University of Concepción, Chile (1996).

Attributions:

  • General Support

Felix Monteiro Pereira

Professor at the School of Engineering of Lorena, University of São Paulo (USP). BSc in Industrial Chemical Engineering (USP, 1998), PhD in Industrial Biotechnology (USP, 2008) and Post-Doctorate in the area of Processes Modeling and Simulation (São Paulo State University - UNESP, 2017). Has experience in bioprocesses mathematical modeling and simulation, working mainly on the following topics: nonlinear regression of experimental data, diffusion-reaction phenomena in immobilized enzymes, symbolic regression and artificial intelligence.

Attributions:

  • General Support


Meet the Instructors


Hemerson Sulpicio Junior

Hello! I am an undergraduate in Biochemical Engineering and have been part of the iGEM in 2016. I really enjoy getting my work done by my own hands and DIY initiatives. It is an amazing opportunity to be able to watch closely the team's development and maturing.

Attributions:

  • Project Support

Josman Velasco

I’m Josman Velasco, Biotechnological engineer and Master in industrial biotechnology. I am currently doing doctoral studies in the same area and supporting the iGEM team of the Lorena engineering school - São Paulo University. I like to support these initiatives to make the synthetic biology better known, showing how it can be used to improve the quality of people's life .

Attributions:

  • Lab Support


Meet the Advisors


Aline Larissa Gonçalves

I am a Ph.D. candidate in Industrial Biotechnology at University of São Paulo (USP) and also hold a M.Sc. degree in Biotechnology (USP). My research interests are: molecular biology, biotechnology, genetics and synthetic biology.

Attributions:

  • Lab Support

Evandro José Mulinari

Bachelor in Physical and Biomolecular Sciences (IFSC/USP), Master in Applied Physic for Biomolecules and currently doing doctoral study in Applied Physic for Biomolecules (IFSC/USP). I found it interesting in the iGEM proposal and I decided to help the team USP EEL Brazil - 2018, because I believe that synthetic and molecular biology will help to improve humanity.

Attributions:

  • Lab Support

Go to top