Line 2: | Line 2: | ||
{{DTU-Denmark/Styling}} | {{DTU-Denmark/Styling}} | ||
<html> | <html> | ||
+ | |||
+ | |||
+ | <style> | ||
+ | .img-circular{ | ||
+ | width: 300px; | ||
+ | height: 300px; | ||
+ | margin: 0px 2em 2em 0px; | ||
+ | display: block; | ||
+ | border-radius: 50%; | ||
+ | border: 5px solid #ddd; | ||
+ | float:left; | ||
+ | } | ||
+ | .img-circular-small { | ||
+ | width: 150px; | ||
+ | height: 150px; | ||
+ | |||
+ | display: block; | ||
+ | border-radius: 50%; | ||
+ | border: 5px solid #ddd; | ||
+ | } | ||
+ | .wall1 { | ||
+ | background-image: url(https://static.igem.org/mediawiki/2017/8/8a/T--Heidelberg--2017_MP.jpg); | ||
+ | background-size: cover; | ||
+ | background-repeat: no-repeat; | ||
+ | } | ||
+ | .wall2 { | ||
+ | background-image: url(https://static.igem.org/mediawiki/2017/d/db/T--Heidelberg--2017_CG.jpg); | ||
+ | background-size: cover; | ||
+ | background-repeat: no-repeat; | ||
+ | } | ||
+ | .wall3 { | ||
+ | background-image: url(https://static.igem.org/mediawiki/2017/3/3f/T--Heidelberg--2017_JM.jpg); | ||
+ | background-size: cover; | ||
+ | background-repeat: no-repeat; | ||
+ | } | ||
+ | .wall4 { | ||
+ | background-image: url(https://static.igem.org/mediawiki/2017/6/65/T--Heidelberg--2017_LA.jpg); | ||
+ | background-size: cover; | ||
+ | background-repeat: no-repeat; | ||
+ | } | ||
+ | .wall5 { | ||
+ | background-image: url(https://static.igem.org/mediawiki/2017/f/f7/T--Heidelberg--2017_MK.jpg); | ||
+ | background-size: cover; | ||
+ | background-repeat: no-repeat; | ||
+ | } | ||
+ | .wall6 { | ||
+ | background-image: url(https://static.igem.org/mediawiki/2017/4/48/T--Heidelberg--2017_JU.jpg); | ||
+ | background-size: cover; | ||
+ | background-repeat: no-repeat; | ||
+ | } | ||
+ | .wall7 { | ||
+ | background-image: url(https://static.igem.org/mediawiki/2017/6/63/T--Heidelberg--2017_MS.jpg); | ||
+ | background-size: cover; | ||
+ | background-repeat: no-repeat; | ||
+ | } | ||
+ | .wall8 { | ||
+ | background-image: url(https://static.igem.org/mediawiki/2017/c/cc/T--Heidelberg--2017_TB.jpg); | ||
+ | background-size: cover; | ||
+ | background-repeat: no-repeat; | ||
+ | } | ||
+ | .wall9 { | ||
+ | background-image: url(https://static.igem.org/mediawiki/2017/1/17/T--Heidelberg--2017_PP.jpg); | ||
+ | background-size: cover; | ||
+ | background-repeat: no-repeat; | ||
+ | } | ||
+ | .wall10 { | ||
+ | background-image: url(https://static.igem.org/mediawiki/2017/2/2b/T--Heidelberg--2017_LP.jpg); | ||
+ | background-size: cover; | ||
+ | background-repeat: no-repeat; | ||
+ | } | ||
+ | .wall11 { | ||
+ | background-image: url(https://static.igem.org/mediawiki/2017/1/1a/T--Heidelberg--2017_RE.jpg); | ||
+ | background-size: cover; | ||
+ | background-repeat: no-repeat; | ||
+ | } | ||
+ | .wall12 { | ||
+ | background-image: url(https://static.igem.org/mediawiki/2017/1/12/T--Heidelberg--2017_IL.jpg); | ||
+ | background-size: cover; | ||
+ | background-repeat: no-repeat; | ||
+ | } | ||
+ | .wall13 { | ||
+ | background-image: url(https://static.igem.org/mediawiki/2017/3/3f/T--Heidelberg--2017_DN.jpg); | ||
+ | background-size: cover; | ||
+ | background-repeat: no-repeat; | ||
+ | } | ||
+ | .wall14 { | ||
+ | background-image: url(https://static.igem.org/mediawiki/2017/2/2b/T--Heidelberg--2017_CS.jpg); | ||
+ | background-size: cover; | ||
+ | background-repeat: no-repeat; | ||
+ | } | ||
+ | .wall15 { | ||
+ | background-image: url(https://static.igem.org/mediawiki/2017/7/72/T--Heidelberg--2017_MH.jpg); | ||
+ | background-size: cover; | ||
+ | background-repeat: no-repeat; | ||
+ | } | ||
+ | .wall16 { | ||
+ | background-image: url(https://static.igem.org/mediawiki/2017/2/25/T--Heidelberg--2017_MW.jpg); | ||
+ | background-size: cover; | ||
+ | background-repeat: no-repeat; | ||
+ | } | ||
+ | .wall17 { | ||
+ | background-image: url(https://static.igem.org/mediawiki/2017/0/06/T--Heidelberg--2017_DH.jpg); | ||
+ | background-size: cover; | ||
+ | background-repeat: no-repeat; | ||
+ | } | ||
+ | .wall18 { | ||
+ | background-image: url(https://static.igem.org/mediawiki/2017/d/d4/T--Heidelberg--2017_SH.jpg); | ||
+ | background-size: cover; | ||
+ | background-repeat: no-repeat; | ||
+ | } | ||
+ | .wall19 { | ||
+ | background-image: url(https://static.igem.org/mediawiki/2017/6/6b/T--Heidelberg--2017_MJ.jpg); | ||
+ | background-size: cover; | ||
+ | background-repeat: no-repeat; | ||
+ | } | ||
+ | |||
+ | #a1 h1 { | ||
+ | font-family: 'Open Sans' !important; | ||
+ | color: #9d1c20 !important; | ||
+ | } | ||
+ | #a2 h1 { | ||
+ | font-family: 'Open Sans' !important; | ||
+ | color: #F8991D !important; | ||
+ | } | ||
+ | #a3 h1{ | ||
+ | font-family: 'Open Sans' !important; | ||
+ | color: #009193 !important; | ||
+ | line-height: 70px !important; | ||
+ | } | ||
+ | #a4 h1 { | ||
+ | font-family: 'Open Sans' !important; | ||
+ | color: #009E73 !important; | ||
+ | } | ||
+ | #a5 h1 { | ||
+ | font-family: 'Open Sans' !important; | ||
+ | color: #ffd700 !important; | ||
+ | } | ||
+ | #a6 h1{ | ||
+ | font-family: 'Open Sans' !important; | ||
+ | color: #005493 !important; | ||
+ | line-height: 70px !important; | ||
+ | } | ||
+ | #a7 h1{ | ||
+ | font-family: 'Open Sans' !important; | ||
+ | color: #009E73 !important; | ||
+ | } | ||
+ | #a8 h1{ | ||
+ | font-family: 'Open Sans' !important; | ||
+ | color: #9d1c20 !important; | ||
+ | } | ||
+ | #a9 h1{ | ||
+ | font-family: 'Open Sans' !important; | ||
+ | color: #ffd700!important; | ||
+ | } | ||
+ | #a10 h1{ | ||
+ | font-family: 'Open Sans' !important; | ||
+ | color: #393939 !important; | ||
+ | } | ||
+ | |||
+ | .slider { | ||
+ | position: relative; | ||
+ | width: 100%; | ||
+ | padding-bottom: 50px; | ||
+ | height: auto; | ||
+ | transition: all .3s; | ||
+ | perspective: 900px; | ||
+ | transform-style: preserve-3d; | ||
+ | } | ||
+ | |||
+ | |||
+ | .slider .previous, .slider .next{ | ||
+ | font-family: "FontAwesome"; | ||
+ | font-size: 20px; | ||
+ | position: absolute; | ||
+ | top: 50%; | ||
+ | color: #2c2c2c; | ||
+ | padding: 20px; | ||
+ | text-decoration: none; | ||
+ | left: -100px; | ||
+ | margin-top: -34px; | ||
+ | transition: all .3s; | ||
+ | opacity: 0; | ||
+ | z-index: 10000; | ||
+ | height: auto; | ||
+ | } | ||
+ | .slider .next{ | ||
+ | right: -100px; | ||
+ | content: "\f054"; | ||
+ | left: auto; | ||
+ | } | ||
+ | .slider:hover .previous, .slider:hover .next{ | ||
+ | opacity: 1; | ||
+ | } | ||
+ | .slider:hover .previous{ | ||
+ | left: 0; | ||
+ | } | ||
+ | .slider:hover .next{ | ||
+ | right: 0; | ||
+ | } | ||
+ | .slider .slides{ | ||
+ | height: 100%; | ||
+ | |||
+ | } | ||
+ | .slide{ | ||
+ | text-align: center; | ||
+ | position: absolute; | ||
+ | transform: scale(0.5,0.5); | ||
+ | opacity: 0; | ||
+ | transition: all .3s; | ||
+ | padding: 50px; | ||
+ | height: auto; | ||
+ | } | ||
+ | .slide.active{ | ||
+ | z-index: 10; | ||
+ | left: 0; | ||
+ | opacity: 1; | ||
+ | transform: scale(1,1); | ||
+ | } | ||
+ | .slider .bullets { | ||
+ | text-align: center; | ||
+ | position: absolute; | ||
+ | bottom: 0px; | ||
+ | width: 100%; | ||
+ | } | ||
+ | .slider .bullets .bullet{ | ||
+ | position: relative; | ||
+ | display: inline-block; | ||
+ | background: rgba(0, 0, 0,.8); | ||
+ | border-radius: 50%; | ||
+ | width: 8px; | ||
+ | height: 8px; | ||
+ | z-index: 14; | ||
+ | margin: 0 5px; | ||
+ | cursor: pointer; | ||
+ | border: 2px solid transparent; | ||
+ | transition: all .3s; | ||
+ | } | ||
+ | .slider .bullets .bullet.active{ | ||
+ | background: rgba(0, 0, 0,.4); | ||
+ | } | ||
+ | .slider .bullets .bullet:hover{ | ||
+ | border: 2px solid rgba(0, 0, 0,.8); | ||
+ | background: transparent; | ||
+ | } | ||
+ | .arrows a { | ||
+ | cursor: pointer; | ||
+ | } | ||
+ | .slider2{ | ||
+ | position: relative; | ||
+ | width: 100%; | ||
+ | padding-bottom: 50px; | ||
+ | height: auto; | ||
+ | transition: all .3s; | ||
+ | perspective: 900px; | ||
+ | transform-style: preserve-3d; | ||
+ | } | ||
+ | .slider2 .previous2, .slider2 .next2{ | ||
+ | font-family: "FontAwesome"; | ||
+ | font-size: 20px; | ||
+ | position: absolute; | ||
+ | top: 50%; | ||
+ | color: #2c2c2c; | ||
+ | padding: 20px; | ||
+ | text-decoration: none; | ||
+ | left: -100px; | ||
+ | margin-top: -34px; | ||
+ | transition: all .3s; | ||
+ | opacity: 0; | ||
+ | z-index: 10000; | ||
+ | } | ||
+ | .slider2 .next2{ | ||
+ | right: -100px; | ||
+ | content: "\f054"; | ||
+ | left: auto; | ||
+ | } | ||
+ | .slider2:hover .previous2, .slider2:hover .next2{ | ||
+ | opacity: 1; | ||
+ | } | ||
+ | .slider2:hover .previous2{ | ||
+ | left: 0; | ||
+ | } | ||
+ | .slider2:hover .next2{ | ||
+ | right: 0; | ||
+ | } | ||
+ | .slider2 .slides2{ | ||
+ | height: 100%; | ||
+ | } | ||
+ | .slide2{ | ||
+ | text-align: center; | ||
+ | position: absolute; | ||
+ | transform: scale(0.5,0.5); | ||
+ | opacity: 0; | ||
+ | transition: all .3s; | ||
+ | padding: 50px; | ||
+ | height: auto; | ||
+ | } | ||
+ | .slide2.active{ | ||
+ | z-index: 10; | ||
+ | left: 0; | ||
+ | opacity: 1; | ||
+ | transform: scale(1,1); | ||
+ | } | ||
+ | .slider2 .bullets2{ | ||
+ | text-align: center; | ||
+ | position: absolute; | ||
+ | bottom: 0px; | ||
+ | width: 100%; | ||
+ | } | ||
+ | .slider2 .bullets2 .bullet2{ | ||
+ | position: relative; | ||
+ | display: inline-block; | ||
+ | background: rgba(0, 0, 0,.8); | ||
+ | border-radius: 50%; | ||
+ | width: 8px; | ||
+ | height: 8px; | ||
+ | z-index: 14; | ||
+ | margin: 0 5px; | ||
+ | cursor: pointer; | ||
+ | border: 2px solid transparent; | ||
+ | transition: all .3s; | ||
+ | } | ||
+ | .slider2 .bullets2 .bullet2.active{ | ||
+ | background: rgba(0, 0, 0,.4); | ||
+ | } | ||
+ | .slider2 .bullets2 .bullet2:hover{ | ||
+ | border: 2px solid rgba(0, 0, 0,.8); | ||
+ | background: transparent; | ||
+ | } | ||
+ | .arrows a { | ||
+ | cursor: pointer; | ||
+ | } | ||
+ | .inner-slide { | ||
+ | -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.75); | ||
+ | -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.75); | ||
+ | box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.25); | ||
+ | padding: 20px; | ||
+ | min-height: 500px; | ||
+ | |||
+ | } | ||
+ | .inner-slide > h1 { | ||
+ | line-height: 70px !important; | ||
+ | } | ||
+ | .member-text, .member-text > ul { | ||
+ | font-family: 'Open Sans' !important; | ||
+ | text-align: justify !important; | ||
+ | font-size: 20px !important; | ||
+ | font-weight: 300 !important; | ||
+ | } | ||
+ | .gallery-icon { | ||
+ | margin: 1em 1em 1em 1em; | ||
+ | } | ||
+ | .gallery-icon-2 { | ||
+ | margin: 1em 1em 1em 1em; | ||
+ | } | ||
+ | </style> | ||
+ | |||
+ | |||
+ | |||
+ | |||
Line 27: | Line 386: | ||
<div class="row"> | <div class="row"> | ||
<div class="col-xs-12"> | <div class="col-xs-12"> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | <div class="container" style="background-color: white !important"> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | <div class="row"> | ||
+ | <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12"> | ||
+ | <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"> | ||
+ | <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/> | ||
+ | |||
+ | As a valuable member of the wet lab team he took care of the numerous toolbox parts, handled the mutagenesis experiments and a lot more. He is not deterred from taking responsibility for tasks he is not familiar with as he possesses a high degree of self-initiative and can adjust quickly to his new projects. Moritz has a talent for organization and communication. He loves heated discussions and is not afraid to passionately fight for his opinion even if he is outnumbered.<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> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="slide" id="a2"> | ||
+ | <div class="inner-slide"> | ||
+ | <h1>Catharina 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/> | ||
+ | For all of you who did not get the point yet: | ||
+ | Cathy is one of our most important team members, always friendly, helpful and ready to discuss, debate and sometimes dispute about diverse aspects of our project.<br/> | ||
+ | |||
+ | To cut things short: We are very happy to have you with us Cathy! | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="slide" id="a3"> | ||
+ | <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 Geneious 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/> | ||
+ | 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 are glad to call him a team member. | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="slide" id="a4"> | ||
+ | <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 he 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 class="slide" id="a5"> | ||
+ | <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. Besides that 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 of 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 E. 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 was stressed or "depressed" after weeks of hard work and thereby she was one of the main reasons for the good working atmosphere in our lab. Every iGEM team should have a Marita in its ranks. | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="slide" id="a6"> | ||
+ | <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 he is a genuine theoretician preferring clean and sterile environments over the wetlab mess, he never hesitates to take action. Whether 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 class="slide" id="a7"> | ||
+ | <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 he 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 class="slide" id="a8"> | ||
+ | <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. | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="slide" id="a9"> | ||
+ | <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 class="slide" id="a10"> | ||
+ | <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 persons in our team, but 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 able to manage organosilicon synthesis, 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 that this 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 class="bullets active"></div> | ||
+ | |||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
Line 241: | Line 766: | ||
</div> | </div> | ||
+ | <script> | ||
+ | |||
+ | var $slider = $(".slider"), $bullets = $(".bullets"); | ||
+ | |||
+ | function calculateHeight(){ | ||
+ | var height = $(".slide.active").outerHeight(); | ||
+ | $slider.height(height); | ||
+ | } | ||
+ | |||
+ | $(window).resize(function() { | ||
+ | calculateHeight(); | ||
+ | clearTimeout($.data(this, 'resizeTimer')); | ||
+ | }); | ||
+ | |||
+ | function resetSlides(){ | ||
+ | $(".slide.inactive").removeClass("inactiveRight").removeClass("inactiveLeft"); | ||
+ | } | ||
+ | |||
+ | function gotoSlide($activeSlide, $slide, className){ | ||
+ | $activeSlide.removeClass("active").addClass("inactive "+className); | ||
+ | $slide.removeClass("inactive").addClass("active"); | ||
+ | calculateHeight(); | ||
+ | resetBullets(); | ||
+ | setTimeout(resetSlides, 300); | ||
+ | } | ||
+ | |||
+ | $(".next").on("click", function(){ | ||
+ | var $activeSlide = $(".slide.active"), | ||
+ | $nextSlide = $activeSlide.next(".slide").length != 0 ? $activeSlide.next(".slide") : $(".slide:first-child"); | ||
+ | console.log($nextSlide); | ||
+ | gotoSlide($activeSlide, $nextSlide, "inactiveLeft"); | ||
+ | }); | ||
+ | $(".previous").on("click", function(){ | ||
+ | var $activeSlide = $(".slide.active"), | ||
+ | $prevSlide = $activeSlide.prev(".slide").length != 0 ? $activeSlide.prev(".slide") : $(".slide:last-child"); | ||
+ | console.log($prevSlide); | ||
+ | gotoSlide($activeSlide, $prevSlide, "inactiveRight"); | ||
+ | }); | ||
+ | $(".gallery-icon").on("click", function() { | ||
+ | var $activeSlide = $(".slide.active"); | ||
+ | var get_div = "#a" + $(this).children().attr("class").split(" ")[0].substring(4, $(this).children().attr("class").split(" ")[0].length); | ||
+ | var $clickedSlide = $(get_div); | ||
+ | gotoSlide($activeSlide, $clickedSlide, 'nothing'); | ||
+ | |||
+ | }) | ||
+ | $(document).on("click", ".bullet", function(){ | ||
+ | if($(this).hasClass("active")){ | ||
+ | return; | ||
+ | } | ||
+ | var $activeSlide = $(".slide.active"); | ||
+ | var currentIndex = $activeSlide.index(); | ||
+ | var targetIndex = $(this).index(); | ||
+ | console.log(currentIndex, targetIndex); | ||
+ | var $theSlide = $(".slide:nth-child("+(targetIndex+1)+")"); | ||
+ | gotoSlide($activeSlide, $theSlide, currentIndex > targetIndex ? "inactiveRight" : "inactiveLeft"); | ||
+ | }) | ||
+ | function addBullets(){ | ||
+ | var total = $(".slide").length, index = $(".slide.active").index(); | ||
+ | for (var i=0; i < total; i++){ | ||
+ | var $bullet = $("<div>").addClass("bullet"); | ||
+ | if(i==index){ | ||
+ | $bullet.addClass("active"); | ||
+ | } | ||
+ | $bullets.append($bullet); | ||
+ | } | ||
+ | } | ||
+ | |||
+ | function resetBullets(){ | ||
+ | $(".bullet.active").removeClass("active"); | ||
+ | var index = $(".slide.active").index()+1; | ||
+ | console.log(index); | ||
+ | $(".bullet:nth-child("+index+")").addClass("active"); | ||
+ | } | ||
+ | addBullets(); | ||
+ | calculateHeight(); | ||
+ | |||
+ | </script> | ||
+ | <script> | ||
+ | var $slider = $(".slider2"), $bullets = $(".bullets2"); | ||
+ | function calculateHeight(){ | ||
+ | var height = $(".slide2.active").outerHeight(); | ||
+ | $slider.height(height); | ||
+ | } | ||
+ | |||
+ | $(window).resize(function() { | ||
+ | calculateHeight(); | ||
+ | clearTimeout($.data(this, 'resizeTimer')); | ||
+ | }); | ||
+ | |||
+ | function resetSlides(){ | ||
+ | $(".slide2.inactive").removeClass("inactiveRight").removeClass("inactiveLeft"); | ||
+ | } | ||
+ | |||
+ | function gotoSlide($activeSlide, $slide, className){ | ||
+ | $activeSlide.removeClass("active").addClass("inactive "+className); | ||
+ | $slide.removeClass("inactive").addClass("active"); | ||
+ | calculateHeight(); | ||
+ | resetBullets(); | ||
+ | setTimeout(resetSlides, 300); | ||
+ | } | ||
+ | |||
+ | $(".next2").on("click", function(){ | ||
+ | var $activeSlide = $(".slide2.active"), | ||
+ | $nextSlide = $activeSlide.next(".slide2").length != 0 ? $activeSlide.next(".slide2") : $(".slide2:first-child"); | ||
+ | console.log($nextSlide); | ||
+ | gotoSlide($activeSlide, $nextSlide, "inactiveLeft"); | ||
+ | }); | ||
+ | $(".previous2").on("click", function(){ | ||
+ | var $activeSlide = $(".slide2.active"), | ||
+ | $prevSlide = $activeSlide.prev(".slide2").length != 0 ? $activeSlide.prev(".slide2") : $(".slide2:last-child"); | ||
+ | console.log($prevSlide); | ||
+ | gotoSlide($activeSlide, $prevSlide, "inactiveRight"); | ||
+ | }); | ||
+ | $(".gallery-icon-2").on("click", function() { | ||
+ | var $activeSlide = $(".slide2.active"); | ||
+ | console.log($(this).children().attr("class").split(" ")[0].substring(4, $(this).children().attr("class").split(" ")[0].length)); | ||
+ | var get_div = "#a" + $(this).children().attr("class").split(" ")[0].substring(4, $(this).children().attr("class").split(" ")[0].length); | ||
+ | var $clickedSlide = $(get_div); | ||
+ | gotoSlide($activeSlide, $clickedSlide, 'nothing'); | ||
+ | |||
+ | }) | ||
+ | $(document).on("click", ".bullet2", function(){ | ||
+ | if($(this).hasClass("active")){ | ||
+ | return; | ||
+ | } | ||
+ | var $activeSlide = $(".slide2.active"); | ||
+ | var currentIndex = $activeSlide.index(); | ||
+ | var targetIndex = $(this).index(); | ||
+ | console.log(currentIndex, targetIndex); | ||
+ | var $theSlide = $(".slide2:nth-child("+(targetIndex+1)+")"); | ||
+ | gotoSlide($activeSlide, $theSlide, currentIndex > targetIndex ? "inactiveRight" : "inactiveLeft"); | ||
+ | }) | ||
+ | function addBullets(){ | ||
+ | var total = $(".slide2").length, index = $(".slide2.active").index(); | ||
+ | for (var i=0; i < total; i++){ | ||
+ | var $bullet = $("<div>").addClass("bullet2"); | ||
+ | if(i==index){ | ||
+ | $bullet.addClass("active"); | ||
+ | } | ||
+ | $bullets.append($bullet); | ||
+ | } | ||
+ | } | ||
+ | function resetBullets(){ | ||
+ | $(".bullet2.active").removeClass("active"); | ||
+ | var index = $(".slide2.active").index()+1; | ||
+ | console.log(index); | ||
+ | $(".bullet2:nth-child("+index+")").addClass("active"); | ||
+ | } | ||
+ | addBullets(); | ||
+ | calculateHeight(); | ||
+ | </script> | ||
Revision as of 17:46, 19 September 2018
Instructors
Christopher Workman
The one who made everything happen.
Kyle Rothschild-Mancinelli
Contact person for most of the questions we had in the lab and so much more.
Mycolab
Fabiano Jares
PhD in Bioengineering. Provided the protocol for protoplastation and transformation for Aspergillus.
Skyttegården
Provided hay for free to be used as a substrate.
Skyttegården
Provided hay for free to be used as a substrate.
Ecovative
Mycoworks
Timothy Hobley
DTU Brewery. Provided spent brewing grains to be used as a substrate.
Human Practices
High school team
Rasmus Ibsen Dehli
Head of Biotech Academy. Primary contact in Biotech academy. Helps in organizing the team.
Anne Sofie Dyerberg
Head of Biotech Academy. Helps in organizing the team.
Philip Hau Sørensen
Biobuilders 2017. Co-organiser together with Biobuilders 2018.
Janet Standeven, Lambert iGEM.
Helped with answers to how a successful high school iGEM team can be organised and managed.
In the high school project, multiple teachers and coordinators have helped us inform the project.
Morten Eskildsen
Teacher from Birkerød Gymnasium
Nicolai Bogø Stabell
Science teacher from HCØ Lyngby
Charlotte Hofman-Bang
Science coordinator from HCØ Lyngby
Mårten Flø Jørgensen
Talent coordinator from Bagsværd Kostskole og Gymnasium
Bo Kristensen
Science teacher from Sukkertoppen Gymnasium
Pernille Højen
Talent coordinator from Sukkertoppen Gymnasium
Lisa Tobiesen
Talent coordinator from Nærum Gymnasium
Dorte Kühnau
Science teacher from Virum Gymnasium
Birgit Riedel Langvad
Vice principal from Virum Gymnasium
Elementary School talks
Dmitrij Getman
Teacher from st. Magleby skole. Contacted us with regards to the talks. Helped design the focus of the talk.
Collab with KU and Exeter
Matthew Romang
Exeter 2018. Head of HP collab at Exeter.
Victoria Sværke Rasmussen
KU 2018. Head of HP collab at KU.
Michael Linden-Vørnle
Astrophysicist and Chief Consultant at DTU Space. Helped shape the DTU part of the collaboration.
Ecovative
Eben Bayer, CEO
Helped with aligning the project with industry demands.
Damen Schaak
Project lead.
Jen Towne
Coordinates meetings with Eben and Damen.
Misc. scientists
Jens Frisvad
Fungal researcher at DTU. Helped with picking the right species of fungi for testing.
Mikako Sasa
Researcher at Novozymes. Helped with direction of the project.
Sara Landwik
Researcher at Novozymes. Helped with the direction of the project.