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

 
(39 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 
{{USP-EEL-Brazil}}
 
{{USP-EEL-Brazil}}
  
<html>
+
<html><head>
<head>
+
<style>
<style>
+
 
 
.flip3D{
 
.flip3D{
             width:315px; height:315px; margin:10px; float:center; margin: auto;
+
             width:200px; height:200px; margin:10px; float:center; margin: auto;
 
             border-weight: 10px;
 
             border-weight: 10px;
 
             cursor: pointer;
 
             cursor: pointer;
  
 
         }
 
         }
        .flip3D > .front{
+
        .front{
 
              
 
              
             border-radius: 5px;
+
             border-radius: 50%;
 
             border-color: #00274c;
 
             border-color: #00274c;
            background: rgba(0,0,0,0.0);
 
 
             border-style: solid;
 
             border-style: solid;
 
             position:absolute;
 
             position:absolute;
             -webkit-transform: perspective( 600px ) rotateY( 0deg );
+
             width:200px; height:200px; margin:10px; float:center; margin: auto;
                    transform: perspective( 600px ) rotateY( 0deg );
+
             width:200px; height:200px;
             width:275px; height:275px;
+
 
             backface-visibility: hidden;
 
             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;
 
             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;
 
  }
 
.flip3D{
 
            width:315px; height:315px; margin:10px; float:center; margin: auto;
 
            border-weight: 10px;
 
            cursor: pointer;
 
  
        }
+
        .frontS{
        .flip3D > .front{
+
 
              
 
              
             border-radius: 5px;
+
             border-radius: 50%;
             border-color: #00274c;
+
             border-color: #e0ba11;
            background: rgba(0,0,0,0.0);
+
 
             border-style: solid;
 
             border-style: solid;
 
             position:absolute;
 
             position:absolute;
             -webkit-transform: perspective( 600px ) rotateY( 0deg );
+
             width:200px; height:200px; margin:10px; float:center; margin: auto;
                    transform: perspective( 600px ) rotateY( 0deg );
+
             width:200px; height:200px;
             width:275px; height:275px;
+
 
             backface-visibility: hidden;
 
             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;
 
             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 {
 
.vertical-center {
 
             position: relative;
 
             position: relative;
Line 128: Line 46:
 
         }
 
         }
 
  img.board-img {
 
  img.board-img {
height: 220px;
+
height: 160px;
width: 220px;
+
width: 160px;
border-radius: 5px;
+
                        border-radius: 50%;
 
  }
 
  }
 
            
 
            
           p.teamText{
+
            
      font-family: 'Comfortaa', cursive !important;
+
.control{
            font-weight: bold;
+
width:250px; height:250px; margin:10px; float:center; margin: auto;
      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><div class="margin">
 
                                                           </head>
 
                                                           </head>
 
 
  
                                                            <body>
+
  <body>
 +
<center>
 +
<img src="https://static.igem.org/mediawiki/2018/6/64/T--USP-EEL-Brazil--logocbsin.jpg" width=100% >
 +
</center>
  
  
  <h1>Clube de Biologia Sinética (Synthetic Biology Club)</h1>
+
 
  <p>Description of clube</p>
+
<br>
      <div class="top-buffer container-fluid">
+
<br>
        <div class="col-xs-1"></div>
+
<p style=" margin-bottom: 50px; text-align: justify;    text-indent: 5%; ">Synthetic Biology Club (CBSin) is a student entity from EEL-USP dedicated to study and disseminate knowledge of natural sciences, mainly  synthetic biology. It was founded in 2014 at EEL with André Hermann doing his best to draw the attention of teachers and students to the synthetic biology subject. In the beginning, André and his friends started to invite researchers from EEL’s biochemistry department to speak about molecular biology, molecular biology techniques, and other subjects. Over time, CBSin got structured by a board director (president, vice-President, marketing, events & logistics, financial and human resources), new members were added, and it was a crucial step that allowed us to formulate, in 2015, the idea of participating in iGem.</p>
        <div class="col-xs-10">
+
<p style=" margin-bottom: 50px; text-align: justify;    text-indent: 5%; "> In 2016, CBSin already was consolidated as a student entity, so the first participation in iGem took place with the <a href="https://2016.igem.org/Team:USP-EEL-Brazil">E.Coil Project</a>, which received a bronze medal and gave greater visibility to the club, leading to increased activities. Today, CBSin develops and disseminates knowledge of synthetic biology on both the university and social spheres, aiming to become a reference for the development of synthetic biology nucleus in Brazil, with a focus on teamwork, determination, and bioethics. Becoming a bridge that closes the gap between Brazilian science and its society is our dream! </p>
            <br>
+
<p style=" margin-bottom: 50px; text-align: justify;    text-indent: 5%; ">All members of <a href="https://2018.igem.org/Team:USP-EEL-Brazil/Team">IGEM team 2018</a> are also part of CBSin, and our dream is one day that all members of the Club be also participants of IGEM!.</p>
            <br>
+
 
            <br>
+
 
            <br>
+
   
            <p>
+
 
            <h1 class="grey-text heading-weight" align = "center">Meet the C.B.Sin</h1>
+
                                              <div style=" margin-bottom: 50px; margin-top: 30px; margin-left:5%; margin-right:5%; ">
            </p>
+
 
            <br>
+
              
            <div class="row" style="border-bottom:thin solid;"></div>
+
 
            <br>
+
 
             <br>
+
         
            <br>
+
             <div class="col-xs-4 col-sm-4 col-md-4 top-buffer">
             <div class="col-xs-12 col-sm-6 col-md-4 top-buffer">
+
                                                                        <div class="control">
              <div class="flip3D" >
+
                   <div class="front" >
                   <div class="back">
+
                     <img class="center-block vertical-center board-img" src="https://static.igem.org/mediawiki/2018/1/1e/T--USP-EEL-Brazil--clube1.jpg" title="Vinicius Meza Gonçalves is Member of People Management Department">
                     <h3 class="name-tag">Prince Ali Ababwa</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>
 +
            </div>
 +
                      </div>
 +
 +
 +
            <div class="col-xs-4 col-sm-4  col-md-4 top-buffer">
 +
                                                                        <div class="control">
 +
 
                   <div class="front">
 
                   <div class="front">
                     <img class="center-block vertical-center board-img" src="https://static.igem.org/mediawiki/2017/5/57/Michigan_software_2017_ali.jpg">
+
                     <img class="center-block vertical-center board-img" src="https://static.igem.org/mediawiki/2018/8/85/T--USP-EEL-Brazil--clube2.jpg" title="Fábio Nigro Hoffman Leal is a menber of Financial Departament">
 
                   </div>
 
                   </div>
              </div>
 
 
             </div>
 
             </div>
             <div class="col-xs-12 col-sm-6 col-md-4 top-buffer">
+
                                                                                  </div>
              <div class="flip3D" >
+
 
                  <div class="back">
+
             <div class="col-xs-4 col-sm-col-md-4 top-buffer">
                    <h3 class="name-tag">Dan Dineen</h3>
+
                                                                        <div class="control">
                    <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">
 
                   <div class="front">
                     <img class="center-block vertical-center board-img" src="https://static.igem.org/mediawiki/2017/4/48/MichiganSoftware_2017_danphoto.png">
+
                     <img class="center-block vertical-center board-img" src="https://static.igem.org/mediawiki/2018/8/8e/T--USP-EEL-Brazil--clube3.jpg" title="Marcos Vinicius Nogueira Cabral Santiago is a member of Financial Department">
 
                   </div>
 
                   </div>
 
               </div>
 
               </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">Sir Thomas Oliver</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>
+
             <div class="col-xs-4 col-sm-col-md-4 top-buffer">
                    <p class="teamText">Attributions:</p>
+
                                                                        <div class="control">
                    <ul class="teamTextList">
+
<a href="https://2018.igem.org/Team:USP-EEL-Brazil/Attributions">
                        <li>Project Manager</li>
+
                  <div class="frontS" >
                        <li>Back end development</li>
+
                     <img class="center-block vertical-center board-img" src="https://static.igem.org/mediawiki/2018/a/a9/T--USP-EEL-Brazil--clube4.jpg" title="Jean Lucas Ribeiro is a member of Marketing Department">
                        <li>Front end development</li>
+
                  </div></a>
                    </ul>
+
            </div>
                  </div>
+
                                                                      </div>
 +
 
 +
            <div class="col-xs-4 col-sm-4  col-md-4 top-buffer">
 +
                                                                        <div class="control">
 +
 
 
                   <div class="front">
 
                   <div class="front">
                     <img class="center-block vertical-center board-img" src="https://static.igem.org/mediawiki/2017/6/63/MichiganSoftware_2017_tommyphoto.jpeg">
+
                     <img class="center-block vertical-center board-img" src="https://static.igem.org/mediawiki/2018/a/a3/T--USP-EEL-Brazil--clube5.jpg"title="Jefferson Natanael da Silva Nogueira dos Santos is Member of People Management Department">
 
                   </div>
 
                   </div>
              </div>
 
 
             </div>
 
             </div>
             <div class="col-xs-12 col-sm-6 col-md-4 top-buffer">
+
                                                                                  </div>
              <div class="flip3D" >
+
 
                  <div class="back">
+
             <div class="col-xs-4 col-sm-col-md-4 top-buffer">
                    <h3 class="name-tag">Drew Manson</h3>
+
                                                                        <div class="control">
                    <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">
 
                   <div class="front">
                     <img class="center-block vertical-center board-img" src="https://static.igem.org/mediawiki/2017/5/57/MichiganSoftware_2017_drewphoto.jpeg">
+
                     <img class="center-block vertical-center board-img" src="https://static.igem.org/mediawiki/2018/e/ef/T--USP-EEL-Brazil--clube6.jpg" title="Felipe Orsi is Member of Events and logistics Department">
 
                   </div>
 
                   </div>
 
               </div>
 
               </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">Kyle Cochrane</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>
+
             <div class="col-xs-4 col-sm-col-md-4 top-buffer">
                        <li>Back end development</li>
+
                                                                        <div class="control">
                    </ul>
+
                   <div class="front" >
 +
                     <img class="center-block vertical-center board-img" src="https://static.igem.org/mediawiki/2018/3/36/T--USP-EEL-Brazil--clube7.jpg"title="Luis Kenji Yogi is a member of Marketing Department">
 
                   </div>
 
                   </div>
 +
            </div>
 +
                      </div>
 +
 +
 +
            <div class="col-xs-4 col-sm-4  col-md-4 top-buffer">
 +
                                                                        <div class="control">
 +
 
                   <div class="front">
 
                   <div class="front">
                     <img class="center-block vertical-center board-img" src="https://static.igem.org/mediawiki/2017/6/66/MichiganSoftware_2017_kylephoto.png">
+
                     <img class="center-block vertical-center board-img" src="https://static.igem.org/mediawiki/2018/2/26/T--USP-EEL-Brazil--clube8.jpg"title="Elen Ayumi Kadoguchi is Member of People Management Department">
 
                   </div>
 
                   </div>
              </div>
 
 
             </div>
 
             </div>
             <div class="col-xs-12 col-sm-6 col-md-4 top-buffer">
+
                                                                                  </div>
              <div class="flip3D" >
+
 
                  <div class="back">
+
             <div class="col-xs-4 col-sm-col-md-4 top-buffer">
                    <h3 class="name-tag">Naichuan(Alex) Zhang</h3>
+
                                                                        <div class="control">
                    <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">
 
                   <div class="front">
                     <img class="center-block vertical-center board-img" src="https://static.igem.org/mediawiki/2017/4/45/MichiganSoftware_2017_alexphoto.jpeg">
+
                     <img class="center-block vertical-center board-img" src="https://static.igem.org/mediawiki/2018/3/3d/T--USP-EEL-Brazil--clube9.jpg" title="Yasmin Cristhine de Souza Melo is Member of People Management Department">
 
                   </div>
 
                   </div>
 
               </div>
 
               </div>
 
             </div>
 
             </div>
             <div class="col-xs-12 col-sm-6 col-md-4 top-buffer">
+
 
              <div class="flip3D" >
+
            <!--##########################################################################################################-->
                   <div class="back">John Day</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>
+
             <div class="col-xs-4 col-sm-col-md-4 top-buffer">
                     <p class="teamText">Attributions:</p>
+
                                                                        <div class="control">
                    <ul class="teamTextList">
+
                   <a href="https://2018.igem.org/Team:USP-EEL-Brazil/Attributions">
                        <li>Presentation Chair</li>
+
 
                        <li>Developer</li>
+
<div class="frontS" >
                    </ul>
+
                     <img class="center-block vertical-center board-img" src="https://static.igem.org/mediawiki/2018/9/99/T--USP-EEL-Brazil--clube10.jpg"title="Junyelle Carolina Tojo Fernandes Pereira is Member of  Events and logistics Department ">
                  </div>
+
                  </div></a>
 +
            </div>
 +
                                                                      </div>
 +
 
 +
            <div class="col-xs-4 col-sm-4  col-md-4 top-buffer">
 +
                                                                        <div class="control">
 +
 
 
                   <div class="front">
 
                   <div class="front">
                     <img class="center-block vertical-center board-img" src="https://static.igem.org/mediawiki/2017/3/37/MichiganSoftware_2017_johndayphoto.jpeg">
+
                     <img class="center-block vertical-center board-img" src="https://static.igem.org/mediawiki/2018/3/3a/T--USP-EEL-Brazil--clube11.jpg"title="Ana Flávia Vieira  is Member of  Marketing Department ">
 
                   </div>
 
                   </div>
              </div>
 
 
             </div>
 
             </div>
             <div class="col-xs-12 col-sm-6 col-md-4 top-buffer">
+
                                                              </div>
              <div class="flip3D" >
+
 
                  <div class="back">
+
             <div class="col-xs-4 col-sm-col-md-4 top-buffer">
                    <h3 class="name-tag">John Conti</h3>
+
                                                                        <div class="control">
                    <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">
 
                   <div class="front">
                     <img class="center-block vertical-center board-img" src="https://static.igem.org/mediawiki/2017/c/cf/MichiganSoftware_2017_john.png">
+
                     <img class="center-block vertical-center board-img" src="https://static.igem.org/mediawiki/2018/6/6e/T--USP-EEL-Brazil--clube12.jpg"title="João Gabriel Pedrosa is Member of Marketing Department ">
 
                   </div>
 
                   </div>
 
               </div>
 
               </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">Catherine Liu</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>
+
             <div class="col-xs-4 col-sm-col-md-4 top-buffer">
                    </ul>
+
                                                                        <div class="control">
 +
                   <div class="front" >
 +
                     <img class="center-block vertical-center board-img" src="https://static.igem.org/mediawiki/2018/3/3d/T--USP-EEL-Brazil--clube13.jpg"title="Marina Gabriele Martins Villela is Member of  Marketing Department ">
 
                   </div>
 
                   </div>
                  <div class="front">
 
                    <img class="center-block vertical-center board-img" src="https://static.igem.org/mediawiki/2017/a/a0/MichiganSoftware_2017_catherinephoto.png">
 
                  </div>
 
              </div>
 
 
             </div>
 
             </div>
             <div class="col-xs-12 col-sm-6 col-md-4 top-buffer">
+
                      </div>
              <div class="flip3D" >
+
 
                  <div class="back">
+
 
                    <h3 class="name-tag">Anna-Maria Kaparos</h3>
+
             <div class="col-xs-4 col-sm-col-md-4 top-buffer">
                    <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>
+
                                                                        <div class="control">
                    <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>
 
             </div>
 
             </div>
             <div class="banner col-sm-12">
+
                           
              <br>
+
              
              <br>
+
</br>
              <br>
+
</br>
              <p>
+
<center>
 +
<img src="https://static.igem.org/mediawiki/2018/6/6a/T--USP-EEL-Brazil--cbsinclubetodo.jpg" width=100% >
 +
</center>
  
  </body>
 
</html>
 
  
 +
         
 +
       
 +
 +
 
 +
           
 +
 +
 +
 +
         
 +
           
 +
           
 +
                             
 +
            <div class="banner col-sm-12">
 +
 +
 +
 +
</body>
 +
</div><center>
 +
 +
</html>
 
{{USP-EEL-Brazil/footer}}
 
{{USP-EEL-Brazil/footer}}

Latest revision as of 01:06, 18 October 2018



Synthetic Biology Club (CBSin) is a student entity from EEL-USP dedicated to study and disseminate knowledge of natural sciences, mainly synthetic biology. It was founded in 2014 at EEL with André Hermann doing his best to draw the attention of teachers and students to the synthetic biology subject. In the beginning, André and his friends started to invite researchers from EEL’s biochemistry department to speak about molecular biology, molecular biology techniques, and other subjects. Over time, CBSin got structured by a board director (president, vice-President, marketing, events & logistics, financial and human resources), new members were added, and it was a crucial step that allowed us to formulate, in 2015, the idea of participating in iGem.

In 2016, CBSin already was consolidated as a student entity, so the first participation in iGem took place with the E.Coil Project, which received a bronze medal and gave greater visibility to the club, leading to increased activities. Today, CBSin develops and disseminates knowledge of synthetic biology on both the university and social spheres, aiming to become a reference for the development of synthetic biology nucleus in Brazil, with a focus on teamwork, determination, and bioethics. Becoming a bridge that closes the gap between Brazilian science and its society is our dream!

All members of IGEM team 2018 are also part of CBSin, and our dream is one day that all members of the Club be also participants of IGEM!.



Go to top