Team:Virginia/Team

From 2011.igem.org

(Difference between revisions)
(Who we are)
Line 1: Line 1:
-
{|align="center"
+
<html xmlns="http://www.w3.org/1999/xhtml">
-
|[[File:horizontaluvalogo.gif]]
+
<head>
-
|}
+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
 +
<title>iGEM - Team Virginia - Team</title>
 +
<style>
 +
@charset "UTF-8";
 +
/* --- CSS Document by Codify Design Studio - codifydesign.com --- */
-
{| style="color:orange;background-color:white;" cellspacing="1" width="100%" align="center"
+
body {
-
!align="center"|[[Team:Virginia|Home]]
+
margin: 0px;
-
!align="center"|[[Team:Virginia/Team|Team]]
+
color: #333;
-
!align="center"|[https://igem.org/Team.cgi?year=2011&team_name=Virginia Official Team Profile]
+
font-size: 12px;
-
!align="center"|[[Team:Virginia/Project|Project]]
+
font-family: "Trebuchet MS",Arial, Verdana, Univers;
-
!align="center"|[[Team:Virginia/Parts|Parts Submitted to the Registry]]
+
background-color: #ffffff;
-
!align="center"|[[Team:Virginia/Modeling|Modeling]]
+
/*background-image: url(images/pattern.jpg);*/
-
!align="center"|[[Team:Virginia/Notebook|Notebook]]
+
background-repeat: repeat;
-
!align="center"|[[Team:Virginia/Safety|Safety]]
+
}
-
!align="center"|[[Team:Virginia/Attributions|Attributions]]
+
-
|}
+
-
== '''Who we are''' ==
+
h1 { color: #333; font-size: 16px; font-weight: bold; margin: 3px 0px 25px 0px; border-top: solid; border-color: #666; border-width: 1px;}
-
{|border = "0"
+
h2 { color: #333; font-size: 14px; font-weight: normal; margin: 0px 0px 15px 0px; }
-
|-
+
-
|rowspan="3"|
+
-
'''Advisors:'''
+
-
*[http://dept.biology.virginia.edu/primary-faculty/single-gallery/7793419 '''Professor Kozminski''']: Department of Biology
+
a          { color: #ba7007; }
-
*[http://www.che.virginia.edu/people/faculty/kwon.php '''Professor Kwon''']: Department of Chemical Engineering
+
a:visited  { color: #ba7007; }
-
*[http://bme.virginia.edu/people/papin.html '''Professor Papin''']: Department of Biomedical Engineering
+
a:hover    { color: black; }
 +
.container {
 +
width: 908px;
 +
margin-left: auto;
 +
margin-right: auto;
 +
background-color: #ffffff;
 +
 +
}
-
'''Undergrads:'''
 
-
*'''Arjun Athreya''': Class of 2012 - Psychology/Chemistry
+
/* BANNER AREA */
-
*'''Josh Fass''': Class of 2014 - Biomedical Engineering
+
.bannerArea {
-
*'''Jackie Niu''': Class of 2012 - Biomedical Engineering
+
width: 908px;
-
*'''Yong Wu''': Class of 2012 - Chemical Engineering
+
}
-
*'''Yanzhi Yang''': Class of 2014 - Chemical Engineering
+
 +
.bannerNav {
 +
width: 800px;
 +
margin: 0px 0px 40px 15px;
 +
#margin-bottom: 10px; /* for IE */
 +
color: #0360b0;
 +
font-size: 14px;
 +
font-weight: bold;
 +
}
-
[https://igem.org/Team.cgi?year=2011&team_name=Virginia View Our Official Team Profile]
+
.bannerNav ul{
 +
margin: 0px;
 +
}
-
== '''What we did''' ==
+
.bannerNav li{
 +
list-style: none;
 +
float:left;
 +
margin: 0px 18px 0px 0px;
 +
#margin-left: 20px; /* for IE */
 +
}
-
Cool stuff
+
.bannerNav a{
 +
margin-left: 0px;
 +
color: #0360b0;
 +
text-decoration: none;
 +
}
 +
.bannerNav a:visited{
 +
color: #0360b0;
 +
}
 +
.bannerNav a:hover{
 +
color: #000000;
 +
}
-
== '''Where we're from''' ==
+
.bannersubnav {
 +
padding-top: 20px;
 +
padding-right: 20px;
 +
float: right;
 +
color: #3e75a6;
 +
font-size: 10px;
 +
font-weight: bold;
 +
font-family: Verdana,Arial, Helvetica , sans-serif;
 +
}
-
{|align="center"
+
.bannersubnav a { color: #3e75a6; text-decoration: none; padding-left: 5px; padding-right: 5px; }
-
|[[File:Rotunda1600x1200.jpg|960px|The Rotunda]]
+
.bannersubnav a:visited { color: #3e75a6; }
-
|}
+
.bannersubnav a:hover { color: #000000; text-decoration: none; }
 +
 
 +
.toplogo {
 +
margin-left: 0px;
 +
padding-top: 0px;
 +
}
 +
 
 +
.navigationArea {
 +
width: 908px;
 +
border-bottom: solid;
 +
border-color: #666;
 +
border-width: 1px;
 +
}
 +
 
 +
/* CONTENT AREA */
 +
 
 +
.contentArea {
 +
width: 908px;
 +
padding-top: 30px;
 +
padding-bottom: 20px;
 +
}
 +
 
 +
.contentleft {
 +
width: 400px;
 +
padding-left: 30px;
 +
padding-right: 40px;
 +
float: left;
 +
}
 +
 
 +
.contentright {
 +
width: 400px;
 +
float: left;
 +
}
 +
 
 +
.imageright {
 +
margin-top: 10px;
 +
margin-left: 10px;
 +
margin-bottom: 10px;
 +
float: right;
 +
}
 +
.imageleft {
 +
margin-right: 30px;
 +
margin-bottom: 10px;
 +
float: left;
 +
}
 +
 
 +
 
 +
/* FOOTER AREA */
 +
.footerArea {
 +
width: 908px;
 +
height: 50px;
 +
}
 +
 
 +
.copyright {
 +
border-top: solid;
 +
border-color: #666;
 +
border-width: 1px;
 +
margin-left: 30px;
 +
margin-right: 30px;
 +
padding-top: 12px;
 +
color: #666;
 +
font-size: 12px;
 +
}
 +
</style>
 +
</head>
 +
<body>
 +
<body>
 +
<div class="container">
 +
<div class="bannerArea">
 +
<div class="toplogo"><a href="https://2011.igem.org/Team:Virginia"><img src="https://static.igem.org/mediawiki/2011/8/89/Emergent_Chaos2.jpg" width="909" height="270" border="0" /></a></div>
 +
<ul class="bannerNav">
 +
<li><a href="https://2011.igem.org/Team:Virginia/Project" >PROJECT</a></li>
 +
                    <li><a href="#" >PARTS</a></li>
 +
                    <li><a href="https://2011.igem.org/Team:Virginia/Modeling" >MODELING</a></li>
 +
                    <li><a href="http://openwetware.org/wiki/IGEM:Virginia/2009/Notebook/VGEM2011/2011" >NOTEBOOK</a></li>
 +
                    <li><a href="https://2011.igem.org/Team:Virginia/Safety" >SAFETY</a></li>
 +
                    <li><a href="https://2011.igem.org/Team:Virginia/HumanPractices" >HUMAN PRACTICES</a></li>
 +
                    <li><a href="https://2011.igem.org/Team:Virginia/Resources" >RESOURCES</a></li>
 +
                    <li><a href="https://2011.igem.org/Team:Virginia/Team" >TEAM</a></li>
 +
                    <li><a href="https://2011.igem.org/Team:Virginia/Attributions" >ATTRIBUTIONS</a></li>
 +
</ul>
 +
</div>
 +
<div class="container">
 +
  <div class="content">
 +
    <h1>Team</h1>
 +
    <h2>Arjun Athreya</h2>
 +
    <p>Arjun is a fourth-year majoring in Psychology and minoring in Chemistry. He currently serves as the leader of Team Virginia and will be attending the iGEM conference for the second time. The only non-engineer on the team, he plays a vital role in broadening the perspectives of the project goals and applications. After graduation, he hopes to pursue a career in medical research, integrating principles of synthetic biology with various medical applications.</p>
 +
    <h2>Josh Fass</h2>
 +
    <p>Josh is a second-year at the University of Virginia studying Biomedical Engineering. This is his first year competing in iGEM. Josh contested assumptions, verified and finalized sequence designs, assembled the wiki, helped research human practices, and performed copious wet lab work. Outside of school, he enjoys reading, biking, politics, and making a difference. He hopes to pursue a career in biomedical research.</p>
 +
    <h2>Jackie Niu</h2>
 +
    <p> Jackie is a fourth-year Biomedical Engineering student at the University of Virginia. She is currently applying to graduate school for Biomedical Engineering. She finds the possibilities and challenges that research poses very intriguing, and is considering a career in academia.</p>
 +
    <p>Her role on the team is making detailed sequencing and circuit designs, making cell culturing mediums and solutions, performing general lab procedures (e.g., gel electrophoresis, PCA, DNA transformation, inoculation, cleaning), managing the timeline, and going to lab late at night to finish experiments other members start in the day. Besides participating in VGEM, she also engage in many other activities including an Arteriogenesis lab, SASE (Society of Asian Scientists and Engineers, puzzles, hiking, cooking, and baking.</p>
 +
    <h2>Yong Wu</h2>
 +
    <p>Yong is a fourth-year chemical engineering student at the University of Virginia. She was a member of the Virginia United team last year, and this is her second year on the VGEM team, continuing the work in computer modeling and simulation on biological processes. Before the summer research took off, she introduced basic microbiology laboratory skills to new team members. She spent her summer at Newark, DE, working as a formulation intern for DuPont's Crop Protection business. Her research interests include polymer chemistry, rheology, bio fuel, and synthetic biology. </p>
 +
    <h2>Yanzhi Yang</h2>
 +
    <p>Yanzhi is a second-year chemical engineering student at the University of Virginia. He brought significant lab expertise to the group and also provided valuable fashion commentary. Outside of class, he volunteers as an Emergency Medical Technician and plays rugby. Upon graduation, he plans to pursue a degree in medicine.
 +
    </p>
 +
    <h1>Advisors</h1>
 +
    <h3><a href="http://dept.biology.virginia.edu/primary-faculty/single-gallery/7793419"> Professor Keith Kozminski</a></h3> <p> Department of Biology</p>
 +
    <h3><a href="http://www.che.virginia.edu/people/faculty/kwon.php"> Professor Inchan Kwon</a></h3>
 +
    <p>Department of Chemical Engineering</p>
 +
    <h3><a href="http://bme.virginia.edu/people/papin.html"> Professor Jason Papin</a></h3>
 +
    <p>Department of Biomedical Engineering</p>
 +
    <p>&nbsp;</p>
 +
    <!-- end .content --></div>
 +
  <!-- end .container --></div>
 +
 
 +
 +
</div>
 +
        <div class="footerArea">
 +
 +
<div class="copyright">Copyleft. All rights reversed.</div>
 +
 +
</div>
 +
</body>
 +
</html>

Revision as of 11:59, 28 September 2011

iGEM - Team Virginia - Team

Team

Arjun Athreya

Arjun is a fourth-year majoring in Psychology and minoring in Chemistry. He currently serves as the leader of Team Virginia and will be attending the iGEM conference for the second time. The only non-engineer on the team, he plays a vital role in broadening the perspectives of the project goals and applications. After graduation, he hopes to pursue a career in medical research, integrating principles of synthetic biology with various medical applications.

Josh Fass

Josh is a second-year at the University of Virginia studying Biomedical Engineering. This is his first year competing in iGEM. Josh contested assumptions, verified and finalized sequence designs, assembled the wiki, helped research human practices, and performed copious wet lab work. Outside of school, he enjoys reading, biking, politics, and making a difference. He hopes to pursue a career in biomedical research.

Jackie Niu

Jackie is a fourth-year Biomedical Engineering student at the University of Virginia. She is currently applying to graduate school for Biomedical Engineering. She finds the possibilities and challenges that research poses very intriguing, and is considering a career in academia.

Her role on the team is making detailed sequencing and circuit designs, making cell culturing mediums and solutions, performing general lab procedures (e.g., gel electrophoresis, PCA, DNA transformation, inoculation, cleaning), managing the timeline, and going to lab late at night to finish experiments other members start in the day. Besides participating in VGEM, she also engage in many other activities including an Arteriogenesis lab, SASE (Society of Asian Scientists and Engineers, puzzles, hiking, cooking, and baking.

Yong Wu

Yong is a fourth-year chemical engineering student at the University of Virginia. She was a member of the Virginia United team last year, and this is her second year on the VGEM team, continuing the work in computer modeling and simulation on biological processes. Before the summer research took off, she introduced basic microbiology laboratory skills to new team members. She spent her summer at Newark, DE, working as a formulation intern for DuPont's Crop Protection business. Her research interests include polymer chemistry, rheology, bio fuel, and synthetic biology.

Yanzhi Yang

Yanzhi is a second-year chemical engineering student at the University of Virginia. He brought significant lab expertise to the group and also provided valuable fashion commentary. Outside of class, he volunteers as an Emergency Medical Technician and plays rugby. Upon graduation, he plans to pursue a degree in medicine.

Advisors

Professor Keith Kozminski

Department of Biology

Professor Inchan Kwon

Department of Chemical Engineering

Professor Jason Papin

Department of Biomedical Engineering