Template:ETHZ Basel10 Teaser
From 2010.igem.org
(Difference between revisions)
Line 7: | Line 7: | ||
a.teaserlink { | a.teaserlink { | ||
display: block; | display: block; | ||
- | color: # | + | color: #fff; |
} | } | ||
:hover.teaserlink { | :hover.teaserlink { | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
color: #89D194; | color: #89D194; | ||
text-decoration: none; | text-decoration: none; | ||
Line 61: | Line 54: | ||
.main_image .block small {margin-left: 10px;} | .main_image .block small {margin-left: 10px;} | ||
.main_image .desc{ | .main_image .desc{ | ||
+ | display: block; | ||
position: absolute; | position: absolute; | ||
bottom: 0; left: 0; | bottom: 0; left: 0; | ||
Line 107: | Line 101: | ||
border-right: 1px solid #ccc; | border-right: 1px solid #ccc; | ||
} | } | ||
- | .image_thumb ul li | + | .image_thumb ul li:hover { |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
background: #B6F3BF; | background: #B6F3BF; | ||
cursor: hand; | cursor: hand; | ||
- | |||
- | |||
- | |||
} | } | ||
html .image_thumb ul li h2 { | html .image_thumb ul li h2 { | ||
Line 135: | Line 122: | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
$(document).ready(function() { | $(document).ready(function() { | ||
+ | // Hide all main_image, until one is activated. | ||
+ | $(".main_image").hide(); | ||
+ | // Activate first banner | ||
+ | $("#motivation").show(); | ||
+ | }); | ||
- | + | // Switch banner | |
- | + | function switchbanner(category){ | |
- | + | $(".main_image").hide(); | |
- | + | $(category).show(); | |
- | + | }; | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
</script> | </script> | ||
</head> | </head> | ||
Line 181: | Line 138: | ||
<div id="teaser"> | <div id="teaser"> | ||
<div id="main" class="container"> | <div id="main" class="container"> | ||
- | <div class="main_image"> | + | <div class="main_image" id="motivation"> |
<img src="https://static.igem.org/mediawiki/2010/8/84/ETHZ_Basel_teaser_project.png"> | <img src="https://static.igem.org/mediawiki/2010/8/84/ETHZ_Basel_teaser_project.png"> | ||
<div class="desc" style="display: block; "> | <div class="desc" style="display: block; "> | ||
- | <div class="block | + | <div class="block"> |
<a href="https://2010.igem.org/Team:ETHZ_Basel/Introduction/Motivation" class="teaserlink"> | <a href="https://2010.igem.org/Team:ETHZ_Basel/Introduction/Motivation" class="teaserlink"> | ||
<h2>Motivation & Project Idea</h2> | <h2>Motivation & Project Idea</h2> | ||
Line 190: | Line 147: | ||
<p>E. lemming is the 2010 iGEM project of ETH Zurich. We intend to control movement of a single <i>E. coli</i> bacterium by hijacking chemotaxis and monitoring of position and direction of the bacterium by image processing algorithms, which are linked to a controller device. Find out more about our motivation and project idea!</p> | <p>E. lemming is the 2010 iGEM project of ETH Zurich. We intend to control movement of a single <i>E. coli</i> bacterium by hijacking chemotaxis and monitoring of position and direction of the bacterium by image processing algorithms, which are linked to a controller device. Find out more about our motivation and project idea!</p> | ||
+ | </a> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="main_image" id="movie"> | ||
+ | <img src="https://static.igem.org/mediawiki/2010/8/84/ETHZ_Basel_teaser_project.png"> | ||
+ | <div class="desc" style="display: block; "> | ||
+ | <div class="block"> | ||
+ | <a href="https://2010.igem.org/Team:ETHZ_Basel/Introduction/Movie" class="teaserlink"> | ||
+ | <h2>E. lemming - The Movie</h2> | ||
+ | <small>Watch a short animation of the project idea!</small> | ||
+ | |||
+ | <p>We created a short animation about the project idea and general concept of E. lemming. Find out, how we combine biology and information processing to create E. lemming.</p> | ||
+ | </a> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="main_image" id="biology"> | ||
+ | <img src="https://static.igem.org/mediawiki/2010/3/3f/ETHZ_Basel_teaser_biology.png"> | ||
+ | <div class="desc" style="display: block; "> | ||
+ | <div class="block"> | ||
+ | <a href="https://2010.igem.org/Team:ETHZ_Basel/Biology" class="teaserlink"> | ||
+ | <h2>Biology & Wet Laboratory</h2> | ||
+ | <small>How is it implemented?</small> | ||
+ | |||
+ | <p>By coupling proteins of the chemotaxis pathway to a synthetic light-sensitive spatial localization system, their activity can be controlled reversibly. To find out more about our project on the molecular level and to find information regarding the biological implementation and an overview about the conducted wet laboratory experiments, visit this section.</p> | ||
+ | </a> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="main_image" id="modeling"> | ||
+ | <img src="https://static.igem.org/mediawiki/2010/1/16/ETHZ_Basel_teaser_molecular_models.png"> | ||
+ | <div class="desc" style="display: block; "> | ||
+ | <div class="block"> | ||
+ | <a href="https://2010.igem.org/Team:ETHZ_Basel/Modeling" class="teaserlink"> | ||
+ | <h2>Mathematical Modeling</h2> | ||
+ | <small>How does modeling help?</small> | ||
+ | |||
+ | <p>Mathematical modeling supports analysis of biological systems since the advent of synthetic biology. Find out, how this not only supported wet laboratory experiments by providing time and effort alleviating network structure and experimental setup selection, but also provided a test bench for the information processing part.</p> | ||
+ | </a> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="main_image" id="information"> | ||
+ | <img src="https://static.igem.org/mediawiki/2010/2/21/ETHZ_Basel_teaser_information_processing.png"> | ||
+ | <div class="desc" style="display: block; "> | ||
+ | <div class="block"> | ||
+ | <a href="https://2010.igem.org/Team:ETHZ_Basel/InformationProcessing" class="teaserlink"> | ||
+ | <h2>Information Processing</h2> | ||
+ | <small>How is it controlled?</small> | ||
+ | |||
+ | <p>Implementation of a comprehensive information processing workflow for controlling E. lemming was achieved by combination of microscopy, image processing, cell detection and a controller. Find out more about how this not only created E. lemming but also created a new application for synthetic biology: Gaming!</p> | ||
+ | </a> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="main_image" id="achievements"> | ||
+ | <img src="https://static.igem.org/mediawiki/2010/9/90/ETHZ_Basel_teaser_achievements.png"> | ||
+ | <div class="desc" style="display: block; "> | ||
+ | <div class="block"> | ||
+ | <a href="https://2010.igem.org/Team:ETHZ_Basel/Achievements" class="teaserlink"> | ||
+ | <h2>Achievements</h2> | ||
+ | <small>What was achieved?</small> | ||
+ | |||
+ | <p>We created for E. lemming a BioBrick and a Matlab Toolkit. Find out, how this tools can be used for similar projects and learn more about the unique interworking between computer science and biology, which was necessary for the success of E. lemming.</p> | ||
</a> | </a> | ||
</div> | </div> | ||
Line 196: | Line 218: | ||
<div class="image_thumb"> | <div class="image_thumb"> | ||
<ul> | <ul> | ||
- | <li class="" onclick="document.location.href='https://2010.igem.org/Team:ETHZ_Basel/Introduction/Motivation'" | + | <li class="" onclick="document.location.href='https://2010.igem.org/Team:ETHZ_Basel/Introduction/Motivation'" onmouseover="switchbanner('#motivation')"> |
- | + | <img src="https://static.igem.org/mediawiki/2010/b/bd/ETHZ_Basel_teaser_project_thumb.png"> | |
<div class="block"> | <div class="block"> | ||
- | + | <h2>Motivation & Project Idea</h2> | |
- | + | <small>What is E. lemming?</small> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
</div> | </div> | ||
</li> | </li> | ||
- | <li class="" onclick="document.location.href='https://2010.igem.org/Team:ETHZ_Basel/Introduction/Movie'" | + | <li class="" onclick="document.location.href='https://2010.igem.org/Team:ETHZ_Basel/Introduction/Movie'" onmouseover="switchbanner('#movie')"> |
- | + | <img src="https://static.igem.org/mediawiki/2010/b/bd/ETHZ_Basel_teaser_project_thumb.png"> | |
<div class="block"> | <div class="block"> | ||
- | + | <h2>E. lemming - The Movie</h2> | |
- | + | <small>Watch a short animation of the project idea!</small> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
</div> | </div> | ||
</li> | </li> | ||
- | <li class="" onclick="document.location.href='https://2010.igem.org/Team:ETHZ_Basel/Biology'" | + | <li class="" onclick="document.location.href='https://2010.igem.org/Team:ETHZ_Basel/Biology'" onmouseover="switchbanner('#biology')"> |
- | + | <img src="https://static.igem.org/mediawiki/2010/f/f9/ETHZ_Basel_teaser_biology_thumb.png"> | |
<div class="block"> | <div class="block"> | ||
- | + | <h2>Biology & Wet Laboratory</h2> | |
- | + | <small>How is it implemented?</small> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
</div> | </div> | ||
</li> | </li> | ||
- | <li class="" onclick="document.location.href='https://2010.igem.org/Team:ETHZ_Basel/Modeling'" | + | <li class="" onclick="document.location.href='https://2010.igem.org/Team:ETHZ_Basel/Modeling'" onmouseover="switchbanner('#modeling')"> |
- | + | <img src="https://static.igem.org/mediawiki/2010/1/1f/ETHZ_Basel_teaser_molecular_models_thumb.png"> | |
<div class="block"> | <div class="block"> | ||
- | + | <h2>Mathematical Modeling</h2> | |
- | + | <small>How does modeling help?</small> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
</div> | </div> | ||
</li> | </li> | ||
- | <li class="" onclick="document.location.href='https://2010.igem.org/Team:ETHZ_Basel/InformationProcessing'" | + | <li class="" onclick="document.location.href='https://2010.igem.org/Team:ETHZ_Basel/InformationProcessing'" onmouseover="switchbanner('#information')"> |
- | + | <img src="https://static.igem.org/mediawiki/2010/5/52/ETHZ_Basel_teaser_information_processing_thumb.png"> | |
<div class="block"> | <div class="block"> | ||
- | + | <h2>Information Processing</h2> | |
- | + | <small>How is it controlled?</small> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
</div> | </div> | ||
</li> | </li> | ||
- | <li class="" onclick="document.location.href='https://2010.igem.org/Team:ETHZ_Basel/Achievements'" | + | <li class="" onclick="document.location.href='https://2010.igem.org/Team:ETHZ_Basel/Achievements'" onmouseover="switchbanner('#achievements')"> |
- | + | <img src="https://static.igem.org/mediawiki/2010/b/b1/ETHZ_Basel_teaser_achievements_thumb.png"> | |
<div class="block"> | <div class="block"> | ||
- | + | <h2>Achievements</h2> | |
- | + | <small>What was achieved?</small> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
</div> | </div> | ||
</li> | </li> |
Revision as of 20:10, 20 October 2010