Team:SDU-Denmark/Team
From 2012.igem.org
(Difference between revisions)
(53 intermediate revisions not shown) | |||
Line 17: | Line 17: | ||
<!-- //////////// SCRIPTS //////////// --> | <!-- //////////// SCRIPTS //////////// --> | ||
- | <script type="text/javascript" src="https://2012.igem.org/Team:SDU-Denmark/jquery.min.js?action=raw&ctype=text/javascript"></script> | + | <!-- :......:jquery [DEACTIVATED].....: --> |
+ | <!--<script type="text/javascript" src="https://2012.igem.org/Team:SDU-Denmark/jquery.min.js?action=raw&ctype=text/javascript"></script> --> | ||
+ | |||
+ | <!-- :......:NIVO.....: --> | ||
<script type="text/javascript" src="https://2012.igem.org/Team:SDU-Denmark/jquery.nivo.slider.pack.js?action=raw&ctype=text/javascript" ></script> | <script type="text/javascript" src="https://2012.igem.org/Team:SDU-Denmark/jquery.nivo.slider.pack.js?action=raw&ctype=text/javascript" ></script> | ||
- | |||
- | <script type="text/javascript" src="js/pirobox.min.js"></script> | + | <!-- :......:JS EASING.....: --> |
- | <script src=" | + | <script type="text/javascript" src="https://2012.igem.org/Team:SDU-Denmark/jquery.easing.1.3.js?action=raw&ctype=text/javascript"></script> |
+ | |||
+ | |||
+ | <!-- Need these two for gallery --> | ||
+ | |||
+ | <!-- :......:PIROBOX.....: --> | ||
+ | <script type="text/javascript" src="https://2012.igem.org/Team:SDU-Denmark/pirobox.min.js?action=raw&ctype=text/javascript"> | ||
+ | </script> | ||
+ | |||
+ | <!-- :......:SLIDING LABS.....: --> | ||
+ | <script src="https://2012.igem.org/Team:SDU-Denmark/jquery.slidinglabels.js?action=raw&ctype=text/javascript" type="text/javascript"> | ||
+ | </script> | ||
+ | |||
+ | <!-- //gallery scripts--> | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
Line 38: | Line 53: | ||
<!-- //////////// Settings for fixed sidebar layout //////////// --> | <!-- //////////// Settings for fixed sidebar layout //////////// --> | ||
- | |||
<script> | <script> | ||
+ | |||
$(function() { | $(function() { | ||
var $sidebar = $("#sidenav"), | var $sidebar = $("#sidenav"), | ||
- | $ | + | $window1 = $(window), |
offset = $sidebar.offset(), | offset = $sidebar.offset(), | ||
topPadding = 15; | topPadding = 15; | ||
- | $ | + | $window1.scroll(function() { |
- | if ($ | + | if ($window1.scrollTop() > offset.top + 250 ) { |
$sidebar.stop().animate({ | $sidebar.stop().animate({ | ||
- | marginTop: $ | + | marginTop: $window1.scrollTop() - (offset.top + topPadding + 230 ) |
}); | }); | ||
} else { | } else { | ||
Line 130: | Line 145: | ||
}); | }); | ||
</script> | </script> | ||
+ | |||
+ | <!-- script for fixed background--> | ||
+ | <script> | ||
+ | $(window).load(function() { | ||
+ | |||
+ | var theWindow = $(window), | ||
+ | $bg = $("#bg"), | ||
+ | aspectRatio = $bg.width() / $bg.height(); | ||
+ | |||
+ | function resizeBg() { | ||
+ | |||
+ | if ( (theWindow.width() / theWindow.height()) < aspectRatio ) { | ||
+ | $bg | ||
+ | .removeClass() | ||
+ | .addClass('bgheight'); | ||
+ | } else { | ||
+ | $bg | ||
+ | .removeClass() | ||
+ | .addClass('bgwidth'); | ||
+ | } | ||
+ | |||
+ | } | ||
+ | |||
+ | theWindow.resize(function() { | ||
+ | resizeBg(); | ||
+ | }).trigger("resize"); | ||
+ | |||
+ | }); | ||
+ | </script> | ||
+ | |||
+ | |||
</head> | </head> | ||
<body> | <body> | ||
+ | <!-- //////////background image/////////// --> | ||
+ | <img src="https://static.igem.org/mediawiki/2012/6/6c/Body_bg13.jpg" id="bg" alt="courtesy of NIAID"> | ||
<!-- //////////// Container *Holds Left and Right Colums Together* //////////// --> | <!-- //////////// Container *Holds Left and Right Colums Together* //////////// --> | ||
Line 142: | Line 190: | ||
<!-- //////////// NIVO SLIDER //////////// --> | <!-- //////////// NIVO SLIDER //////////// --> | ||
<div id="slider"> | <div id="slider"> | ||
- | + | <img src="https://static.igem.org/mediawiki/2012/4/4f/SDU2012slide01.jpg" alt="" /> | |
- | + | <img src="https://static.igem.org/mediawiki/2012/9/9a/SDU2012slide02.jpg" alt="" /> | |
<img src="https://static.igem.org/mediawiki/2012/6/6e/SDU2012slide03.jpg" alt="" /> | <img src="https://static.igem.org/mediawiki/2012/6/6e/SDU2012slide03.jpg" alt="" /> | ||
<img src="https://static.igem.org/mediawiki/2012/9/91/SDU2012slide04.jpg" alt="" /> | <img src="https://static.igem.org/mediawiki/2012/9/91/SDU2012slide04.jpg" alt="" /> | ||
Line 152: | Line 200: | ||
<img src="https://static.igem.org/mediawiki/2012/f/ff/SDU2012slide09.jpg" alt="" /> | <img src="https://static.igem.org/mediawiki/2012/f/ff/SDU2012slide09.jpg" alt="" /> | ||
<img src="https://static.igem.org/mediawiki/2012/7/7f/SDU2012slide10.jpg" alt="" /> | <img src="https://static.igem.org/mediawiki/2012/7/7f/SDU2012slide10.jpg" alt="" /> | ||
- | + | <img src="https://static.igem.org/mediawiki/2012/b/bf/SDU2012slide11.jpg" alt="" /> | |
- | + | <img src="https://static.igem.org/mediawiki/2012/3/35/SDU2012slide12.jpg" alt="" /> | |
+ | <img src="https://static.igem.org/mediawiki/2012/e/ed/SDU2012slide13.jpg" alt="" | ||
+ | title="see more in our gallery" /> | ||
+ | |||
</div> | </div> | ||
</div> | </div> | ||
<!-- //////////// SideNavbar *Everything in Left-Hand Column* //////////// --> | <!-- //////////// SideNavbar *Everything in Left-Hand Column* //////////// --> | ||
- | <div id="sidenav | + | <div id="sidenav" > |
<!--<img src="images/logo.gif" alt="" class="logo" />/ --> | <!--<img src="images/logo.gif" alt="" class="logo" />/ --> | ||
Line 164: | Line 215: | ||
<!--\\\\ ACCORDION MENU ////--> | <!--\\\\ ACCORDION MENU ////--> | ||
- | + | <iframe src="https://2012.igem.org/Team:SDU-Denmark/menu" frameborder="0" height="1000" width="200" scrolling="no" ALLOWTRANSPARENCY="true"> | |
- | + | <p>Your browser does not support iframes.</p> | |
- | + | </iframe> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | |||
- | |||
<!--\\\\ACCORDION MENU////--> | <!--\\\\ACCORDION MENU////--> | ||
Line 348: | Line 227: | ||
<div id="footer"> | <div id="footer"> | ||
The iGEM Team of University of Southern Denmark 2012 | The iGEM Team of University of Southern Denmark 2012 | ||
+ | <font color="FF6600" ><b>igem.sdu.2012@gmail.com</b></font> | ||
</div><!-- //footer --> | </div><!-- //footer --> | ||
Line 358: | Line 238: | ||
- | <!-- | + | <!--::::::::TEAM:::::::::::::--> |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | <h2> | + | |
- | + | ||
- | + | ||
- | </ | + | <div id="contentcolumleft"> |
- | + | <a href="http://" title=""><img src="https://static.igem.org/mediawiki/2012/9/98/Team01.jpg" alt="Asbjørn" title="Asbjørn" class="portrait" ></img></a> | |
- | + | <div class="teamtag"><h2>Asbjørn Müller</h2></br> | |
- | + | Nanobioscience</br> | |
- | + | Stud.Scient</br> | |
- | + | </br> | |
- | + | </br> | |
- | + | +45 42 50 60 08 | |
- | + | </div> | |
- | + | <p class="clearall"> <a href="http://" title=""><img src="https://static.igem.org/mediawiki/2012/1/15/Team03.jpg" alt="Andreas K" title="Andreas " class="portrait" ></img></a> </p> | |
- | + | <div class="teamtag"><h2>Andreas Kjær</h2></br> | |
- | + | Biochemistry & molecular biology</br> | |
- | + | Stud.Scient</br> | |
- | + | </br> | |
- | + | </br> | |
- | + | +45 26 85 10 58 | |
- | + | </div> | |
- | + | <p class="clearall"> <a href="http://" title=""><img src="https://static.igem.org/mediawiki/2012/6/64/Team05.jpg" alt="Lars" title="Lars" class="portrait" ></img></a> </p> | |
- | + | <div class="teamtag"><h2>Lars Norge</h2></br> | |
- | + | Biochemistry & molecular biology</br> | |
- | + | Stud.Scient</br> | |
- | + | </br></br> | |
- | + | +45 30 29 55 56 | |
- | + | </div> | |
- | + | <p class="clearall"> <a href="http://" title=""><img src="https://static.igem.org/mediawiki/2012/b/bf/Team07.jpg" alt="Asbjørn" title="Asbjørn" class="portrait" ></img></a></p> | |
+ | <div class="teamtag"><h2>Malou Reedorf</h2></br> | ||
+ | Biomedicine</br> | ||
+ | Stud.Scient</br> | ||
+ | </br> | ||
+ | </br> | ||
+ | +45 26 25 02 91 | ||
+ | </div> | ||
+ | <p class="clearall"> <a href="http://" title=""><img src="https://static.igem.org/mediawiki/2012/a/a6/Team09.jpg" alt="Andreas Wrona" title="Andreas W" class="portrait" ></img></a></p> | ||
+ | |||
+ | <div class="teamtag"><h2>Andreas Wrona</h2></br> | ||
+ | Biochemistry & molecular biology</br> | ||
+ | Stud.Scient</br> | ||
+ | </br> </br> | ||
+ | |||
+ | +45 27 98 16 68 | ||
+ | </div> | ||
+ | </div> | ||
- | + | <div id="contentcolumright"> | |
- | </div> | + | <a href="http://" title=""><img src="https://static.igem.org/mediawiki/2012/c/ce/Team02.jpg" alt="Gabi Overgaard" title="Gabi" class="portrait" ></img></a> |
- | + | <div class="teamtag"><h2>Gabi Overgaard</h2></br> | |
- | + | Biomedicine</br>Stud.Scient</br> | |
+ | </br> </br> | ||
+ | <br> | ||
+ | +45 28 12 51 75 | ||
+ | </div> | ||
+ | <p class="clearall"> <a href="http://" title=""><img src="https://static.igem.org/mediawiki/2012/8/8b/Team04.jpg" alt="Kristian" title="Kristian" class="portrait" ></img></a></p> | ||
+ | <div class="teamtag"><h2>Kristian Nielsen</h2></br> | ||
+ | Medicine</br> | ||
+ | Stud.Med</br> | ||
+ | </br> | ||
+ | </br> | ||
+ | </br> | ||
+ | +45 21 64 40 04 | ||
+ | </div> | ||
+ | <p class="clearall"> <a href="http://" title=""><img src="https://static.igem.org/mediawiki/2012/6/6d/Team06.jpg" alt="Lisa" title="Lisa" class="portrait" ></img></a></p> | ||
+ | <div class="teamtag"><h2>Lisa Gundestrup</h2></br> | ||
+ | Medicine</br> | ||
+ | Bachelor of science in Molecular Medicine</br> | ||
+ | |||
+ | </br> | ||
+ | </br> | ||
+ | +45 20 78 40 67 | ||
+ | </div> | ||
+ | <p class="clearall"> <a href="http://" title=""><img src="https://static.igem.org/mediawiki/2012/7/71/Team08.jpg" alt="Victor" title="Victor" class="portrait" ></img></a></p> | ||
+ | <div class="teamtag"><h2>Victor Vollesen</h2></br> | ||
+ | Biochemistry & molecular biology</br> | ||
+ | Stud.Scient</br> | ||
+ | </br> | ||
+ | </br> | ||
+ | +45 28 45 16 85 | ||
+ | </div> | ||
+ | <p class="clearall"> <a href="http://" title=""><img src="https://static.igem.org/mediawiki/2012/8/84/Team10.jpg" alt="Ida" title="Ida" class="portrait" ></img></a></p> | ||
+ | <div class="teamtag"><h2>Ida Appel</h2></br> | ||
+ | Biochemistry & molecular biology</br> | ||
+ | Stud.Scient</br> | ||
+ | |||
+ | </br> | ||
+ | </br> | ||
+ | +45 22 93 05 04 | ||
+ | </div> | ||
+ | |||
+ | </div> | ||
+ | |||
+ | </br> | ||
+ | </br> | ||
+ | <p class="clearall"> | ||
+ | |||
+ | This years IGEM team of the University of Southern Denmark consists of ten unique students with different fields of study from biochemistry and molecular biology, medicine, biomedicine and nanobioscience. | ||
+ | |||
+ | </br> | ||
+ | </br> | ||
+ | <h3>Team advisors:</h3> | ||
+ | </br> | ||
+ | |||
+ | <strong>Martin M Hanczyc</strong></br> | ||
+ | PhD, Associate Professor of Institute of Physics, Chemistry and Pharmacy</br> | ||
+ | </br> | ||
+ | <strong>Prof. Dr. Jan Mollenhauer</strong></br> | ||
+ | Head Molecular Oncology Director of Lundbeckfonden Center NanoCAN </br> | ||
+ | </br> | ||
+ | <strong>Ann Zahle Andersen</strong></br> PhD, Executive officer and Outreach Coordinator Department of Biochemistry and Molecular Biology</br> | ||
+ | </br> | ||
+ | <strong>Steffen Schmidt</strong></br> Postdoc. </br> | ||
+ | </br> | ||
+ | <strong>Helle Christiansen</strong></br> Postdoc. </br> | ||
+ | </br> | ||
+ | <strong>Jakub Trojnar</strong></br> Research Assistant </br> | ||
+ | </br> | ||
+ | <h3>Former iGEM contestant team advisors</h3> </br> | ||
+ | |||
+ | <strong>Lars Christian Lund </br> | ||
+ | </br> | ||
+ | Mike Stein Barnkob</strong> | ||
+ | </p> | ||
+ | |||
+ | |||
<!-- //////////// Anchor used to scroll to PORTFOLIO //////////// --> | <!-- //////////// Anchor used to scroll to PORTFOLIO //////////// --> | ||
Line 411: | Line 374: | ||
<div id="footfiller"> | <div id="footfiller"> | ||
+ | <img src="https://static.igem.org/mediawiki/2012/b/b7/SDU12iGEM022lille.jpg" width="680px"/> | ||
</div><!-- //footfiller --> | </div><!-- //footfiller --> | ||
Latest revision as of 03:39, 27 September 2012
Asbjørn Müller
Nanobioscience Stud.Scient +45 42 50 60 08Andreas Kjær
Biochemistry & molecular biology Stud.Scient +45 26 85 10 58Lars Norge
Biochemistry & molecular biology Stud.Scient +45 30 29 55 56Malou Reedorf
Biomedicine Stud.Scient +45 26 25 02 91Andreas Wrona
Biochemistry & molecular biology Stud.Scient +45 27 98 16 68Gabi Overgaard
BiomedicineStud.Scient+45 28 12 51 75
Kristian Nielsen
Medicine Stud.Med +45 21 64 40 04Lisa Gundestrup
Medicine Bachelor of science in Molecular Medicine +45 20 78 40 67Victor Vollesen
Biochemistry & molecular biology Stud.Scient +45 28 45 16 85Ida Appel
Biochemistry & molecular biology Stud.Scient +45 22 93 05 04This years IGEM team of the University of Southern Denmark consists of ten unique students with different fields of study from biochemistry and molecular biology, medicine, biomedicine and nanobioscience.