Difference between revisions of "Team:Czech Republic/Team"

Line 159: Line 159:
 
<html>
 
<html>
 
<script>
 
<script>
 +
function chooseMember(className)
 +
{
 +
    $("#inventors div.person").fadeOut();
 +
    $("#thumbnails img").css("border-color", "#F2F2F2");
 +
    $("#inventors div.person#" + className).fadeIn();
 +
    $("#thumbnails img." + className).css("border-color", "#CC1D24");
 +
}
 +
 
var random = true;
 
var random = true;
 
$("#inventors .person, #inventors > h1").hide();
 
$("#inventors .person, #inventors > h1").hide();
Line 164: Line 172:
 
$("#thumbnails img").click(function(event) {
 
$("#thumbnails img").click(function(event) {
 
     random = false;
 
     random = false;
     $("#inventors div.person").fadeOut();
+
     chooseMember(this.className);
    $("#thumbnails img").css("border-color", "#F2F2F2");
+
    $("#inventors div.person#" + this.className).fadeIn();
+
    $(this).css("border-color", "#CC1D24");
+
 
});
 
});
  
Line 174: Line 179:
 
     ids.push($(this).attr("id"))
 
     ids.push($(this).attr("id"))
 
});
 
});
 +
 +
function randMember()
 +
{
 +
    return Math.floor(Math.random() * ids.length);
 +
}
 +
 +
var id = randMember();
  
 
var interval = setInterval(function(){  
 
var interval = setInterval(function(){  
Line 179: Line 191:
 
         clearInterval(interval);
 
         clearInterval(interval);
  
     var className = ids[Math.floor(Math.random() * ids.length)];
+
     var idNew = randMember();
  
     $("#inventors div.person").fadeOut();
+
     while (idNew == id)
     $("#thumbnails img").css("border-color", "#F2F2F2");
+
      idNew = randMember();
     $("#inventors div.person#" + className).fadeIn();
+
 
     $("#thumbnails img." + className).css("border-color", "#CC1D24");
+
     id = idNew;
 +
 
 +
     var className = ids[id];
 +
     chooseMember(className);
 
}, 5000);
 
}, 5000);
  

Revision as of 13:55, 18 September 2015

The IOD inventors


Czech Republic Team.jpg

(Some awesome text)

The Team

Jan Bejvl Martin Ciencala Hynek Kasl Veronika Kolejáková Jiří Louda Václav Pelíšek Anna Sosnová

Advisors

Jiří Fatka Pavel Fikar Kateřina Pěchotová Tereza Puchrová Pavel Zach

Instructors

Daniel Georgiev Eduard Janeček

The Team

Czech Republic Jan Bejvl.jpg

Jan Bejvl


Czech Republic Martin Ciencala.jpg

Martin Ciencala

Czech Republic Hynek Kasl.jpg

Hynek Kasl

Hynek Kasl is a graduate student with 4 years of experience in Synthetic Biology, currently enrolled in the Cybernetics graduate program at the UWB. He is driven by unexpected solutions provided by his truly interdisciplinary intuition developed through persistent work at the intersection of bioengineering, mathematics, and physics. His approach involves foundational development of ideas using rigorous mathematical analysis backed by experimental evidence.

He is the leader of Module 1. He has also worked extensively on the mathematical models used in the CeCe simulator, such as the diffusion modelling and the lattice boltzmann method.


Czech Republic Veronika Kolejakova.jpg

Veronika Kolejáková


Czech Republic Jiri Louda.jpg

Jiří Louda


Czech Republic Vaclav Pelisek.jpg

Václav Pelíšek


Czech Republic Anna Sosnova.jpg

Anna Sosnová


Advisors

Czech Republic Jiri Fatka.jpg

Jiří Fatka


Czech Republic Pavel Fikar.jpg

Pavel Fikar

Czech Republic Katerina Pechotova.jpg

Kateřina Pěchotová

Czech Republic Tereza Puchrova.jpg

Tereza Puchrová

Czech Republic Pavel Zach.jpg

Pavel Zach

Instructors

Czech Republic Daniel Georgiev.jpg

Daniel Georgiev


Czech Republic Eduard Janecek.jpg

Eduard Janeček