Team:UCSF/Team

From 2013.igem.org

(Difference between revisions)
 
(12 intermediate revisions not shown)
Line 1: Line 1:
-
{{Template:UCSF}}
+
{{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="http://tinyurl.com/twilightsparkles"/>
+
#content h1.firstHeading {
-
<head>
+
visibility:hidden;
 +
}
 +
#p-logo {
 +
display: none;
 +
}
 +
#searchform {
 +
    display: none;
 +
}
 +
.left-menu {
 +
background-color: #555;
 +
 +
}
 +
.left-menu a {
 +
    color: #000;
 +
}
 +
div#top-section{ /*the div containing the entire top bar*/
 +
height: 20px;
 +
margin-bottom: 0px !important;
 +
border: none;
 +
}
-
<style>
+
#content{
-
#mission {width: 500px; float:left; background-color: #F5F5F5; margin-left:8px; padding: 10px; margin-top:8px;}
+
margin-top: 0px;
-
#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: #F5F5F5; margin-left: 8px;  margin-top:10px;}
+
-
#description{width:450px; height:110px;float:left; background-color: #F5F5F5; margin-left: 8px;  margin-top:10px;}
+
-
#flickr{width:755px; float:right;}
+
-
#leftcolumntotal{width:200px; height:1800px; float: left; margin-top:0px;}  
+
-
</style>
+
#search-controls {
 +
overflow:hidden;
 +
display:none;
 +
background: none;
 +
position: absolute;
 +
top: 170px;
 +
right: 40px;
 +
}
-
<div id="rightcontent">
 
 +
div#header {
 +
width: 975px;
 +
text-align: left;
 +
margin-left: auto;
 +
margin-right: auto;
 +
margin-bottom: 0px !important;
 +
 +
#menubar {
 +
position: absolute;
 +
background: none;
 +
color: black;
 +
}
-
</div>
+
.left-menu, .right-menu{
 +
position: absolute;
 +
background: none;
 +
color: black;
 +
}
-
</head>
+
.left-menu li a, .right-menu li a {
 +
color: #000 !important;
 +
}
-
<div id="rightcontenttext">
 
 +
.left-menu ul li, .right-menu ul li a{
 +
background: none;
 +
color: #000 !important;
 +
}
-
<h3orange>First Years </h3orange> <p>
+
.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:140px; float:left; background-color: #FFFFFF; margin-left: 2px;  margin-top:10px;}
 +
#description{width:600px; height:112px;float:left; background-color: #FFFFFF; margin-left: 2px;  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">
 +
<h2><FONT COLOR="#008000">First Year Team Members </FONT COLOR="#008000"> </h2 <p>
<div id="photos">
<div id="photos">
-
<img align="left" style="margin-bottom:8px; width:130px;height:182px; padding:0;"  
+
<img align="left" style="margin-bottom:8px; width:130px;height:185px; padding:0;"  
src=" https://static.igem.org/mediawiki/2013/8/81/UCSF2013-PriyankaDadlani.png">  
src=" https://static.igem.org/mediawiki/2013/8/81/UCSF2013-PriyankaDadlani.png">  
-
<img align="left" style="margin-bottom:8px; width:130px;height:182px; padding:0;" src="https://static.igem.org/mediawiki/2013/9/97/UCSF2013_DavidDinh.png">  
+
<img align="left" style="margin-bottom:8px; width:130px;height:185px; padding:0;" src="https://static.igem.org/mediawiki/2013/9/97/UCSF2013_DavidDinh.png">  
-
<img align="left" style="margin-bottom:8px; width:130px;height:182px; padding:0;"  
+
<img align="left" style="margin-bottom:8px; width:130px;height:185px; padding:0;"  
src="https://static.igem.org/mediawiki/2013/d/dd/UCSF2013-IanErgui.png">  
src="https://static.igem.org/mediawiki/2013/d/dd/UCSF2013-IanErgui.png">  
-
<img align="left" style="margin-bottom:8px; width:130px;height:182px; padding:0;"  
+
<img align="left" style="margin-bottom:8px; width:130px;height:185px; padding:0;"  
src="https://static.igem.org/mediawiki/2013/2/25/UCSF2013-FelicityJika.png">  
src="https://static.igem.org/mediawiki/2013/2/25/UCSF2013-FelicityJika.png">  
-
<img align="left" style="margin-bottom:8px; width:130px;height:182px; padding:0;" src="https://static.igem.org/mediawiki/2013/0/09/UCSF2013_DerrickLee.png">  
+
<img align="left" style="margin-bottom:8px; width:130px;height:185px; padding:0;" src="https://static.igem.org/mediawiki/2013/0/09/UCSF2013_DerrickLee.png">  
-
<img align="left" style="margin-bottom:8px; width:130px;height:182px; padding:0;"  
+
<img align="left" style="margin-bottom:8px; width:130px;height:185px; padding:0;"  
src="https://static.igem.org/mediawiki/2013/b/b1/UCSF2013-SherryTeng.png">  
src="https://static.igem.org/mediawiki/2013/b/b1/UCSF2013-SherryTeng.png">  
-
<img align="left" style="margin-bottom:8px;width:130px;height:182px; padding:0;"  
+
<img align="left" style="margin-bottom:8px;width:130px;height:185px; padding:0;"  
src="https://static.igem.org/mediawiki/2013/7/7a/UCSF2013-EricWong.png">  
src="https://static.igem.org/mediawiki/2013/7/7a/UCSF2013-EricWong.png">  
Line 59: Line 254:
</div>
</div>
-
<div id="description" style = "width:530px; height:180px">
+
<div id="description" style = "width:640px; height:183px">
-
<h3orange1>Priyanka Dadlani</h3orange1> <p> <regulartext1>  
+
<font face="calibri" size = "3.5", color = "#008000"><b>Priyanka Dadlani</b></font> <p> <font face="calibri" size = "3">
Hi everyone! I am Priyanka Dadlani, an undergraduate at UC-Berkeley studying chemistry, earning my teaching credential, and having fun exploring computer science.  My future interests include studying pharmacology and incorporating computational techniques into my research.  In my free time, I enjoy running and hiking near scenic areas, such as Cayucos and Inspiration Point. Not to mention, I love trying out new restaurants and tapioca drinks.  
Hi everyone! I am Priyanka Dadlani, an undergraduate at UC-Berkeley studying chemistry, earning my teaching credential, and having fun exploring computer science.  My future interests include studying pharmacology and incorporating computational techniques into my research.  In my free time, I enjoy running and hiking near scenic areas, such as Cayucos and Inspiration Point. Not to mention, I love trying out new restaurants and tapioca drinks.  
-
</regulartext1>  
+
</font>  
</div>
</div>
-
<div id="description" style = "width:530px; height:180px">
+
<div id="description" style = "width:640px; height:183px">
-
<h3orange1>David Dinh</h3orange1> <p> <regulartext1>  
+
<font face="calibri" size = "3.5", color = "#008000"><b>David Dinh</b></font> <p> <font face="calibri" size = "3">
-
Hello! My name is David Dinh. I am a recent graduate of Abraham Lincoln High School and headed to UCDavis this fall as an undergraduate. Currently I am debating either Biotechnology or Molecular Biology as my major. Afterward I want to earn a masters degree and a PhD. My friends say that I can be very loud and that I am too nice for my own good. In my free time, I like to play tennis and computer games, or hang out with my friends. I first got interested in science in the fifth grade when my teacher accidently “overcooked” a dragonfly in her car during a school field trip.  
+
Hello! My name is David Dinh. I am a recent graduate of Abraham Lincoln High School and headed to UC Davis this fall as an undergraduate. Currently, I am debating between either majoring in Biotechnology or Molecular Biology. Afterward, I want to earn a Masters degree and a PhD. My friends say that I can be very loud and that I am too nice for my own good. In my free time, I like to play tennis and computer games or hang out with my friends. I first got interested in science in the fifth grade when my teacher accidently “overcooked” a dragonfly in her car during a school field trip.  
-
</regulartext1>  
+
</font>
</div>
</div>
-
<div id="description" style = "width:530px; height:180px">
+
<div id="description" style = "width:640px; height:183px">
-
<h3orange1>Ian Ergui</h3orange1> <p> <regulartext1>  
+
<font face="calibri" size = "3.5", color = "#008000"><b>Ian Ergui</b></font> <p> <font face="calibri" size = "3">
-
I am Ian Ergui, a University of Miami student and Howard Hughes Medical Institute undergraduate researcher. My interests lie in the fields of synthetic biology, epigenetics and pharmacoepigenetics. As a research assistant at the Hussman institute of Human Genomics at UM, I conduct work regarding the effects of cocaine use on genomic methylation in the brain as well as bacterial engineering experiments. I am happy to have the opportunity to be part of the 2013 UCSF iGEM team. When not in lab, I enjoy training in Gracie Jiu Jitsu and boxing.
+
I am Ian Ergui, a University of Miami student and Howard Hughes Medical Institute undergraduate researcher. My research interests lie in the fields of synthetic biology, epigenetics and pharmacoepigenetics. As a research assistant at the Hussman institute of Human Genomics at UM, I conduct research on the effects of cocaine use on genomic methylation in the brain as well as bacterial engineering experiments. I am happy to have the opportunity to be part of the 2013 UCSF iGEM team. When not in lab, I enjoy training in Gracie Jiu Jitsu and boxing.
-
</regulartext1>  
+
</font>  
</div>
</div>
-
<div id="description" style = "width:530px; height:180px">
+
<div id="description" style = "width:640px; height:183px">
-
  <h3orange1>Felicity Jika</h3orange1> <p> <regulartext1>  
+
  <font face="calibri" size = "3.5", color = "#008000"><b>Felicity Jika</b></font> <p> <font face="calibri" size = "3">  
-
Hey, my name is Felicity Jika, I have been interested in science for as long as I can remember. I am a recent graduate of Abraham Lincoln High School in San Francisco, and will be attending San Francisco State University in the fall. I was born in Nigeria and came to America when I was four years old. I am interested in foreign drama shows and reading book about magic, which to me is science that can’t be explained.     
+
Hey! My name is Felicity Jika, and I have been interested in science for as long as I can remember. I am a recent graduate of Abraham Lincoln High School in San Francisco and will be attending San Francisco State University in the fall. I was born in Nigeria and came to America when I was four years old. I am interested in foreign drama shows and reading books about magic, which, to me, is science that can’t be explained.     
-
</regulartext1>  
+
</font>  
</div>
</div>
-
<div id="description" style = "width:530px; height:180px">
+
<div id="description" style = "width:640px; height:183px">
-
<h3orange1>Derric Lee</h3orange1> <p> <regulartext1>  
+
<font face="calibri" size = "3.5", color = "#008000"><b>Derrick Lee</b></font> <p> <font face="calibri" size = "3">
-
Hi I’m Derrick! I recently graduated from Abraham Lincoln High School in San Francisco and plan to attend City College of San Francisco with the intention of transferring to UC-Davis in two years. So far my goal is to major in Molecular Biology and possibly pursue a PhD. In my off time I enjoy playing games, watching movies, and eating.   
+
Hi, I’m Derrick! I recently graduated from Abraham Lincoln High School in San Francisco and plan to attend City College of San Francisco with the intention of transferring to UC-Davis in two years. So far my goal is to major in Molecular Biology and possibly pursue a PhD. In my off time, I enjoy playing games, watching movies, and eating.   
-
</regulartext1>  
+
</font>  
</div>
</div>
-
<div id="description" style = "width:530px; height:180px">
+
<div id="description" style = "width:640px; height:183px">
-
<h3orange1>Sherry Teng</h3orange1> <p> <regulartext1>  
+
<font face="calibri" size = "3.5", color = "#008000"><b>Sherry Teng</b></font> <p> <font face="calibri" size = "3">
My name is Sherry Teng.  My favorite color is red. I’m entering UCLA as a freshman this fall and I plan to major in Molecular Cell and Developmental Biology.  In my free time, I like to watch stand up comedy and exercise my own sense of humor.
My name is Sherry Teng.  My favorite color is red. I’m entering UCLA as a freshman this fall and I plan to major in Molecular Cell and Developmental Biology.  In my free time, I like to watch stand up comedy and exercise my own sense of humor.
-
</regulartext1>  
+
</font>  
</div>
</div>
-
<div id="description" style = "width:530px; height:180px">
+
<div id="description" style = "width:640px; height:183px">
-
<h3orange1>Eric Wong</h3orange1> <p> <regulartext1>  
+
<font face="calibri" size = "3.5", color = "#008000"><b>Eric Wong</b></font> <p> <font face="calibri" size = "3">
-
Hello my name is Eric Wong. I’m a 2013 graduate of Abraham Lincoln High School in San Francisco. I’m attending the College of San Mateo and am interested in transferring to UC-Davis after two years. I intend to major in Molecular Biology with some sort of minor in business. For me, iGEM is a chance to dive straight into hands-on, innovative research. It’s a pleasure to be a part of this enormous community where we all work together to discover and create things we never imagined or thought possible.  Outside of iGEM, I read leisurely and surf the web to my heart’s content.
+
Hello, my name is Eric Wong. I’m a 2013 graduate of Abraham Lincoln High School in San Francisco. I’m attending the College of San Mateo and am interested in transferring to UC-Davis after two years. I intend to major in Molecular Biology with some sort of minor in business. For me, iGEM is a chance to dive straight into hands-on, innovative research. It’s a pleasure to be a part of this enormous community where we all work together to discover and create things we never imagined or thought possible.  Outside of iGEM, I read leisurely and surf the web to my heart’s content.
-
</regulartext1>  
+
</font>
 +
</div>
</div>
</div>
-
 
+
<div id="box1" align="justify">
-
<div id="rightcontent" style = "width:745px">
+
<h2><FONT COLOR="#008000"> Super Buddies/Second Year iGEM Team </FONT COLOR="#008000"></h2> </p>
-
 
+
-
<p>
+
-
 
+
-
<h3orange> Super Buddies/Second Years </h3orange> </p>
+
<div id="photos">
<div id="photos">
-
<img align="left" style="margin-bottom:8px; width:130px;height:182px; padding:0;"  
+
<img align="left" style="margin-bottom:8px; width:130px;height:185px; padding:0;"  
src="https://static.igem.org/mediawiki/2013/3/31/UCSF2013-VernaHuang.png">  
src="https://static.igem.org/mediawiki/2013/3/31/UCSF2013-VernaHuang.png">  
-
<img align="left" style="margin-bottom:8px; width:130px;height:182px; padding:0;" src="https://static.igem.org/mediawiki/2013/0/07/UCSF2013-JIWeiyue.png">  
+
<img align="left" style="margin-bottom:8px; width:130px;height:185px; padding:0;" src="https://static.igem.org/mediawiki/2013/0/07/UCSF2013-JIWeiyue.png">  
-
<img align="left" style="margin-bottom:8px; width:130px;height:182px; padding:0;"  
+
<img align="left" style="margin-bottom:8px; width:130px;height:185px; padding:0;"  
src="https://static.igem.org/mediawiki/2013/8/8c/UCSF2013-KendallKearns.png">  
src="https://static.igem.org/mediawiki/2013/8/8c/UCSF2013-KendallKearns.png">  
Line 121: Line 313:
</div>
</div>
-
<div id="description" style = "width:530px; height:180px">
+
<div id="description" style = "width:640px; height:183px">
-
<h3orange1>Verna Huang</h3orange1> <p> <regulartext1>  
+
<font face="calibri" size = "3.5", color = "#008000"><b>Verna Huang</b></font> <p> <font face="calibri" size = "3">
-
Hi, my name is Verna Huang. I've loved science since 6th grade, and I hope to expand my interest in science through iGem. This is my second year in the iGEM competition with UCSF. When I’m not geeking out over synthetic biology, I like to read fiction of any kind, draw my surroundings, and swim. I am currently a second year student at UC-Santa Barbara, possibly majoring in Biochemistry and Molecular Biology.
+
Hi, my name is Verna Huang. I've loved science since 6th grade, and I hope to expand my interest in science through iGEM. This is my second year in the iGEM competition as part of the UCSF team. When I’m not geeking out over synthetic biology, I like to read fiction of any kind, draw my surroundings, and swim. I am currently a second year student at UC-Santa Barbara, possibly majoring in Biochemistry and Molecular Biology.
-
</regulartext1>  
+
</font>  
</div>
</div>
-
<div id="description" style = "width:530px; height:180px">
+
<div id="description" style = "width:640px; height:183px">
-
<h3orange1>JI Weiyue</h3orange1> <p> <regulartext1>  
+
<font face="calibri" size = "3.5", color = "#008000"><b>JI Weiyue</b></font> <p> <font face="calibri" size = "3">
-
My name is JI Weiyue and I’m a senior undergraduate from Peking University majoring in Life Sciences. Impressed by the marvelous biological phenomena and the ways scientists may accurately control and freely engineer living systems, I joined the 2011 Peking iGEM team and have been working in the field of synthetic biology ever since. This summer at UCSF is a good chance for me to improve my scientific skills and develop new connections. In my leisure time, I enjoy reading various kinds of books and playing the piano.
+
My name is JI Weiyue and I’m a senior undergraduate from Peking University majoring in Life Sciences. Impressed by the marvelous biological phenomena and the ways scientists may accurately control and freely engineer living systems, I joined the 2011 Peking iGEM team and have been working in the field of synthetic biology ever since. This summer at UCSF, I have had the great opportunity to improve my scientific skills and develop new connections. In my leisure time, I enjoy reading various kinds of books and playing the piano.
-
</regulartext1>  
+
</font>  
</div>
</div>
-
<div id="description" style = "width:530px; height:200px">
+
<div id="description" style = "width:640px; height:183px">
-
<h3orange1>Kendall Kearns</h3orange1> <p> <regulartext1>  
+
<font face="calibri" size = "3.5", color = "#008000"><b>Kendall Kearns</b></font> <p> <font face="calibri" size = "3">
Hi there! My name is Kendall Kearns. I love food, sleep, the color blue, music, art, and hanging out with friends and family. In my free time, I enjoy watching movies, reading, Olympic-style weightlifting or working out, and cooking! I've always loved science, probably since I started watching “The Magic School Bus” every morning in elementary and middle school. I'm currently attending UC-Irvine, possibly majoring in Microbiology and Immunology. I might also want to minor in something else, but I'm not sure yet! This is my second year competing with the UCSF iGEM team.  
Hi there! My name is Kendall Kearns. I love food, sleep, the color blue, music, art, and hanging out with friends and family. In my free time, I enjoy watching movies, reading, Olympic-style weightlifting or working out, and cooking! I've always loved science, probably since I started watching “The Magic School Bus” every morning in elementary and middle school. I'm currently attending UC-Irvine, possibly majoring in Microbiology and Immunology. I might also want to minor in something else, but I'm not sure yet! This is my second year competing with the UCSF iGEM team.  
-
</regulartext1>  
+
</font>
 +
</div>
 +
</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>
-
 
-
 
-
<!--- The Mission, Experiments --->
 
-
 
-
{| style="color:#1b2c8a;background-color:#0c6;" cellpadding="3" cellspacing="1" border="1" bordercolor="#fff" width="62%" align="center"
 
-
!align="center"|[[Team:UCSF|Home]]
 
-
!align="center"|[[Team:UCSF/Team|Team]]
 
-
!align="center"|[https://igem.org/Team.cgi?year=2013&team_name=UCSF Official Team Profile]
 
-
!align="center"|[[Team:UCSF/Project|Project]]
 
-
!align="center"|[[Team:UCSF/Parts|Parts Submitted to the Registry]]
 
-
!align="center"|[[Team:UCSF/Modeling|Modeling]]
 
-
!align="center"|[[Team:UCSF/Notebook|Notebook]]
 
-
!align="center"|[[Team:UCSF/Safety|Safety]]
 
-
!align="center"|[[Team:UCSF/Attributions|Attributions]]
 
-
|}
 

Latest revision as of 18:16, 28 October 2013

First Year Team Members

Priyanka Dadlani

Hi everyone! I am Priyanka Dadlani, an undergraduate at UC-Berkeley studying chemistry, earning my teaching credential, and having fun exploring computer science. My future interests include studying pharmacology and incorporating computational techniques into my research. In my free time, I enjoy running and hiking near scenic areas, such as Cayucos and Inspiration Point. Not to mention, I love trying out new restaurants and tapioca drinks.

David Dinh

Hello! My name is David Dinh. I am a recent graduate of Abraham Lincoln High School and headed to UC Davis this fall as an undergraduate. Currently, I am debating between either majoring in Biotechnology or Molecular Biology. Afterward, I want to earn a Masters degree and a PhD. My friends say that I can be very loud and that I am too nice for my own good. In my free time, I like to play tennis and computer games or hang out with my friends. I first got interested in science in the fifth grade when my teacher accidently “overcooked” a dragonfly in her car during a school field trip.

Ian Ergui

I am Ian Ergui, a University of Miami student and Howard Hughes Medical Institute undergraduate researcher. My research interests lie in the fields of synthetic biology, epigenetics and pharmacoepigenetics. As a research assistant at the Hussman institute of Human Genomics at UM, I conduct research on the effects of cocaine use on genomic methylation in the brain as well as bacterial engineering experiments. I am happy to have the opportunity to be part of the 2013 UCSF iGEM team. When not in lab, I enjoy training in Gracie Jiu Jitsu and boxing.

Felicity Jika

Hey! My name is Felicity Jika, and I have been interested in science for as long as I can remember. I am a recent graduate of Abraham Lincoln High School in San Francisco and will be attending San Francisco State University in the fall. I was born in Nigeria and came to America when I was four years old. I am interested in foreign drama shows and reading books about magic, which, to me, is science that can’t be explained.

Derrick Lee

Hi, I’m Derrick! I recently graduated from Abraham Lincoln High School in San Francisco and plan to attend City College of San Francisco with the intention of transferring to UC-Davis in two years. So far my goal is to major in Molecular Biology and possibly pursue a PhD. In my off time, I enjoy playing games, watching movies, and eating.

Sherry Teng

My name is Sherry Teng. My favorite color is red. I’m entering UCLA as a freshman this fall and I plan to major in Molecular Cell and Developmental Biology. In my free time, I like to watch stand up comedy and exercise my own sense of humor.

Eric Wong

Hello, my name is Eric Wong. I’m a 2013 graduate of Abraham Lincoln High School in San Francisco. I’m attending the College of San Mateo and am interested in transferring to UC-Davis after two years. I intend to major in Molecular Biology with some sort of minor in business. For me, iGEM is a chance to dive straight into hands-on, innovative research. It’s a pleasure to be a part of this enormous community where we all work together to discover and create things we never imagined or thought possible. Outside of iGEM, I read leisurely and surf the web to my heart’s content.

Super Buddies/Second Year iGEM Team

Verna Huang

Hi, my name is Verna Huang. I've loved science since 6th grade, and I hope to expand my interest in science through iGEM. This is my second year in the iGEM competition as part of the UCSF team. When I’m not geeking out over synthetic biology, I like to read fiction of any kind, draw my surroundings, and swim. I am currently a second year student at UC-Santa Barbara, possibly majoring in Biochemistry and Molecular Biology.

JI Weiyue

My name is JI Weiyue and I’m a senior undergraduate from Peking University majoring in Life Sciences. Impressed by the marvelous biological phenomena and the ways scientists may accurately control and freely engineer living systems, I joined the 2011 Peking iGEM team and have been working in the field of synthetic biology ever since. This summer at UCSF, I have had the great opportunity to improve my scientific skills and develop new connections. In my leisure time, I enjoy reading various kinds of books and playing the piano.

Kendall Kearns

Hi there! My name is Kendall Kearns. I love food, sleep, the color blue, music, art, and hanging out with friends and family. In my free time, I enjoy watching movies, reading, Olympic-style weightlifting or working out, and cooking! I've always loved science, probably since I started watching “The Magic School Bus” every morning in elementary and middle school. I'm currently attending UC-Irvine, possibly majoring in Microbiology and Immunology. I might also want to minor in something else, but I'm not sure yet! This is my second year competing with the UCSF iGEM team.