|
|
(74 intermediate revisions not shown) |
Line 1: |
Line 1: |
- | __NOTOC__
| + | #REDIRECT [[Team:Washington/Tools Created/New Software]] |
- | {{Template:Team:Washington/Templates/Header}}
| + | |
- | <html>
| + | |
- | <script type="text/javascript">
| + | |
- | $(function() {
| + | |
- | var mainimg = document.getElementById("mainimg");
| + | |
- | var default_src = mainimg.src;
| + | |
- | var restore_mainimg = function() {
| + | |
- | mainimg.src = default_src;
| + | |
- | };
| + | |
- | $(document.getElementById("area_target")).hover(function() {
| + | |
- | mainimg.src = "/wiki/images/1/1d/Main_graphic2_target.png";
| + | |
- | }, restore_mainimg);
| + | |
- | $(document.getElementById("area_secretion")).hover(function() {
| + | |
- | mainimg.src = "/wiki/images/2/23/Main_graphic2_secretion.png";
| + | |
- | }, restore_mainimg);
| + | |
- | $(document.getElementById("area_display")).hover(function() {
| + | |
- | mainimg.src = "/wiki/images/a/aa/Main_graphic2_display.png";
| + | |
- | }, restore_mainimg);
| + | |
- | $(document.getElementById("area_release")).hover(function() {
| + | |
- | mainimg.src = "/wiki/images/e/ed/Main_graphic2_release.png";
| + | |
- | }, restore_mainimg);
| + | |
- | });
| + | |
- | </script>
| + | |
- | </html>
| + | |
- | <!---------------------------------------PAGE CONTENT GOES BELOW THIS---------------------------------------->
| + | |
- | | + | |
- | === '''Software Tools''' ===
| + | |
- | | + | |
- | As the systems created by synthetic biologists get more complex, automation and computer-aided design will increasingly be needed. Computers will eventually play an important part in the design, construction, and testing of new devices. To meet the emerging needs of synthetic biology, the UW iGEM team has developed several new software tools.
| + | |
- | <br />
| + | |
- | <br />
| + | |
- | | + | |
- | == TinkerCell ==
| + | |
- | [[Image:uw_sauro_tinkercell.png|600px|right]]
| + | |
- | | + | |
- | [http://www.tinkercell.com TinkerCell] is being developed by [http://openwetware.org/wiki/User:Deepak_Chandran Deepak Chandran] as part of his PhD work with the [http://www.sys-bio.org/ Sauro Lab]. It can be used to design and model genetic networks and other types of complex reactions. Eventually, it will retrieve a list of available parts from sources like the Parts Registry, but for now generic parts must be added and their parameters specified manually.
| + | |
- | <br />
| + | |
- | <br />
| + | |
- | <br />
| + | |
- | <br />
| + | |
- | <br />
| + | |
- | <br />
| + | |
- | <br />
| + | |
- | | + | |
- | == WikiDust ==
| + | |
- | [[Image:uw_sauro_imagemap_workflow.png|600px]]
| + | |
- | [[Image:uw_sauro_linkpanel.png|400px]]
| + | |
- | [[Image:uw_sauro_linkpanel_code.png|600px]]
| + | |
- | [[Image:uw_sauro_mapprompt.png|250px]]
| + | |
- | | + | |
- | == Batch Part Submitter ==
| + | |
- | [[Image:uw_sauro_spreadsheet.png|600px]]
| + | |
- | [[Image:uw_sauro_submitter_mockup.png|500px]]
| + | |
- | | + | |
- | ==Project Abstract==
| + | |
- | I will design a TinkerCell plugin that enables iGEM teams to embed TinkerCell modules and plots into their wiki pages to share with others. This will essentially use the CAD tool to generate 'data sheets' demonstrating the predicted behavior of a ‘device’. Experimental results will be optionally included for comparison. The nodes in TinkerCell generated diagrams, such as 'Parts', 'Proteins', and 'Small Molecules' will link to information pages describing that object, and pages that list other devices interacting with that molecule or Part.
| + | |
- | | + | |
- | Besides the core TinkerCell plugin, this would also ideally involve setting up a system for generating related wiki pages and writing a plugin that lets users add their experimental data to the modeled plots before exporting them to the wiki.
| + | |
- | | + | |
- | Also, I will create documentation for the proposed process of describing Devices. This will include a proposal for a minimal information standard (to be submitted as a [http://bbf.openwetware.org/RFC.html BBF RFC]) and an informal checklist to guide the workflow of reporting the characterization of 'Devices'.
| + | |
- | | + | |
- | ==Code Testing Area==
| + | |
- | | + | |
- | Just ignore anything in here...
| + | |
- | | + | |
- | <html>
| + | |
- | | + | |
- | <img src="http://sbol.bhi.washington.edu/jeffwiki/images/thumb/6/6d/BBa_I746384.png/700px-BBa_I746384.png" usemap="mapcode" />
| + | |
- | | + | |
- | <map name="mapcode">
| + | |
- | <area shape="rect" coords="1,1,300,300" href="http://google.com"/>
| + | |
- | </map>
| + | |
- | | + | |
- | <img id="mainimg" src="https://static.igem.org/mediawiki/2009/4/41/Main_graphic.png" alt="IPP System Overview" usemap="#cellmap" />
| + | |
- | <map name="cellmap">
| + | |
- | <area id="area_target" shape="poly" coords="76,282,167,343,395,184,144,102" href="/Team:Washington/Project/Target" alt="Target System" />
| + | |
- | <area id="area_secretion" shape="poly" coords="485,202,392,182,208,312,322,505,485,505" href="/Team:Washington/Project/Secretion" alt="Secretion System" />
| + | |
- | <area id="area_display" shape="rect" coords="485,202,660,505" href="/Team:Washington/Project/Display" alt="Display System" />
| + | |
- | <area id="area_release" shape="rect" coords="660,344,781,503" href="/Team:Washington/Project/Release" alt="Release System" />
| + | |
- | </map>
| + | |
- | | + | |
- | </html>
| + | |
- | | + | |
- | <!---------------------------------------PAGE CONTENT GOES ABOVE THIS---------------------------------------->
| + | |
- | | + | |
- | <div style="text-align:center">
| + | |
- | '''← [[Team:Washington/Project/Tools|Overview of Tools]]'''
| + | |
- |
| + | |
- | '''[[Team:Washington/Project/Tools/Klavins|Tools for Directed Evolution]] →'''
| + | |
- | </div>
| + | |
- | | + | |
- | {{Template:Team:Washington/Templates/Footer}}
| + | |