PedroAlmeida (Talk | contribs) |
PedroAlmeida (Talk | contribs) |
||
Line 4: | Line 4: | ||
<head> | <head> | ||
<style> | <style> | ||
+ | .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; | |
− | + | } | |
− | + | .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> | ||
+ | |||
− | + | <body> | |
− | <body> | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | |||
− | < | + | <h1>Clube de Biologia Sinética (Synthetic Biology Club)</h1> |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | </ | + | <p>Team Explanation</p> |
− | |||
− | |||
− | |||
− | |||
+ | <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
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