Team:Illinois-Tools

From 2009.igem.org

(Difference between revisions)
 
(70 intermediate revisions not shown)
Line 1: Line 1:
 +
__NOTOC__
 +
<div style="background-color: white; color: white">
 +
<html>
 +
<head>
 +
<style>
 +
.firstHeading {display: none;}
 +
table {
 +
  background-color: #FFFFFF;
 +
  font-color: black;
 +
  color:white;
 +
}
 +
a.menu {
 +
  background-color: #FFFFFF;
 +
  color: black;
 +
  width: 12em;
 +
}
-
<div id="box" style="width: 700px; margin-left: 137px; padding: 5px; border: 3px solid #000; background-color: orange;">
+
.firstHeading {
 +
  color:black;
 +
}
 +
 
 +
#bodyContent {
 +
background-color: #FFFFFF;
 +
}
 +
 
 +
#content {
 +
background-color: white;
 +
}
 +
 
 +
#footer-box {
 +
  background-color: white;
 +
}
 +
p {
 +
  color:black;
 +
}
 +
body {
 +
  background: white url(https://static.igem.org/mediawiki/2009/2/2b/IllinoisToolsBackground.gif) repeat-x;
 +
}
 +
 
 +
</style>
 +
</head>
 +
</html>
 +
[[Image:Homeanimationillinoistools.gif]]
 +
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
 +
<head>
 +
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
 +
<style type="text/css" media="screen">
 +
#wrapper {
 +
width: 0%;
 +
}
 +
#header-wrapper {
 +
width: 965px;
 +
height: 35px;
 +
margin: 0px auto;
 +
padding: 0px;
 +
}
 +
/* Menu */
 +
 
 +
#menu {
 +
width: 965px;
 +
height: 35px;
 +
margin: 0px auto;
 +
padding-left: 20px;
 +
background: url(https://static.igem.org/mediawiki/2009/2/25/Menubarillinoistools.jpg) no-repeat left top;
 +
}
 +
 
 +
#menu ul {
 +
margin: 0px;
 +
padding: 0px;
 +
list-style: none;
 +
}
 +
 
 +
#menu li {
 +
float: left;
 +
}
 +
 
 +
#menu a {
 +
display: block;
 +
padding: 8px 20px 0px 22px;
 +
letter-spacing: -1px;
 +
text-decoration: none;
 +
font-size: 20px;
 +
font-weight: normal;
 +
color: #9ADCF8;
 +
}
 +
 
 +
#menu a:hover {
 +
text-decoration: underline;
 +
}
 +
        #menu a.active{color: #fff;}
 +
 
 +
#menu .first a {
 +
background: none;
 +
padding-left: 0px;
 +
}
 +
</style>
 +
  </head>
 +
<body>
 +
<div id="wrapper">
 +
<div id="header-wrapper">
 +
<div id="menu">
 +
<ul>
 +
<li class="first"><a href="https://2009.igem.org/Team:Illinois-Tools" class="active">Home</a></li>
 +
        <li><a href="https://2009.igem.org/Team:Illinois-Tools/Team">The Team</a></li>
 +
        <li><a href="https://2009.igem.org/Team:Illinois-Tools/Project">The Project</a></li>
 +
                                <li><a href="https://2009.igem.org/Team:Illinois-Tools/Demo">Demo</a></li>
 +
                                <li><a href="https://2009.igem.org/Team:Illinois-Tools/Modeling">Modeling</a></li>
 +
                                <li><a href="https://2009.igem.org/Team:Illinois-Tools/Safety">Safety</a></li>
 +
                                <li><a href="https://2009.igem.org/Team:Illinois-Tools/Resources">Resources</a></li>
 +
                                <li><a href="https://2009.igem.org/Team:Illinois-Tools/Notebook">Notebook</a></li>
 +
</ul>
 +
</div>
 +
</div>
 +
</div>
 +
</body>
 +
</html>
 +
<div id="box" style="width: 700px; margin-left: 137px; padding: 5px; border: none solid #000; background-color: white;">
<div style="text-align:center; font-weight:bold; font-size:large; color: blue;">
<div style="text-align:center; font-weight:bold; font-size:large; color: blue;">
-
We are the 2009 University of Illinois Tools Track Team; <br> project description and more to be added!
+
2009 University of Illinois Software Tools Team
 +
 
</div>
</div>
</div>
</div>
-
{|align="justify"
+
<span style="color:#000000">
-
|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:teampic.jpg | 250 px]]
+
Interactive Metabolic Pathway Tools (IMP Tools) is an open source, web based program that involves model-guided cellular engineering where new metabolic functions can be added to existing microorganisms. This program will assist in the design stage of synthetic biology research. IMP tools is written primarily in python using the Django web framework. It takes a user-defined input compound, output compound, and weighting scheme and determines the ideal pathway from the starting to the ending compound. Our program presents an exciting capability to help transform important processes in the world for applications ranging from bioremediation to biofuels.  
-
|-
+
 
-
|
+
 
-
''Tell us more about your project. Give us background. Use this is the abstract of your project. Be descriptive but concise (1-2 paragraphs)''
+
IMPtools utilizes the reactions stored in the Kegg (Kyoto Encyclopedia for Genes and Genomes) database to create a metabolic pathway that is in some sense optimized for the production of a desired by-product while consuming some desired input. After inputting your desired input and output products, our program searches for the optimal metabolic path connecting the input and output compound. Our program has the ability to provide different pathways according to user defined weights; as an example, least ATP consumption or fewest changes to host organism. The end product we give you is a collection of metabolic pathways and their associated gene sequences. Along with the sequence, we also give you useful information necessary, such as a graphical representation and stoichiometric matrix, to carry out experiments in order to validate our results. Our long-term goals include being able to determine what intermediate BioBricks would be necessary to activate the required enzymes for production. In future years, this tool may be useful for other teams to predict some of their synthetic biology ventures.
-
|[[Image:Team.png|right|frame|Your team picture]]
+
 
-
|-
+
-
|
+
-
|align="center"|[[Team:Illinois-Tools | Team Example]]
+
-
|}
+
-
<!--- The Mission, Experiments --->
+
Go to [http://abe-bhaleraolab.age.uiuc.edu/igem/ IMPtools]
-
{| style="color:#1b2c8a;background-color:#0c6;" cellpadding="3" cellspacing="1" border="1" bordercolor="#fff" width="62%" align="center"
+
== '''Sponsors''' ==
-
!align="center"|[[Team:Illinois-Tools|Home]]
+
<html>
-
!align="center"|[[Team:Illinois-Tools/Team|The Team]]
+
<a href="http://www.igb.uiuc.edu/"><img src="/wiki/images/0/04/Igbsponsor.png" height="85px"></a><br>
-
!align="center"|[[Team:Illinois-Tools/Project|The Project]]
+
<a href="http://www.tetravitae.com/index.html"><img src="https://static.igem.org/mediawiki/2009/4/42/IllinoistoolsTvitae.jpg" height="85px"></a> Specifically Steven Stodard <br>
-
!align="center"|[[Team:Illinois-Tools/Parts|Parts Submitted to the Registry]]
+
<a href="http://engineering.illinois.edu/"><img src="https://static.igem.org/mediawiki/2009/1/1e/IllinoistoolsEngineering.jpg" height="85px"></a>
-
!align="center"|[[Team:Illinois-Tools/Modeling|Modeling]]
+
-
!align="center"|[[Team:Illinois-Tools/Notebook|Notebook]]
+
-
|}
+
-
(''Or you can choose different headings.  But you must have a team page, a project page, and a notebook page.'')
+

Latest revision as of 22:59, 27 June 2010

Homeanimationillinoistools.gif

2009 University of Illinois Software Tools Team

Interactive Metabolic Pathway Tools (IMP Tools) is an open source, web based program that involves model-guided cellular engineering where new metabolic functions can be added to existing microorganisms. This program will assist in the design stage of synthetic biology research. IMP tools is written primarily in python using the Django web framework. It takes a user-defined input compound, output compound, and weighting scheme and determines the ideal pathway from the starting to the ending compound. Our program presents an exciting capability to help transform important processes in the world for applications ranging from bioremediation to biofuels.


IMPtools utilizes the reactions stored in the Kegg (Kyoto Encyclopedia for Genes and Genomes) database to create a metabolic pathway that is in some sense optimized for the production of a desired by-product while consuming some desired input. After inputting your desired input and output products, our program searches for the optimal metabolic path connecting the input and output compound. Our program has the ability to provide different pathways according to user defined weights; as an example, least ATP consumption or fewest changes to host organism. The end product we give you is a collection of metabolic pathways and their associated gene sequences. Along with the sequence, we also give you useful information necessary, such as a graphical representation and stoichiometric matrix, to carry out experiments in order to validate our results. Our long-term goals include being able to determine what intermediate BioBricks would be necessary to activate the required enzymes for production. In future years, this tool may be useful for other teams to predict some of their synthetic biology ventures.


Go to IMPtools

Sponsors


Specifically Steven Stodard