Biomod/2013/Aarhus/Supplementary/Team And Acknowledgments
<html> <style> /* ul.menu li.</html>Supplementary/Team And Acknowledgments<html> a {
color: cyan;
}
- /
- toc {
display: none; }
- mytoc {
background: none; width: 200px; }
.toc { border: 0px solid; }
- toc ul ul,.toc ul ul {
margin: 0 0 0 1em; }
table.toc { background-color: #f0f4f4; }
- mytoc a,#mytoc a:visited {
font-size: normal; color: #222222; }
- mytoc a:hover {
font-color: #009ee0; /* text-decoration: underline; */ }
- wiki-toc {
width: 200px; margin-top: 6px; float: left; }
- wiki-body {
margin-left: 200px; padding-left: 12px; padding-right: 35px; }
- toc #toctitle,.toc #toctitle,#toc .toctitle,.toc .toctitle {
text-align: left; }
- toc h2,.toc h2 {
font-weight: normal; font-size: 17px; }
/*
- wiki-contents A {
color: #00aeef; }
- wiki-contents A:HOVER {
color: #00aeef; }
- /
- toctitle span {
display: none; }
/*
- wiki-body p,#wiki-body li,#wiki-body dd,div.thumbcaption {
font-size: medium; }
- /
/* required to avoid jumping */
- tocScrolWrapper {
/* left: 450px; */ position: absolute; /* margin-left: 35px; width: 280px; */ }
- tocScrol {
position: absolute; top: 0; /* just used to show how to include the margin in the effect */ /*margin-top: 20px; */ /* border-top: 1px solid purple; */ /*padding-top: 19px;*/ }
- tocScrol.fixed {
position: fixed; top: 0; }
- editPageTxt {
text-align: left; padding-left: 15px; }
- editPageTxt P {
clear: both; }
- toPageTop {
float: left; position: relative; top: 18px; left: 13px; color: #d13f31; } </style>
<script type="text/javascript"> $(document).ready(function() { var parentTable = $("#toc").parent(); $('#mytoc').append($("#toc").first());
$('#mytoc').find("#toc").attr("id", ""); parentTable.closest('table').remove(); });
$(document).ready( function() { var top = $('#tocScrol').offset().top - parseFloat($('#tocScrol').css('marginTop').replace( /auto/, 0)); var nav = $('#tocScrol'); var max = $('#indexing').offset().top - nav.height();
$(window).scroll(function(event) { // what the y position of the scroll is var y = $(this).scrollTop();
if (y > top) { // && signs are html decoded thus this construction if (y >= max) { nav.removeClass('fixed'); nav.css({ position : 'absolute', top : max - top }); } else { nav.addClass('fixed'); nav.removeAttr('style'); } } else { nav.removeClass('fixed'); nav.removeAttr('style'); } }); }); </script> <html> <html>
<a id="toPageTop" href="#">▲</a>
[<a href="http://openwetware.org/index.php?title=Biomod/2013/Aarhus/</html>Supplementary/Team And Acknowledgments<html>&action=edit">edit this page</a>]
</html>
Team members

Name: Ane Helene Langvad Andreassen
Age: 23
Study: Molecular biology
Mission: Design and fold the DNA origamis
Favourite quote: "Knowledge is having the right answer. Intelligence is asking the right question" - Unknown
<html>
</html>
Name: Minh "the Chinese Lightning" Lon Lu
Age: 23
Email: 90mllu@gmail.com
Study: Molecular biology
Mission: Design and fold the DNA origamis
Favorite quote: "Thousands of candles can be lighted from a single candle, and the candle will not be shortened. Happiness never decreases by being shared" – Buddha
<html>
</html>
Name: Caroline Filippa Langfeldt Knabe
Age:23
Email: cifler@hotmail.com
Study: Nano science
Mission: Design and fold the DNA origamis
Favourite quote: "but can a goat be female?" - Unknown
<html>
</html>
Name: Malthe "MALTHE-TOF" Hansen-Bruun
Age: 22
Email: malthe.hansen@gmail.com
Study: Chemistry
Mission: Synthesis of the peptide lock
Favourite quote: "Gollum, Gollum." - Gollum
<html>
</html>
Name: Mikkel "the Orbitron" Bach Skovsgaard
Age: 24
Study: Chemistry
Mission: Synthesis of cholesterol derivative
Favorite quote: "Never leave your food dish under a bird cage" – Garfield
<html>
</html>
Name: Nadia "Mom" Nasser Petersen
Age: 21
Email: natlue@hotmail.com
Study: Chemistry
Mission: Synthesis of photosensitizers
Favorite quote: "It matters not what someone is born, but what they grow to be" – J.K. Rowling
<html>
</html>

Name: Veronica "the Crusher" Liv Andersen
Age: 25
Study: Molecular biology
Mission: Conjugate sisiRNA to CPPs and knockdown genes
Favourite quote: "A common mistake that people make when trying to design something completely foolproof is to underestimate the ingenuity of complete fools." - Douglas Adams
<html>
</html>
Name: Julie "Smurf" Stokkebro Schmøkel
Age:23
Email: js@science.au.dk
Study: Nano science
Mission: Conjugate sisiRNA to CPPs and knockdown genes
Favourite quote: "There is really nothing you must be and there is nothing you must do" – Zen saying
<html>
</html>
Mentors
<html>
</html>
Supervisors
<html>
</html>
Sponsors
Acknowlegdments
Erik H. T. Nielsen, group of Organic Synthesis, Department of Chemistry and iNANO, Aarhus University. David Henning Schaffert, <html><a href="mailto:pvskaarup@gmail.com?Subject=BIOMOD 2013:"> Peter Vium Skaarup</a></html>, Julie Brender Trads, Erik Daa Funder and Jakob Bach Knudsen, Center for DNA Nanotechnology, Department of Chemistry and iNANO, Aarhus University.
<html></html>
<html> <head> <style>
- indexing {
/* float: left; position: center; */ background-color: #222; border-top: 2px solid #d13f31; color: #006e9c; margin: 0px; padding: 0px 0px 10px 0px; width: 100%; text-align: center; }
.footer-section { padding: 10px; display: table-cell; text-align: left; }
.footer-section-title { font-size: 20px; }
- footer-contents {
color: #006e9c; display: inline-table; }
.footer-section A { color: #006e9c; text-decoration: none; }
.footer-section A:HOVER { color: #00aeef; }
.footer-section ul { list-style-type: square; }
- sitemapTitle {
margin-top: 20px; font-size: 24px; }
- editFooter {
float: right; margin-top: -28px; margin-right: 5px; }
- editFooter A {
color: #006e9c; text-decoration: none; }
.cf:before,.cf:after { content: " "; /* 1 */ display: table; /* 2 */ }
.cf:after { clear: both; }
- bodyContent a[href^="mailto:"], .link-mailto {
background: url() no-repeat scroll right center transparent; padding-right: 0px; color: #006e9c;
}
</style> </head> <body>
SITEMAP | BIOMOD 2013 NANO CREATORS | Aarhus University
Copyright (C) 2013 | BIOMOD Team Nano Creators @ Aarhus University | Programming by: <a href="mailto:pvskaarup@gmail.com?Subject=BIOMOD 2013:">Peter Vium Skaarup</a>.
<img alt="Sigma - Aldrich" src="http://openwetware.org/images/3/39/Sigmaaldrich-logo%28transparant%29.png" width="300px" height="154px"> <img alt="VWR International" src="http://openwetware.org/images/2/28/Vwr_logo.png" width="300px" height="61px"> <img alt="Promega" src="http://openwetware.org/images/7/72/Promega.png" width="175px" height="105px" style="padding-right: 5px; padding-left: 5px;"> <img alt="kem-en-tec" src="http://openwetware.org/images/3/3a/Kementec.png" width="130px" height="129px"> <img alt="Centre For Dna Nanotechnology" src="http://openwetware.org/images/4/4f/CDNA_logo.png" width="420px" height="90px"> <img alt="Dansk Tennis Fond" src="http://openwetware.org/images/9/9a/Dansk_tennis.png" width="250px" height="53px">
</body> </html>




