Line 13: | Line 13: | ||
float:left; | float:left; | ||
} | } | ||
− | + | .img-circular-small { | |
− | + | ||
width: 150px; | width: 150px; | ||
− | + | height: 150px; | |
display: block; | display: block; | ||
border-radius: 50%; | border-radius: 50%; | ||
border: 5px solid #ddd; | border: 5px solid #ddd; | ||
− | + | } | |
.wall1 { | .wall1 { | ||
background-image: url(https://static.igem.org/mediawiki/2017/8/8a/T--Heidelberg--2017_MP.jpg); | background-image: url(https://static.igem.org/mediawiki/2017/8/8a/T--Heidelberg--2017_MP.jpg); | ||
Line 27: | Line 26: | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
} | } | ||
− | |||
.wall2 { | .wall2 { | ||
background-image: url(https://static.igem.org/mediawiki/2017/d/db/T--Heidelberg--2017_CG.jpg); | background-image: url(https://static.igem.org/mediawiki/2017/d/db/T--Heidelberg--2017_CG.jpg); | ||
Line 33: | Line 31: | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
} | } | ||
− | |||
.wall3 { | .wall3 { | ||
background-image: url(https://static.igem.org/mediawiki/2017/3/3f/T--Heidelberg--2017_JM.jpg); | background-image: url(https://static.igem.org/mediawiki/2017/3/3f/T--Heidelberg--2017_JM.jpg); | ||
Line 39: | Line 36: | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
} | } | ||
− | |||
.wall4 { | .wall4 { | ||
background-image: url(https://static.igem.org/mediawiki/2017/6/65/T--Heidelberg--2017_LA.jpg); | background-image: url(https://static.igem.org/mediawiki/2017/6/65/T--Heidelberg--2017_LA.jpg); | ||
Line 45: | Line 41: | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
} | } | ||
− | |||
.wall5 { | .wall5 { | ||
background-image: url(https://static.igem.org/mediawiki/2017/f/f7/T--Heidelberg--2017_MK.jpg); | background-image: url(https://static.igem.org/mediawiki/2017/f/f7/T--Heidelberg--2017_MK.jpg); | ||
Line 51: | Line 46: | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
} | } | ||
− | |||
.wall6 { | .wall6 { | ||
background-image: url(https://static.igem.org/mediawiki/2017/4/48/T--Heidelberg--2017_JU.jpg); | background-image: url(https://static.igem.org/mediawiki/2017/4/48/T--Heidelberg--2017_JU.jpg); | ||
Line 126: | Line 120: | ||
font-family: 'Open Sans' !important; | font-family: 'Open Sans' !important; | ||
color: #9d1c20 !important; | color: #9d1c20 !important; | ||
− | + | } | |
− | + | ||
#a2 h1 { | #a2 h1 { | ||
font-family: 'Open Sans' !important; | font-family: 'Open Sans' !important; | ||
color: #F8991D !important; | color: #F8991D !important; | ||
− | |||
} | } | ||
#a3 h1{ | #a3 h1{ | ||
− | + | font-family: 'Open Sans' !important; | |
color: #009193 !important; | color: #009193 !important; | ||
line-height: 70px !important; | line-height: 70px !important; | ||
} | } | ||
− | |||
#a4 h1 { | #a4 h1 { | ||
font-family: 'Open Sans' !important; | font-family: 'Open Sans' !important; | ||
color: #009E73 !important; | color: #009E73 !important; | ||
} | } | ||
− | |||
#a5 h1 { | #a5 h1 { | ||
font-family: 'Open Sans' !important; | font-family: 'Open Sans' !important; | ||
color: #ffd700 !important; | color: #ffd700 !important; | ||
− | |||
} | } | ||
#a6 h1{ | #a6 h1{ | ||
Line 171: | Line 160: | ||
} | } | ||
− | + | .slider { | |
− | + | ||
position: relative; | position: relative; | ||
width: 100%; | width: 100%; | ||
Line 180: | Line 168: | ||
perspective: 900px; | perspective: 900px; | ||
transform-style: preserve-3d; | transform-style: preserve-3d; | ||
− | + | } | |
Line 216: | Line 204: | ||
} | } | ||
.slide{ | .slide{ | ||
− | + | text-align: center; | |
− | + | ||
− | + | ||
position: absolute; | position: absolute; | ||
transform: scale(0.5,0.5); | transform: scale(0.5,0.5); | ||
Line 225: | Line 211: | ||
padding: 50px; | padding: 50px; | ||
height: auto; | height: auto; | ||
− | |||
− | |||
− | |||
} | } | ||
− | |||
.slide.active{ | .slide.active{ | ||
z-index: 10; | z-index: 10; | ||
Line 236: | Line 218: | ||
transform: scale(1,1); | transform: scale(1,1); | ||
} | } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
.slider .bullets{ | .slider .bullets{ | ||
text-align: center; | text-align: center; | ||
Line 270: | Line 247: | ||
cursor: pointer; | cursor: pointer; | ||
} | } | ||
− | |||
− | |||
− | |||
.slider2{ | .slider2{ | ||
position: relative; | position: relative; | ||
Line 281: | Line 255: | ||
perspective: 900px; | perspective: 900px; | ||
transform-style: preserve-3d; | transform-style: preserve-3d; | ||
− | |||
− | |||
− | |||
} | } | ||
− | |||
− | |||
.slider2 .previous2, .slider2 .next2{ | .slider2 .previous2, .slider2 .next2{ | ||
font-family: "FontAwesome"; | font-family: "FontAwesome"; | ||
Line 319: | Line 288: | ||
} | } | ||
.slide2{ | .slide2{ | ||
− | |||
− | |||
text-align: center; | text-align: center; | ||
position: absolute; | position: absolute; | ||
Line 328: | Line 295: | ||
padding: 50px; | padding: 50px; | ||
height: auto; | height: auto; | ||
− | |||
− | |||
− | |||
} | } | ||
− | |||
.slide2.active{ | .slide2.active{ | ||
z-index: 10; | z-index: 10; | ||
Line 339: | Line 302: | ||
transform: scale(1,1); | transform: scale(1,1); | ||
} | } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
.slider2 .bullets2{ | .slider2 .bullets2{ | ||
text-align: center; | text-align: center; | ||
Line 373: | Line 331: | ||
cursor: pointer; | cursor: pointer; | ||
} | } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
.inner-slide { | .inner-slide { | ||
-webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.75); | -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.75); | ||
Line 394: | Line 347: | ||
font-size: 20px !important; | font-size: 20px !important; | ||
font-weight: 300 !important; | font-weight: 300 !important; | ||
− | } | + | } |
− | + | ||
.gallery-icon { | .gallery-icon { | ||
margin: 1em 1em 1em 1em; | margin: 1em 1em 1em 1em; | ||
Line 402: | Line 354: | ||
margin: 1em 1em 1em 1em; | margin: 1em 1em 1em 1em; | ||
} | } | ||
− | |||
− | |||
− | |||
</style> | </style> | ||
− | + | <div style="background-color: white !important;"> | |
− | <div class="page-heading" style="margin-top: 70px;background-image: url( | + | <div class="page-heading" style="margin-top: 70px;background-image: url(https://static.igem.org/mediawiki/2017/2/24/T--Heidelberg--2017_Team.jpg); height: 300px"></div> |
− | + | <div class="page-title" style="background-color: white !important; border-top: 5px solid #222;padding-bottom: 0px;"> | |
− | + | <div class="container"> | |
− | + | <div class="col-lg-12 col-md-12 col-xs-12" style="padding-bottom: 0px !important;"> | |
− | + | <div style="border-right: 5px solid #393939;padding: 20px 20px 0px 20px"> | |
− | + | <div class="header-title heidelberg-red"> | |
− | + | Meet the | |
− | + | </div> | |
− | + | <div class="header-subtitle" style="color: #393939 !important;"> | |
− | + | Team | |
− | + | </div> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
</div> | </div> | ||
+ | </div> | ||
</div> | </div> | ||
− | + | </div> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
+ | <div class="container" style="background-color: white !important"> | ||
+ | <div class="col-lg-12 col-md-12 col-xs-12"> | ||
+ | <h1>Members</h1> | ||
+ | <div class="gallery" style="position: relative; padding: 60px; padding-top: 20px"> | ||
+ | <div class="row" style="display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; align-content: center; justify-content: center; min-width: 380px;"> | ||
+ | <div class="gallery-icon"><div class="wall1 img-circular-small"></div></div> | ||
+ | <div class="gallery-icon"><div class="wall2 img-circular-small"></div></div> | ||
+ | <div class="gallery-icon"><div class="wall3 img-circular-small"></div></div> | ||
+ | <div class="gallery-icon"><div class="wall4 img-circular-small"></div></div> | ||
+ | <div class="gallery-icon"><div class="wall5 img-circular-small"></div></div> | ||
+ | <div class="gallery-icon"><div class="wall6 img-circular-small"></div></div> | ||
+ | <div class="gallery-icon"><div class="wall7 img-circular-small"></div></div> | ||
+ | <div class="gallery-icon"><div class="wall8 img-circular-small"></div></div> | ||
+ | <div class="gallery-icon"><div class="wall9 img-circular-small"></div></div> | ||
+ | <div class="gallery-icon"><div class="wall10 img-circular-small"></div></div> | ||
+ | </div> | ||
+ | </div> | ||
− | + | <div class="slider"> | |
− | + | <div class="arrows"> | |
− | + | <a class="previous"></a> | |
− | + | <a class="next"></a> | |
− | + | </div> | |
− | + | <div class="slides"> | |
− | + | <div class="slide active" id="a1"> | |
− | + | ||
<div class="inner-slide"> | <div class="inner-slide"> | ||
− | + | <h1>Moritz Przybilla</h1> | |
− | + | <div class="img-circular wall1"></div> | |
− | + | <div class="member-text"> | |
+ | Driven by his passion for science and medicine Moritz started studying Molecular Biotechnology in Heidelberg with the intention to make his own contribution to the development of a HIV/AIDS cure. He is a very optimistic person with great dreams, who knows exactly what he wants.<br/> | ||
Besides his excellent lab work skills, which he acquired during his bachelor thesis about epitope prediction in colorectal cancer and various internships, he is the one who managed the sponsoring almost by his own. With his irresistible charisma and charm and his ability to produce many convincing texts in a short time he saved us the financial support of companies and foundations.<br/> | Besides his excellent lab work skills, which he acquired during his bachelor thesis about epitope prediction in colorectal cancer and various internships, he is the one who managed the sponsoring almost by his own. With his irresistible charisma and charm and his ability to produce many convincing texts in a short time he saved us the financial support of companies and foundations.<br/> | ||
Line 467: | Line 412: | ||
Working with him as lab buddy was always a lot of fun, he uses the funniest phrases I have ever heard (I swear half of them don’t really exist) and when you hear schmaltzy love songs you know our romanticist Moritz is already in the lab. But watch out when Moritz performs transformations and has an ice bucket. It might happen that he surprises you with a hand full of ice in your neck.<br/> | Working with him as lab buddy was always a lot of fun, he uses the funniest phrases I have ever heard (I swear half of them don’t really exist) and when you hear schmaltzy love songs you know our romanticist Moritz is already in the lab. But watch out when Moritz performs transformations and has an ice bucket. It might happen that he surprises you with a hand full of ice in your neck.<br/> | ||
− | By participating in iGEM he wants to “put the cherry on the icing of his bachelor degree” and I couldn’t imagine Team Heidelberg without him.</div> | + | By participating in iGEM he wants to “put the cherry on the icing of his bachelor degree” and I couldn’t imagine Team Heidelberg without him. |
+ | </div> | ||
</div> | </div> | ||
− | + | </div> | |
− | + | <div class="slide" id="a2"> | |
<div class="inner-slide"> | <div class="inner-slide"> | ||
− | + | <h1>Cathy Gandor</h1> | |
− | + | <div class="img-circular wall2"></div> | |
− | + | <div class="member-text"> | |
+ | When you first meet the iGEM Team Heidelberg, you might directly recognize Catharina Leila Angeles Gandor (yes, this is her full name ;) ), always with a smile on her face. Cathy, or "the mother of phages" (editor´s note: Game of Thrones episodes every monday in our breaks!) is one of our most positive and enthusiastic team members, managing the tremendously challenging task to write her bachelor thesis on human papilloma virus induced cancer and participating in iGEM simultaneously. As if that were not enough, she started her medicine studies in October - bedtimes? Are you kidding me?! | ||
As our most profiled phage expert, she is the reason for all our blue plaque assays, establishing a protocol which makes it even for the author of this text possible, to do reliable phage tests. Talking about her contribution to our project, you cannot miss her colourful festivals in our incubator - the Opto-PACE project. Developing the most beautiful part of our toolbox, Catharina accomplished the acquisition of many cloning methods like Golden gate assembly and the handling of Geneious all by herself or at least with a little help!<br/> | As our most profiled phage expert, she is the reason for all our blue plaque assays, establishing a protocol which makes it even for the author of this text possible, to do reliable phage tests. Talking about her contribution to our project, you cannot miss her colourful festivals in our incubator - the Opto-PACE project. Developing the most beautiful part of our toolbox, Catharina accomplished the acquisition of many cloning methods like Golden gate assembly and the handling of Geneious all by herself or at least with a little help!<br/> | ||
For all of you who did not get the point yet: | For all of you who did not get the point yet: | ||
Line 480: | Line 427: | ||
To cut things short: We are very happy to have you with us Cathy! | To cut things short: We are very happy to have you with us Cathy! | ||
− | </div> | + | </div> |
</div> | </div> | ||
− | + | </div> | |
− | + | <div class="slide" id="a3"> | |
<div class="inner-slide"> | <div class="inner-slide"> | ||
− | + | <h1>Jan Mathony</h1> | |
− | + | <div class="img-circular wall3"></div> | |
− | + | <div class="member-text"> | |
+ | Jan as one of the oldest in our team is definitely one of the most experienced members in the wet-lab as well. He always had time to give less experienced members a helping hand or provided useful advice. His substantial skills in Geneiuos have been quite beneficial for the team as in silico design can be tricky sometimes ;) | ||
Besides his expertise, he spreads his kind and loveable sarcasm and by doing so he supported the team a lot. Although he was involved in several subprojects, Jan was one of the driving forces of the general organization and project planning. <br/> | Besides his expertise, he spreads his kind and loveable sarcasm and by doing so he supported the team a lot. Although he was involved in several subprojects, Jan was one of the driving forces of the general organization and project planning. <br/> | ||
As mentioned before, he was involved in many subprojects, but spent most of the time on working enthusiastically on PI-PACE, the-ß Lactamase and ß-Galactosidase assay, writing the RFC, and a lot of cloning work. <br/> | As mentioned before, he was involved in many subprojects, but spent most of the time on working enthusiastically on PI-PACE, the-ß Lactamase and ß-Galactosidase assay, writing the RFC, and a lot of cloning work. <br/> | ||
Apart from iGEM Jan is a second year Master student of Molecular Biosciences, who loves American Football and does not get tired of explaining the rules over and over again. With his innumerous skills and his inexhaustible positive attitude even during tough times. Jan was indispensable to our team and we were glad to call him a team member. | Apart from iGEM Jan is a second year Master student of Molecular Biosciences, who loves American Football and does not get tired of explaining the rules over and over again. With his innumerous skills and his inexhaustible positive attitude even during tough times. Jan was indispensable to our team and we were glad to call him a team member. | ||
− | </div> | + | </div> |
</div> | </div> | ||
− | + | </div> | |
− | + | <div class="slide" id="a4"> | |
<div class="inner-slide"> | <div class="inner-slide"> | ||
− | + | <h1>Lukas Adam</h1> | |
− | + | <div class="img-circular wall4"></div> | |
− | + | <div class="member-text"> | |
+ | Lukas alias Mr. Wiki himself, is the man behind our fabulous and sparkling Wiki. He is always a step ahead of all the others when it comes to wiki related topics. In a rush of a complete distraught he always urges us to “get our texts done as soon as possible” and never stops complaining about the “small” design related wishes we assign to him. He is kind of addicted to caffeine, though his doctor wants him to stop but cannot refuse a Coca-Cola a day. Despite his tremendous qualities in wiki design he is also the one who was responsible for the idea of a riboswitch-guided PACE design known as the Theo-PACE. | ||
+ | </div> | ||
</div> | </div> | ||
− | + | </div> | |
− | + | <div class="slide" id="a5"> | |
<div class="inner-slide"> | <div class="inner-slide"> | ||
− | + | <h1>Marita Klein</h1> | |
− | + | <div class="img-circular wall5"></div> | |
− | + | <div class="member-text"> | |
+ | As the only person in our team that could do a handstand while pipetting a PCR, Marita is the most athletic team member. She was definitely the most enthusiastic team member, even being cheerful when she had to do a huge amount of plaque assays. As being responsible for one of our key projects, Marita had to spend many late evenings in the lab. No one knows how she managed pushing forward her projects, writing texts for our wiki, discussing human practices and dancing through the lab, all at the same time. The longer the project proceeded and the higher the number plaque assays and phage propagations became, the more she strengthened her supremacy over DNA and proteins. Although, Marita had by far the lowest caffeine consume in our team (coffee and coke are for beginners), she was the one, who fed caffeine and theophylline to her coli, making sure they were all awake and ready to perform.<br/> | ||
But Marita was not only respected and appreciated by her E. coli, but also by the whole team. She had an open ear for everyone, who stressed or depressed after weeks of hard work and was main reason for the good working atmosphere in our lab. Every iGEM team should have Marita in its ranks. | But Marita was not only respected and appreciated by her E. coli, but also by the whole team. She had an open ear for everyone, who stressed or depressed after weeks of hard work and was main reason for the good working atmosphere in our lab. Every iGEM team should have Marita in its ranks. | ||
− | </div> | + | </div> |
</div> | </div> | ||
− | + | </div> | |
− | + | <div class="slide" id="a6"> | |
<div class="inner-slide"> | <div class="inner-slide"> | ||
− | + | <h1>Julius Upmeier zu Belzen</h1> | |
− | + | <div class="img-circular wall6"></div> | |
− | + | <div class="member-text"> | |
+ | Like the polymaths of old greece, Julius is able to grasp new concepts in the blink of an eye and immediately contribute on high levels. While the he is a genuine theoretician preferring clean and sterile environments over the wetlab mess, he never hesitates to take action. Wheter he's involved in the assembly of the PACE-device or just helping out in the lab, he does it with a smile. But as real world phages are discrete and the disambiguities and uncertainties of the wetlab are quite annoying to him, the lover of the determined world commited himself to modeling and software where he contributed greatly to our results. When he isn't busy coding or feeding himself with immeasurable amounts of coke and skittles, Julius is always down for a good laugh. | ||
+ | </div> | ||
</div> | </div> | ||
− | + | </div> | |
− | + | <div class="slide" id="a7"> | |
<div class="inner-slide"> | <div class="inner-slide"> | ||
− | + | <h1>Max Schwendemann</h1> | |
− | + | <div class="img-circular wall7"></div> | |
− | + | <div class="member-text"> | |
+ | Max is a first-year bachelor student in Molecular Biotechnology. Besides his unorthodox singing, he has a favor for short dancing sessions in the lab. Although je just started studying, he already had lots of lab experiences. Max was one of the people in the wet lab, who worked the hardest - almost all day and night! He is our PREDCEL expert and takes care of the protein interaction experiments. On top, he is the mastermind behind our fabulous video and many design ideas are based on his creative ideas. Max is fondly called our nighthawk, because you can say "good night" when you arrive in the lab in the morning hours. We are lucky to call Max a team mate and hope he can make up for the lack of sleep after the Giant Jamboree. | ||
+ | </div> | ||
</div> | </div> | ||
− | + | </div> | |
− | + | <div class="slide" id="a8"> | |
<div class="inner-slide"> | <div class="inner-slide"> | ||
− | + | <h1>Thore Bürgel</h1> | |
− | + | <div class="img-circular wall8"></div> | |
− | + | <div class="member-text"> | |
+ | Thore, the mastermind behind DeeProtein, sometimes seems to miss lab work as he can be seen standing most of the time while he is programming. He has the great ability to improve the mood in the lab even if that means short-term productivity decreases. Luckily for the software team he decided to focus on the bioinformatics behind our project. He contributed thousands lines of code and produced terabytes of the finest data.<br/> | ||
Thore is also the guy with the second worst possible taste in pizza toppings (spinach and egg, worst would be pineapple). He is always entertaining the team with a best-of-its-kind selection of project-related memes. Unbelievable for the rest of the team, he maintained some kind of day and night rhythm, which may be connected to him surpassing human performance in drinking the strongest espressi possible. | Thore is also the guy with the second worst possible taste in pizza toppings (spinach and egg, worst would be pineapple). He is always entertaining the team with a best-of-its-kind selection of project-related memes. Unbelievable for the rest of the team, he maintained some kind of day and night rhythm, which may be connected to him surpassing human performance in drinking the strongest espressi possible. | ||
− | </div> | + | </div> |
</div> | </div> | ||
− | + | </div> | |
− | + | <div class="slide" id="a9"> | |
<div class="inner-slide"> | <div class="inner-slide"> | ||
− | + | <h1>Pauline Pfuderer</h1> | |
− | + | <div class="img-circular wall9"></div> | |
− | + | <div class="member-text"> | |
+ | Just starting the third semester in Molecular Biotechnology, Pauline decided to be part of our team. Whether it is about considering cloning strategies, caring about our collaborations, talking to scientists, organize our Human Practices or staying in the lab until late night – as a true all-rounder Pauline combines it all . As Pauline is quite smart, very reliable and always in a good mood, except if hungry, she definitely was one team member, we could not have missed. Although she cared about lots of different tasks she kept her great sense for humor and thereby helped a lot brightening our mood when lab work got though occasionally. She is also the person behind our PCR-Doctor-proposal offering help to other teams when they are struggling with PCRs and other cloning issues. Besides iGEM Pauline is a real gourmet that likes meeting friends in restaurants and bars located in Heidelberg’s beautiful old town. | ||
+ | </div> | ||
</div> | </div> | ||
− | + | </div> | |
− | + | <div class="slide" id="a10"> | |
<div class="inner-slide"> | <div class="inner-slide"> | ||
− | + | <h1>Lukas Platz</h1> | |
− | + | <div class="img-circular wall10"></div> | |
− | + | <div class="member-text"> | |
+ | Lukas Platz or the old-established of our team has all qualifications you need. He is not only one of the most experienced wet-lab person in our team, he also joined iGEM once before making him and his experiences indispensable for us. Having studied Biochemistry, he always challenges the most complex synthesis with a fable for explosives, highly toxic substances, and possibly all other stuff harming you. He describes himself as "relaxed and unagitated", but is by far the only one managing an Organosilicon synthesis, some transformations, cloning, and writing on Facebook at the same time. In his free time, he plays the guitar, spends time with his friends or eats too much Pizza Hawaii (as the author of this text suggests is ridiculous as fruits do not belong on a pizza). He is a really funny guy and we are very happy to have him. | ||
+ | </div> | ||
</div> | </div> | ||
+ | </div> | ||
</div> | </div> | ||
− | |||
− | + | <div class="bullets"></div> | |
− | <div class="bullets"> | + | |
+ | </div> | ||
+ | |||
+ | <h1 style="padding-top: 50px;">Supervisors</h1> | ||
+ | <div class="gallery" style="position: relative; padding: 60px;"> | ||
+ | <div class="row" style="display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; align-content: center; justify-content: center; min-width: 380px;"> | ||
+ | <div class="gallery-icon-2"><div class="wall11 img-circular-small"></div></div> | ||
+ | <div class="gallery-icon-2"><div class="wall12 img-circular-small"></div></div> | ||
+ | <div class="gallery-icon-2"><div class="wall13 img-circular-small"></div></div> | ||
+ | <div class="gallery-icon-2"><div class="wall14 img-circular-small"></div></div> | ||
+ | <div class="gallery-icon-2"><div class="wall15 img-circular-small"></div></div> | ||
+ | <div class="gallery-icon-2"><div class="wall16 img-circular-small"></div></div> | ||
+ | <div class="gallery-icon-2"><div class="wall17 img-circular-small"></div></div> | ||
+ | <div class="gallery-icon-2"><div class="wall18 img-circular-small"></div></div> | ||
+ | <div class="gallery-icon-2"><div class="wall19 img-circular-small"></div></div> | ||
+ | </div> | ||
</div> | </div> | ||
− | + | <div class="slider2"> | |
+ | <div class="arrows"> | ||
+ | <a class="previous2"></a> | ||
+ | <a class="next2"></a> | ||
</div> | </div> | ||
− | + | <div class="slides2"> | |
− | + | <div class="slide2 active" id="a11"> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
<div class="inner-slide"> | <div class="inner-slide"> | ||
− | + | <h1>Prof. Dr. Roland Eils</h1> | |
− | + | <div class="img-circular wall11"></div> | |
− | + | <div class="member-text">2008, 2009, 2010, 2013, 2014, 2015, 2017 - The history of the University of Heidelberg in the international genetically engineered machine competition is irreversible connected with one name - <i>Professor Roland Eils</i>. It´s due to him and his engagement that enthusiastic and motivated students from interdisciplinary courses have the possibility to realize there own project ideas in a professional and educational environment. Heading the iGEM Heidelberg team for the seventh time, he provides the laboratories, much of the required equipment, as well as the sponsoring of our traveling and participation costs. We cannot thank him enough for his passion and his help. Thank you very much!<br/> | |
The research interests of Prof. Eils lies in the field of the analysis and mathematical modeling of complex pathways in molecular biology. He can look back at a very successful career, as he is the head of the Department of Theoretical Bioinformatics in the DKFZ and working on computational oncology. Furthermore, he is the director of the Department of Bioinformatics and Functional Genomics of the IPMB at the University of Heidelberg. Alongside Prof. Kräusslich and Prof. Wolfrum, he is one of three founding directors of the BioQuant, as well as the leader of the Systems Biology Center and the representative of the FORSYS-Initiative of Heidelberg’s research network, the ViroQuant. He has won numerous awards; in particular he has been awarded the Biofuture price (approx. 1.2 Million €) by the BMBF for innovations allowing the graphical reconstruction of the eukaryotic mitosis process from 4D microscopy images and in the year 2005 he won the award for new innovative research by Helmholtz Society: “SystemsBiology of Complex Diseases”. Besides, he was one of the main organizers of the International Conference on Systems Biology in Heidelberg 2004 and he organized the German Symposium on Systems Biology 2009. His new engagement in the up-coming field of Synthetic Biology underlines the need for tight interdisciplinary work between experimentalists and theoreticians. | The research interests of Prof. Eils lies in the field of the analysis and mathematical modeling of complex pathways in molecular biology. He can look back at a very successful career, as he is the head of the Department of Theoretical Bioinformatics in the DKFZ and working on computational oncology. Furthermore, he is the director of the Department of Bioinformatics and Functional Genomics of the IPMB at the University of Heidelberg. Alongside Prof. Kräusslich and Prof. Wolfrum, he is one of three founding directors of the BioQuant, as well as the leader of the Systems Biology Center and the representative of the FORSYS-Initiative of Heidelberg’s research network, the ViroQuant. He has won numerous awards; in particular he has been awarded the Biofuture price (approx. 1.2 Million €) by the BMBF for innovations allowing the graphical reconstruction of the eukaryotic mitosis process from 4D microscopy images and in the year 2005 he won the award for new innovative research by Helmholtz Society: “SystemsBiology of Complex Diseases”. Besides, he was one of the main organizers of the International Conference on Systems Biology in Heidelberg 2004 and he organized the German Symposium on Systems Biology 2009. His new engagement in the up-coming field of Synthetic Biology underlines the need for tight interdisciplinary work between experimentalists and theoreticians. | ||
Line 655: | Line 611: | ||
<h1>Michael Jendrusch</h1> | <h1>Michael Jendrusch</h1> | ||
<div class="img-circular wall19"></div> | <div class="img-circular wall19"></div> | ||
− | <div class="member-text">Michael's working attitude is a nice blend of robot ethos, self-abandonment and relentlessness. Fueled by energy drinks and snacks from the sushi bar he dissects problems with chirurgic precision in no time. He more than once saved our models and algorithms from memory leaks, division errors and underflows. As he is probably the mathematically and programatically most gifted dude in the galaxy, it is not surprising that he doesn’t find it problematic to “just write your custom CUDA ops” or to work on state calculations in supraconductors besides his BSc in Physics and MSc in Bioinformatics.</div> | + | <div class="member-text">Michael's working attitude is a nice blend of robot ethos, self-abandonment and relentlessness. Fueled by energy drinks and snacks from the sushi bar he dissects problems with chirurgic precision in no time. He more than once saved our models and algorithms from memory leaks, division errors and underflows. As he is probably the mathematically and programatically most gifted dude in the galaxy, it is not surprising that he doesn’t find it problematic to “just write your custom CUDA ops” or to work on state calculations in supraconductors besides his BSc in Physics and MSc in Bioinformatics. |
+ | </div> | ||
</div> | </div> | ||
+ | </div> | ||
</div> | </div> | ||
− | + | ||
− | <div class="bullets2"> | + | <div class="bullets2"></div> |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
+ | </div> | ||
</div> | </div> | ||
− | + | </div> | |
− | + | ||
− | + | <script> | |
var $slider = $(".slider"), $bullets = $(".bullets"); | var $slider = $(".slider"), $bullets = $(".bullets"); | ||
function calculateHeight(){ | function calculateHeight(){ | ||
Line 823: | Line 773: | ||
</script> | </script> | ||
− | |||
− | |||
− | |||
</div> | </div> | ||
</html> | </html> | ||
{{Heidelberg/footer}} | {{Heidelberg/footer}} |
Revision as of 23:55, 31 October 2017
Meet the
Team