Template:ETHZ Basel10 Teaser
From 2010.igem.org
(Difference between revisions)
(38 intermediate revisions not shown) | |||
Line 7: | Line 7: | ||
a.teaserlink { | a.teaserlink { | ||
display: block; | display: block; | ||
- | color: # | + | color: #fff; |
+ | text-decoration: none; | ||
+ | |||
} | } | ||
:hover.teaserlink { | :hover.teaserlink { | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
text-decoration: none; | text-decoration: none; | ||
} | } | ||
Line 33: | Line 27: | ||
/*--Main Image Preview--*/ | /*--Main Image Preview--*/ | ||
.main_image { | .main_image { | ||
- | width: 598px; height: | + | width: 598px; height: 502px; |
float: left; | float: left; | ||
background: #333; | background: #333; | ||
border: 1px solid #ccc; | border: 1px solid #ccc; | ||
- | |||
- | |||
color: #fff; | color: #fff; | ||
} | } | ||
Line 61: | Line 53: | ||
.main_image .block small {margin-left: 10px;} | .main_image .block small {margin-left: 10px;} | ||
.main_image .desc{ | .main_image .desc{ | ||
- | + | display: block; | |
- | + | position: relative; | |
width: 100%; | width: 100%; | ||
- | |||
} | } | ||
.main_image .block{ | .main_image .block{ | ||
width: 100%; | width: 100%; | ||
- | background: # | + | height: 169px; |
- | + | background: #000; | |
- | border- | + | border-top: 1px solid #ccc; |
+ | border-bottom: 1px solid #ccc; | ||
} | } | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
.image_thumb { | .image_thumb { | ||
Line 99: | Line 83: | ||
} | } | ||
.image_thumb ul li{ | .image_thumb ul li{ | ||
+ | display: block; | ||
margin: 0; padding: 10px 10px; | margin: 0; padding: 10px 10px; | ||
background: #f0f0f0; | background: #f0f0f0; | ||
Line 106: | Line 91: | ||
border-right: 1px solid #ccc; | border-right: 1px solid #ccc; | ||
} | } | ||
- | .image_thumb ul li | + | .image_thumb ul li:hover, .image_thumb ul li.active { |
- | background: # | + | background: #B6F3BF; |
cursor: pointer; | cursor: pointer; | ||
- | |||
- | |||
- | |||
- | |||
} | } | ||
html .image_thumb ul li h2 { | html .image_thumb ul li h2 { | ||
Line 127: | Line 108: | ||
} | } | ||
.image_thumb ul li p{display: none;} | .image_thumb ul li p{display: none;} | ||
- | |||
- | |||
</style> | </style> | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
+ | // Main function | ||
$(document).ready(function() { | $(document).ready(function() { | ||
- | + | // Hide all main_image, until one is activated. | |
- | // | + | $(".main_image").hide(); |
- | $(".main_image | + | // Activate first banner |
- | $(".main_image | + | $(".main_image:first").show(); |
//Click and Hover events for thumbnail list | //Click and Hover events for thumbnail list | ||
$(".image_thumb ul li:first").addClass('active'); | $(".image_thumb ul li:first").addClass('active'); | ||
- | $(".image_thumb ul li"). | + | $(".image_thumb ul li").hover(function(){ |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
$(".image_thumb ul li").removeClass('active'); //Remove class of 'active' on all lists | $(".image_thumb ul li").removeClass('active'); //Remove class of 'active' on all lists | ||
Line 166: | Line 131: | ||
$(this).removeClass('hover'); | $(this).removeClass('hover'); | ||
}); | }); | ||
- | + | }); | |
- | + | ||
- | + | // Switch banner | |
- | + | function switchbanner(category){ | |
- | + | $(".main_image").hide(); | |
- | + | $(category).show(); | |
- | + | }; | |
- | + | ||
</script> | </script> | ||
</head> | </head> | ||
Line 179: | Line 143: | ||
<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"> |
+ | <a href="https://2010.igem.org/Team:ETHZ_Basel/Introduction/Motivation" class="teaserlink"> | ||
<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 | + | <div class="desc"> |
- | <div class="block | + | <div class="block"> |
- | + | <h2>Motivation & Project Idea</h2> | |
- | <h2> | + | |
<small>What is E. lemming?</small> | <small>What is E. lemming?</small> | ||
- | <p>E. lemming is the 2010 iGEM project of ETH Zurich. We | + | <p>E. lemming is the 2010 iGEM project of ETH Zurich. We control the movement of a single genetically modified <i>E. coli</i> bacterium by hijacking chemotaxis. Position and direction of the bacterium is monitored by image processing algorithms, which are linked to a controller device. Find out more about our motivation and project idea!</p> |
- | </ | + | </div> |
</div> | </div> | ||
- | </ | + | </a> |
</div> | </div> | ||
- | <div class=" | + | <div class="main_image" id="movie"> |
- | + | <a href="https://2010.igem.org/Team:ETHZ_Basel/Introduction/Movie" class="teaserlink"> | |
- | + | <img src="https://static.igem.org/mediawiki/2010/e/e8/ETHZ_Basel_teaser_movie.png"> | |
- | + | <div class="desc"> | |
<div class="block"> | <div class="block"> | ||
- | + | <h2>E. lemming - The Movie</h2> | |
- | <h2> | + | <small>Watch a short animation of the project idea!</small> |
- | <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> | |
- | <p> | + | |
- | + | ||
</div> | </div> | ||
- | </ | + | </div> |
- | + | </a> | |
- | + | </div> | |
+ | <div class="main_image" id="biology"> | ||
+ | <a href="https://2010.igem.org/Team:ETHZ_Basel/Biology" class="teaserlink"> | ||
+ | <img src="https://static.igem.org/mediawiki/2010/3/3f/ETHZ_Basel_teaser_biology.png"> | ||
+ | <div class="desc"> | ||
<div class="block"> | <div class="block"> | ||
- | |||
<h2>Biology & Wet Laboratory</h2> | <h2>Biology & Wet Laboratory</h2> | ||
<small>How is it implemented?</small> | <small>How is it implemented?</small> | ||
- | <p>By coupling proteins of the chemotaxis pathway to a | + | <p>By coupling proteins of the chemotaxis pathway to a light-sensitive spatial localization system, the chemotaxis activity can be controlled reversibly. To find out more about our project on the molecular level and its biological implementation, visit this section.</p> |
- | + | ||
</div> | </div> | ||
- | </ | + | </div> |
- | + | </a> | |
- | + | </div> | |
+ | <div class="main_image" id="modeling"> | ||
+ | <a href="https://2010.igem.org/Team:ETHZ_Basel/Modeling" class="teaserlink"> | ||
+ | <img src="https://static.igem.org/mediawiki/2010/1/16/ETHZ_Basel_teaser_molecular_models.png"> | ||
+ | <div class="desc"> | ||
<div class="block"> | <div class="block"> | ||
- | |||
<h2>Mathematical Modeling</h2> | <h2>Mathematical Modeling</h2> | ||
<small>How does modeling help?</small> | <small>How does modeling help?</small> | ||
- | <p>Mathematical modeling supports analysis of biological systems since the advent of synthetic biology. Find out, how this | + | <p>Mathematical modeling supports analysis of biological systems since the advent of synthetic biology. Find out, how this supported wet laboratory experiments by providing time and effort alleviating network structure and experimental design selection. In addition, the combined model was a perfect test bench for information processing.</p> |
- | + | ||
</div> | </div> | ||
- | </ | + | </div> |
- | + | </a> | |
- | + | </div> | |
+ | <div class="main_image" id="information"> | ||
+ | <a href="https://2010.igem.org/Team:ETHZ_Basel/InformationProcessing" class="teaserlink"> | ||
+ | <img src="https://static.igem.org/mediawiki/2010/2/21/ETHZ_Basel_teaser_information_processing.png"> | ||
+ | <div class="desc"> | ||
<div class="block"> | <div class="block"> | ||
- | |||
<h2>Information Processing</h2> | <h2>Information Processing</h2> | ||
<small>How is it controlled?</small> | <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 | + | <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> |
- | + | ||
</div> | </div> | ||
- | </ | + | </div> |
- | + | </a> | |
- | + | </div> | |
+ | <div class="main_image" id="achievements"> | ||
+ | <a href="https://2010.igem.org/Team:ETHZ_Basel/Achievements" class="teaserlink"> | ||
+ | <img src="https://static.igem.org/mediawiki/2010/9/90/ETHZ_Basel_teaser_achievements.png"> | ||
+ | <div class="desc"> | ||
<div class="block"> | <div class="block"> | ||
- | |||
<h2>Achievements</h2> | <h2>Achievements</h2> | ||
<small>What was achieved?</small> | <small>What was achieved?</small> | ||
+ | <p>See videos of E. lemming in action! We created a BioBrick and a Matlab Toolkit, which can be used for similar projects. Learn more about our comprehensive systems design and systems implementation approaches, which were necessary for the success of E. lemming.</p> | ||
+ | </div> | ||
+ | </div> | ||
+ | </a> | ||
+ | </div> | ||
+ | <div class="main_image" id="team"> | ||
+ | <a href="https://2010.igem.org/Team:ETHZ_Basel/Team" class="teaserlink"> | ||
+ | <img src="https://static.igem.org/mediawiki/2010/b/b1/ETHZ_Basel_teaser_team.png"> | ||
+ | <div class="desc"> | ||
+ | <div class="block"> | ||
+ | <h2>Team</h2> | ||
+ | <small>Who is behind E. lemming?</small> | ||
- | <p> | + | <p>Find out who created E. lemming and learn about the different backgrounds of the people who tried to achieve these common goals: Having a great experience and going crazy with E. lemming!</p> |
- | </a> | + | </div> |
+ | </div> | ||
+ | </a> | ||
+ | </div> | ||
+ | <div class="image_thumb"> | ||
+ | <ul> | ||
+ | <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"> | ||
+ | <h2>Motivation & Project Idea</h2> | ||
+ | <small>What is E. lemming?</small> | ||
+ | </div> | ||
+ | </li> | ||
+ | <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/4/4f/ETHZ_Basel_teaser_movie_thumb.png"> | ||
+ | <div class="block"> | ||
+ | <h2>E. lemming - The Movie</h2> | ||
+ | <small>Watch a short animation!</small> | ||
+ | </div> | ||
+ | </li> | ||
+ | <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"> | ||
+ | <h2>Biology & Wet Laboratory</h2> | ||
+ | <small>How is it implemented?</small> | ||
+ | </div> | ||
+ | </li> | ||
+ | <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"> | ||
+ | <h2>Mathematical Modeling</h2> | ||
+ | <small>How does modeling help?</small> | ||
+ | </div> | ||
+ | </li> | ||
+ | <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"> | ||
+ | <h2>Information Processing</h2> | ||
+ | <small>How is it controlled?</small> | ||
+ | </div> | ||
+ | </li> | ||
+ | <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"> | ||
+ | <h2>Achievements</h2> | ||
+ | <small>What was achieved?</small> | ||
+ | </div> | ||
+ | </li> | ||
+ | <li class="" onclick="document.location.href='https://2010.igem.org/Team:ETHZ_Basel/Team'" onmouseover="switchbanner('#team')"> | ||
+ | <img src="https://static.igem.org/mediawiki/2010/7/76/ETHZ_Basel_teaser_team_thumb.png"> | ||
+ | <div class="block"> | ||
+ | <h2>Team</h2> | ||
+ | <small>Who is behind E. lemming?</small> | ||
</div> | </div> | ||
</li> | </li> |
Latest revision as of 13:18, 27 October 2010