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

Line 4: Line 4:
 
<head>
 
<head>
 
<style>
 
<style>
 +
.flip3D{
 +
            width:315px; height:315px; margin:10px; float:center; margin: auto;
 +
            border-weight: 10px;
 +
            cursor: pointer;
  
#all {
+
        }
    margin: 0 10px 50% 20px;
+
        .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;
 +
  }
 +
.flip3D{
 +
            width:315px; height:315px; margin:10px; float:center; margin: auto;
 +
            border-weight: 10px;
 +
            cursor: pointer;
  
 +
        }
 +
        .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>
 +
 
 +
 
 +
      <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">The People Behind The Cat</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">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 class="front">
 +
                    <img class="center-block vertical-center board-img" src="https://static.igem.org/mediawiki/2017/5/57/Michigan_software_2017_ali.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">Dan Dineen</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/2017/4/48/MichiganSoftware_2017_danphoto.png">
 +
                  </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>
 +
                    <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/2017/6/63/MichiganSoftware_2017_tommyphoto.jpeg">
 +
                  </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">Drew Manson</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/2017/5/57/MichiganSoftware_2017_drewphoto.jpeg">
 +
                  </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>
 +
                        <li>Back end development</li>
 +
                    </ul>
 +
                  </div>
 +
                  <div class="front">
 +
                    <img class="center-block vertical-center board-img" src="https://static.igem.org/mediawiki/2017/6/66/MichiganSoftware_2017_kylephoto.png">
 +
                  </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">Naichuan(Alex) Zhang</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/2017/4/45/MichiganSoftware_2017_alexphoto.jpeg">
 +
                  </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>
 +
                    <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/2017/3/37/MichiganSoftware_2017_johndayphoto.jpeg">
 +
                  </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">John Conti</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/2017/c/cf/MichiganSoftware_2017_john.png">
 +
                  </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>
 +
                    </ul>
 +
                  </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 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>
 +
              <h1 class="grey-text heading-weight" align = "center">Advisors</h1>
 +
              </p>
 +
              <br>
 +
              <div class="row" style="border-bottom:thin solid;"></div>
 +
              <br>
 +
            </div>
 +
            <div class="col-xs-12 col-sm-6 col-md-4 top-buffer">
 +
              <div class="flip3D" >
 +
                  <div class="back">
 +
                    <h3 class="name-tag">Dr. Marcus Ammerlaan</h3>
 +
                    <p class="desc">Dr. Marcus Ammerlaan is affiliated with the Department of Molecular, Cellular, and Developmental Biology at the University of Michigan. He is in charge of labs and graduate student instructors for the department’s introductory courses. He received his Ph.D. from the University of Texas-Austin in 1994.</p>
 +
                    <p class="teamText">Attributions:</p>
 +
                    <ul class="teamTextList">
 +
                        <li>Team biology adviser</li>
 +
                        <li>Primary iGEM contact</li>
 +
                    </ul>
 +
                  </div>
 +
                  <div class="front">
 +
                    <img class="center-block vertical-center board-img" src="https://static.igem.org/mediawiki/2017/f/f8/MichiganSoftware_2017_marcusphoto.jpeg">
 +
                  </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">Dr. Santiago Schnell</h3>
 +
                    <p class="desc">Dr. Santiago Schnell is a Professor of Molecular &amp; Integrative Physiology and Computational Medicine &amp; Bioinformatics at the University of Michigan Medical School. He is also a Willliam K. Brehm Investigator at the Brehm Center for Diabetes Research. He received his License in Biology from Universidad Sim&oacute;n Bol&iacute;var and then his doctorate in Mathematical Biology from the University of Oxford.</p>
 +
                    <p class="teamText">Attributions:</p>
 +
                    <ul class="teamTextList">
 +
                        <li>Team software adviser</li>
 +
                        <li>Department Representative</li>
 +
                    </ul>
 +
                  </div>
 +
                  <div class="front">
 +
                    <img class="center-block vertical-center board-img" src="https://static.igem.org/mediawiki/2017/d/de/MichiganSoftware_2017_santiagophoto.jpeg">
 +
                  </div>
 +
              </div>
 +
            </div>
 +
        </div>
 +
      </div>
  
<body>
+
  </body>
<div id="all">
+
</html>
  
<img class="top" src="https://static.igem.org/mediawiki/2018/e/e4/T--USP-EEL-Brazil--Taiseteste.jpg" align="right"/>
 
<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>
 
 
 
<div style="width: 100%;height: 260px;background-color: white;overflow: scroll;white-space:nowrap;">
 
    <div style="display: inline-block;">
 
        <img src="https://static.igem.org/mediawiki/2018/thumb/b/b3/T--USP-EEL-Brazil--DY1.jpeg/320px-T--USP-EEL-Brazil--DY1.jpeg" title="Its simple, yogurt, sugar and bacteria, what could go wrong."/>
 
    </div>
 
    <div style="display: inline-block;">
 
        <img src="https://static.igem.org/mediawiki/2018/thumb/3/3b/T--USP-EEL-Brazil--DY2.jpeg/320px-T--USP-EEL-Brazil--DY2.jpeg" title="Do it yourself, even kids can do it right?"/>
 
    </div>
 
    <div style="display: inline-block;">
 
        <img src="https://static.igem.org/mediawiki/2018/thumb/5/5b/T--USP-EEL-Brazil--DY5.jpeg/180px-T--USP-EEL-Brazil--DY5.jpeg" title="OK,now to the next step is... Oh, you want to do it too? ok!? "/>
 
    </div>
 
    <div style="display: inline-block;">
 
        <img src="https://static.igem.org/mediawiki/2018/thumb/9/9a/T--USP-EEL-Brazil--DY4.jpeg/320px-T--USP-EEL-Brazil--DY4.jpeg" title="Mayday, Mayday, everyone wants to do it. Someone HELP!!!"/>
 
    </div>
 
    <div style="display: inline-block;">
 
        <img src="" title"Ok, we are back in control of the situation"/>
 
    </div>
 
    <div style="display: inline-block;">
 
        <img src="https://static.igem.org/mediawiki/2018/thumb/e/e8/T--USP-EEL-Brazil--DY6.jpeg/320px-T--USP-EEL-Brazil--DY6.jpeg" title="Ok, now everything is back on control."/>
 
    </div>
 
    <div style="display: inline-block;">
 
        <img src="https://static.igem.org/mediawiki/2018/thumb/1/11/T--USP-EEL-Brazil--DY3.jpeg/320px-T--USP-EEL-Brazil--DY3.jpeg" title="Now, how about we end this day planting some seeds. 'Hey kids, who have heard about Synthetic Biology???'"/>
 
    </div>
 
<div style="display: inline-block;">
 
        <img src="https://static.igem.org/mediawiki/2018/thumb/2/2c/T--USP-EEL-Brazil--Iogurt1.jpg/320px-T--USP-EEL-Brazil--Iogurt1.jpg" title="A exciting day for us and the future scientists, nothing is better than to learn having fun."/>
 
    </div>
 
</div>
 
 
 
</div>
 
</body>
 
</html>
 
 
{{USP-EEL-Brazil/footer}}
 
{{USP-EEL-Brazil/footer}}

Revision as of 13:53, 4 September 2018





The People Behind The Cat





Prince Ali Ababwa

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

Dan Dineen

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

Sir Thomas Oliver

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

Drew Manson

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

Kyle Cochrane

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

Naichuan(Alex) Zhang

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
John Day

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

John Conti

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

Catherine Liu

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

Dr. Marcus Ammerlaan

Dr. Marcus Ammerlaan is affiliated with the Department of Molecular, Cellular, and Developmental Biology at the University of Michigan. He is in charge of labs and graduate student instructors for the department’s introductory courses. He received his Ph.D. from the University of Texas-Austin in 1994.

Attributions:

  • Team biology adviser
  • Primary iGEM contact

Dr. Santiago Schnell

Dr. Santiago Schnell is a Professor of Molecular & Integrative Physiology and Computational Medicine & Bioinformatics at the University of Michigan Medical School. He is also a Willliam K. Brehm Investigator at the Brehm Center for Diabetes Research. He received his License in Biology from Universidad Simón Bolívar and then his doctorate in Mathematical Biology from the University of Oxford.

Attributions:

  • Team software adviser
  • Department Representative

Go to top