Difference between revisions of "Team:Aalto-Helsinki/Collaborations"

(community in gray when on this page)
(started building the page)
Line 1: Line 1:
 
{{Aalto-Helsinki/CSS}}
 
{{Aalto-Helsinki/CSS}}
<html>
+
<html>
  
<style type="text/css">
+
<!-- Closing divs for ready wiki things, still one more to add?-->
 +
</p></div>
  
 +
<style type="text/css">
 
/* Navbar, text color changes if you are on this page */
 
/* Navbar, text color changes if you are on this page */
 
#communitynav {
 
#communitynav {
Line 9: Line 11:
 
}
 
}
  
 +
/* Styles for navigation inside a page */
 +
 +
#sidenav {
 +
    float:left;
 +
    position: fixed;
 +
    left: 0;
 +
    width: 15%;
 +
}
 +
.bottom{
 +
  bottom: 2%;
 +
}
 +
#sidenav > li > a {
 +
  padding-top: 1px;
 +
  padding-bottom: 0px;
 +
}
 +
#sidenav > li > a > h3 {
 +
  margin-top:0px;
 +
  padding-top: 1px;
 +
  padding-bottom: 0px;
 +
}
 +
#sidenav a:hover,
 +
#sidenav a.active {
 +
    color: black !important;
 +
}
 +
 +
/* Let's hide the navbar when the device is small! */
 +
@media screen and (max-width: 760px) {
 +
  #sidenav { display: none; }
 +
}
 
</style>
 
</style>
  
</p></div>
+
<ul id="sidenav" class="nav nav-stacked bottom"><!-- nav-pills if we want rounded corners -->
 +
        <li><a href="#" data-scroll="collaboration"><h3>Collaboration</h3></a></li>
 +
        <li><a href="#" ><h3  style="border-top:solid;">To the top</h3></a></li>
 +
        <li><a href="https://2015.igem.org/Team:Aalto-Helsinki/Community" ><h3>To the Previous Page</h3></a></li>
 +
      </ul>
 +
 
 
<div class="inner-container">
 
<div class="inner-container">
  
<h2> Collaborations</h2>
 
  
<p>
+
<!-- Collaboration section below -->
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.
+
<section id="collaboration" class="active" data-anchor="collaboration">
</p>
+
  
<div class="highlightBox">
+
<h1>Collaboration</h1>
  
<h4> Which other teams can we work with? </h4>
+
<!-- Collaboration section above-->
<p>
+
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 <a hreef="https://2015.igem.org/Judging/Awards#Medals">iGEM team collaboration gold medal criterion</a>.
+
</p>
+
  
<p>
 
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.
 
</p>
 
 
</div>
 
</div>
  
<p>
+
</div></div></div> <!--These are the closing tags for div id="mainContainer" and div id="contentContainer". The corresponding opening tags appear in the template that is {{included}} at the top of this page.-->
Here are some suggestions for projects you could work on with other teams:
+
</p>
+
  
<ul>
 
<li> Improve the function of another team's BioBrick Part or Device</li>
 
<li> Characterize another team's part </li>
 
<li> Debug a construct </li>
 
<li> Model or simulating another team's system </li>
 
<li> Test another team's software</li>
 
<li> Help build and test another team's hardware project</li>
 
<li> Mentor a high-school team</li>
 
</ul>
 
  
  
 +
<!-- Scirpt for beautiful scrolling inside the page: smooth transitions and we show in what section the reader is. -->
 +
<script src="https://2015.igem.org/Team:Aalto-Helsinki/ResponsiveNavScript?action=raw&ctype=text/javascript"></script>
  
</div>
+
</body>
 
+
</div></div></div></body> <!--These are the closing tags for div id="mainContainer" and div id="contentContainer". The corresponding opening tags appear in the template that is {{included}} at the top of this page.-->
+
 
</html>
 
</html>

Revision as of 16:32, 29 August 2015

Collaboration