Difference between revisions of "Team:Evry/Collaborations"

(Prototype team page)
 
(Initial version of the page, ready to be edited!)
Line 1: Line 1:
 
{{Evry}}
 
{{Evry}}
 +
{{:Team:Evry/Template:SideNavbar}}
 
<html>
 
<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>Collaborations</h1>
 +
    </div>
 
<h2> Collaborations</h2>
 
<h2> Collaborations</h2>
  
Line 34: Line 50:
 
</ul>
 
</ul>
  
 +
  <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 'Team' item on the menu, plus sub-item
 +
$('.side-menu .navbar-nav li').filter(function() { return $.text([this]).indexOf('Team') > -1; }).addClass('active');
 +
$('.side-menu .navbar-nav li').filter(function() { return $.text([this]).indexOf('Collaborations') > -1; }).addClass('active');
 +
</script>
 +
    </div><!-- end .side-body -->
 +
</div> <!-- end .container -->
 +
</div> <!-- end .row -->
  
</div>
 
 
</html>
 
</html>
 +
{{:Team:Evry/Template:Footer}}

Revision as of 12:54, 31 August 2015

Collaborations

Sharing and collaboration are core values of iGEM. We encourage you to reach out and work with other teams on difficult problems that you can more easily solve together.

Which other teams can we work with?

You can work with any other team in the competition, including software, hardware, high school and other tracks. You can also work with non-iGEM research groups, but they do not count towards the iGEM team collaboration gold medal criterion.

In order to meet the gold medal criteria on helping another team, you must complete this page and detail the nature of your collaboration with another iGEM team.

Here are some suggestions for projects you could work on with other teams:

  • Improve the function of another team's BioBrick Part or Device
  • Characterize another team's part
  • Debug a construct
  • Model or simulating another team's system
  • Test another team's software
  • Help build and test another team's hardware project
  • Mentor a high-school team
Scroll to top To top