Difference between revisions of "Team:KU Leuven/Collaborations"

Line 1: Line 1:
 
{{KU_Leuven}}
 
{{KU_Leuven}}
 
<html>
 
<html>
 +
<style type="text/css">
 +
body, html {
 +
height: 100%
 +
}
  
 +
.bgimg {
 +
background-image: url('https://static.igem.org/mediawiki/2017/5/55/KU_Leuven_Background_ComingSoon.png');
 +
height: 100vh;
 +
background-position: center;
 +
background-size: cover;
 +
position: relative;
 +
color: white;
 +
font-family: "Courier New", Courier, monospace;
 +
font-size: 5000px;
 +
}
  
<div class="team">
+
.topleft {
<div class="jumbotron">
+
position: absolute;
<div class="container">
+
top: 0;
<h1>Collaborations</h1>
+
left: 16px;
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
+
}
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
+
quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
+
consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
+
cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
+
proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
+
</div>
+
</div>
+
<div class="container">
+
<div class="column full_size judges-will-not-evaluate">
+
<h3>★  ALERT! </h3>
+
<p>This page is used by the judges to evaluate your team for the <a href="https://2017.igem.org/Judging/Medals">medal criterion</a> or <a href="https://2017.igem.org/Judging/Awards"> award listed above</a>. </p>
+
<p> Delete this box in order to be evaluated for this medal criterion and/or award. See more information at <a href="https://2017.igem.org/Judging/Pages_for_Awards"> Instructions for Pages for awards</a>.</p>
+
</div>
+
<div class="clear"></div>
+
<div class="column full_size">
+
<h1>Collaborations</h1>
+
<p>
+
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.
+
</p>
+
<h3>Silver Medal Criterion #2</h3>
+
<p>
+
Complete this page if you intend to compete for the silver medal criterion #2 on collaboration. Please see the <a href="https://2017.igem.org/Judging/Medals">2017 Medals Page</a> for more information.
+
</p>
+
<div class="column half_size">
+
<h4> Which other teams can we work with? </h4>
+
<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 iGEM team collaboration silver medal criterion.
+
</p>
+
<p>
+
In order to meet the silver 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 class="column half_size">
+
<p>
+
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>
+
</div>
+
</div>
+
</div>
+
</div>
+
</div>
+
  
 +
.bottomleft {
 +
position: absolute;
 +
bottom: 0;
 +
left: 16px;
 +
}
  
</html>
+
.middle {
 +
position: absolute;
 +
top: 50%;
 +
left: 50%;
 +
transform: translate(-50%, -50%);
 +
text-align: center;
 +
}
 +
 
 +
hr {
 +
margin: auto;
 +
width: 40%;
 +
}
 +
</style>
 +
<div class="bgimg">
 +
  <div class="topleft">
 +
<p>KU_Leuven iGEM</p>
 +
  </div>
 +
  <div class="middle">
 +
<h1>COMING SOON</h1>
 +
<hr style="margin:auto;width:40%">
 +
<p id="demo" style="font-weight:bold;font-size:60px;">date</p>
 +
  </div>
 +
  <div class="bottomleft">
 +
<p>Human Practices</p>
 +
  </div>
 +
</div>
 +
<script type="text/javascript">
 +
// Set the date we're counting down to
 +
var countDownDate = new Date(2017,10,31,23,59,59).getTime();
 +
 
 +
// Update the count down every 1 second
 +
var x = setInterval(function() {
 +
 
 +
  // Get todays date and time
 +
  var now = new Date().getTime();
 +
 
 +
  // Find the distance between now an the count down date
 +
  var distance = countDownDate - now;
 +
 
 +
  // Time calculations for days, hours, minutes and seconds
 +
  var days = Math.floor(distance / (1000 * 60 * 60 * 24));
 +
  var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
 +
  var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60));
 +
  var seconds = Math.floor((distance % (1000 * 60)) / 1000);
 +
 
 +
  // Display the result in an element with id="demo"
 +
  document.getElementById("demo").innerHTML = days + "d " + hours + "h "
 +
  + minutes + "m " + seconds + "s ";
 +
 
 +
  // If the count down is finished, write some text
 +
  if (distance < 0) {
 +
clearInterval(x);
 +
document.getElementById("demo").innerHTML = "EXPIRED";
 +
  }
 +
}, 1000);
 +
</script>
 +
</html>
  
 
{{KU_Leuven_footer}}
 
{{KU_Leuven_footer}}

Revision as of 22:59, 12 September 2017

KU_Leuven iGEM

COMING SOON


date

Human Practices