Team:Heidelberg/Software
From 2014.igem.org
(Difference between revisions)
(33 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
{{:Team:Heidelberg/Templates/IncludeCSS|:Team:Heidelberg/css/boxes}} | {{:Team:Heidelberg/Templates/IncludeCSS|:Team:Heidelberg/css/boxes}} | ||
+ | <html> | ||
+ | <style> | ||
+ | .box { | ||
+ | background-color: rgba(81,81,81,0.7); | ||
+ | color: white; | ||
+ | } | ||
+ | .box:hover { | ||
+ | text-decoration: none; | ||
+ | color: white; | ||
+ | } | ||
+ | |||
+ | .box.nohover h2 { | ||
+ | position: relative; | ||
+ | top:10px; | ||
+ | background-color: transparent; | ||
+ | } | ||
+ | |||
+ | .box.nohover { | ||
+ | background-color: transparent; | ||
+ | } | ||
+ | .box.nohover:hover { | ||
+ | color: white; | ||
+ | background-color: transparent; | ||
+ | } | ||
+ | .box2.nohover:hover { | ||
+ | color: white; | ||
+ | } | ||
+ | </style> | ||
+ | </html> | ||
{{:Team:Heidelberg/templates/wikipage_new| | {{:Team:Heidelberg/templates/wikipage_new| | ||
| | | | ||
Line 11: | Line 40: | ||
red-logo=true | red-logo=true | ||
| | | | ||
- | subtitle= | + | subtitle=Computational solutions |
| | | | ||
abstract= | abstract= | ||
Line 18: | Line 47: | ||
<html> | <html> | ||
<div class="col-xs-12"> | <div class="col-xs-12"> | ||
- | + | <div class="boxes-table"> | |
- | + | <div class="boxes-row"> | |
- | + | <div class="cell box nohover" style="width:33.333333%; text-align:center;"> | |
- | + | <a href="https://2014.igem.org/Team:Heidelberg/Software/igemathome"><img src="/wiki/images/9/9f/Heidelberg_Igemathome_bg.png" class="img-responsive"/></a> | |
- | + | <h2>iGEM@home</h2> | |
- | + | </div> | |
- | + | <div class="cell box nohover" style="width:33.333333%; text-align:center;"> | |
- | + | <a href="https://2014.igem.org/Team:Heidelberg/Software/Linker_Software"><img src="/wiki/images/a/ad/Logo_fuer_Nilsi_weiß.png" style="height:200px;" class="img-responsive"/></a> | |
- | + | <h2>Linker Software</h2> | |
- | + | </div> | |
- | + | <div class="cell box nohover" style="width:33.333333%; text-align:center;"> | |
- | + | <div style="width: 50%;left: 0;right: 0;position: relative;margin: auto;"> | |
- | + | <a href="https://2014.igem.org/Team:Heidelberg/Software/MidnightDoc"><img src="/wiki/images/d/d2/Software_MD_yellow.png" class="img-responsive"/></a> | |
- | + | </div> | |
- | + | <h2>MidnightDoc</h2> | |
- | + | </div> | |
- | + | </div> | |
- | + | <div class="boxes-row"> | |
- | + | <a href="https://2014.igem.org/Team:Heidelberg/Software/igemathome" class="cell box"> | |
- | + | <h3>The Software</h3> | |
- | + | iGEM@home is a software that divides extensive computing task into many packages allows everybod to get involved with our science. Read more about it! | |
- | + | </a> | |
- | + | <a href="https://2014.igem.org/Team:Heidelberg/Software/Linker_Software" class="cell box"> | |
- | + | <h3>The Software</h3> | |
- | + | Circularization is a narrow path between gaining heat-stability and loosing function due to deformation. | |
- | + | We developed a linker software, which predict the perfect linker depending on the folding structure of every protein. | |
- | + | </a> | |
- | + | <a href="https://2014.igem.org/Team:Heidelberg/Software/MidnightDoc" class="cell box"> | |
- | + | <h3>The Software</h3> | |
- | + | MidnightDoc is the new way of lab documentation – enabling backtraces of experiments and provides an easy to use platform for protocol management and result logging! </a> | |
- | + | </div> | |
- | + | <div class="boxes-row"> | |
- | + | <a href="https://2014.igem.org/Team:Heidelberg/Software/igemathome/implementation" class="cell box"> | |
- | + | <h4>The Implementation</h4> | |
- | + | Here you can find a detailed description about the implementation of iGEM@home. Click here to read more about Java- and Python-embedding for distribution via the BOINC platform. | |
- | + | </a> | |
- | + | <a href="https://2014.igem.org/Team:Heidelberg/Software/Linker_Software/Documentation" class="cell box"> | |
- | + | <h4>The Documentation</h4> | |
- | + | Here is the documentation of our CRAUT (Circularization with Rods and Angles of Unlinked Termini) software that predicts and ranks linkers built of rigid helical patterns and angles. | |
- | + | </a> | |
- | + | <a href="https://2014.igem.org/Team:Heidelberg/Notebook" class="cell box"> | |
- | + | <h4>The Graph</h4> | |
- | + | MidnightDoc's design principles make it easy to generate a graphical representation of the work done in the lab. Check out our lab notebook section to see an example! | |
- | + | </a> | |
- | + | </div> | |
- | + | </div> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
</div> | </div> |
Latest revision as of 03:53, 18 October 2014
SOFTWARE
– Computational solutions