Team:Rutgers/MYSIS
From 2011.igem.org
m |
m |
||
(13 intermediate revisions not shown) | |||
Line 205: | Line 205: | ||
-moz-perspective:500px; | -moz-perspective:500px; | ||
background-repeat: repeat-x; | background-repeat: repeat-x; | ||
- | /* IE10 */ | + | |
- | background-image: -ms- | + | /* IE10 */ |
- | + | background-image: -ms-linear-gradient(top right, #212121 40%, #D4D4D4 70%, #FFFFFF 100%); | |
- | background-image: -moz- | + | |
- | + | /* Mozilla Firefox */ | |
- | background-image: -o- | + | background-image: -moz-linear-gradient(top right, #212121 40%, #D4D4D4 70%, #FFFFFF 100%); |
- | + | ||
- | background-image: -webkit-gradient( | + | /* Opera */ |
- | + | background-image: -o-linear-gradient(top right, #212121 40%, #D4D4D4 70%, #FFFFFF 100%); | |
- | background-image: -webkit- | + | |
- | + | /* Webkit (Safari/Chrome 10) */ | |
- | background-image: | + | background-image: -webkit-gradient(linear, right top, left bottom, color-stop(.4, #212121), color-stop(0.7, #D4D4D4), color-stop(1, #FFFFFF)); |
+ | |||
+ | /* Webkit (Chrome 11+) */ | ||
+ | background-image: -webkit-linear-gradient(top right, #212121 40%, #D4D4D4 70%, #FFFFFF 100%); | ||
+ | |||
+ | /* Proposed W3C Markup */ | ||
+ | background-image: linear-gradient(top right, #212121 40%, #D4D4D4 70%, #FFFFFF 100%); | ||
+ | |||
background-color: transparent; | background-color: transparent; | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
} | } | ||
a { color:#bbb; } | a { color:#bbb; } | ||
Line 313: | Line 325: | ||
<tr> | <tr> | ||
<td height="58" colspan="2" td background="https://static.igem.org/mediawiki/2011/9/96/Stripe.png"><p class="style3">RUTGERS iGEM TEAM WIKI</p> | <td height="58" colspan="2" td background="https://static.igem.org/mediawiki/2011/9/96/Stripe.png"><p class="style3">RUTGERS iGEM TEAM WIKI</p> | ||
- | <p class="style3"> | + | <p class="style3">MYS!S<br /> |
</p></td> | </p></td> | ||
</tr> | </tr> | ||
Line 324: | Line 336: | ||
<table width="100%" border="0" cellspacing="0" cellpadding="0"><tr> | <table width="100%" border="0" cellspacing="0" cellpadding="0"><tr> | ||
- | <td colspan="6" td background="https://static.igem.org/mediawiki/2011/9/96/Stripe.png"><h1><span class="shadow"><img src="https://static.igem.org/mediawiki/2011/5/5c/58-bookmark.png" width="10" height="26" /> the | + | <td colspan="6" td background="https://static.igem.org/mediawiki/2011/9/96/Stripe.png"><h1><span class="shadow"><img src="https://static.igem.org/mediawiki/2011/5/5c/58-bookmark.png" width="10" height="26" /> the MYS!S Project</span></h1></td> |
</tr> | </tr> | ||
<tr> | <tr> | ||
Line 430: | Line 442: | ||
<td width="69%" class="imgshadow2"><blockquote> | <td width="69%" class="imgshadow2"><blockquote> | ||
<table width="100%" border="0" cellspacing="0" cellpadding="0"><tr> | <table width="100%" border="0" cellspacing="0" cellpadding="0"><tr> | ||
- | <td colspan="6" td="td" background="https://static.igem.org/mediawiki/2011/9/96/Stripe.png"><h1><span class="shadow"><img src="https://static.igem.org/mediawiki/2011/5/5c/58-bookmark.png" width="10" height="26" /> | + | <td colspan="6" td="td" background="https://static.igem.org/mediawiki/2011/9/96/Stripe.png"><h1><span class="shadow"><img src="https://static.igem.org/mediawiki/2011/5/5c/58-bookmark.png" width="10" height="26" /> MYS!S: An Introduction </span></h1></td> |
</tr> | </tr> | ||
<tr> | <tr> | ||
Line 467: | Line 479: | ||
</table> | </table> | ||
</blockquote> </tr> | </blockquote> </tr> | ||
+ | |||
+ | |||
+ | |||
+ | |||
<tr> | <tr> | ||
<td width="69%" class="imgshadow2"><blockquote> | <td width="69%" class="imgshadow2"><blockquote> | ||
+ | |||
<table width="100%" border="0" cellspacing="0" cellpadding="0" background="http://upload.wikimedia.org/wikipedia/commons/8/8c/Transparent.png"> | <table width="100%" border="0" cellspacing="0" cellpadding="0" background="http://upload.wikimedia.org/wikipedia/commons/8/8c/Transparent.png"> | ||
<tr> | <tr> | ||
- | <td colspan="7" td background="https://static.igem.org/mediawiki/2011/9/96/Stripe.png"><h1><span class="shadow"><img src="https://static.igem.org/mediawiki/2011/5/5c/58-bookmark.png" width="10" height="26" /> | + | <td colspan="7" td background="https://static.igem.org/mediawiki/2011/9/96/Stripe.png"><h1><span class="shadow"><img src="https://static.igem.org/mediawiki/2011/5/5c/58-bookmark.png" width="10" height="26" /> Features </span></h1></td> |
</tr> | </tr> | ||
<tr> | <tr> | ||
<td colspan="6" bgcolor="#f1f1f1" class="stuff"><h4 class="shadow"><img src="https://static.igem.org/mediawiki/2011/6/68/16-line-chart.png" width="30" height="24"> I. Protocols </h4> | <td colspan="6" bgcolor="#f1f1f1" class="stuff"><h4 class="shadow"><img src="https://static.igem.org/mediawiki/2011/6/68/16-line-chart.png" width="30" height="24"> I. Protocols </h4> | ||
- | <p class="stuff">In the protocol tab is a BioCoder compatible | + | <p class="stuff">In the protocol tab is a BioCoder compatible C++ file that contains the lab procedures for mutating the original Lovtap DNA into a standard safe form. The C++ file can be compiled with the BioCoder software available here. |
http://research.microsoft.com/en-us/um/india/projects/biocoder/ | http://research.microsoft.com/en-us/um/india/projects/biocoder/ | ||
Line 482: | Line 499: | ||
<p class="stuff"> </p> | <p class="stuff"> </p> | ||
<h4 class="shadow"><img src="https://static.igem.org/mediawiki/2011/a/a4/40-inbox.png" width="24" height="24"> II. Rna Structure Analysis </h4> | <h4 class="shadow"><img src="https://static.igem.org/mediawiki/2011/a/a4/40-inbox.png" width="24" height="24"> II. Rna Structure Analysis </h4> | ||
- | <p class="stuff">In the RNA structure tab there are images of the unmodified and modified RNA structure. We hope that this will help the user decide whether the changes are structurally advantageous. Hopefully in the future more advanced RNA structure modeling algorithms can be implemented to help the user make an informed decision.</p> | + | <p class="stuff">In the RNA structure tab there are images of the unmodified and modified RNA structure. We hope that this will help the user decide whether the changes are structurally advantageous. Hopefully in the future more advanced RNA structure modeling algorithms can be implemented to help the user make an informed decision. </p> |
<p> </p> | <p> </p> | ||
</td> | </td> | ||
Line 493: | Line 510: | ||
</tr> | </tr> | ||
<tr></tr> | <tr></tr> | ||
+ | |||
+ | |||
+ | |||
+ | <tr> | ||
+ | <td width="69%" class="imgshadow2"><blockquote> | ||
+ | |||
+ | <table width="100%" border="0" cellspacing="0" cellpadding="0" background="http://upload.wikimedia.org/wikipedia/commons/8/8c/Transparent.png"> | ||
+ | <tr> | ||
+ | <td colspan="7" td background="https://static.igem.org/mediawiki/2011/9/96/Stripe.png"><h1><span class="shadow"><img src="https://static.igem.org/mediawiki/2011/5/5c/58-bookmark.png" width="10" height="26" /> Future of MYS!S</span></h1></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | |||
+ | <td colspan="6" bgcolor="#f1f1f1" class="stuff"><h4 class="shadow"><img src="https://static.igem.org/mediawiki/2011/e/e5/59-flag.png" > beta</h4> | ||
+ | <p class="stuff">Unfortunately, we’re talking about the capabilities of the future MYS!S v.10, for now all we have is the beta edition. So for the time being, these are the imminent improvements we would like to make for the second version of MYS!S. | ||
+ | </p> | ||
+ | |||
+ | <h4 class="shadow"><img src="https://static.igem.org/mediawiki/2011/8/84/64-zap.png"> Better algorithms for modifying DNA</h4> | ||
+ | |||
+ | <p class="stuff">Currently, when determining how to modify DNA MYS!S does not take into account the eventual RNA structure and whether the changes will inhibit protein production. We would like to incorporate algorithms that make changes to DNA in a way that will increase the amount of protein formed by translation. On the same note, it might also be helpful for a synthetic biologist not just to increase protein production but maybe to limit it. </p> | ||
+ | <p class="stuff"> </p> | ||
+ | <h4 class="shadow"><img src="https://static.igem.org/mediawiki/2011/e/e4/92-test-tube.png"> Not just support site directed mutagenesis </h4> | ||
+ | <p class="stuff">Right now MYS!S for a codon optimization creates a large number of primers for a sequence of say 700bp. We’re talking about upwards of 50 primers making site directed mutagenesis realistically impossible. We would like MYS!S to support other methods of manipulating physical DNA. </p> | ||
+ | <p class="stuff"> </p> | ||
+ | |||
+ | |||
+ | <h4 class="shadow"><img src="https://static.igem.org/mediawiki/2011/8/8c/189-plant.png"> Better visualization methods for RNA structure </h4> | ||
+ | <p class="stuff">We want the user to be able to visually check whether the RNA structure is acceptable. If it is not acceptable the user should be able to manually modify the DNA sequence to improve the RNA structure. | ||
+ | Preference for lab protocols : Not all labs do things the same, MYS!S should be able to customize lab protocols to how the user’s lab gets things done. </p> | ||
+ | <p class="stuff"> </p></td> | ||
+ | <td width="25%" align="center" valign="baseline" background="https://static.igem.org/mediawiki/2011/9/96/Stripe.png" td><p> </p></td> | ||
+ | </tr> | ||
+ | |||
+ | |||
+ | </table> | ||
+ | |||
+ | </tr> | ||
+ | <tr></tr> | ||
+ | |||
+ | |||
+ | |||
+ | |||
<tr> | <tr> | ||
Line 498: | Line 556: | ||
<table width="100%" border="0" cellspacing="0" cellpadding="0" background="http://upload.wikimedia.org/wikipedia/commons/8/8c/Transparent.png"> | <table width="100%" border="0" cellspacing="0" cellpadding="0" background="http://upload.wikimedia.org/wikipedia/commons/8/8c/Transparent.png"> | ||
<tr> | <tr> | ||
- | <td colspan="6" td background="https://static.igem.org/mediawiki/2011/9/96/Stripe.png"><h1><span class="shadow"><img src="https://static.igem.org/mediawiki/2011/5/5c/58-bookmark.png" width="10" height="26" />MYS!S | + | <td colspan="6" td background="https://static.igem.org/mediawiki/2011/9/96/Stripe.png"><h1><span class="shadow"><img src="https://static.igem.org/mediawiki/2011/5/5c/58-bookmark.png" width="10" height="26" /> Where can I get MYS!S?</span></h1></td> |
</tr> | </tr> | ||
<tr> | <tr> | ||
- | <td colspan="6" bgcolor="#f1f1f1" class="stuff"><h4 class="shadow"> | + | <td colspan="6" bgcolor="#f1f1f1" class="stuff"><h4 class="shadow"><img src="https://static.igem.org/mediawiki/2011/8/85/56-cloud.png" width="24" height="16"> Github</h4> |
- | <p class="stuff"> | + | <p class="stuff">MYS!S is currently available as an Eclipse download. It will very soon be available as a java application. </p> |
- | <p class="stuff"> | + | <p class="stuff">The downloads can be obtained from our github site. </p> |
- | <p class="stuff"> | + | <blockquote> |
- | <p class="stuff"> </p> </td> | + | <p class="stuff">https://github.com/RutgersGEARS/iGEM-Rutgers-Software </p> |
+ | </blockquote> | ||
+ | <p class="stuff">MYS!S is still a work in progress. Please feel free to report any bugs or crashes that occur as issues on our github page. </p> | ||
+ | <blockquote> | ||
+ | <p class="stuff">https://github.com/RutgersGEARS/iGEM-Rutgers-Software/issues</p> | ||
+ | </blockquote> | ||
+ | <p class="stuff"> </p> </td> | ||
</tr> | </tr> | ||
</table> | </table> | ||
</tr> | </tr> | ||
+ | |||
<tr></tr> | <tr></tr> | ||
- | <td colspan="2" td background="https://static.igem.org/mediawiki/2011/9/96/Stripe.png" | + | |
- | + | ||
- | + | ||
- | + | <td colspan="2" td background="https://static.igem.org/mediawiki/2011/9/96/Stripe.png"> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
<p> </p> | <p> </p> | ||
<p> </p> | <p> </p> | ||
Line 555: | Line 594: | ||
<p> </p> | <p> </p> | ||
<p> </p> | <p> </p> | ||
- | + | <p> </p> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
<p> </p> | <p> </p> | ||
<p> </p> | <p> </p> |
Latest revision as of 05:24, 27 September 2011
RUTGERS iGEM TEAM WIKI MYS!S |
||||||||||||||
Menu >> The Bacterial Etch-a-Sketch >> Goals | ||||||||||||||
| ||||||||||||||
| ||||||||||||||
| ||||||||||||||
| ||||||||||||||
| ||||||||||||||
| ||||||||||||||
| ||||||||||||||
|