Difference between revisions of "Team:UNIK Copenhagen/Attributions"
(Prototype team page) |
|||
Line 1: | Line 1: | ||
− | {{ | + | {{UNIK_Copenhagen2}} |
<html> | <html> | ||
+ | <html> | ||
+ | |||
+ | <style> | ||
+ | |||
+ | div.container { | ||
+ | display:inline-block; | ||
+ | clear: left; | ||
+ | } | ||
+ | |||
+ | p { | ||
+ | text-align:left; | ||
+ | text-align:justify; | ||
+ | } | ||
+ | |||
+ | /*-------------------------------------*/ | ||
+ | /* Flip card */ | ||
+ | /*-------------------------------------*/ | ||
+ | |||
+ | .flip-container { | ||
+ | float: left; | ||
+ | position: relative; | ||
+ | margin-right: 10px; | ||
+ | margin-bottom: 10px; | ||
+ | perspective: 1000px; | ||
+ | -webkit-perspective: 1000px; | ||
+ | } | ||
+ | |||
+ | .flip-container, | ||
+ | .flip-container .front-side, | ||
+ | .flip-container .back-side { | ||
+ | width: 290px; | ||
+ | height: 290px; | ||
+ | } | ||
+ | |||
+ | .flip-container .front-side, | ||
+ | .flip-container .back-side { | ||
+ | position: absolute; | ||
+ | top: 0; | ||
+ | left: 0; | ||
+ | backface-visibility: hidden; | ||
+ | -webkit-backface-visibility: hidden; | ||
+ | transition: 1.2s; | ||
+ | -webkit-transition: 1.2s; | ||
+ | color: #fff; | ||
+ | font-size: 12px; | ||
+ | text-align: center; | ||
+ | padding-top: 0px; | ||
+ | } | ||
+ | |||
+ | .flip-container .back-side { | ||
+ | background-color: #333; | ||
+ | z-index: 1; | ||
+ | transform: rotateY(180deg); | ||
+ | -webkit-transform: rotateY(180deg); | ||
+ | } | ||
+ | |||
+ | .flip-container .front-side { | ||
+ | background-color: #333; | ||
+ | z-index: 2; | ||
+ | transform: rotateY(0deg); | ||
+ | -webkit-transform: rotateY(0deg); | ||
+ | } | ||
+ | |||
+ | .flip-container:hover .front-side { | ||
+ | transform: rotateY(-180deg); | ||
+ | -webkit-transform: rotateY(-180deg); | ||
+ | } | ||
+ | |||
+ | .flip-container:hover .back-side { | ||
+ | transform: rotateY(0deg); | ||
+ | -webkit-transform: rotateY(0deg); | ||
+ | } | ||
+ | |||
+ | /*-------------------------------------*/ | ||
+ | /* Flip card small */ | ||
+ | /*-------------------------------------*/ | ||
+ | |||
+ | .flip-container2 { | ||
+ | float: left; | ||
+ | margin-right: 10px; | ||
+ | margin-bottom: 6px; | ||
+ | position: relative; | ||
+ | perspective: 1000px; | ||
+ | -webkit-perspective: 1000px; | ||
+ | } | ||
+ | |||
+ | .flip-container2, | ||
+ | .flip-container2 .front-side, | ||
+ | .flip-container2 .back-side { | ||
+ | width: 180px; | ||
+ | height: 180px; | ||
+ | } | ||
+ | |||
+ | .flip-container2 .front-side, | ||
+ | .flip-container2 .back-side { | ||
+ | position: absolute; | ||
+ | top: 0; | ||
+ | left: 0; | ||
+ | backface-visibility: hidden; | ||
+ | -webkit-backface-visibility: hidden; | ||
+ | transition: 1.2s; | ||
+ | -webkit-transition: 1.2s; | ||
+ | color: #fff; | ||
+ | font-size: 12px; | ||
+ | text-align: center; | ||
+ | padding-top: 0px; | ||
+ | } | ||
+ | |||
+ | .flip-container2 .back-side { | ||
+ | background-color: #333; | ||
+ | z-index: 1; | ||
+ | transform: rotateY(180deg); | ||
+ | -webkit-transform: rotateY(180deg); | ||
+ | } | ||
+ | |||
+ | .flip-container2 .front-side { | ||
+ | background-color: #333; | ||
+ | z-index: 2; | ||
+ | transform: rotateY(0deg); | ||
+ | -webkit-transform: rotateY(0deg); | ||
+ | } | ||
+ | |||
+ | .flip-container2:hover .front-side { | ||
+ | transform: rotateY(-180deg); | ||
+ | -webkit-transform: rotateY(-180deg); | ||
+ | } | ||
+ | |||
+ | .flip-container2:hover .back-side { | ||
+ | transform: rotateY(0deg); | ||
+ | -webkit-transform: rotateY(0deg); | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | /*-------------------------------------*/ | ||
+ | /* Two parts */ | ||
+ | /*-------------------------------------*/ | ||
+ | |||
+ | #twoParts{ | ||
+ | float:left; | ||
+ | margin:0px; | ||
+ | height:auto; | ||
+ | width:920px; | ||
+ | border: none; | ||
+ | background:white; | ||
+ | } | ||
+ | .one{ | ||
+ | height:auto; | ||
+ | width:400px; | ||
+ | float:left; | ||
+ | } | ||
+ | .two{ | ||
+ | height:auto; | ||
+ | width:auto; | ||
+ | float:left; | ||
+ | } | ||
+ | .one p{ | ||
+ | font-family:'Lato', sans-serif; | ||
+ | font-size:10.5pt; | ||
+ | line-height:18px; | ||
+ | text-align:justify; | ||
+ | } | ||
+ | .two p{ | ||
+ | font-family:'Lato', sans-serif; | ||
+ | font-size:10.5pt; | ||
+ | line-height:18px; | ||
+ | text-align:right; | ||
+ | } | ||
+ | |||
+ | /* Two parts end */ | ||
+ | |||
+ | /* Logo */ | ||
+ | #logo{ | ||
+ | margin:0px 0px 0px 100px; | ||
+ | height:auto; | ||
+ | width:814px; | ||
+ | border: none; | ||
+ | background:white; | ||
+ | display:inline-block; | ||
+ | clear: center; | ||
+ | } | ||
+ | .logo img{ | ||
+ | margin: 10px 5px 10px 25px; | ||
+ | } | ||
+ | |||
+ | .logo img:hover{ | ||
+ | opacity: 0.7; | ||
+ | } | ||
+ | |||
+ | </style> | ||
+ | |||
+ | |||
<h2> Attributions</h2> | <h2> Attributions</h2> | ||
− | <p> | + | <p> As a team we have learned a alot during the process. Due to our cross-disciplinarity our skills complement each other very well and we have been able to work on all aspects of the project ourselves. We have made good use of our brilliant supervisors and we have not been afraid to ask far and wide for advice and input. Therefore this page is dedicated to everyone who have helped and supported us. If you flip the picture of each person you can read how they helped us individually. |
− | < | + | <h2>Supervisors</h2> |
− | < | + | <div class="container"> |
− | < | + | <div class="flip-container2"> |
+ | <div class="front-side"> <img src="https://static.igem.org/mediawiki/2015/0/0d/UNIK_Copenhagen_Cecilie.jpg" height="180" width="180" /> | ||
</div> | </div> | ||
+ | <div class="back-side"> | ||
+ | <p style="font-size:10px; color:white; margin:2px 6px 2px 6px">Cecilie is studying a master in Biology-Biotechnology. She has been an amazing help with the lab work and wiki design.</p> | ||
+ | </div></div> | ||
+ | <p>Cecilie Cetti Hansen</p> | ||
+ | </div> | ||
+ | <div class="container"> | ||
+ | <div class="flip-container2"> | ||
+ | <div class="front-side"> <img src="https://static.igem.org/mediawiki/2015/e/e1/UNIK_Copenhagen_Josphine.jpg" height="180" width="180" /> | ||
+ | </div> | ||
+ | <div class="back-side"> | ||
+ | <p style="font-size:10px; color:white; margin:2px 6px 2px 6px">Josephine Schrøder is MSc in Biotechnology. Her advice has been invaluable with the experimental design and she made sure we had lab and office space. She also taught how to "handle" moss and propagation moss cultures.</p> | ||
+ | </div></div> | ||
+ | <p>Josephine Schrøder</p> | ||
+ | </div> | ||
+ | <div class="container"> | ||
+ | <div class="flip-container2"> | ||
+ | <div class="front-side"> <img src="https://static.igem.org/mediawiki/2015/b/b6/UNIK_Copenhagen_Anna.jpg" height="180" width="180" /> | ||
+ | </div> | ||
+ | <div class="back-side"> | ||
+ | <p style="font-size:10px; color:white; margin:2px 6px 2px 6px">Anna is an iGEM project organizer. She studies a PhD at University of Copenhagen Plant Science Center. She has helped us with the experimental design and given us protocols for PCR and purification of DNA.</p> | ||
+ | </div></div> | ||
+ | <p>Anna Holzwarth</p> | ||
+ | </div> | ||
− | < | + | <div class="container"> |
− | <p> | + | <div class="flip-container2"> |
− | < | + | <div class="front-side"> <img src="https://static.igem.org/mediawiki/2015/d/d1/UNIK_Copenhagen_Nanna.jpg" height="180" width="180" /> |
− | + | </div> | |
+ | <div class="back-side"> | ||
+ | <p style="font-size:10px; color:white; margin:2px 6px 2px 6px">Nanna is project coordinator at Center for Synthetic Biology, University of Copenhagen. She has been guiding us from the very start and provided extraordinary help with the outreach and funding parts of our project.</p> | ||
+ | </div></div> | ||
+ | <p>Nanna Heinz</p> | ||
+ | </div> | ||
+ | <div class="container"> | ||
+ | <div class="flip-container2"> | ||
+ | <div class="front-side"> <img src="https://static.igem.org/mediawiki/2015/6/66/UNIK_Copenhagen_Will.jpg" height="180" width="180" /> | ||
+ | </div> | ||
+ | <div class="back-side"> | ||
+ | <p style="font-size:10px; color:white; margin:2px 6px 2px 6px">Will has a MSc in Business Administration, & Bio-Entrepreneurship and was one of the key people involved in starting this years iGEM team. With his experience from participating in the 2013 iGEM competition and though his role as CEO of TychoBio his advice and guidance throughout the project have been invaluable. </p> | ||
+ | </div> | ||
+ | </div> | ||
+ | <p>Will Wright</p> | ||
+ | </div> | ||
− | < | + | <div class="container"> |
+ | <div class="flip-container2"> | ||
+ | <div class="front-side"> <img src="https://static.igem.org/mediawiki/2015/3/39/UNIK_Copenhagen_Brian.jpg" height="180" width="180" /> | ||
+ | </div> | ||
+ | <div class="back-side"> | ||
+ | <p style="font-size:10px; color:white; margin:2px 6px 2px 6px">Brian is a post doc. in Synthetic Biology. He is THE moss guru and a spare time space enthusiast. Find him on Twitter! @newbotany</p> | ||
+ | </div> | ||
+ | </div> | ||
+ | <p>Brian King</p> | ||
+ | </div> | ||
− | < | + | <div class="container"> |
− | < | + | <div class="flip-container2"> |
− | < | + | <div class="front-side"> <img src="https://static.igem.org/mediawiki/2015/e/ee/UNIK_Copenhagen_Kamil.jpg" height="180" width="180" /> |
− | < | + | </div> |
− | < | + | <div class="back-side"> |
− | < | + | <p style="font-size:10px; color:white; margin:2px 6px 2px 6px">Kamil is a PhD-student at University of Copenhagen Plant Science Center. Brainstormer and idea generator, he has been giving amazing feedback and has been quick to jump in when we needed supervision during weekends (university formality).</p> |
− | < | + | </div> |
− | < | + | </div> |
− | < | + | <p>Kamil Bąkowski</p> |
− | < | + | </div> |
− | < | + | |
− | </ | + | |
+ | |||
+ | |||
+ | <h2>Associated Professors</h2> | ||
+ | |||
+ | <div class="container"> | ||
+ | <div class="flip-container2"> | ||
+ | <div class="front-side"> <img src="https://static.igem.org/mediawiki/2015/2/23/UNIK_Copenhagen_Bj%C3%B8rn.jpg" height="180" width="180" /> | ||
+ | </div> | ||
+ | <div class="back-side"> | ||
+ | <p style="font-size:10px; color:white; margin:2px 6px 2px 6px">Björn is our iGEM project leader. He is Associate Professor and a world expert in terpenoids. He has experience as an iGEM supervisor and advised the 2012/2013/2014 UNIK Copenhagen teams. He has also judged in the national iGEM jamboree in Lyon. </p> | ||
+ | </div> | ||
+ | </div> | ||
+ | <p>Björn Hamberger</p> | ||
+ | </div> | ||
+ | |||
+ | <div class="container"> | ||
+ | <div class="flip-container2"> | ||
+ | <div class="front-side"> <img src="https://static.igem.org/mediawiki/2015/b/b3/UNIK_Copenhagen_Morten.jpg" height="180" width="180" /> | ||
+ | </div> | ||
+ | <div class="back-side"> | ||
+ | <p style="font-size:10px; color:white; margin:2px 6px 2px 6px">Morten Bo Madsen is working in the UCPH Mars-group and is a participating scientist on NASA’s Curiosity rover-mission. He served as a scientific advisor on SpaceMoss, lending his expertise on everything related to Mars and the Martian environment. Through Morten, the Mars-group supplied us with our Mars-soil substitute, and gave us access to the Jens-Martin Mars-chamber.</p> | ||
+ | </div> | ||
+ | </div> | ||
+ | <p>Morten Bo Madsen</p> | ||
+ | </div> | ||
+ | |||
+ | <div class="container"> | ||
+ | <div class="flip-container2"> | ||
+ | <div class="front-side"> <img src="https://static.igem.org/mediawiki/2015/e/ea/UNIK_Copenhagen_Henrik.jpg" height="180" width="180" /> | ||
+ | </div> | ||
+ | <div class="back-side"> | ||
+ | <p style="font-size:10px; color:white; margin:2px 6px 2px 6px">Henrik is an Associate Professor at PLEN. He specializes in sesquiterpenoids production in moss. He has provided excellent advice and calm support.</p> | ||
+ | </div> | ||
+ | </div> | ||
+ | <p>Henrik Toft Simonsen</p> | ||
+ | </div> | ||
+ | |||
+ | |||
+ | <h2>Contributers </h2> | ||
+ | |||
+ | <div class="container"> | ||
+ | <div class="flip-container2"> | ||
+ | <div class="front-side"><img src="https://static.igem.org/mediawiki/2015/1/18/UNIK_Copenhagen_Asmus.jpg" height="180" width="180" /> | ||
+ | </div> | ||
+ | <div class="back-side"> | ||
+ | <p style="font-size:10px; color:white; margin:2px 6px 2px 6px">Asmus wrote his Master’s thesis on the Jens-Martin Mars-Chamber and guided the team in its use. Additionally, Asmus helped out with brainstorming experiments for Red Lab.</p> | ||
+ | </div> | ||
+ | </div> | ||
+ | <p>Asmus Koefoed</p> | ||
+ | </div> | ||
+ | |||
+ | <div class="container"> | ||
+ | <div class="flip-container2"> | ||
+ | <div class="front-side"> <img src="https://static.igem.org/mediawiki/2015/0/0f/UNIK_Copenhagen_Christine.jpg" height="180" width="180" /> | ||
+ | </div> | ||
+ | <div class="back-side"> | ||
+ | <p style="font-size:10px; color:white; margin:2px 6px 2px 6px">Christine works with design and she made our amazing logo.</p> | ||
+ | </div> | ||
+ | </div> | ||
+ | <p>Christine Fabricius</p> | ||
+ | </div> | ||
+ | |||
+ | <div class="container"> | ||
+ | <div class="flip-container2"> | ||
+ | <div class="front-side"> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/2/21/UNIK_Copenhagen_Hansol.jpg" height="180" width="180" /> | ||
+ | </div> | ||
+ | <div class="back-side"> | ||
+ | <p style="font-size:10px; color:white; margin:2px 6px 2px 6px">Hansol is Post doc. working in Synthetic Biology. He has helped us carry out the actual moss transformation and has helped come up with new ideas.</p> | ||
+ | </div> | ||
+ | </div> | ||
+ | <p>Hansol Bae</p> | ||
+ | </div> | ||
+ | |||
+ | <div class="container"> | ||
+ | <div class="flip-container2"> | ||
+ | <div class="front-side"> <img src="https://static.igem.org/mediawiki/2015/5/58/UNIK_Copenhagen_Johanne.jpeg" height="180" width="180" /> | ||
+ | </div> | ||
+ | <div class="back-side"> | ||
+ | <p style="font-size:10px; color:white; margin:2px 6px 2px 6px">Johanne is the artist behind the SpaceMoss comic. SpaceMoss’ collaboration with Johanne has been invaluable in our outreach efforts. Johanne’s visual storytelling expertise and questioning nature forced us to think hard about how to make the project palatable to lay-people. </p> | ||
+ | </div> | ||
+ | </div> | ||
+ | <p>Johanne Holm</p> | ||
+ | </div> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | <h2>Sponsors</h2> | ||
+ | <div id=logo> | ||
+ | <div class="logo"> | ||
+ | <a href="http://www.tycho-bio.com/"> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/e/e3/UNIK_Copenhagen_TychoBio_logo.png" width=160px title="Click to go to TychoBio's webpage"> | ||
+ | </a> | ||
+ | <a href="http://www.ku.dk/english/"> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/3/30/UNIK_Copenhagen_Ku_logo.jpg" width=160px title="Click to go to University of Copenhagen's webpage"> | ||
+ | </a> | ||
+ | <a href="http://eu.idtdna.com/site"> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/c/cc/UNIK_Copenhagen_IDT-Logo.jpg" width=160px title="Click to go to IDT's webpage"> | ||
+ | </a> | ||
+ | <a href="http://www.lundbeckfonden.com/"> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/4/48/UNIK_copenhagen_Lundbeckfonden.jpg" width=160px style="margin:0px 0px 0px 100px" title="Click to go to Lundbeckfonden's webpage"> | ||
+ | </a> | ||
+ | <a href="http://www.bachberry.eu/"> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/b/b8/UNIK_Copenhagen_Backberrylogo.png" width=220px title="Click to go to Bachberry's webpage"> | ||
+ | </a> | ||
+ | </div> | ||
+ | </div> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
</div> | </div> | ||
</html> | </html> |
Revision as of 20:50, 17 September 2015
Attributions
As a team we have learned a alot during the process. Due to our cross-disciplinarity our skills complement each other very well and we have been able to work on all aspects of the project ourselves. We have made good use of our brilliant supervisors and we have not been afraid to ask far and wide for advice and input. Therefore this page is dedicated to everyone who have helped and supported us. If you flip the picture of each person you can read how they helped us individually.
Supervisors
Cecilie is studying a master in Biology-Biotechnology. She has been an amazing help with the lab work and wiki design.
Cecilie Cetti Hansen
Josephine Schrøder is MSc in Biotechnology. Her advice has been invaluable with the experimental design and she made sure we had lab and office space. She also taught how to "handle" moss and propagation moss cultures.
Josephine Schrøder
Anna is an iGEM project organizer. She studies a PhD at University of Copenhagen Plant Science Center. She has helped us with the experimental design and given us protocols for PCR and purification of DNA.
Anna Holzwarth
Nanna is project coordinator at Center for Synthetic Biology, University of Copenhagen. She has been guiding us from the very start and provided extraordinary help with the outreach and funding parts of our project.
Nanna Heinz
Will has a MSc in Business Administration, & Bio-Entrepreneurship and was one of the key people involved in starting this years iGEM team. With his experience from participating in the 2013 iGEM competition and though his role as CEO of TychoBio his advice and guidance throughout the project have been invaluable.
Will Wright
Brian is a post doc. in Synthetic Biology. He is THE moss guru and a spare time space enthusiast. Find him on Twitter! @newbotany
Brian King
Kamil is a PhD-student at University of Copenhagen Plant Science Center. Brainstormer and idea generator, he has been giving amazing feedback and has been quick to jump in when we needed supervision during weekends (university formality).
Kamil Bąkowski
Associated Professors
Björn is our iGEM project leader. He is Associate Professor and a world expert in terpenoids. He has experience as an iGEM supervisor and advised the 2012/2013/2014 UNIK Copenhagen teams. He has also judged in the national iGEM jamboree in Lyon.
Björn Hamberger
Morten Bo Madsen is working in the UCPH Mars-group and is a participating scientist on NASA’s Curiosity rover-mission. He served as a scientific advisor on SpaceMoss, lending his expertise on everything related to Mars and the Martian environment. Through Morten, the Mars-group supplied us with our Mars-soil substitute, and gave us access to the Jens-Martin Mars-chamber.
Morten Bo Madsen
Henrik is an Associate Professor at PLEN. He specializes in sesquiterpenoids production in moss. He has provided excellent advice and calm support.
Henrik Toft Simonsen
Contributers
Asmus wrote his Master’s thesis on the Jens-Martin Mars-Chamber and guided the team in its use. Additionally, Asmus helped out with brainstorming experiments for Red Lab.
Asmus Koefoed
Christine works with design and she made our amazing logo.
Christine Fabricius
Hansol is Post doc. working in Synthetic Biology. He has helped us carry out the actual moss transformation and has helped come up with new ideas.
Hansol Bae
Johanne is the artist behind the SpaceMoss comic. SpaceMoss’ collaboration with Johanne has been invaluable in our outreach efforts. Johanne’s visual storytelling expertise and questioning nature forced us to think hard about how to make the project palatable to lay-people.
Johanne Holm