Difference between revisions of "Team:KU Leuven/Research/Results"

(Blanked the page)
Line 1: Line 1:
 +
<html>
 +
<body>
  
 +
  <div class="part">
 +
  <div  class="general">
 +
    <div class="partimg">
 +
    <img src="https://static.igem.org/mediawiki/2015/e/ed/KUL_Wiki_Button_-_General.png" alt="team" width="100%">
 +
    <div class="hidegeneral"><p>hide</p></div>
 +
    </div>
 +
    <div class="partnews">
 +
<p>-Lab safety training<br/>
 +
-Discussing tasks and practical arrangements (tickets Boston)<br/>
 +
-Taking photos to use in the brochure, on the wiki and for social media <br/>
 +
-Take a tour through our high tech bio laboratory <br/>
 +
-Meeting with potential sponsor</p>
 +
    </div>
 +
  </div>
 +
  </div>
 +
 +
  <div class="part">
 +
  <div  class="literature">
 +
    <div class="partimg">
 +
    <img src="https://static.igem.org/mediawiki/2015/8/82/KU_Leuven_Wiki_Button_-_Literature.png" alt="team" width="100%">
 +
    <div class="hideliterature"><p>hide</p></div>
 +
    </div>
 +
    <div class="partnews">
 +
<p>-Searching for strains and biobricks for our circuit</p>
 +
    </div>
 +
  </div>
 +
  </div>
 +
 +
  <div class="part">
 +
  <div  class="model">
 +
    <div class="partimg">
 +
    <img src="https://static.igem.org/mediawiki/2015/d/db/KU_Leuven_Wiki_Button_-_Modelling.png" alt="team" width="100%">
 +
    <div class="hidemodel"><p>hide</p></div>
 +
    </div>
 +
    <div class="partnews">
 +
<p>-Set up GitHub <br/>
 +
-Constructed simple single cell agent-based model</br>
 +
-Worked on an explicit discretization of a continuous model</p>
 +
    </div>
 +
  </div>
 +
  </div>
 +
 +
  <div class="part">
 +
  <div  class="social">
 +
    <div class="partimg">
 +
    <img src="https://static.igem.org/mediawiki/2015/4/45/KU_Leuven_Wiki_Button_-_Communication.png" alt="team" width="100%">
 +
    <div class="hidesocial"><p>hide</p></div>
 +
    </div>
 +
    <div class="partnews">
 +
<p>-Link Facebook with Twitter</p>
 +
    </div>
 +
  </div>
 +
  </div>
 +
 +
  <div class="part">
 +
  <div  class="wiki">
 +
    <div class="partimg">
 +
    <img src="https://static.igem.org/mediawiki/2015/c/c3/KU_Leuven_Wiki_Button_-_Wiki.png" alt="team" width="100%">
 +
    <div class="hidewiki"><p>hide</p></div>
 +
    </div>
 +
    <div class="partnews">
 +
<p> -’Coming soon’ page is online</p>
 +
    </div>
 +
  </div>
 +
  </div>
 +
 +
 +
 +
<script>
 +
  $( ".hidesocial" ).click(function() {
 +
      $(".social").hide();
 +
     
 +
    });
 +
 +
  $( "#social" ).click(function() {
 +
      $(".social").show();
 +
      $(".wiki").hide();
 +
      $(".evo").hide();
 +
      $(".general").hide();
 +
      $(".model").hide();
 +
      $(".lab").hide();
 +
      $(".art").hide();
 +
      $(".literature").hide();
 +
    });
 +
 +
  $( ".hidewiki" ).click(function() {
 +
      $(".wiki").hide();
 +
     
 +
    });
 +
 +
  $( "#wiki" ).click(function() {
 +
      $(".social").hide();
 +
      $(".wiki").show();
 +
      $(".evo").hide();
 +
      $(".general").hide();
 +
      $(".model").hide();
 +
      $(".lab").hide();
 +
      $(".art").hide();
 +
      $(".literature").hide();
 +
    });
 +
 +
  $( ".hideevo" ).click(function() {
 +
      $(".evo").hide();
 +
     
 +
    });
 +
 +
  $( "#evo" ).click(function() {
 +
      $(".social").hide();
 +
      $(".wiki").hide();
 +
      $(".evo").show();
 +
      $(".general").hide();
 +
      $(".model").hide();
 +
      $(".lab").hide();
 +
      $(".art").hide();
 +
      $(".literature").hide();
 +
    });
 +
 +
  $( ".hidegeneral" ).click(function() {
 +
      $(".general").hide();
 +
     
 +
    });
 +
 +
  $( "#general" ).click(function() {
 +
      $(".social").hide();
 +
      $(".wiki").hide();
 +
      $(".evo").hide();
 +
      $(".general").show();
 +
      $(".model").hide();
 +
      $(".lab").hide();
 +
      $(".art").hide();
 +
      $(".literature").hide();
 +
    });
 +
 +
  $( ".hidemodel" ).click(function() {
 +
      $(".model").hide();
 +
     
 +
    });
 +
 +
  $( "#model" ).click(function() {
 +
      $(".social").hide();
 +
      $(".wiki").hide();
 +
      $(".evo").hide();
 +
      $(".general").hide();
 +
      $(".model").show();
 +
      $(".lab").hide();
 +
      $(".art").hide();
 +
      $(".literature").hide();
 +
    });
 +
 +
  $( ".hidelab" ).click(function() {
 +
      $(".lab").hide();
 +
     
 +
    });
 +
 +
  $( "#lab" ).click(function() {
 +
      $(".social").hide();
 +
      $(".wiki").hide();
 +
      $(".evo").hide();
 +
      $(".general").hide();
 +
      $(".model").hide();
 +
      $(".lab").show();
 +
      $(".art").hide();
 +
      $(".literature").hide();
 +
    });
 +
 +
  $( ".hideart" ).click(function() {
 +
      $(".art").hide();
 +
     
 +
    });
 +
 +
  $( "#art" ).click(function() {
 +
      $(".social").hide();
 +
      $(".wiki").hide();
 +
      $(".evo").hide();
 +
      $(".general").hide();
 +
      $(".model").hide();
 +
      $(".lab").hide();
 +
      $(".art").show();
 +
      $(".literature").hide();
 +
    });
 +
 +
  $( ".hideliterature" ).click(function() {
 +
      $(".literature").hide();
 +
     
 +
    });
 +
 +
  $( "#literature" ).click(function() {
 +
      $(".social").hide();
 +
      $(".wiki").hide();
 +
      $(".evo").hide();
 +
      $(".general").hide();
 +
      $(".model").hide();
 +
      $(".lab").hide();
 +
      $(".art").hide();
 +
      $(".literature").show();
 +
    });
 +
 +
  $( "#showall" ).click(function() {
 +
      $(".social").show();
 +
      $(".wiki").show();
 +
      $(".evo").show();
 +
      $(".general").show();
 +
      $(".model").show();
 +
      $(".lab").show();
 +
      $(".art").show();
 +
      $(".literature").show();
 +
    });
 +
 +
</script>
 +
</body>
 +
</html>

Revision as of 14:05, 8 September 2015

team

hide

-Lab safety training
-Discussing tasks and practical arrangements (tickets Boston)
-Taking photos to use in the brochure, on the wiki and for social media
-Take a tour through our high tech bio laboratory
-Meeting with potential sponsor

team

hide

-Searching for strains and biobricks for our circuit

team

hide

-Set up GitHub
-Constructed simple single cell agent-based model
-Worked on an explicit discretization of a continuous model

team

hide

-’Coming soon’ page is online