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; | ||
− | + | chooseMember(this.className); | |
− | + | ||
− | + | ||
− | + | ||
}); | }); | ||
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 | + | var idNew = randMember(); |
− | + | while (idNew == id) | |
− | + | idNew = randMember(); | |
− | + | ||
− | + | id = idNew; | |
+ | |||
+ | var className = ids[id]; | ||
+ | chooseMember(className); | ||
}, 5000); | }, 5000); | ||
Revision as of 13:55, 18 September 2015
The IOD inventors
(Some awesome text)
The Team
Advisors
Instructors
The Team
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.
Advisors
Instructors