Team:Davidson-MissouriW/Tools

From 2010.igem.org

(Difference between revisions)
(New page: {{Template_Wiki}})
Line 1: Line 1:
{{Template_Wiki}}
{{Template_Wiki}}
 +
<html>
 +
<body id="tools" onload="setPageSize()">
 +
  <div class="clear"></div>
 +
    <div id="SubWrapper"> 
 +
        <div id="mission_box"> <h3> iGEM Davidson – MWSU 2010: Knapsack </h3>
 +
 +
<p>The team has created several tools in conjunction with our iGem project.
 +
<a href="">Go to Project Abstract</a></p>
 +
        </div>
 +
    <div id="Oligator"><center><a href="http://gcat.davidson.edu/igem10/index.html"><img src="" alt="Team"/></a></center>
 +
        <h3>The Oligator</h3>
 +
        <p>Oligator descript</a> </p>
 +
    </div>
 +
    <div id="Optimoose"> <center><a href="http://gcat.davidson.edu/igem10/opt/opt_index.html"><img src="" alt="Tools"/></a></center>
 +
        <h3>The Optimoose</h3>
 +
        <p>A repository of Tools that can be used....</p>
 +
    </div>
 +
    <div id="simulation"> <center><a href=""><img src="" alt="Notebook"/></a></center>
 +
        <h3>Construct Simulation</h3>
 +
        <p> In order to be able to better understand how to build our constructs to give us the best system for solving the knapsack problem we created a simulation of the cre-lox system.  This simulation allows the user to test several pre-determined constructs that out team came up with.  In addition, one can create their own custom construct from any number of promoters, lox sites, fluorescent proteins, essential genes, and/or terminators.  The program will then show either a single, animated simulation that will allow the user to see how the lox sites interact, or it will run many simulations and then create a histogram that shows the distribution of what fluorescent proteins were expressed.  In addition, if the user chooses to include weights for the "items" and a capacity for the knapsack the program will tell you whether or not your construct has exceeded the capacity.  In order to run the program, download the jar file.  To see the actual percentages behind the histogram, the program needs to be run through a command line tool, but other than that simply double clicking the jar file to run it should be sufficient.</p>
 +
    </div>
 +
    <div class="clear">
 +
    </div>
 +
    <div id="VeriPart"> <center><a href="http://72.22.219.205/sequence"><img src="" alt="Parts"/></a></center>
 +
        <h3>VeriPart </h3>
 +
        <p>Our team <a href="https://2010.igem.org/Team:Davidson-MissouriW/Parts">parts</a>.</p>
 +
    </div>
 +
    <div id="empty"><center><a href=""><img src="" alt="Gallery"/></a></center>
 +
        <h3></h3>
 +
        <p></a>.</p>
 +
    </div>
 +
    <div id="game"> <center><a href="http://72.22.219.205/knapsack"><img src="" alt=""/></a></center>
 +
        <h3>Knapsack Game</h3>
 +
        <p></p>
 +
    </div>
 +
    <div class="clear">
 +
    </div>
 +
    <center>
 +
        <img src="https://static.igem.org/mediawiki/2009/e/e9/Igem-logo.gif"/>
 +
    </center>
 +
</div> <!-- end SubWrapper -->
 +
 +
<div id="sidebar">
 +
  <h3>Side Bar</h3>
 +
  <center><img src="" alt=""/></center>
 +
  <p>This is a sidebar for added information.</p>
 +
</div>  <!-- end sidebar -->
 +
 +
</div> <!-- end Super_main_wrapper -->
 +
 +
<script type="text/javascript">
 +
 +
function setPageSize() {
 +
  len = document.getElementById('super_main_wrapper').offsetHeight;
 +
  document.getElementById('bodyContent').style.height = len + 'px';
 +
  document.getElementById('SupWrapper').style.height = len + 'px';
 +
  document.getElementById('news').style.height = len + 'px';
 +
}
 +
 +
</script>
 +
</body></html>

Revision as of 14:43, 27 July 2010

iGEM Davidson – MWSU 2010: Knapsack

The team has created several tools in conjunction with our iGem project. Go to Project Abstract

Team

The Oligator

Oligator descript

Tools

The Optimoose

A repository of Tools that can be used....

Notebook

Construct Simulation

In order to be able to better understand how to build our constructs to give us the best system for solving the knapsack problem we created a simulation of the cre-lox system. This simulation allows the user to test several pre-determined constructs that out team came up with. In addition, one can create their own custom construct from any number of promoters, lox sites, fluorescent proteins, essential genes, and/or terminators. The program will then show either a single, animated simulation that will allow the user to see how the lox sites interact, or it will run many simulations and then create a histogram that shows the distribution of what fluorescent proteins were expressed. In addition, if the user chooses to include weights for the "items" and a capacity for the knapsack the program will tell you whether or not your construct has exceeded the capacity. In order to run the program, download the jar file. To see the actual percentages behind the histogram, the program needs to be run through a command line tool, but other than that simply double clicking the jar file to run it should be sufficient.

Parts

VeriPart

Our team parts.

Gallery

.

Knapsack Game