Line 1: | Line 1: | ||
− | + | <html lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | |
− | < | + | <meta charset="utf-8"> |
+ | <meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
+ | <meta name="viewport" content="width=device-width, initial-scale=1"> | ||
+ | <meta name="description" content=""> | ||
+ | <meta name="author" content=""> | ||
− | < | + | <title>Aalto-Helsinki</title> |
− | < | + | |
− | </ | + | <script src="js/jquery-1.6.2.min.js"></script> |
+ | |||
+ | <!-- Bootstrap core CSS --> | ||
+ | <link href="css/bootstrap.min.css" rel="stylesheet"> | ||
+ | |||
+ | <!-- Font Awesome --> | ||
+ | <link href="css/font-awesome.css" rel="stylesheet"> | ||
− | < | + | <!-- Custom styles for this template --> |
− | < | + | <link href="css/styles-index.css" rel="stylesheet"> |
+ | <!--<link href="css/saara.css" rel="stylesheet"> | ||
+ | <link href="css/jami.css" rel="stylesheet">--> | ||
+ | <!--<link href="css/emilia.css" rel="stylesheet">--> | ||
+ | <link href="css/kokeilu.css" rel="stylesheet"> | ||
− | < | + | <!-- Just for debugging purposes. Don't actually copy this line! --> |
+ | <!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]--> | ||
− | < | + | <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --> |
− | < | + | <!--[if lt IE 9]> |
+ | <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> | ||
+ | <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> | ||
+ | <![endif]--> | ||
+ | </head> | ||
− | < | + | <body class="teambackground"> |
+ | <style>.path { | ||
+ | stroke-dashoffset: 6000; | ||
+ | stroke-dasharray: 5000;}</style> | ||
− | |||
− | |||
− | < | + | <div style="height: 100%"> |
+ | |||
+ | <div class="navbar navbar-fixed-top"> | ||
+ | <ul class="topnav" style="font-family: robotolight;"> | ||
+ | <li style="float:right"><b><a style="font-size:14px" href="achievements.html">Achievements</a></b></li> | ||
+ | <li style="float:right"><b><a style="font-size:14px" href="community.html">Community</a></b></li> | ||
+ | <li style="float:right"><b><a style="font-size:14px" href="humanpractices.html">Human Practices</a></b></li> | ||
+ | <li style="float:right"><b><a style="font-size:14px" href="people.html">People</a></b></li> | ||
+ | <li style="float:right"><b><a style="font-size:14px" href="model.html">Modelling</a></b></li> | ||
+ | <li style="float:right"><b><a style="font-size:14px" href="lab.html">Laboratory</a></b></li> | ||
+ | <li style="float:right"><b><a style="font-size:14px" href="description.html">Project</a></b></li> | ||
+ | <li style="float:left; font-family: bebas_neuebold;"><b><a href="index.html" style="margin-left: 10px; font-size:22px; position:absolute;">AALTO-HELSINKI 2016</a></b> | ||
+ | <!--<img src='img/logo.png' style="width:15%;position:fixed; padding-top:45px; padding-left:7px;"></img>--> | ||
+ | </li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | <section class="video parallax"> | ||
+ | <div style="position: absolute; overflow: hidden; z-index: -10; width: 100%; height: 100%;" id="video-wrap" class="video-wrap"> | ||
+ | <video poster="img/stilli.png" style="position: absolute; z-index: -1; width: 100%; height: 150%; transform: translate3d(0px, -250px, 0px);" preload="metadata" autoplay="" muted loop="" id="my-video"> | ||
+ | <source src="video/wikifreeze.mp4" type="video/mp4"> | ||
+ | <source src="video/wikifreeze.webm" type="video/webm"> | ||
+ | </video> | ||
− | </div> | + | </div> |
− | < | + | |
+ | <svg style="margin-top: 14%; left: 50%; margin-left: -25%;" id="svg1" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" width="50%" preserveAspectRatio="xMidYMid meet" viewBox="0 0 1000 1000" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/"> | ||
+ | |||
+ | <g> | ||
+ | <rect x=24 y=100 width=970 height=350 style="fill:rgb(255,255,255);fill-opacity:0.0;stroke-width:4;stroke:rgb(255,255,255)"></rect> | ||
+ | <text class="title" font-family="bebas_neuebold" x=344 y=250 font-size=110 font-weight=600 fill="white" style="margin: auto">MC YEAST | ||
+ | <rect x=24 y=100 width=970 height=350 style="fill:rgb(255,255,255);fill-opacity:0.0;stroke-width:4;stroke:rgb(255,255,255)"></rect> | ||
+ | <tspan font-family="robotolight" x=45 y=310 font-size=40 fill="white" font-weight=450 style="margin: auto">Stress-based detection and enzymatic degradation</tspan> | ||
+ | <tspan font-family="robotolight" x=160 y=360 font-size=40 fill="white" font-weight=450 style="margin: auto">of the cyanobacterial toxin microcystin</tspan> | ||
+ | </text> | ||
+ | </g> | ||
+ | |||
− | </div> | + | </svg> |
+ | </section> | ||
+ | </div> | ||
+ | <div style="position: absolute;"> | ||
+ | |||
+ | <script> | ||
+ | $(window).scroll(function() { | ||
+ | if ($(this).scrollTop() > 600){ // Set position from top to add class | ||
+ | $('ul').addClass("shrink"); | ||
+ | } else { | ||
+ | $('ul').removeClass("shrink"); | ||
+ | } | ||
+ | }); | ||
+ | </script> | ||
+ | |||
+ | <div class="block-wrapper-inner" style="padding-top:50px; background-color: white;"> | ||
+ | </br> | ||
− | <div class=" | + | <div class="container" style="width: 75%; font-family: robotolight; color: #4d4d33"> |
− | < | + | <h1 id="ONE">Welcome to the Aalto-Helsinki 2016 wiki!</h1> |
− | <p> | + | <br></br> |
− | < | + | <p class="justify" style="font-size:19px;">We have been working the whole summer to provide a solution for the annual problem of blue-green algae and their toxins. Here you can see how our project turned out.</p></br> |
− | < | + | <p class="justify" style="font-size:19px;">From the <a href="project.html" class="index" style="color:#ff9900">Project</a> page you can read all about the design and background of our project. There you can also find the project overview as well our project introduction video, “Matti and the cyanobacteria”. |
− | < | + | </p></br> |
− | < | + | <p class="justify" style="font-size:19px;">In the <a href="lab.html" class="index" style="color:#ff9900">Laboratory</a> page you will find details about our assays and methods used in our lab work, as well as the results from the whole summer. There you can also find links to the protocols we’ve used, in addition to a link to our lab book. You can also read about the safety in our lab. |
− | </ | + | </p></br> |
− | </ | + | <p class="justify" style="font-size:19px;">The <a href="model.html" class="index" style="color:#ff9900">Modelling</a> page has everything about our modelling results. There you can learn how our models were formulated and what results we got from our simulations. |
+ | </p></br> | ||
+ | <p class="justify" style="font-size:19px;">Our public outreach and how we integrated it in our project design can be found in the <a href="humanpractices.html" class="index" style="color:#ff9900">Human Practices</a> page. There is also discussion about the ethical side if our project. | ||
+ | </p></br> | ||
+ | <p class="justify" style="font-size:19px;">To find out about iGEM meetups we participated in, our collaborations with other iGEM teams and the software tools we provided to help the work of future iGEM teams, go to the <a href="community.html" class="index" style="color:#ff9900">Community</a> page. There you can also find the results of our InterLab study. | ||
+ | </p></br> | ||
+ | <p class="justify" style="font-size:19px;">In the <a href="people.html" class="index" style="color:#ff9900">People</a> page you can get to know our team and the people who have helped us. You can also find out about the sponsors of our project. | ||
+ | </p></br> | ||
+ | <p class="justify" style="font-size:19px;">To see our main results, discussion on how the project turned out, and explanations for the fulfilled medal criteria, go to the <a href="people.html" class="index" style="color:#ff9900">Achievements</a> page. | ||
− | < | + | </p> |
− | < | + | <br></br> |
− | + | <!--<p><img src='img/logo.png' style="width:15%;position:relative; margin-left: 40%; margin-bottom: 20px;"></img></p>--> | |
− | <p> | + | |
− | + | ||
− | </ | + | |
− | + | ||
− | <div | + | </div> |
− | < | + | </div> |
− | < | + | </div> |
+ | <script> | ||
+ | $(document).ready(function() { | ||
+ | //variable for the 'stroke-dashoffset' unit | ||
+ | var $dashOffset = $(".path").css("stroke-dashoffset"); | ||
+ | //on a scroll event - execute function | ||
+ | $(window).scroll(function() { | ||
+ | //calculate how far down the page the user is | ||
+ | |||
+ | var $percentageComplete = (($(window).scrollTop() / ($("html").height())) * 100); | ||
+ | //convert dashoffset pixel value to interger | ||
+ | var $newUnit = parseInt($dashOffset, 10); | ||
+ | //get the value to be subtracted from the 'stroke-dashoffset' | ||
+ | var $offsetUnit = $percentageComplete * ($newUnit / 100); | ||
+ | console.log($offsetUnit); | ||
+ | //set the new value of the dashoffset to create the drawing effect | ||
+ | $(".path").css("stroke-dashoffset", -$newUnit + $offsetUnit); | ||
+ | }); | ||
+ | });</script> | ||
+ | |||
+ | <script> | ||
+ | $(window).scroll(function(){ | ||
+ | $("#svg1").css("opacity", 1 - $(window).scrollTop() / 400); | ||
+ | }); | ||
+ | </script> | ||
+ | |||
+ | |||
+ | <!-- Bootstrap core JavaScript | ||
+ | ================================================== --> | ||
+ | <!-- Placed at the end of the document so the pages load faster --> | ||
+ | <!--script src="./Tinyone - HTML_files/jquery.min.js"></script> | ||
+ | <script src="./Tinyone - HTML_files/bootstrap.min.js"></script> | ||
+ | <script src="./Tinyone - HTML_files/offcanvas.js"></script> | ||
+ | <script src="./Tinyone - HTML_files/function.js"></script--> | ||
+ | |||
− | </ | + | </body></html> |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | </html> | + |
Revision as of 03:50, 20 October 2016
Welcome to the Aalto-Helsinki 2016 wiki!
We have been working the whole summer to provide a solution for the annual problem of blue-green algae and their toxins. Here you can see how our project turned out.
From the Project page you can read all about the design and background of our project. There you can also find the project overview as well our project introduction video, “Matti and the cyanobacteria”.
In the Laboratory page you will find details about our assays and methods used in our lab work, as well as the results from the whole summer. There you can also find links to the protocols we’ve used, in addition to a link to our lab book. You can also read about the safety in our lab.
The Modelling page has everything about our modelling results. There you can learn how our models were formulated and what results we got from our simulations.
Our public outreach and how we integrated it in our project design can be found in the Human Practices page. There is also discussion about the ethical side if our project.
To find out about iGEM meetups we participated in, our collaborations with other iGEM teams and the software tools we provided to help the work of future iGEM teams, go to the Community page. There you can also find the results of our InterLab study.
In the People page you can get to know our team and the people who have helped us. You can also find out about the sponsors of our project.
To see our main results, discussion on how the project turned out, and explanations for the fulfilled medal criteria, go to the Achievements page.