Team:Heidelberg/Software

From 2014.igem.org

(Difference between revisions)
 
(44 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=Placeholder
+
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-table">
-
        <div class="boxes-row">
+
<div class="boxes-row">
-
            <div class="cell box nohover">
+
<div class="cell box nohover" style="width:33.333333%; text-align:center;">
-
            <div style="display:block; padding:0; position:relative;" class="box">
+
<a href="https://2014.igem.org/Team:Heidelberg/Software/igemathome"><img src="/wiki/images/9/9f/Heidelberg_Igemathome_bg.png" class="img-responsive"/></a>
-
            <img src="org/wiki/images/9/9f/Heidelberg_Igemathome_bg.png" />
+
<h2>iGEM@home</h2>
-
            </div>
+
</div>
-
            </div>
+
<div class="cell box nohover" style="width:33.333333%; text-align:center;">
-
            <div class="cell box nohover">
+
<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>
-
            <div class="cell box nohover">
+
<div class="cell box nohover" style="width:33.333333%; text-align:center;">
-
 
+
<div style="width: 50%;left: 0;right: 0;position: relative;margin: auto;">
-
            </div>
+
<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>
+
</div>
-
        <div class="boxes-row">
+
<h2>MidnightDoc</h2>
-
            <a href="#" class="cell box">
+
</div>
-
            </a>
+
</div>
-
            <a href="#" class="cell box">
+
<div class="boxes-row">
-
            </a>
+
<a href="https://2014.igem.org/Team:Heidelberg/Software/igemathome" class="cell box">
-
            <a href="#" class="cell box">
+
<h3>The Software</h3>
-
            </a>
+
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!
-
        </div>
+
</a>
-
        <div class="boxes-row">
+
<a href="https://2014.igem.org/Team:Heidelberg/Software/Linker_Software" class="cell box">
-
            <a href="#" class="cell box">
+
<h3>The Software</h3>
-
            </a>
+
Circularization is a narrow path between gaining heat-stability and loosing function due to deformation.
-
            <a href="#" class="cell box">
+
We developed a linker software, which predict the perfect linker depending on the folding structure of every protein.
-
            </a>
+
</a>
-
            <a href="#" class="cell box">
+
<a href="https://2014.igem.org/Team:Heidelberg/Software/MidnightDoc" class="cell box">
-
            </a>
+
<h3>The Software</h3>
-
        </div>
+
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>
 +
<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