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

Line 4: Line 4:
 
<head>
 
<head>
 
<style>
 
<style>
 +
.flip3D{
 +
            width:315px; height:315px; margin:10px; float:center; margin: auto;
 +
            border-weight: 10px;
 +
            cursor: pointer;
  
/* Boxes */
+
        }
 
+
        .flip3D > .front{
#all {
+
           
    margin-bottom: 10%;
+
            border-radius: 5px;
 
+
            border-color: #00274c;
 
+
            background: rgba(0,0,0,0.0);
}
+
            border-style: solid;
 
+
            position:absolute;
#wikicontent div.box-right {
+
            -webkit-transform: perspective( 600px ) rotateY( 0deg );
    width: 35%;
+
                    transform: perspective( 600px ) rotateY( 0deg );
    background: #FFFFFF;
+
            width:275px; height:275px;
    margin: 0px 10% 20px 10px;
+
            backface-visibility: hidden;
    padding: 10px 10px 0px;
+
            -webkit-backface-visibility: hidden;
    clear: right;
+
            -webkit-transition:-webkit-transform .5s linear 0s;
    float: right;
+
            transition:-webkit-transform .5s linear 0s;
    border-style: double; border-width: 10px; border-color: lightblue; "
+
            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;
#wikicontent div.box-left {
+
        }
    width: 35%;
+
        .flip3D > .back{
    background: #FFFFFF;
+
            overflow: hidden;
    margin: 0px 10px 20px 10%;
+
            margin-bottom: 0px;
    padding: 10px 10px 0px;
+
            margin-top: 0px;
    clear: left;
+
            border-radius: 5px;
    float: left;
+
            border-color: #00274c;
    border-style: double; border-width: 10px; border-color: darkblue;
+
            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:275px;
 
+
            backface-visibility: hidden;
#wikicontent div.team div, div#wikicontent div.team a img {
+
            -webkit-backface-visibility: hidden;
    float: right;
+
            -webkit-transition:-webkit-transform .5s linear 0s;
    position: relative;
+
            transition:-webkit-transform .5s linear 0s;
    margin: 0 0 10px 10px;
+
            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 );
#wikicontent div.team div.portrait {
+
                    transform: perspective( 700px ) rotateY( -180deg );
    width: 200px;
+
        }
    height: 356px;
+
        .flip3D:hover > .back{
}
+
            -webkit-transform: perspective( 700px ) rotateY( 0deg );
 
+
                    transform: perspective( 700px ) rotateY( 0deg );
 
+
        }
 
+
.vertical-center {
#wikicontent div.team div.landscape {
+
            position: relative;
    width: 300px;
+
            top: 50%;
    height: 169px;
+
            -webkit-transform: translateY(-50%);
}
+
                    transform: translateY(-50%);
 
+
        }
#wikicontent div.team div img {
+
  img.board-img {
    position: absolute;
+
height: 220px;
    top: 0;
+
width: 220px;
    left: 0;
+
border-radius: 5px;
}
+
  }
 
+
.flip3D{
 
+
            width:315px; height:315px; margin:10px; float:center; margin: auto;
 
+
            border-weight: 10px;
 
+
            cursor: pointer;
 
+
#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%;
+
}
+
  
 +
        }
 +
        .flip3D > .front{
 +
           
 +
            border-radius: 5px;
 +
            border-color: #00274c;
 +
            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:275px;
 +
            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:275px;
 +
            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: 220px;
 +
width: 220px;
 +
border-radius: 5px;
 +
  }
 +
         
 +
          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;
 +
      }
 +
         
 
</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">
+
<h4> 1 Camila </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 />
+
<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" >
+
<h4> 2 Cibele </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 />
+
<p>Master of QuikChange
+
</p><p><b>Field of Study:</b><br/>
+
Molecular Biotechnology
+
 
+
</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
+
</p>
+
</div>
+
 
+
<div class="box-left team" >
+
<h4> 3 Fernando </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-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 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 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" >
+
<h4> 7  Pedro  </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-right team" >
+
<h4>  8 Marcus  </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" >
+
<h4> 9  Taise </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>PI</h2>
+
 
+
<div style="display: flex; flex-wrap: wrap;">
+
 
+
<div class="box-left team">
+
<h4> 1 Camila </h4>
+
<p><div class="portrait"><img class="top" src="https://static.igem.org/mediawiki/2018/e/e4/T--USP-EEL-Brazil--Taiseteste.jpg" /></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-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>
+
<h2>Instructors</h2>
+
 
+
<div style="display: flex; flex-wrap: wrap;">
+
 
+
<div class="box-left team">
+
<h4> 1 Camila </h4>
+
<p><div class="portrait"><img class="top" src="https://static.igem.org/mediawiki/2018/e/e4/T--USP-EEL-Brazil--Taiseteste.jpg" /></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-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>
+
 
+
  
<h2>Advisors</h2>
 
  
<div style="display: flex; flex-wrap: wrap;">
+
  <h1>Clube de Biologia Sinética (Synthetic Biology Club)</h1>
  
<div class="box-left team">
 
<h4> 1 Camila </h4>
 
<p><div class="portrait"><img class="top" src="https://static.igem.org/mediawiki/2018/e/e4/T--USP-EEL-Brazil--Taiseteste.jpg" /></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-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>
+
<p>Team Explanation</p>
  
</div>
 
</div>
 
</div>
 
</div>
 
  
 +
      <div class="top-buffer container-fluid">
 +
        <div class="col-xs-1"></div>
 +
        <div class="col-xs-10">
 +
            <br>
 +
            <br>
 +
            <br>
 +
            <br>
 +
            <p>
 +
            <h1 class="grey-text heading-weight" align = "center">Meet the LAQUASE TEAM</h1>
 +
            </p>
 +
            <br>
 +
            <div class="row" style="border-bottom:thin solid;"></div>
 +
            <br>
 +
            <br>
 +
            <br>
 +
            <div class="col-xs-12 col-sm-6 col-md-4 top-buffer">
 +
              <div class="flip3D" >
 +
                  <div class="back">
 +
                    <h3 class="name-tag">Taise Schraier de Quadros</h3>
 +
                    <p class="desc">Hello, I'm Ali Turfah. I'm a Senior studying Data Science and Mathematics, and am the current president of the Michigan Software 2017 team. In my free time I like to program, read, and play video games like Pokemon and Etrian Odyssey. I have a cat, so I thoroughly enjoy the branding of our project as well as the ProtoCat mascot.</p>
 +
                    <p class="teamText">Attributions:</p>
 +
                    <ul class="teamTextList">
 +
                        <li>Team president</li>
 +
                        <li>Front end development</li>
 +
                        <li>Back end development</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">
 +
                    <h3 class="name-tag">Pedrinho</h3>
 +
                    <p class="desc">Hi I'm Dan Dineen. Currently, I am the Vice President of the team.I'm from Connecticut and am a Junior at the University of Michigan studying computer science. I also enjoy playing music, and binge watching Netflix.</p>
 +
                    <p class="teamText">Attributions:</p>
 +
                    <ul class="teamTextList">
 +
                        <li>Team Vise President</li>
 +
                        <li>Front end development</li>
 +
                        <li>Back end development</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">
 +
                    <h3 class="name-tag">Paulo</h3>
 +
                    <p class="desc">I'm Tommy Oliver and am from Brighton, Michigan. I am a Senior studying computer engineering and computer science. Outside of all school and all this fun stuff, I spend time with my friends, playing Pokemon Go, and watching superhero shows on Netflix.</p>
 +
                    <p class="teamText">Attributions:</p>
 +
                    <ul class="teamTextList">
 +
                        <li>Project Manager</li>
 +
                        <li>Back end development</li>
 +
                        <li>Front end development</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">
 +
                    <h3 class="name-tag">Marcus</h3>
 +
                    <p class="desc">Hello! My name is Drew Manson, the Public Relations Officer for the team! Currently I'm a German and Biomolecular Science dual-major, with plans for pharmacy school in the future. This is my first year on the team, and my iGEM experience has been really cool so far!</p>
 +
                    <p class="teamText">Attributions:</p>
 +
                    <ul class="teamTextList">
 +
                        <li>Public Relations Chair</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">
 +
                    <h3 class="name-tag">Marcus</h3>
 +
                    <p class="desc">Hi! My name is Kyle Cochrane. I am from southwest Michigan and am currently a Senior at the University of Michigan. I study computer science and spanish, and in my free time I enjoy playing Quidditch (go UMQ!), browsing reddit, and hiking. Photo credit goes to Christina Oh Photography!</p>
 +
                    <p class="teamText">Attributions:</p>
 +
                    <ul class="teamTextList">
 +
                        <li>Team Treasurer</li>
 +
                        <li>Front end development</li>
 +
                        <li>Back end development</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">
 +
                    <h3 class="name-tag">Gustavo Jorge Paulo</h3>
 +
                    <p class="desc">Hello, I'm Naichuan(Alex) Zhang. I'm currently a junior studying Computer Science at University of Michigan. I am the backend developer for Michigan Software 2017 team. I enjoying going to Hackathons and skateboarding with friends.</p>
 +
                    <p class="teamText">Attributions:</p>
 +
                    <ul class="teamTextList">
 +
                        <li>Back end development</li>
 +
                        <li>Front end development</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">Fernando</h3>
 +
                    <p class="desc">Hello! My name is John Day. I'm from Macomb Michigan and I'm studying Computer Science and Neuroscience at U of M. I've been on the team for about a year and I am curretnly the Presentation Chair. Whenever I'm not studying or working on Protocat, I like to go for runs, listen to music, and take naps!</p>
 +
                    <p class="teamText">Attributions:</p>
 +
                    <ul class="teamTextList">
 +
                        <li>Presentation Chair</li>
 +
                        <li>Developer</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">
 +
                    <h3 class="name-tag">Cibele</h3>
 +
                    <p class="desc">Hello! My name is John Conti and I am a Senior in Computer Science. I have been on the team for a year and currently hold the position of Webmaster.
 +
Outside of school and biosoft I like to listen to music, hang with friends and travel!</p>
 +
                    <p class="teamText">Attributions:</p>
 +
                    <ul class="teamTextList">
 +
                        <li>Team Webmaster</li>
 +
                        <li>Lead wiki designer</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">
 +
                    <h3 class="name-tag">Camila</h3>
 +
                    <p class="desc">I'm Catherine Liu, a junior from Maryland who is currently studying biomedical engineering at the University of Michigan. I am the team's secretary. In my free time, I like to draw, play video games, and take walks.</p>
 +
                    <p class="teamText">Attributions:</p>
 +
                    <ul class="teamTextList">
 +
                        <li>Team Secretary</li>
 +
                        <li>Assisted in Design</li>
 +
                        <li>Back end development</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 class="col-xs-12 col-sm-6 col-md-4 top-buffer">
 +
              <div class="flip3D" >
 +
                  <div class="back">
 +
                    <h3 class="name-tag">Anna-Maria Kaparos</h3>
 +
                    <p class="desc">Hi, I'm Anna-Maria Kaparos and I'm a sophomore studying Cellular and Molecular Biology and Biomedical Engineering with a minor in Computer Science. I'm 100% Greek so I enjoy eating my grandma's food. In my free time, when I'm not eating, I like to travel, spend time with my family, and go to the beach. This is my second year on the team as Design Chair!</p>
 +
                    <p class="teamText">Attributions:</p>
 +
                    <ul class="teamTextList">
 +
                        <li>Team Design Chair</li>
 +
                        <li>Created Poster</li>
 +
                    </ul>
 +
                  </div>
 +
                  <div class="front">
 +
                    <img class="center-block vertical-center board-img" src="https://static.igem.org/mediawiki/2017/7/7a/MichiganSoftware_2017_annamaria.png">
 +
                  </div>
 +
              </div>
 +
            </div>
 +
            <div class="banner col-sm-12">
 +
              <br>
 +
              <br>
 +
              <br>
 +
              <p>
  
</body>
+
  </body>
 
</html>
 
</html>
  

Revision as of 13:46, 11 September 2018

Clube de Biologia Sinética (Synthetic Biology Club)

Team Explanation





Meet the LAQUASE TEAM





Taise Schraier de Quadros

Hello, I'm Ali Turfah. I'm a Senior studying Data Science and Mathematics, and am the current president of the Michigan Software 2017 team. In my free time I like to program, read, and play video games like Pokemon and Etrian Odyssey. I have a cat, so I thoroughly enjoy the branding of our project as well as the ProtoCat mascot.

Attributions:

  • Team president
  • Front end development
  • Back end development

Pedrinho

Hi I'm Dan Dineen. Currently, I am the Vice President of the team.I'm from Connecticut and am a Junior at the University of Michigan studying computer science. I also enjoy playing music, and binge watching Netflix.

Attributions:

  • Team Vise President
  • Front end development
  • Back end development

Paulo

I'm Tommy Oliver and am from Brighton, Michigan. I am a Senior studying computer engineering and computer science. Outside of all school and all this fun stuff, I spend time with my friends, playing Pokemon Go, and watching superhero shows on Netflix.

Attributions:

  • Project Manager
  • Back end development
  • Front end development

Marcus

Hello! My name is Drew Manson, the Public Relations Officer for the team! Currently I'm a German and Biomolecular Science dual-major, with plans for pharmacy school in the future. This is my first year on the team, and my iGEM experience has been really cool so far!

Attributions:

  • Public Relations Chair

Marcus

Hi! My name is Kyle Cochrane. I am from southwest Michigan and am currently a Senior at the University of Michigan. I study computer science and spanish, and in my free time I enjoy playing Quidditch (go UMQ!), browsing reddit, and hiking. Photo credit goes to Christina Oh Photography!

Attributions:

  • Team Treasurer
  • Front end development
  • Back end development

Gustavo Jorge Paulo

Hello, I'm Naichuan(Alex) Zhang. I'm currently a junior studying Computer Science at University of Michigan. I am the backend developer for Michigan Software 2017 team. I enjoying going to Hackathons and skateboarding with friends.

Attributions:

  • Back end development
  • Front end development
Fernando

Hello! My name is John Day. I'm from Macomb Michigan and I'm studying Computer Science and Neuroscience at U of M. I've been on the team for about a year and I am curretnly the Presentation Chair. Whenever I'm not studying or working on Protocat, I like to go for runs, listen to music, and take naps!

Attributions:

  • Presentation Chair
  • Developer

Cibele

Hello! My name is John Conti and I am a Senior in Computer Science. I have been on the team for a year and currently hold the position of Webmaster. Outside of school and biosoft I like to listen to music, hang with friends and travel!

Attributions:

  • Team Webmaster
  • Lead wiki designer

Camila

I'm Catherine Liu, a junior from Maryland who is currently studying biomedical engineering at the University of Michigan. I am the team's secretary. In my free time, I like to draw, play video games, and take walks.

Attributions:

  • Team Secretary
  • Assisted in Design
  • Back end development

Anna-Maria Kaparos

Hi, I'm Anna-Maria Kaparos and I'm a sophomore studying Cellular and Molecular Biology and Biomedical Engineering with a minor in Computer Science. I'm 100% Greek so I enjoy eating my grandma's food. In my free time, when I'm not eating, I like to travel, spend time with my family, and go to the beach. This is my second year on the team as Design Chair!

Attributions:

  • Team Design Chair
  • Created Poster