Team:Grenoble/Biology/Introduction
From 2012.igem.org
(Difference between revisions)
Line 9: | Line 9: | ||
</section> | </section> | ||
<section> | <section> | ||
- | <h1> | + | <h1> <a href="https://2012.igem.org/Team:Grenoble/Biology/Network">Network details section</a> </h1> |
In this section you will find a precise description of the networks we attempted to construct as well as the explanation on how they work and what is the purpose | In this section you will find a precise description of the networks we attempted to construct as well as the explanation on how they work and what is the purpose | ||
of each actor.</br> | of each actor.</br> | ||
<br/> | <br/> | ||
<center><a href="https://2012.igem.org/Team:Grenoble/Biology/Network"><img src="https://static.igem.org/mediawiki/2012/c/cc/Circuit_complet%28wiki%29.png"/></a></center> | <center><a href="https://2012.igem.org/Team:Grenoble/Biology/Network"><img src="https://static.igem.org/mediawiki/2012/c/cc/Circuit_complet%28wiki%29.png"/></a></center> | ||
+ | <div class="legend'>Clik here</a> | ||
</section> | </section> | ||
+ | |||
<section> | <section> | ||
+ | <h1> <a href="https://2012.igem.org/Team:Grenoble/Biology/AND_gate">A biological "AND" gate </a></h1> | ||
+ | </section> | ||
- | <h1> Protocols </h1> | + | <section> |
+ | <h1> <a href="https://2012.igem.org/Team:Grenoble/Biology/Protocols">Protocols </a></h1> | ||
In this section you will find the description of our experiments in order to be able to reproduce what we did (if you have the will).</br> | In this section you will find the description of our experiments in order to be able to reproduce what we did (if you have the will).</br> | ||
<center> <a href="https://2012.igem.org/Team:Grenoble/Biology/Protocols"> <img src="https://static.igem.org/mediawiki/2012/7/71/Protocols_image_greg.png"/> </a> </center> | <center> <a href="https://2012.igem.org/Team:Grenoble/Biology/Protocols"> <img src="https://static.igem.org/mediawiki/2012/7/71/Protocols_image_greg.png"/> </a> </center> | ||
+ | <div class="legend'>Clik here</a> | ||
</section> | </section> | ||
<section> | <section> | ||
- | <h1> Notebook </h1> | + | <h1> <a href="https://2012.igem.org/Team:Grenoble/Biology/Notebook">Notebook </a></h1> |
In case you have the will to follow our experiments day by day; this section is made for you!!!</br> | In case you have the will to follow our experiments day by day; this section is made for you!!!</br> | ||
</br> | </br> | ||
<center> <a href="https://2012.igem.org/Team:Grenoble/Biology/Notebook"> <img src="https://static.igem.org/mediawiki/2012/2/28/Notebook_image_greg_diary.png"/> </a> </center> | <center> <a href="https://2012.igem.org/Team:Grenoble/Biology/Notebook"> <img src="https://static.igem.org/mediawiki/2012/2/28/Notebook_image_greg_diary.png"/> </a> </center> | ||
+ | <div class="legend'>Clik here</a> | ||
</section> | </section> | ||
</div> | </div> |
Revision as of 13:21, 25 September 2012
Network details section
In this section you will find a precise description of the networks we attempted to construct as well as the explanation on how they work and what is the purpose of each actor.A biological "AND" gate
Protocols
In this section you will find the description of our experiments in order to be able to reproduce what we did (if you have the will).Notebook
In case you have the will to follow our experiments day by day; this section is made for you!!!
$(document).ready(
function(){
$("ul.topnav li").hover(
function() {
// Hover over
$(this).parent().find("ul.subnav").hide();
$(this).find("ul.subnav").show();
// Hover out
$(this).hover(
function() {
},
function(){
$(this).find("ul.subnav").hide();
}
);
},
function(){
$(this).find("ul.subnav").hide();
}
);
}
);