Team:SDU-Denmark/Team
From 2012.igem.org
(Difference between revisions)
(Prototype team page) |
|||
(54 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
- | + | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> | |
+ | <head> | ||
+ | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | ||
- | < | + | <!-- //////////// Site Name //////////// --> |
- | + | <title>iGEM TEAM ::: SDU-DENMARK</title> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | < | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | </ | + | |
- | <!-- | + | <!-- //////////// Website Icon //////////// --> |
+ | <link rel="shortcut icon" href="favicon.ico" /> | ||
+ | <!-- //////////// STYLESSHEETS //////////// --> | ||
- | + | <link rel="stylesheet" type="text/css" href="https://2012.igem.org/Team:SDU-Denmark/style?action=raw&ctype=text/css"> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
+ | <link rel="stylesheet" href="https://2012.igem.org/Team:SDU-Denmark/nivo-slider.css?action=raw&ctype=text/css" type="text/css" media="screen" /> | ||
- | |||
- | + | <!-- //////////// SCRIPTS //////////// --> | |
- | ! | + | <!-- :......: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> | ||
+ | <!-- :......:JS EASING.....: --> | ||
+ | <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"> | |
+ | $(document).ready(function() { | ||
+ | $().piroBox({ | ||
+ | my_speed: 400, //animation speed | ||
+ | bg_alpha: 0.6, //background opacity | ||
+ | slideShow : true, // true == slideshow on, false == slideshow off | ||
+ | slideSpeed : 4, //slideshow duration in seconds(3 to 6 Recommended) | ||
+ | close_all : '.piro_close,.piro_overlay'// add class .piro_overlay(with comma)if you want overlay click close piroBox | ||
- | + | }); | |
- | + | }); | |
- | + | </script> | |
+ | <!-- //////////// Settings for fixed sidebar layout //////////// --> | ||
- | + | <script> | |
- | + | $(function() { | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
+ | var $sidebar = $("#sidenav"), | ||
+ | $window1 = $(window), | ||
+ | offset = $sidebar.offset(), | ||
+ | topPadding = 15; | ||
- | + | $window1.scroll(function() { | |
- | + | if ($window1.scrollTop() > offset.top + 250 ) { | |
- | + | $sidebar.stop().animate({ | |
- | + | marginTop: $window1.scrollTop() - (offset.top + topPadding + 230 ) | |
- | + | }); | |
- | + | } else { | |
- | + | $sidebar.stop().animate({ | |
- | + | marginTop: 0 | |
- | + | }); | |
- | </ | + | } |
- | + | }); | |
+ | |||
+ | }); | ||
+ | </script> | ||
- | == | + | <script type="text/javascript" src="https://2012.igem.org/Team:SDU-Denmark/smoothscroll.js?action=raw&ctype=text/javascript"></script> |
- | ( | + | <!-- //////////// Settings for Nivo Slider //////////// --> |
+ | <script type="text/javascript"> | ||
+ | $(window).load(function() { | ||
+ | $('#slider').nivoSlider({ | ||
+ | effect:'random', | ||
+ | slices:15, | ||
+ | animSpeed:500, | ||
+ | pauseTime:6000, | ||
+ | startSlide:0, //Set starting Slide (0 index) | ||
+ | directionNav:true, //Next & Prev | ||
+ | directionNavHide:true, //Only show on hover | ||
+ | controlNav:true, //1,2,3... | ||
+ | controlNavThumbs:false, //Use thumbnails for Control Nav | ||
+ | controlNavThumbsSearch: '.jpg', //Replace this with... | ||
+ | controlNavThumbsReplace: '_thumb.jpg', //...this in thumb Image src | ||
+ | keyboardNav:true, //Use left & right arrows | ||
+ | pauseOnHover:true, //Stop animation while hovering | ||
+ | manualAdvance:false, //Force manual transitions | ||
+ | captionOpacity:0.8, //Universal caption opacity | ||
+ | beforeChange: function(){}, | ||
+ | afterChange: function(){}, | ||
+ | slideshowEnd: function(){} //Triggers after all slides have been shown | ||
+ | }); | ||
+ | }); | ||
+ | </script> | ||
+ | <script type="text/javascript"> | ||
+ | $(document).ready(function () { | ||
- | == ''' | + | // transition effect |
+ | style = 'easeOutBounce'; | ||
+ | |||
+ | // if the mouse hover the image | ||
+ | $('.photo').hover( | ||
+ | function() { | ||
+ | //display heading and caption | ||
+ | $(this).children('div:first').stop(false,true).animate({top:0},{duration:600, easing: style}); | ||
+ | $(this).children('div:last').stop(false,true).animate({bottom:0},{duration:600, easing: style}); | ||
+ | }, | ||
+ | |||
+ | function() { | ||
+ | //hide heading and caption | ||
+ | $(this).children('div:first').stop(false,true).animate({top:-50},{duration:600, easing: style}); | ||
+ | $(this).children('div:last').stop(false,true).animate({bottom:-50},{duration:600, easing: style}); | ||
+ | } | ||
+ | ); | ||
+ | |||
+ | }); | ||
+ | </script> | ||
+ | |||
+ | <script type="text/javascript"> | ||
+ | $(function(){ | ||
+ | |||
+ | $('#contactform').slidinglabels({ | ||
+ | |||
+ | /* these are all optional */ | ||
+ | topPosition : '8px', // how far down you want each label to start | ||
+ | leftPosition : '8px', // how far left you want each label to start | ||
+ | axis : 'x', // can take 'x' or 'y' for slide direction | ||
+ | speed : 'fast' // can take 'fast', 'slow', or a numeric value | ||
+ | |||
+ | }); | ||
+ | |||
+ | }); | ||
+ | </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> | ||
+ | |||
+ | <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* //////////// --> | ||
+ | <div class="container"> | ||
+ | |||
+ | <!-- ////////////HEADER\\\\\\\\\\ --> | ||
+ | <div class="header" id="TopHeader"> | ||
+ | <!-- //////////// NIVO 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/9/91/SDU2012slide04.jpg" alt="" /> | ||
+ | <img src="https://static.igem.org/mediawiki/2012/6/67/SDU2012slide05.jpg" alt="" /> | ||
+ | <img src="https://static.igem.org/mediawiki/2012/c/c7/SDU2012slide06.jpg" alt="" /> | ||
+ | <img src="https://static.igem.org/mediawiki/2012/9/91/SDU2012slide07.jpg" alt="" /> | ||
+ | <img src="https://static.igem.org/mediawiki/2012/2/27/SDU2012slide08.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/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> | ||
+ | |||
+ | <!-- //////////// SideNavbar *Everything in Left-Hand Column* //////////// --> | ||
+ | <div id="sidenav" > | ||
+ | <!--<img src="images/logo.gif" alt="" class="logo" />/ --> | ||
+ | |||
+ | <!-- //////////// MAIN NAVIGATION //////////// --> | ||
+ | |||
+ | <!--\\\\ 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////--> | ||
+ | |||
+ | </div><!-- //sidenav --> | ||
+ | |||
+ | <!-- //////////// Sidenav Footer //////////// --> | ||
+ | <div id="footer"> | ||
+ | The iGEM Team of University of Southern Denmark 2012 | ||
+ | <font color="FF6600" ><b>igem.sdu.2012@gmail.com</b></font> | ||
+ | </div><!-- //footer --> | ||
+ | |||
+ | |||
+ | <!-- //////////// Anchor used to scroll to HOME //////////// --> | ||
+ | <a name="home"></a> | ||
+ | |||
+ | <!-- //////////// Contenta *Everything in Right-Hand Column* //////////// --> | ||
+ | <div id="contenta"> | ||
+ | |||
+ | |||
+ | <!--::::::::TEAM:::::::::::::--> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | <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"> | ||
+ | <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 SERVICES //////////// --> | ||
+ | |||
+ | <!-- //////////// Anchor used to scroll to CONTACT //////////// --> | ||
+ | |||
+ | <div class="clearall"></div><!-- //clearall --> | ||
+ | |||
+ | <div id="footfiller"> | ||
+ | <img src="https://static.igem.org/mediawiki/2012/b/b7/SDU12iGEM022lille.jpg" width="680px"/> | ||
+ | </div><!-- //footfiller --> | ||
+ | |||
+ | </div><!-- //contenta --> | ||
+ | |||
+ | </div><!-- //container --> | ||
+ | </body> | ||
+ | </html> |
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.