Team:Virginia

From 2011.igem.org

(Difference between revisions)
Line 1: Line 1:
-
{|align="center"
+
<html>
-
|[[File:Banner logo.gif|900px]]
+
<head>
-
|}
+
<!-- TemplateBeginEditable name="doctitle" -->
 +
<title>Team Virginia</title>
 +
<!-- TemplateEndEditable -->
 +
<meta name="Description" content="Designed and developed by Codify Design Studio - codifydesign.com">
 +
<link rel="stylesheet" type="text/css" href="../stylesheet.css">
 +
<script type="text/javascript" src="../SpryAssets/SpryAccordion.js"></script>
 +
<link href="../SpryAssets/SpryAccordion.css" rel="stylesheet" type="text/css">
 +
<!-- TemplateBeginEditable name="head" -->
 +
<!-- TemplateEndEditable -->
 +
<style media="screen" type="text/css">
-
{| style="color:orange;background-color:white;" cellspacing="1" width="100%" align="center"
+
@charset "UTF-8";
-
!align="center"|[[File:Button1 Home flat.jpg|link=Team:Virginia|Home|100px]]
+
/* --- CSS Document by Codify Design Studio - codifydesign.com --- */
-
!align="center"|[[File:Button1 Team flat.jpg|link=Team:Virginia/Team|Team|100px]]
+
-
!align="center"|[[File:Button1 Project flat.jpg|link=Team:Virginia/Project|Project|100px]]
+
-
!align="center"|[[File:Button1 Parts flat.jpg|link=Team:Virginia/Parts|Parts Submitted to the Registry|100px]]
+
-
!align="center"|[[File:Button1 Modeling flat.jpg|link=Team:Virginia/Modeling|Modeling|100px]]
+
-
!align="center"|[[File:Button1 Notebook flat.jpg|link=Team:Virginia/Notebook|Notebook|100px]]
+
-
!align="center"|[[File:Button1 Safety flat.jpg|link=Team:Virginia/Safety|Safety|100px]]
+
-
!align="center"|[[File:Button1 Attributions flat.jpg|link=Team:Virginia/Attributions|Attributions|100px]]
+
-
|}
+
-
{|align="justify"
+
body {
-
|
+
margin: 0px;
-
|-
+
color: #333;
-
|
+
font-size: 12px;
 +
font-family: "Trebuchet MS",Arial, Verdana, Univers;
 +
background-color: #ffffff;
 +
/*background-image: url(images/pattern.jpg);*/
 +
background-repeat: repeat;
 +
}
 +
h1 { color: #333; font-size: 16px; font-weight: bold; margin: 3px 0px 25px 0px; border-top: solid; border-color: #666; border-width: 1px;}
 +
h2 { color: #333; font-size: 14px; font-weight: normal; margin: 0px 0px 15px 0px; }
-
'''WEBSITE UNDER CONSTRUCTION--CHECK BACK AFTER SEPTEMBER 28TH'''
+
a          { color: #ba7007; }
 +
a:visited  { color: #ba7007; }
 +
a:hover    { color: black; }
-
Hi! We're the iGEM team at the University of Virginia.
+
.container {
 +
width: 908px;
 +
margin-left: auto;
 +
margin-right: auto;
 +
background-color: #ffffff;
 +
 +
}
-
'''A Synthetic Biology Approach to Promoting Angionesis at Traumatic Wound Sites'''
 
-
We use a synthetic biology approach to promote tissue regeneration at traumatic wound sites. Tissue regeneration is composed of three primary processes: the regrowth of functional parenchymal tissue, the regrowth of support tissues, and the regrowth of vasculature to sustain the nascent tissue formation (angiogenesis).
+
/* BANNER AREA */
-
Although tissue engineering has offered several effective solutions to address the first two processes, our project attempts to build upon these ideas and develop a more cost-effective and robust method to promote angiogenesis at traumatic wound sites. We have devised a circuit to be incorporated in a yeast chassis that efficiently expresses two vital angiogenic proteins--vascular endothelial growth factor (VEGF) and platelet derived growth factor (PDGF-B)--in a sequential and time-dependent manner that approximates the natural cascade of growth factor release in the human body. We also intend to submit a Biobrick-compatible yeast plasmid backbone for future use.
+
.bannerArea {
-
|}
+
width: 908px;
 +
}
 +
 
 +
.bannerNav {
 +
width: 800px;
 +
margin: 0px 0px 30px 15px;
 +
#margin-bottom: 10px; /* for IE */
 +
color: #0360b0;
 +
font-size: 14px;
 +
font-weight: bold;
 +
}
 +
 
 +
.bannerNav ul{
 +
margin: 0px;
 +
}
 +
 
 +
.bannerNav li{
 +
list-style: none;
 +
float:left;
 +
margin: 0px 20px 0px 0px;
 +
#margin-left: 20px; /* for IE */
 +
}
 +
 
 +
.bannerNav a{
 +
margin-left: 0px;
 +
color: #0360b0;
 +
text-decoration: none;
 +
}
 +
.bannerNav a:visited{
 +
color: #0360b0;
 +
}
 +
 
 +
.bannerNav a:hover{
 +
color: #000000;
 +
}
 +
 
 +
.bannersubnav {
 +
padding-top: 20px;
 +
padding-right: 20px;
 +
float: right;
 +
color: #3e75a6;
 +
font-size: 10px;
 +
font-weight: bold;
 +
font-family: Verdana,Arial, Helvetica , sans-serif;
 +
}
 +
 
 +
.bannersubnav a { color: #3e75a6; text-decoration: none; padding-left: 5px; padding-right: 5px; }
 +
.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>
 +
<div class="container">
 +
<div class="bannerArea">
 +
<div class="bannersubnav"><a href="#" >Privacy Policy</a> | <a href="#" >Contact Us</a> | <a href="#" >Site Map</a></div>
 +
<div class="toplogo"><a href="#"><img src="https://static.igem.org/mediawiki/2011/8/89/Emergent_Chaos2.jpg" width="907" height="270" border="0"></a></div>
 +
<ul class="bannerNav">
 +
<li><a href="#" >PROJECT</a></li>
 +
                    <li><a href="#" >PARTS</a></li>
 +
                    <li><a href="#" >MODELING</a></li>
 +
                    <li><a href="#" >NOTEBOOK</a></li>
 +
                    <li><a href="#" >SAFETY</a></li>
 +
                    <li><a href="#" >HUMAN PRACTICES</a></li>
 +
                    <li><a href="#" >RESOURCES</a></li>
 +
                    <li><a href="#" >TEAM</a></li>
 +
                    <li><a href="#" >CONTACT</a></li>
 +
</ul>
 +
</div>
 +
 
 +
[WEBSITE UNDER CONSTRUCTION]
 +
 
 +
 
 +
<div class="navigationArea">
 +
<div id="SpryAccordion1" class="Accordion" tabindex="0">
 +
<div class="AccordionPanel"><!-- TemplateBeginEditable name="panel 1 title" -->
 +
<div class="AccordionPanelTab">Our Project</div>
 +
<!-- TemplateEndEditable --><!-- TemplateBeginEditable name="panel 1 content" -->
 +
<div class="AccordionPanelContent">
 +
<div class="acontent"> <img class="imageleft" src="https://static.igem.org/mediawiki/2011/8/81/Circuit_design.png" border="0">
 +
<h2>A synthetic biology approach to promoting angiogenesis at traumatic wound sites</h2>
 +
<p>We use a synthetic biology approach to promote tissue regeneration at traumatic wound sites. Tissue regeneration is composed of three primary processes: the regrowth of functional parenchymal tissue, the regrowth of support tissues, and the regrowth of vasculature to sustain the nascent tissue formation (angiogenesis).</p>
 +
                                <p>
 +
Although tissue engineering has offered several effective solutions to address the first two processes, our project attempts to build upon these ideas and develop a more cost-effective and robust method to promote angiogenesis at traumatic wound sites. We have devised a circuit to be incorporated in a yeast chassis that efficiently expresses two vital angiogenic proteins--vascular endothelial growth factor (VEGF) and platelet derived growth factor (PDGF-B)--in a sequential and time-dependent manner that approximates the natural cascade of growth factor release in the human body. We also intend to submit a Biobrick-compatible yeast plasmid backbone for future use.</p>
 +
</div>
 +
</div>
 +
<!-- TemplateEndEditable --></div>
 +
<div class="AccordionPanel">
 +
<div class="AccordionPanelTab">About Us</div>
 +
<div class="AccordionPanelContent">
 +
<div class="acontent">
 +
<p>The Virginia team has been competing at iGEM competitions since 2007. Our current team is made up of 5 undergraduate students interested in fields ranging from biomedical research to law and economics to chemical engineering to psychology.</p>
 +
</div>
 +
</div>
 +
</div>
 +
<div class="AccordionPanel">
 +
<div class="AccordionPanelTab">Resources</div>
 +
<div class="AccordionPanelContent">
 +
<div class="acontent">
 +
<p>We've developed a set of easy-to-use tools to aid in manipulating sequences to meet the requirements of various assembly methods. We've also published a human practices paper that introduces intellectual property as it relates to synthetic biology and presents alternative methods of driving innovation.</p>
 +
</div>
 +
</div>
 +
</div>
 +
</div>
 +
</div>
 +
<div class="contentArea"><!-- TemplateBeginEditable name="content left" -->
 +
<div class="contentleft"> <img src="https://static.igem.org/mediawiki/2011/e/e5/Roundedrectrotunda.jpg" border="0" align="absbottom" class="imageright">
 +
  <h1>Our sponsors</h1>
 +
<p>We'd like to thank the College of Arts and Sciences, the School of Engineering and Applied Science, the Alumni Lacy Fund, and the Office of the Vice President for Research for providing funding for this project.</p>
 +
</div>
 +
<!-- TemplateEndEditable --><!-- TemplateBeginEditable name="content right" -->
 +
<div class="contentright"> <img class="imageright" src="../images/team.jpg" border="0">
 +
<h1>About Us</h1>
 +
<p>We're a group of five undergraduates at the University of Virginia from the departments of Chemical Engineering, Biomedical Engineering, and Psychology. Our research was overseen by three faculty advisors: Professor Kozminski, Professor Kwon, and Professor Papin.</p>
 +
</div>
 +
<!-- TemplateEndEditable -->
 +
<div style="clear:both;"></div>
 +
</div>
 +
<div style="clear:both;"></div>
 +
 +
 +
<div class="footerArea">
 +
 +
<div class="copyright">Copyleft. All rights reversed.</div>
 +
 +
</div>
 +
 +
</div>
 +
 +
<script type="text/javascript">
 +
<!--
 +
var SpryAccordion1 = new Spry.Widget.Accordion("SpryAccordion1", {useFixedPanelHeights:false, defaultPanel:0});
 +
//-->
 +
</script>
 +
</body>
 +
</html>

Revision as of 14:50, 24 September 2011

Team Virginia

[WEBSITE UNDER CONSTRUCTION]

Our sponsors

We'd like to thank the College of Arts and Sciences, the School of Engineering and Applied Science, the Alumni Lacy Fund, and the Office of the Vice President for Research for providing funding for this project.

About Us

We're a group of five undergraduates at the University of Virginia from the departments of Chemical Engineering, Biomedical Engineering, and Psychology. Our research was overseen by three faculty advisors: Professor Kozminski, Professor Kwon, and Professor Papin.