Team:UCSF/Mentors&Instructors

From 2013.igem.org

(Difference between revisions)
 
(2 intermediate revisions not shown)
Line 1: Line 1:
{{Template:UCSF/MainHeader}}
{{Template:UCSF/MainHeader}}
-
 
<html>
<html>
 +
<head>
 +
<!--CSS styles: global-->
 +
<style type="text/css">
 +
/***
 +
Minimal header: removes the search bar and header image and readjusts font colours in the menus.
 +
Thanks a lot to the 2011 Brown-Stanford and 2012 Lethbridge iGEM teams for snippets of their code!
 +
Check out their wikis at:
 +
https://2011.igem.org/Team:Brown-Stanford
 +
https://2012.igem.org/Team:Lethbridge
 +
***/
-
<link rel="stylesheet" type="text/css" href="https://2013.igem.org/Team:UCSF/stylesheet"/>
+
#content h1.firstHeading {
-
<head>
+
visibility:hidden;
 +
}
 +
#p-logo {
 +
display: none;
 +
}
 +
#searchform {
 +
    display: none;
 +
}
 +
.left-menu {
 +
background-color: #555;
 +
 +
}
 +
.left-menu a {
 +
    color: #000;
 +
}
-
<style>
+
div#top-section{ /*the div containing the entire top bar*/
 +
height: 20px;
 +
margin-bottom: 0px !important;
 +
border: none;
 +
}
-
#mission {width: 500px; float:left; background-color: #F5F5F5; margin-left:8px; padding: 10px; margin-top:8px;}
 
-
#opensource {width:306px; float:left; background-color: #F5F5F5; margin-left:8px; padding: 10px; margin-top:8px;}
 
-
#rightcontent {width:755px; float:right; background-color: #F5F5F5; margin-left: 8px;  margin-top:10px;}
 
-
#photos {width:155px; float:left; background-color: #FFFFFF; margin-left: 8px;  margin-top:10px;}
 
-
#description{width:450px; height:110px;float:left; background-color: #FFFFFF; margin-left: 8px;  margin-top:10px;}
 
-
#flickr{width:755px; float:right;} 
 
-
#leftcolumntotal{width:200px; height:1800px; float: left; margin-top:0px;}
 
-
#rightcontenttext {width:900px; float:right; background-color: #FFFFFF; margin-left:8px; padding: 10px; margin-top:8px;}
 
 +
#content{
 +
margin-top: 0px;
 +
}
-
</style>
+
#search-controls {
 +
overflow:hidden;
 +
display:none;
 +
background: none;
 +
position: absolute;
 +
top: 170px;
 +
right: 40px;
 +
}
 +
div#header {
 +
width: 975px;
 +
text-align: left;
 +
margin-left: auto;
 +
margin-right: auto;
 +
margin-bottom: 0px !important;
 +
 +
#menubar {
 +
position: absolute;
 +
background: none;
 +
color: black;
 +
}
-
</head>
+
.left-menu, .right-menu{
 +
position: absolute;
 +
background: none;
 +
color: black;
 +
}
-
<div id="rightcontenttext">
+
.left-menu li a, .right-menu li a {
 +
color: #000 !important;
 +
}
-
<h2>Mentors </h2 <p>
+
.left-menu ul li, .right-menu ul li a{
 +
background: none;
 +
color: #000 !important;
 +
}
 +
.left-menu li a:hover, .right-menu li a:hover, .right-menu li a:visited, .right-menu li a:active {
 +
    color: #000 !important;
 +
}
 +
 +
#catlinks{
 +
display:none;
 +
}
 +
 +
/*important for background colours*/
 +
.mediawiki{
 +
background: #ffffff;
 +
}
 +
 +
/***End minimal header***/
 +
 +
/*Base styles*/
 +
#content{
 +
border: none;
 +
}
 +
h1, h2,h3, h4, #css-full, #css-mobi{
 +
font-family: Myriad Pro, Gill Sans MT, Trebuchet MS, Arial, Sans-Serif;
 +
border: 0;
 +
font-weight: 400;
 +
}
 +
 +
p, div.thumb div div.thumbcaption{
 +
font-family: Calibri, Sans-Serif;
 +
font-weight: normal;
 +
color: black;
 +
margin-bottom: 10px;
 +
padding-left: 5px;
 +
}
 +
 +
#css-full, #css-mobi{
 +
position: absolute;
 +
float: right;
 +
color: black;
 +
font-size: 1.3em;
 +
top: 0px;
 +
right: 15px;
 +
display: block;
 +
padding: 10px;
 +
}
 +
 +
#jsnotice{
 +
background-color: #4ED92F;
 +
}
 +
 +
#table{
 +
margin: 10px;
 +
}
 +
 +
#textlink a:link,
 +
a:visited{
 +
font-family: Calibri, Sans-Serif;
 +
font-weight: normal;
 +
color: #009E99;
 +
text-decoration:none;
 +
}
 +
 +
#textlink a:hover,
 +
a:active{
 +
font-family: Calibri, Sans-Serif;
 +
font-weight: normal;
 +
color: #009E99;
 +
text-decoration:underline;
 +
}
 +
 +
/*======
 +
Team Styling
 +
======*/
 +
 +
/***Body styling***/
 +
h1{
 +
font-size: 2.5em;
 +
}
 +
h2{
 +
font-size: 1.7em;
 +
}
 +
h3{
 +
font-size: 1.7em;
 +
}
 +
 +
#box1{
 +
width: 900px;
 +
background: #fffff;
 +
float: left;
 +
        margin-left: 150px;
 +
        margin-top: 15px;
 +
}
 +
#box1 h2{
 +
}
 +
#box1 p{
 +
font-size: 1.3em;
 +
}
 +
/*Sidebar*/
 +
#sidebar{
 +
position: absolute;
 +
width: 150px;
 +
z-index: 0;
 +
}
 +
 +
#sidebar #list{
 +
background: #ffffff;
 +
}
 +
#sidebar h2{
 +
color: #008000;
 +
padding: 20px 15px 0px 15px;
 +
font-size: 2.0em;
 +
}
 +
#sidebar ul{
 +
list-style: none;
 +
margin: 0px 15px;
 +
}
 +
#sidebar #list > ul{
 +
padding-bottom: 20px;
 +
}
 +
#sidebar a{
 +
color: #008000;
 +
font-family: Myriad Pro, Gill Sans MT, Trebuchet MS, Arial, Sans-Serif;
 +
font-size: 1.6em;
 +
display: block;
 +
line-height: 1.4em;
 +
}
 +
#sidebar a:hover{
 +
text-decoration: none;
 +
color: #4E9600;
 +
}
 +
 +
 +
</style>
 +
<style>
 +
#mission {width: 500px; float:left; background-color: #F5F5F5; margin-left:8px; padding: 10px; margin-top:8px;}
 +
#opensource {width:306px; float:left; background-color: #F5F5F5; margin-left:8px; padding: 10px; margin-top:8px;}
 +
#rightcontent {width:800px; float:right; background-color: #F5F5F5; margin-left: 8px;  margin-top:10px;}
 +
#photos {width:150px; float:left; background-color: #FFFFFF; margin-left: 2px;  margin-top:10px;}
 +
#description{width:600px; height:112px;float:left; background-color: #FFFFFF; margin-left: 10px;  margin-top:10px;}
 +
#flickr{width:755px; float:right;} 
 +
#rightcontenttext {width:900px; float:right; background-color: #FFFFFF; margin-left:8px; padding: 10px; margin-top:8px;}
 +
</style>
 +
</head>
 +
 +
<body>
 +
<div id="box1" align="justify">
 +
<h1><FONT COLOR="#008000"> Mentors </FONT COLOR="#008000"></h1>
<div id="photos">
<div id="photos">
-
<img align="left" style="margin-bottom:18px; width:130px;height:182px; padding:0;"  
+
<img align="left" style="margin-bottom:18px; width:130px;height:185px; padding:0;"  
src=" https://dl.dropbox.com/u/24404809/iGEM%202012/igem%202012%20website%20photos/syc_profilepic.png">  
src=" https://dl.dropbox.com/u/24404809/iGEM%202012/igem%202012%20website%20photos/syc_profilepic.png">  
Line 46: Line 241:
src="https://dl.dropbox.com/u/24404809/iGEM%202012/igem%202012%20website%20photos/headshots/Greg.jpg">  
src="https://dl.dropbox.com/u/24404809/iGEM%202012/igem%202012%20website%20photos/headshots/Greg.jpg">  
-
<img align="left" style="margin-bottom:48px; width:130px;height:182px; padding:0;"  
+
<img align="left" style="margin-bottom:48px; width:130px;height:185px; padding:0;"  
src="https://static.igem.org/mediawiki/2013/0/0b/Anusuya_Lab_Picture_%281%29.jpg">  
src="https://static.igem.org/mediawiki/2013/0/0b/Anusuya_Lab_Picture_%281%29.jpg">  
-
<img align="left" style="margin-bottom:8px; width:120px;height:120px; padding:0;"  
+
<img align="left" style="margin-bottom:38px; width:120px;height:120px; padding:0;"  
src="https://static.igem.org/mediawiki/2013/a/a6/Thomas-iGEM.jpg">  
src="https://static.igem.org/mediawiki/2013/a/a6/Thomas-iGEM.jpg">  
-
 
+
<img align="left" style="margin-bottom:8px; width:120px;height:120px;padding:0;"
-
 
+
src="https://static.igem.org/mediawiki/2013/5/5e/Matt_Rubashkin.jpg">
</div>
</div>
-
<div id="description" style = "width:610px; height:195px">
+
<div id="description" style = "width:640px; height:195px">
-
<font face="arial" size = "4">Susan Chen</font> <p> <font face="arial" size = "3">
+
<font face="calibri" size = "3.5", color = "#008000"><b>Susan Chen</b></font> <p> <font face="calibri" size = "3">
Hello! My name is Susan and I am a third year at UCSF in the Tetrad program. I grew up in the east bay area and stayed around to study biochemistry and bioengineering at UC Berkeley (Go Bears!). During my time at Cal, I discovered academic research, more specifically synthetic biology, and became very interested in harvesting the power of biology for useful applications. Spurred by that interest, I joined the 2009 Berkeley iGEM team to work on bacterial surface display, and from there I became inspired to one day TA iGEM, contributing to this rich experience for students and just getting plain old excited for novel synthetic biology research.
Hello! My name is Susan and I am a third year at UCSF in the Tetrad program. I grew up in the east bay area and stayed around to study biochemistry and bioengineering at UC Berkeley (Go Bears!). During my time at Cal, I discovered academic research, more specifically synthetic biology, and became very interested in harvesting the power of biology for useful applications. Spurred by that interest, I joined the 2009 Berkeley iGEM team to work on bacterial surface display, and from there I became inspired to one day TA iGEM, contributing to this rich experience for students and just getting plain old excited for novel synthetic biology research.
</font>  
</font>  
</div>
</div>
-
<div id="description" style = "width:610px; height:180px">
+
<div id="description" style = "width:640px; height:185px">
-
<font face="arial" size = "4">Ben Heineike</font> <p> <font face="arial" size = "3">
+
<font face="calibri" size = "3.5", color = "#008000"><b>Ben Heineike</b></font> <p> <font face="calibri" size = "3">
Ben is assisting the IGEM team with computational tools.  He is a PhD student in Bioinformatics, and a member of the UCSF center for Systems and Synthetic Biology.
Ben is assisting the IGEM team with computational tools.  He is a PhD student in Bioinformatics, and a member of the UCSF center for Systems and Synthetic Biology.
-
He grew up in Kings Beach, Ca and graduated from North Tahoe High School, and afterwards attended the US Naval Academy, where he studied mathematics.  He also holds an MSc in Applied and Computational Mathematics from the University of Oxford.  He spent several years as a Surface Wafare Officer in the US Navy including a tour as a mathematics instructor at the Naval Academy.  
+
He grew up in Kings Beach, Ca and graduated from North Tahoe High School, and afterwards attended the US Naval Academy, where he studied mathematics.  He also holds an MSc in Applied and Computational Mathematics from the University of Oxford.  He spent several years as a Surface Wafare Officer in the US Navy including a tour as a mathematics instructor at the Naval Academy.
</font>   
</font>   
</div>
</div>
-
<div id="description" style = "width:610px; height:180px">
+
<div id="description" style = "width:640px; height:155px">
-
<font face="arial" size = "4">Graham Heimberg</font> <p> <font face="arial" size = "3">
+
<font face="calibri" size = "3.5", color = "#008000"><b>Graham Heimberg</b></font> <p> <font face="calibri" size = "3">
-
I'm Graham, a third year Bioinformatics PhD student here at UCSF.  After doing iGEM as an undergrad at University of Illinois at Urbana-Champaign... twice, I figured I wasn't quite done yet.  So now I help with the computational aspects of the team's project.  I think iGEM is a pretty cool opportunity. Here at UCSF where we have a team mainly comprised of high school students and it's particularly exciting for this to be their first exposure to hands on, technical science.
+
I'm Graham, a third year Bioinformatics PhD student here at UCSF.  After doing iGEM as an undergrad at University of Illinois at Urbana-Champaign... twice, I figured I wasn't quite done yet.  So now I help with the computational aspects of the team's project.  I think iGEM is a pretty cool opportunity. Here at UCSF where we have a team mainly comprised of high school students and it's particularly exciting for this to be their first exposure to hands on, technical science.
</font>  
</font>  
</div>
</div>
-
<div id="description" style = "width:610px; height:180px">
+
<div id="description" style = "width:640px; height:205px">
-
  <font face="arial" size = "4">Greg Fedewa</font> <p> <font face="arial" size = "3">  
+
  <font face="calibri" size = "3.5", color = "#008000"><b>Greg Fedewa</b></font> <p> <font face="calibri" size = "3">  
Greg is a third year Bioinformatics student at UCSF. He went to
Greg is a third year Bioinformatics student at UCSF. He went to
Michigan State University for undergrad and studied Biochemistry &
Michigan State University for undergrad and studied Biochemistry &
Line 87: Line 282:
</div>
</div>
-
 
+
<div id="description" style = "width:640px; height:230px">
-
<div id="description" style = "width:610px; height:235px">
+
<font face="calibri" size = "3.5", color = "#008000"><b>Anusuya Ramasubramanian</b></font> <p> <font face="calibri" size = "3">
-
<font face="arial" size = "4">Anusuya Ramasubramanian</font> <p> <font face="arial" size = "3">  
+
Anusuya is a third year Bioengineering Ph.D. student in the UCSF/UC Berkeley joint program, where she works at the nexus of tissue engineering, biomaterials and synthetic biology.  She has an undergraduate degree in Biomechanical Engineering from Stanford University.  Having participated in iGEM twice as an undergrad at Stanford - once as team member and once as a mentor - she couldn't help but get involved with iGEM as a graduate student.  Mentoring the UCSF team, which has a unique mix of high school and undergraduate members, has been an enriching and rewarding experience.  Anusuya has been really impressed with the progress of this year's team and can't wait to see the impact of their work at the Jamboree and beyond!  
-
Anusuya is a third year Bioengineering Ph.D. student in the UCSF/UC Berkeley joint program, where she works at the nexus of tissue engineering, biomaterials and synthetic biology.  She has an undergraduate degree in Biomechanical Engineering from Stanford University.  Having participated in iGEM twice as an undergrad at Stanford - once as team member and once as a mentor - she couldn't help but get involved with iGEM as a graduate student.  Mentoring the UCSF team, which has a unique mix of high school and undergraduate members, has been an enriching and rewarding experience.  Anusuya has been really impressed with the progress of this year's team and can't wait to see the impact of their work at the Jamboree and beyond!
+
</font>  
</font>  
</div>
</div>
-
<div id="description" style = "width:610px; height:230px">
+
<div id="description" style = "width:640px; height:130px">
-
<font face="arial" size = "4">Thomas Stevens</font> <p> <font face="arial" size = "3">  
+
<font face="calibri" size = "3.5", color = "#008000"><b>Thomas Stevens</b></font> <p> <font face="calibri" size = "3">
Thomas is a graduate student in Biophysics at UCSF. He worked on the iGEM team at Washington University in St. Louis in 2009, optimizing light harvesting in the photosynthetic bacterium R. sphaeroides. He is enjoying revisiting iGEM in his first mentorship role, helping students collect and analyze gene expression data.
Thomas is a graduate student in Biophysics at UCSF. He worked on the iGEM team at Washington University in St. Louis in 2009, optimizing light harvesting in the photosynthetic bacterium R. sphaeroides. He is enjoying revisiting iGEM in his first mentorship role, helping students collect and analyze gene expression data.
</font>  
</font>  
</div>
</div>
 +
<div id="description" style = "width:640px; height:230px">
 +
<font face="calibri" size = "3.5", color = "#008000"><b>Matt Rubashkin</b></font> <p> <font face="calibri" size = "3">
 +
Matt is assisting the iGEM team with microscopy tools and synthetic biology backround. Matt graduated from Johns Hopkins University in May 2010, receiving a B.S. in Biomedical Engineering. At JHU, he participated in Dr. Jef Boeke's Build-A-Genome project, synthesizing a functional designer eukaryotic chromosome. Currently, Matt is a PhD student in the joint UCSF/UCB program in Bioengineering. He investigates the role of epithelial cell dimensionality and membrane protein dynamics in the context of cancer invasion and metastasis. Matt is excited to teach the next generation of bioengineers and synthetic biologists through iGEM at UCSF!
 +
</font>
 +
</div>
 +
</div>
 +
</div>
-
 
+
<div id="sidebar">
-
 
+
<div id="list">
-
 
+
<h2>Team</h2>
-
 
+
<ul>
-
 
+
<li><a href="https://2013.igem.org/Team:UCSF/About_Us">About Us</a></li>
 +
<li><a href="https://2013.igem.org/Team:UCSF/Team">Members</a></li>
 +
<li><a href="https://2013.igem.org/Team:UCSF/Advisors">Advisors</a></li>
 +
<li><a href="https://2013.igem.org/Team:UCSF/Mentors&Instructors">Mentors</a></li>
 +
<li><a href="https://igem.org/Team.cgi?year=2013&team_name=UCSF">Profile</a></li>
 +
<li><a href="https://2013.igem.org/Team:UCSF/ContactUs">Contact Us</a>
 +
</ul>
 +
</div>
 +
</body>
</html>
</html>

Latest revision as of 18:37, 27 May 2014

Mentors

Susan Chen

Hello! My name is Susan and I am a third year at UCSF in the Tetrad program. I grew up in the east bay area and stayed around to study biochemistry and bioengineering at UC Berkeley (Go Bears!). During my time at Cal, I discovered academic research, more specifically synthetic biology, and became very interested in harvesting the power of biology for useful applications. Spurred by that interest, I joined the 2009 Berkeley iGEM team to work on bacterial surface display, and from there I became inspired to one day TA iGEM, contributing to this rich experience for students and just getting plain old excited for novel synthetic biology research.

Ben Heineike

Ben is assisting the IGEM team with computational tools. He is a PhD student in Bioinformatics, and a member of the UCSF center for Systems and Synthetic Biology. He grew up in Kings Beach, Ca and graduated from North Tahoe High School, and afterwards attended the US Naval Academy, where he studied mathematics. He also holds an MSc in Applied and Computational Mathematics from the University of Oxford. He spent several years as a Surface Wafare Officer in the US Navy including a tour as a mathematics instructor at the Naval Academy.

Graham Heimberg

I'm Graham, a third year Bioinformatics PhD student here at UCSF. After doing iGEM as an undergrad at University of Illinois at Urbana-Champaign... twice, I figured I wasn't quite done yet. So now I help with the computational aspects of the team's project. I think iGEM is a pretty cool opportunity. Here at UCSF where we have a team mainly comprised of high school students and it's particularly exciting for this to be their first exposure to hands on, technical science.

Greg Fedewa

Greg is a third year Bioinformatics student at UCSF. He went to Michigan State University for undergrad and studied Biochemistry & Molecular Biology. While there he worked in a plant biochemistry lab. After undergrad, he worked for a few years researching plant genetics. He also helped with the iGEM Jamboree in 2009. This year he is helping mostly with wet lab experiments and analysis.

Anusuya Ramasubramanian

Anusuya is a third year Bioengineering Ph.D. student in the UCSF/UC Berkeley joint program, where she works at the nexus of tissue engineering, biomaterials and synthetic biology. She has an undergraduate degree in Biomechanical Engineering from Stanford University. Having participated in iGEM twice as an undergrad at Stanford - once as team member and once as a mentor - she couldn't help but get involved with iGEM as a graduate student. Mentoring the UCSF team, which has a unique mix of high school and undergraduate members, has been an enriching and rewarding experience. Anusuya has been really impressed with the progress of this year's team and can't wait to see the impact of their work at the Jamboree and beyond!

Thomas Stevens

Thomas is a graduate student in Biophysics at UCSF. He worked on the iGEM team at Washington University in St. Louis in 2009, optimizing light harvesting in the photosynthetic bacterium R. sphaeroides. He is enjoying revisiting iGEM in his first mentorship role, helping students collect and analyze gene expression data.

Matt Rubashkin

Matt is assisting the iGEM team with microscopy tools and synthetic biology backround. Matt graduated from Johns Hopkins University in May 2010, receiving a B.S. in Biomedical Engineering. At JHU, he participated in Dr. Jef Boeke's Build-A-Genome project, synthesizing a functional designer eukaryotic chromosome. Currently, Matt is a PhD student in the joint UCSF/UCB program in Bioengineering. He investigates the role of epithelial cell dimensionality and membrane protein dynamics in the context of cancer invasion and metastasis. Matt is excited to teach the next generation of bioengineers and synthetic biologists through iGEM at UCSF!