Team:Jefferson VA SciCOS

From 2014hs.igem.org

(Difference between revisions)
(Prototype team page)
 
(11 intermediate revisions not shown)
Line 1: Line 1:
-
<!-- *** What falls between these lines is the Alert Box!  You can remove it from your pages once you have read and understood the alert *** -->
+
<div id="header">{{Team:Jefferson_VA_SciCOS/Header}}</div>
-
<html>
+
{|align="justify"
-
<div id="box" style="width: 700px; margin-left: 137px; padding: 5px; border: 3px solid #fe2b33; /*background-color: #fe2b33;*/">
+
|
-
<div id="template" style="text-align: center; font-weight: bold; font-size: large; /*color: #f6f6f6*/; padding: 5px;">
+
'''''Abstract'''
-
This is a template page. READ THESE INSTRUCTIONS.
+
----
-
</div>
+
Solving a 4-Node Traveling Salesman Problem Using the hin/hixC Recombinant System
-
<div id="instructions" style="text-align: center; font-weight: normal; font-size: small; /*color: #f6f6f6*/; padding: 5px;">
+
Bacterial computing has become a feasible way to autonomously solve quantitative problems. We sought to utilize the computational capacity of E.coli K-12 to solve the Traveling Salesman Problem, a problem in theoretical computer science that asks for the shortest possible route that visits each node in a system at least once and returns to the original node. We utilized a series of initial configurations for the hin/hixC recombinant system that were previously developed by a 2006 iGEM team to solve the Hamiltonian Path Problem. In addition, we created a fourth node by splitting blue fluorescent protein (BFP) with a hixC site and reinserted this node into one of the composite hin/hixC paths. To simulate varied distance, we added a ribosome binding site of a different strength in between the initial recombinant system and the fourth node.
-
You are provided with this team page template with which to start the iGEM season.  You may choose to personalize it to fit your team but keep the same "look." Or you may choose to take your team wiki to a different level and design your own wiki.  You can find some examples <a href="https://2009.igem.org/Help:Template/Examples">HERE</a>.
+
|}
-
</div>
+
 
-
<div id="warning" style="/*text-align: center;*/ font-weight: bold; font-size: small; /*color: #f6f6f6*/; padding: 5px;">
+
<html lang="en">
-
You <strong>MUST</strong> have the following information on your wiki:
+
<head>
-
<ul style="font-weight:normal;">
+
<style>
-
<li>a team description</li>  
+
#slideshow {
-
<li>project description</li>
+
    margin: 0px auto;  
-
<li>safety information (did your team take a safety training course? were you supervised in the lab?)</li>
+
    position: relative;  
-
<li>team attribution (who did what part of your project?)</li>
+
    width: 1px;  
-
</ul>
+
    height: 1px;  
-
You may also wish to add other page such as:
+
    padding: 0px;
-
<ul style="font-weight:normal;">
+
    box-shadow: 0 0 0 rgba(0,0,0,0.4);  
-
<li>lab notebook</li>
+
}
-
<li>sponsor information</li>
+
#slideshow > div {
-
<li>other information</li>
+
    position: absolute;  
-
</ul>  
+
    top: 17px;  
-
REMEMBER, keep all of your pages within your teams namespace. <br><span style="font-weight:normal; font-style:italic;">Example: 2013hs.igem.org/Team:Jefferson_VA_SciCOS/Our_Pets</span>
+
    left: -198px;  
-
</div>
+
    right: 0px;  
-
</div>
+
    bottom: 0px;  
 +
}
 +
</style>
 +
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js"></script>
 +
<script>
 +
$(function() {
 +
$("#slideshow > div:gt(0)").hide();
 +
 +
setInterval(function() {
 +
  $('#slideshow > div:first')
 +
    .fadeOut(1500)
 +
    .next()
 +
    .fadeIn(1500)
 +
    .end()
 +
    .appendTo('#slideshow');
 +
},  6000);
 +
});
 +
</script>
 +
</head>
 +
<body>
 +
<div id="slideshow">
 +
  <div>
 +
    <img src="https://static.igem.org/mediawiki/2013hs/archive/3/37/20130608012524!Slideshow1.png" width="400" height="261">
 +
  </div>
 +
  <div>
 +
    <img src="https://static.igem.org/mediawiki/2013hs/archive/a/a6/20130608012519!Slideshow2.png" width="400" height="261">
 +
  </div>
 +
  <div>
 +
    <img src="https://static.igem.org/mediawiki/2013hs/archive/1/18/20130608012741!Slideshow3.png" width="400" height="261">
 +
  </div>
 +
  <div>
 +
    <img src="https://static.igem.org/mediawiki/2013hs/archive/2/28/20130608012808!Slideshow4.png" width="400" height="261">
 +
  </div>
 +
  <div>
 +
    <img src="https://static.igem.org/mediawiki/2013hs/a/a6/467713_676333682381565_1604213249_o.jpg" width="400" height="261">
 +
  </div>
 +
          <div>
 +
    <img src="https://static.igem.org/mediawiki/2013hs/8/8a/921015_676333699048230_1612191242_o.jpg" width="400" height="261">
 +
  </div>
 +
          <div>
 +
    <img src="https://static.igem.org/mediawiki/2013hs/a/a1/977177_676333995714867_349366370_o.jpg" width="400" height="261">
 +
  </div>
 +
          <div>
 +
    <img src="https://static.igem.org/mediawiki/2013hs/1/15/977993_676334082381525_1441568961_o.jpg" width="400" height="261">
 +
  </div>
 +
          <div>
 +
    <img src="https://static.igem.org/mediawiki/2013hs/e/e3/976437_676334222381511_679298454_o.jpg" width="400" height="261">
 +
  </div>
 +
</div>
 +
</body>
</html>
</html>
-
<!-- *********************** End of the alert box *********************** -->
+
<html lang="en">
 +
<head>
 +
<style type="text/css">
 +
body
 +
{
 +
    background-image: url('https://static.igem.org/mediawiki/2014hs/7/78/Binary.png');
 +
    background-position: top left;
 +
}
 +
</style>
 +
</head>
 +
</html>
-
{|align="justify"
 
-
|You can write a background of your team here.  Give us a background of your team, the members, etc.  Or tell us more about something of your choosing.
 
-
|[[Image:Jefferson_VA_SciCOS_logo.png|200px|right|frame]]
 
-
|-
 
-
|
 
-
''Tell us more about your project.  Give us background.  Use this as the abstract of your project.  Be descriptive but concise (1-2 paragraphs)''
 
-
|[[Image:Jefferson_VA_SciCOS_team.png|right|frame|Your team picture]]
 
-
|-
 
-
|
 
-
|align="center"|[[Team:Jefferson_VA_SciCOS | Team Jefferson_VA_SciCOS]]
 
-
|}
 
-
<!--- Team Information Link --->
 
-
{| style="color:#1b2c8a;background-color:#0c6;" cellpadding="3" cellspacing="1" border="1" bordercolor="#fff" width="62%" align="center"
 
-
!align="center"|[https://igem.org/Team.cgi?year=2013&division=high_school&team_name=Jefferson_VA_SciCOS Official Team Profile]
 
-
|}
 
-
===Team===
 
-
Tell us about your team, your school!
 
-
===Project===
 
-
What are you working on this semester?
 
-
===Notebook===
 
-
Show us how you spent your days.
 
-
===Results/Conclusions===
 
-
What did you achieve over the course of your semester?
 
-
===Safety===
 
-
What safety precautions did your team take? Did you take a safety training course? Were you supervised at all times in the lab?
 
-
===Attributions===
 
-
Who worked on what?
 
-
===Human Practices===
 
-
What impact does/will your project have on the public? 
 
-
===Fun!===
 
-
What was your favorite team snack?? Have a picture of your team mascot?
 
-
<forum_subtle />
+
{|align="justify"
 +
|
 +
'''''Background'''
 +
----
 +
Established in 1985, Thomas Jefferson High School for Science and Technology is the result of a partnership of businesses and schools created to improve education in science, mathematics, and technology. Representatives from business and industry and staff of the Fairfax County Public Schools worked together in curriculum and facilities development for the school. In recent years, local business leaders and Jefferson parents have formed the Jefferson Partnership Fund to help raise money to maintain and equip labs and classrooms in the school. As the Governor's School for Science and Technology in Northern Virginia, the school is also supported by the Virginia Department of Education. In addition to providing a specialized education for selected students in Fairfax County, Jefferson also serves Arlington, Loudoun, and Prince William county as well as the cities of Fairfax and Falls Church.
 +
|
 +
 
 +
[[Image:Jefferson_VA_SciCOS_logo_colored.png|190px|right]]
 +
|}
 +
{|align="justify"
 +
|
 +
'''''Mentors'''
 +
----
 +
We would also like to thank Dr. Mary Susan Burnett, a DNA teacher, researcher, and lab director who is currently employed at the Thomas Jefferson High School for Science and Technology. She guided us through the more difficult procedures in our experiment, and taught us all of the proper techniques and safety guidelines that we employed throughout our work.
 +
|
 +
 
 +
 
 +
 
 +
 
 +
 
 +
[[Image:Burnett.png|120px|right]]
 +
|}
 +
 
 +
 
 +
{|align="right"
 +
|
 +
''Website designed and created by [https://2013hs.igem.org/Team:Jefferson_VA_SciCOS/Team Lucas Kang].''
 +
|}

Latest revision as of 22:03, 20 June 2014

Abstract


Solving a 4-Node Traveling Salesman Problem Using the hin/hixC Recombinant System Bacterial computing has become a feasible way to autonomously solve quantitative problems. We sought to utilize the computational capacity of E.coli K-12 to solve the Traveling Salesman Problem, a problem in theoretical computer science that asks for the shortest possible route that visits each node in a system at least once and returns to the original node. We utilized a series of initial configurations for the hin/hixC recombinant system that were previously developed by a 2006 iGEM team to solve the Hamiltonian Path Problem. In addition, we created a fourth node by splitting blue fluorescent protein (BFP) with a hixC site and reinserted this node into one of the composite hin/hixC paths. To simulate varied distance, we added a ribosome binding site of a different strength in between the initial recombinant system and the fourth node.












Background


Established in 1985, Thomas Jefferson High School for Science and Technology is the result of a partnership of businesses and schools created to improve education in science, mathematics, and technology. Representatives from business and industry and staff of the Fairfax County Public Schools worked together in curriculum and facilities development for the school. In recent years, local business leaders and Jefferson parents have formed the Jefferson Partnership Fund to help raise money to maintain and equip labs and classrooms in the school. As the Governor's School for Science and Technology in Northern Virginia, the school is also supported by the Virginia Department of Education. In addition to providing a specialized education for selected students in Fairfax County, Jefferson also serves Arlington, Loudoun, and Prince William county as well as the cities of Fairfax and Falls Church.

Jefferson VA SciCOS logo colored.png

Mentors


We would also like to thank Dr. Mary Susan Burnett, a DNA teacher, researcher, and lab director who is currently employed at the Thomas Jefferson High School for Science and Technology. She guided us through the more difficult procedures in our experiment, and taught us all of the proper techniques and safety guidelines that we employed throughout our work.



Burnett.png


Website designed and created by Lucas Kang.