Difference between revisions of "Team:KU Leuven/Team/Members"
Line 500: | Line 500: | ||
</div> | </div> | ||
</body> | </body> | ||
+ | <script> | ||
+ | $( "#astrid" ).click(function() { | ||
+ | $(".bigpicture").show(); | ||
+ | $(".info").show(); | ||
+ | $(".cartoon").show(); | ||
+ | $(".astrid").show(); | ||
+ | $(".eline").hide(); | ||
+ | $(".frederik").hide(); | ||
+ | $(".jasper").hide(); | ||
+ | $(".ines").hide(); | ||
+ | $(".laura").hide(); | ||
+ | $(".laurens").hide(); | ||
+ | $(".leen").hide(); | ||
+ | $(".moritz").hide(); | ||
+ | $(".laetitia").hide(); | ||
+ | $(".ovia").hide(); | ||
+ | $(".thomas").hide(); | ||
+ | $(".vincent").hide(); | ||
+ | $(".general").hide(); | ||
+ | }); | ||
+ | |||
+ | $( "#eline" ).click(function() { | ||
+ | $(".bigpicture").show(); | ||
+ | $(".info").show(); | ||
+ | $(".cartoon").show(); | ||
+ | $(".astrid").hide(); | ||
+ | $(".eline").show(); | ||
+ | $(".frederik").hide(); | ||
+ | $(".jasper").hide(); | ||
+ | $(".ines").hide(); | ||
+ | $(".laura").hide(); | ||
+ | $(".laurens").hide(); | ||
+ | $(".leen").hide(); | ||
+ | $(".moritz").hide(); | ||
+ | $(".laetitia").hide(); | ||
+ | $(".ovia").hide(); | ||
+ | $(".thomas").hide(); | ||
+ | $(".vincent").hide(); | ||
+ | $(".general").hide(); | ||
+ | |||
+ | }); | ||
+ | |||
+ | $( "#frederik" ).click(function() { | ||
+ | $(".bigpicture").show(); | ||
+ | $(".info").show(); | ||
+ | $(".cartoon").show(); | ||
+ | $(".astrid").hide(); | ||
+ | $(".eline").hide(); | ||
+ | $(".frederik").show(); | ||
+ | $(".jasper").hide(); | ||
+ | $(".ines").hide(); | ||
+ | $(".laura").hide(); | ||
+ | $(".laurens").hide(); | ||
+ | $(".leen").hide(); | ||
+ | $(".moritz").hide(); | ||
+ | $(".laetitia").hide(); | ||
+ | $(".ovia").hide(); | ||
+ | $(".thomas").hide(); | ||
+ | $(".vincent").hide(); | ||
+ | $(".general").hide(); | ||
+ | |||
+ | }); | ||
+ | |||
+ | $( "#jasper" ).click(function() { | ||
+ | $(".bigpicture").show(); | ||
+ | $(".info").show(); | ||
+ | $(".cartoon").show(); | ||
+ | $(".astrid").hide(); | ||
+ | $(".eline").hide(); | ||
+ | $(".frederik").hide(); | ||
+ | $(".jasper").show(); | ||
+ | $(".ines").hide(); | ||
+ | $(".laura").hide(); | ||
+ | $(".laurens").hide(); | ||
+ | $(".leen").hide(); | ||
+ | $(".moritz").hide(); | ||
+ | $(".laetitia").hide(); | ||
+ | $(".ovia").hide(); | ||
+ | $(".thomas").hide(); | ||
+ | $(".vincent").hide(); | ||
+ | $(".general").hide(); | ||
+ | |||
+ | }); | ||
+ | |||
+ | $( "#ines" ).click(function() { | ||
+ | $(".bigpicture").show(); | ||
+ | $(".info").show(); | ||
+ | $(".cartoon").show(); | ||
+ | $(".astrid").hide(); | ||
+ | $(".eline").hide(); | ||
+ | $(".frederik").hide(); | ||
+ | $(".jasper").hide(); | ||
+ | $(".ines").show(); | ||
+ | $(".laura").hide(); | ||
+ | $(".laurens").hide(); | ||
+ | $(".leen").hide(); | ||
+ | $(".moritz").hide(); | ||
+ | $(".laetitia").hide(); | ||
+ | $(".ovia").hide(); | ||
+ | $(".thomas").hide(); | ||
+ | $(".vincent").hide(); | ||
+ | $(".general").hide(); | ||
+ | |||
+ | }); | ||
+ | |||
+ | $( "#laura" ).click(function() { | ||
+ | $(".bigpicture").show(); | ||
+ | $(".info").show(); | ||
+ | $(".cartoon").show(); | ||
+ | $(".astrid").hide(); | ||
+ | $(".eline").hide(); | ||
+ | $(".frederik").hide(); | ||
+ | $(".jasper").hide(); | ||
+ | $(".ines").hide(); | ||
+ | $(".laura").show(); | ||
+ | $(".laurens").hide(); | ||
+ | $(".leen").hide(); | ||
+ | $(".moritz").hide(); | ||
+ | $(".laetitia").hide(); | ||
+ | $(".ovia").hide(); | ||
+ | $(".thomas").hide(); | ||
+ | $(".vincent").hide(); | ||
+ | $(".general").hide(); | ||
+ | |||
+ | }); | ||
+ | |||
+ | $( "#laurens" ).click(function() { | ||
+ | $(".bigpicture").show(); | ||
+ | $(".info").show(); | ||
+ | $(".cartoon").show(); | ||
+ | $(".astrid").hide(); | ||
+ | $(".eline").hide(); | ||
+ | $(".frederik").hide(); | ||
+ | $(".jasper").hide(); | ||
+ | $(".ines").hide(); | ||
+ | $(".laura").hide(); | ||
+ | $(".laurens").show(); | ||
+ | $(".leen").hide(); | ||
+ | $(".moritz").hide(); | ||
+ | $(".laetitia").hide(); | ||
+ | $(".ovia").hide(); | ||
+ | $(".thomas").hide(); | ||
+ | $(".vincent").hide(); | ||
+ | $(".general").hide(); | ||
+ | |||
+ | }); | ||
+ | |||
+ | $( "#leen" ).click(function() { | ||
+ | $(".bigpicture").show(); | ||
+ | $(".info").show(); | ||
+ | $(".cartoon").show(); | ||
+ | $(".astrid").hide(); | ||
+ | $(".eline").hide(); | ||
+ | $(".frederik").hide(); | ||
+ | $(".jasper").hide(); | ||
+ | $(".ines").hide(); | ||
+ | $(".laura").hide(); | ||
+ | $(".laurens").hide(); | ||
+ | $(".leen").show(); | ||
+ | $(".moritz").hide(); | ||
+ | $(".laetitia").hide(); | ||
+ | $(".ovia").hide(); | ||
+ | $(".thomas").hide(); | ||
+ | $(".vincent").hide(); | ||
+ | $(".general").hide(); | ||
+ | |||
+ | }); | ||
+ | |||
+ | $( "#moritz" ).click(function() { | ||
+ | $(".bigpicture").show(); | ||
+ | $(".info").show(); | ||
+ | $(".cartoon").show(); | ||
+ | $(".astrid").hide(); | ||
+ | $(".eline").hide(); | ||
+ | $(".frederik").hide(); | ||
+ | $(".jasper").hide(); | ||
+ | $(".ines").hide(); | ||
+ | $(".laura").hide(); | ||
+ | $(".laurens").hide(); | ||
+ | $(".leen").hide(); | ||
+ | $(".moritz").show(); | ||
+ | $(".laetitia").hide(); | ||
+ | $(".ovia").hide(); | ||
+ | $(".thomas").hide(); | ||
+ | $(".vincent").hide(); | ||
+ | $(".general").hide(); | ||
+ | |||
+ | }); | ||
+ | |||
+ | $( "#laetitia" ).click(function() { | ||
+ | $(".bigpicture").show(); | ||
+ | $(".info").show(); | ||
+ | $(".cartoon").show(); | ||
+ | $(".astrid").hide(); | ||
+ | $(".eline").hide(); | ||
+ | $(".frederik").hide(); | ||
+ | $(".jasper").hide(); | ||
+ | $(".ines").hide(); | ||
+ | $(".laura").hide(); | ||
+ | $(".laurens").hide(); | ||
+ | $(".leen").hide(); | ||
+ | $(".moritz").hide(); | ||
+ | $(".laetitia").show(); | ||
+ | $(".ovia").hide(); | ||
+ | $(".thomas").hide(); | ||
+ | $(".vincent").hide(); | ||
+ | $(".general").hide(); | ||
+ | |||
+ | }); | ||
+ | |||
+ | $( "#ovia" ).click(function() { | ||
+ | $(".bigpicture").show(); | ||
+ | $(".info").show(); | ||
+ | $(".cartoon").show(); | ||
+ | $(".astrid").hide(); | ||
+ | $(".eline").hide(); | ||
+ | $(".frederik").hide(); | ||
+ | $(".jasper").hide(); | ||
+ | $(".ines").hide(); | ||
+ | $(".laura").hide(); | ||
+ | $(".laurens").hide(); | ||
+ | $(".leen").hide(); | ||
+ | $(".moritz").hide(); | ||
+ | $(".laetitia").hide(); | ||
+ | $(".ovia").show(); | ||
+ | $(".thomas").hide(); | ||
+ | $(".vincent").hide(); | ||
+ | $(".general").hide(); | ||
+ | |||
+ | }); | ||
+ | |||
+ | |||
+ | $( "#thomas" ).click(function() { | ||
+ | $(".bigpicture").show(); | ||
+ | $(".info").show(); | ||
+ | $(".cartoon").show(); | ||
+ | $(".astrid").hide(); | ||
+ | $(".eline").hide(); | ||
+ | $(".frederik").hide(); | ||
+ | $(".jasper").hide(); | ||
+ | $(".ines").hide(); | ||
+ | $(".laura").hide(); | ||
+ | $(".laurens").hide(); | ||
+ | $(".leen").hide(); | ||
+ | $(".moritz").hide(); | ||
+ | $(".laetitia").hide(); | ||
+ | $(".ovia").hide(); | ||
+ | $(".thomas").show(); | ||
+ | $(".vincent").hide(); | ||
+ | $(".general").hide(); | ||
+ | |||
+ | }); | ||
+ | |||
+ | |||
+ | $( "#vincent" ).click(function() { | ||
+ | $(".bigpicture").show(); | ||
+ | $(".info").show(); | ||
+ | $(".cartoon").show(); | ||
+ | $(".astrid").hide(); | ||
+ | $(".eline").hide(); | ||
+ | $(".frederik").hide(); | ||
+ | $(".jasper").hide(); | ||
+ | $(".ines").hide(); | ||
+ | $(".laura").hide(); | ||
+ | $(".laurens").hide(); | ||
+ | $(".leen").hide(); | ||
+ | $(".moritz").hide(); | ||
+ | $(".laetitia").hide(); | ||
+ | $(".ovia").hide(); | ||
+ | $(".thomas").hide(); | ||
+ | $(".vincent").show(); | ||
+ | $(".general").hide(); | ||
+ | |||
+ | }); | ||
+ | |||
+ | $( "#astrid" ).mouseenter(function() { | ||
+ | $(".bigpicture").show(); | ||
+ | $(".info").show(); | ||
+ | $(".cartoon").show(); | ||
+ | $(".astrid").show(); | ||
+ | $(".eline").hide(); | ||
+ | $(".frederik").hide(); | ||
+ | $(".jasper").hide(); | ||
+ | $(".ines").hide(); | ||
+ | $(".laura").hide(); | ||
+ | $(".laurens").hide(); | ||
+ | $(".leen").hide(); | ||
+ | $(".moritz").hide(); | ||
+ | $(".laetitia").hide(); | ||
+ | $(".ovia").hide(); | ||
+ | $(".thomas").hide(); | ||
+ | $(".vincent").hide(); | ||
+ | $(".general").hide(); | ||
+ | }); | ||
+ | |||
+ | $( "#astrid" ).mouseleave(function() { | ||
+ | $(".astrid").hide(); | ||
+ | $(".general").show(); | ||
+ | $(".bigpicture").hide(); | ||
+ | $(".info").hide(); | ||
+ | $(".cartoon").hide(); | ||
+ | }); | ||
+ | |||
+ | $( "#eline" ).mouseenter(function() { | ||
+ | $(".bigpicture").show(); | ||
+ | $(".info").show(); | ||
+ | $(".cartoon").show(); | ||
+ | $(".astrid").hide(); | ||
+ | $(".eline").show(); | ||
+ | $(".frederik").hide(); | ||
+ | $(".jasper").hide(); | ||
+ | $(".ines").hide(); | ||
+ | $(".laura").hide(); | ||
+ | $(".laurens").hide(); | ||
+ | $(".leen").hide(); | ||
+ | $(".moritz").hide(); | ||
+ | $(".laetitia").hide(); | ||
+ | $(".ovia").hide(); | ||
+ | $(".thomas").hide(); | ||
+ | $(".vincent").hide(); | ||
+ | $(".general").hide(); | ||
+ | }); | ||
+ | |||
+ | $( "#eline" ).mouseleave(function() { | ||
+ | $(".eline").hide(); | ||
+ | $(".general").show(); | ||
+ | $(".bigpicture").hide(); | ||
+ | $(".info").hide(); | ||
+ | $(".cartoon").hide(); | ||
+ | }); | ||
+ | |||
+ | $( "#frederik" ).mouseenter(function() { | ||
+ | $(".bigpicture").show(); | ||
+ | $(".info").show(); | ||
+ | $(".cartoon").show(); | ||
+ | $(".astrid").hide(); | ||
+ | $(".eline").hide(); | ||
+ | $(".frederik").show(); | ||
+ | $(".jasper").hide(); | ||
+ | $(".ines").hide(); | ||
+ | $(".laura").hide(); | ||
+ | $(".laurens").hide(); | ||
+ | $(".leen").hide(); | ||
+ | $(".moritz").hide(); | ||
+ | $(".laetitia").hide(); | ||
+ | $(".ovia").hide(); | ||
+ | $(".thomas").hide(); | ||
+ | $(".vincent").hide(); | ||
+ | $(".general").hide(); | ||
+ | }); | ||
+ | |||
+ | $( "#frederik" ).mouseleave(function() { | ||
+ | $(".frederik").hide(); | ||
+ | $(".general").show(); | ||
+ | $(".bigpicture").hide(); | ||
+ | $(".info").hide(); | ||
+ | $(".cartoon").hide(); | ||
+ | }); | ||
+ | |||
+ | $( "#jasper" ).mouseenter(function() { | ||
+ | $(".bigpicture").show(); | ||
+ | $(".info").show(); | ||
+ | $(".cartoon").show(); | ||
+ | $(".astrid").hide(); | ||
+ | $(".eline").hide(); | ||
+ | $(".frederik").hide(); | ||
+ | $(".jasper").show(); | ||
+ | $(".ines").hide(); | ||
+ | $(".laura").hide(); | ||
+ | $(".laurens").hide(); | ||
+ | $(".leen").hide(); | ||
+ | $(".moritz").hide(); | ||
+ | $(".laetitia").hide(); | ||
+ | $(".ovia").hide(); | ||
+ | $(".thomas").hide(); | ||
+ | $(".vincent").hide(); | ||
+ | $(".general").hide(); | ||
+ | }); | ||
+ | |||
+ | $( "#jasper" ).mouseleave(function() { | ||
+ | $(".jasper").hide(); | ||
+ | $(".general").show(); | ||
+ | $(".bigpicture").hide(); | ||
+ | $(".info").hide(); | ||
+ | $(".cartoon").hide(); | ||
+ | }); | ||
+ | |||
+ | $( "#ines" ).mouseenter(function() { | ||
+ | $(".bigpicture").show(); | ||
+ | $(".info").show(); | ||
+ | $(".cartoon").show(); | ||
+ | $(".astrid").hide(); | ||
+ | $(".eline").hide(); | ||
+ | $(".frederik").hide(); | ||
+ | $(".jasper").hide(); | ||
+ | $(".ines").show(); | ||
+ | $(".laura").hide(); | ||
+ | $(".laurens").hide(); | ||
+ | $(".leen").hide(); | ||
+ | $(".moritz").hide(); | ||
+ | $(".laetitia").hide(); | ||
+ | $(".ovia").hide(); | ||
+ | $(".thomas").hide(); | ||
+ | $(".vincent").hide(); | ||
+ | $(".general").hide(); | ||
+ | }); | ||
+ | |||
+ | $( "#ines" ).mouseleave(function() { | ||
+ | $(".ines").hide(); | ||
+ | $(".general").show(); | ||
+ | $(".bigpicture").hide(); | ||
+ | $(".info").hide(); | ||
+ | $(".cartoon").hide(); | ||
+ | }); | ||
+ | |||
+ | $( "#laura" ).mouseenter(function() { | ||
+ | $(".bigpicture").show(); | ||
+ | $(".info").show(); | ||
+ | $(".cartoon").show(); | ||
+ | $(".astrid").hide(); | ||
+ | $(".eline").hide(); | ||
+ | $(".frederik").hide(); | ||
+ | $(".jasper").hide(); | ||
+ | $(".ines").hide(); | ||
+ | $(".laura").show(); | ||
+ | $(".laurens").hide(); | ||
+ | $(".leen").hide(); | ||
+ | $(".moritz").hide(); | ||
+ | $(".laetitia").hide(); | ||
+ | $(".ovia").hide(); | ||
+ | $(".thomas").hide(); | ||
+ | $(".vincent").hide(); | ||
+ | $(".general").hide(); | ||
+ | }); | ||
+ | |||
+ | $( "#laura" ).mouseleave(function() { | ||
+ | $(".laura").hide(); | ||
+ | $(".general").show(); | ||
+ | $(".bigpicture").hide(); | ||
+ | $(".info").hide(); | ||
+ | $(".cartoon").hide(); | ||
+ | }); | ||
+ | |||
+ | $( "#laurens" ).mouseenter(function() { | ||
+ | $(".bigpicture").show(); | ||
+ | $(".info").show(); | ||
+ | $(".cartoon").show(); | ||
+ | $(".astrid").hide(); | ||
+ | $(".eline").hide(); | ||
+ | $(".frederik").hide(); | ||
+ | $(".jasper").hide(); | ||
+ | $(".ines").hide(); | ||
+ | $(".laura").hide(); | ||
+ | $(".laurens").show(); | ||
+ | $(".leen").hide(); | ||
+ | $(".moritz").hide(); | ||
+ | $(".laetitia").hide(); | ||
+ | $(".ovia").hide(); | ||
+ | $(".thomas").hide(); | ||
+ | $(".vincent").hide(); | ||
+ | $(".general").hide(); | ||
+ | }); | ||
+ | |||
+ | $( "#laurens" ).mouseleave(function() { | ||
+ | $(".laurens").hide(); | ||
+ | $(".general").show(); | ||
+ | $(".bigpicture").hide(); | ||
+ | $(".info").hide(); | ||
+ | $(".cartoon").hide(); | ||
+ | }); | ||
+ | |||
+ | $( "#leen" ).mouseenter(function() { | ||
+ | $(".bigpicture").show(); | ||
+ | $(".info").show(); | ||
+ | $(".cartoon").show(); | ||
+ | $(".astrid").hide(); | ||
+ | $(".eline").hide(); | ||
+ | $(".frederik").hide(); | ||
+ | $(".jasper").hide(); | ||
+ | $(".ines").hide(); | ||
+ | $(".laura").hide(); | ||
+ | $(".laurens").hide(); | ||
+ | $(".leen").show(); | ||
+ | $(".moritz").hide(); | ||
+ | $(".laetitia").hide(); | ||
+ | $(".ovia").hide(); | ||
+ | $(".thomas").hide(); | ||
+ | $(".vincent").hide(); | ||
+ | $(".general").hide(); | ||
+ | }); | ||
+ | |||
+ | $( "#leen" ).mouseleave(function() { | ||
+ | $(".leen").hide(); | ||
+ | $(".general").show(); | ||
+ | $(".bigpicture").hide(); | ||
+ | $(".info").hide(); | ||
+ | $(".cartoon").hide(); | ||
+ | }); | ||
+ | |||
+ | $( "#moritz" ).mouseenter(function() { | ||
+ | $(".bigpicture").show(); | ||
+ | $(".info").show(); | ||
+ | $(".cartoon").show(); | ||
+ | $(".astrid").hide(); | ||
+ | $(".eline").hide(); | ||
+ | $(".frederik").hide(); | ||
+ | $(".jasper").hide(); | ||
+ | $(".ines").hide(); | ||
+ | $(".laura").hide(); | ||
+ | $(".laurens").hide(); | ||
+ | $(".leen").hide(); | ||
+ | $(".moritz").show(); | ||
+ | $(".laetitia").hide(); | ||
+ | $(".ovia").hide(); | ||
+ | $(".thomas").hide(); | ||
+ | $(".vincent").hide(); | ||
+ | $(".general").hide(); | ||
+ | }); | ||
+ | |||
+ | $( "#moritz" ).mouseleave(function() { | ||
+ | $(".moritz").hide(); | ||
+ | $(".general").show(); | ||
+ | $(".bigpicture").hide(); | ||
+ | $(".info").hide(); | ||
+ | $(".cartoon").hide(); | ||
+ | }); | ||
+ | |||
+ | $( "#laetitia" ).mouseenter(function() { | ||
+ | $(".bigpicture").show(); | ||
+ | $(".info").show(); | ||
+ | $(".cartoon").show(); | ||
+ | $(".astrid").hide(); | ||
+ | $(".eline").hide(); | ||
+ | $(".frederik").hide(); | ||
+ | $(".jasper").hide(); | ||
+ | $(".ines").hide(); | ||
+ | $(".laura").hide(); | ||
+ | $(".laurens").hide(); | ||
+ | $(".leen").hide(); | ||
+ | $(".moritz").hide(); | ||
+ | $(".laetitia").show(); | ||
+ | $(".ovia").hide(); | ||
+ | $(".thomas").hide(); | ||
+ | $(".vincent").hide(); | ||
+ | $(".general").hide(); | ||
+ | }); | ||
+ | |||
+ | $( "#laetitia" ).mouseleave(function() { | ||
+ | $(".laetitia").hide(); | ||
+ | $(".general").show(); | ||
+ | $(".bigpicture").hide(); | ||
+ | $(".info").hide(); | ||
+ | $(".cartoon").hide(); | ||
+ | }); | ||
+ | |||
+ | $( "#ovia" ).mouseenter(function() { | ||
+ | $(".bigpicture").show(); | ||
+ | $(".info").show(); | ||
+ | $(".cartoon").show(); | ||
+ | $(".astrid").hide(); | ||
+ | $(".eline").hide(); | ||
+ | $(".frederik").hide(); | ||
+ | $(".jasper").hide(); | ||
+ | $(".ines").hide(); | ||
+ | $(".laura").hide(); | ||
+ | $(".laurens").hide(); | ||
+ | $(".leen").hide(); | ||
+ | $(".moritz").hide(); | ||
+ | $(".laetitia").hide(); | ||
+ | $(".ovia").show(); | ||
+ | $(".thomas").hide(); | ||
+ | $(".vincent").hide(); | ||
+ | $(".general").hide(); | ||
+ | }); | ||
+ | |||
+ | $( "#ovia" ).mouseleave(function() { | ||
+ | $(".ovia").hide(); | ||
+ | $(".general").show(); | ||
+ | $(".bigpicture").hide(); | ||
+ | $(".info").hide(); | ||
+ | $(".cartoon").hide(); | ||
+ | }); | ||
+ | |||
+ | $( "#thomas" ).mouseenter(function() { | ||
+ | $(".bigpicture").show(); | ||
+ | $(".info").show(); | ||
+ | $(".cartoon").show(); | ||
+ | $(".astrid").hide(); | ||
+ | $(".eline").hide(); | ||
+ | $(".frederik").hide(); | ||
+ | $(".jasper").hide(); | ||
+ | $(".ines").hide(); | ||
+ | $(".laura").hide(); | ||
+ | $(".laurens").hide(); | ||
+ | $(".leen").hide(); | ||
+ | $(".moritz").hide(); | ||
+ | $(".laetitia").hide(); | ||
+ | $(".ovia").hide(); | ||
+ | $(".thomas").show(); | ||
+ | $(".vincent").hide(); | ||
+ | $(".general").hide(); | ||
+ | }); | ||
+ | |||
+ | $( "#thomas" ).mouseleave(function() { | ||
+ | $(".thomas").hide(); | ||
+ | $(".general").show(); | ||
+ | $(".bigpicture").hide(); | ||
+ | $(".info").hide(); | ||
+ | $(".cartoon").hide(); | ||
+ | }); | ||
+ | |||
+ | $( "#vincent" ).mouseenter(function() { | ||
+ | $(".bigpicture").show(); | ||
+ | $(".info").show(); | ||
+ | $(".cartoon").show(); | ||
+ | $(".astrid").hide(); | ||
+ | $(".eline").hide(); | ||
+ | $(".frederik").hide(); | ||
+ | $(".jasper").hide(); | ||
+ | $(".ines").hide(); | ||
+ | $(".laura").hide(); | ||
+ | $(".laurens").hide(); | ||
+ | $(".leen").hide(); | ||
+ | $(".moritz").hide(); | ||
+ | $(".laetitia").hide(); | ||
+ | $(".ovia").hide(); | ||
+ | $(".thomas").hide(); | ||
+ | $(".vincent").show(); | ||
+ | $(".general").hide(); | ||
+ | }); | ||
+ | |||
+ | $( "#vincent" ).mouseleave(function() { | ||
+ | $(".vincent").hide(); | ||
+ | $(".general").show(); | ||
+ | $(".bigpicture").hide(); | ||
+ | $(".info").hide(); | ||
+ | $(".cartoon").hide(); | ||
+ | }); | ||
+ | |||
+ | |||
+ | </script> | ||
</html> | </html> | ||
{{KU_Leuven/modeling/internal/ultra/test/footer}} | {{KU_Leuven/modeling/internal/ultra/test/footer}} |
Revision as of 09:12, 3 September 2015
Team
Astrid
Eline
Frederik
Ines
Jasper
Laetitia
Our busy bee
Keep calm and build a pattern
The business tycoon
Spam, spam, spam!
Matlab is always on my side
Let the bacteria grow!
Our beautiful sales lady
Let's photoshop everything
The answer to everything is: try Google
Wants lots and lots of data
The center of everything
Before one can transform bacteria, one must first transform himself
First on the screen, now in real life
Laura
Laurens
Leen
Moritz
Ovia
Thomas
Vincent
Mentors and Advisors
From the very beginning of our project, Johan has always been ready and willing to help us when problems arise. He provided us with work space in the lab and is always ready to share his scientific expertise.
We couldn’t imagine a better supervisor! Be it a scientific question or a silly doubt, an advice or some administration, a hot cup of coffee or just handy tips, she will always know what to do.
Oscar is our knock-out specialist. He helped us with the P1 phage transduction and showed how to confirm our double knock-out. We can always ask him questions during our experiments.
Yves is always willing to provide us with his crystal violet and electrocompetent cells. Above all he is interested in our project and likes to share advice.
Iris is always their to help us ordering products, searching for sponsors and giving safety advice. She will give us handy hints wrapped up in funny stories.
Veerle helped us to choose the right topic. She also guided the previous KU Leuven iGEM team and is happy to pass on her experience by giving practical advice on how to prepare for the Giant Jamboree.
We would like to extend our gratitude to our advisors who have been very helpful during various stages of our project. We thank the ex-iGEMmers, the pHD students, professors and laboratory assistants, who participated in our pizza meetings and opening event, for giving their opinion. A special thank to our friends and significant others for their support and help during the opening event.
Contact
Address: Celestijnenlaan 200G room 00.08 - 3001 Heverlee
Telephone n°: +32(0)16 32 73 19