Difference between revisions of "Team:Evry/Software/Predictions"

(Created page with "lkhoih")
 
Line 1: Line 1:
lkhoih
+
{{Evry}}
 +
{{:Team:Evry/Template:SideNavbar}}
 +
<html>
 +
    <!-- Main Content -->
 +
<!-- Parallax div. Uncomment if you want to include one before page content -->
 +
<!--div class='side-body hidden-xs parallax' style="width: calc(100%-250px); height: 550px; background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('https://static.igem.org/mediawiki/2015/5/5d/Homepage_header_background_optimized.jpg'); background-size: cover;">
 +
      <div style="position: relative; top: 50%; transform: translateY(-50%);  -webkit-transform: translateY(-50%);">
 +
        <p class="text-center" style="font-weight: 300; font-size:4em; color: #ffffff; text-shadow: 0px 0px 8px #222222;">Parallax div big text.</p>
 +
        <p class="text-center" style="color: white;">Parallax div subtitle.</p>
 +
      </div>
 +
</div--> <!-- end parallax div -->
 +
 +
<div class="container">
 +
    <div class="side-body" id="content-body">
 +
        <div id='top-menu-anchor'></div>
 +
        <div id="top-menu"></div>
 +
        <div class="page-header">
 +
            <h1>Page title</h1>
 +
        </div>
 +
<h2>Software</h2>
 +
 
 +
 
 +
<div class="highlightBox">
 +
<h4>Note</h4>
 +
<p>In order to be considered for the <a href="https://2015.igem.org/Judging/Awards#SpecialPrizes">Best Software Tool award</a>, you must fill out this page.</p>
 +
</div>
 +
 
 +
 
 +
<p>Regardless of the topic, iGEM projects often create or adapt computational tools to move the project forward. Because they are born out of a direct practical need, these software tools (or new computational methods) can be surprisingly useful for other teams. Without necessarily being big or complex, they can make the crucial difference to a project's success. This award tries to find and honour such "nuggets" of computational work.</p>
 +
 
 +
<p>
 +
If you are working on software as your main project, please join the software track. If you are creating software as an addition to your main project, please apply for this award.
 +
</p>
 +
 
 +
<p>
 +
Here are a few examples from previous teams:
 +
</p>
 +
<ul>
 +
<li><a href="https://2013.igem.org/Team:TU-Munich/Results/Software">TU Munich 2013</a></li>
 +
<li><a href="https://2014.igem.org/Team:Heidelberg/Software">Heidelberg 2014</a></li>
 +
<li><a href="https://2014.igem.org/Team:Aachen/Project/Measurement_Device#Software">Aachen 2014</a></li>
 +
</ul>
 +
 
 +
</div><!-- end .side-body -->
 +
</div> <!-- end .container -->
 +
</div> <!-- end .row -->
 +
 
 +
<script defer="defer" type="text/javascript">
 +
// Parallax effect ftw
 +
(function(){
 +
  var parallax = document.querySelectorAll(".parallax"),
 +
      speed = 0.5;
 +
  window.onscroll = function(){
 +
    [].slice.call(parallax).forEach(function(el,i){
 +
      var windowYOffset = window.pageYOffset,
 +
          elBackgrounPos = "50% " + (windowYOffset * speed) + "px";
 +
      el.style.backgroundPosition = elBackgrounPos;
 +
    });
 +
  };
 +
})();
 +
 
 +
// Please let us add the active class of the current item on the menu, plus sub-item
 +
$('.side-menu .navbar-nav li').filter(function() { return $.text([this]).indexOf('Antigen prediction') > -1; }).addClass('active');
 +
$('.side-menu .navbar-nav li').filter(function() { return $.text([this]).indexOf('Predictions') > -1; }).addClass('active');
 +
</script>
 +
</html>
 +
{{:Team:Evry/Template:Footer}}

Revision as of 01:02, 19 September 2015

Software

Note

In order to be considered for the Best Software Tool award, you must fill out this page.

Regardless of the topic, iGEM projects often create or adapt computational tools to move the project forward. Because they are born out of a direct practical need, these software tools (or new computational methods) can be surprisingly useful for other teams. Without necessarily being big or complex, they can make the crucial difference to a project's success. This award tries to find and honour such "nuggets" of computational work.

If you are working on software as your main project, please join the software track. If you are creating software as an addition to your main project, please apply for this award.

Here are a few examples from previous teams:

Scroll to top To top