Biomod/2012/TU Dresden/Nanosaurs/Team: Difference between revisions
No edit summary |
No edit summary |
||
| Line 152: | Line 152: | ||
</div> | </div> | ||
</div> | </div> | ||
<div id="tabs-3" style="display: block; height: | <div id="tabs-3" style="display: block; height: 930px;"> | ||
<center> | <center> | ||
<h4>For their support in terms of knowledge and expertise we thank the following people: | <h4>For their support in terms of knowledge and expertise we thank the following people: | ||
Revision as of 02:31, 28 October 2012
<html> <script src="http://biomod-dresden-2012.googlecode.com/svn/trunk/js/jquery-1.8.2.min.js"></script> <script src="http://biomod-dresden-2012.googlecode.com/svn/trunk/js/jquery-ui-1.9.1.custom.min.js"></script> <script src="http://biomod-dresden-2012.googlecode.com/svn/trunk/js/jquery.smooth-scroll.min.js"></script> <script src="http://biomod-dresden-2012.googlecode.com/svn/trunk/js/lightbox.js"></script> <script type="text/javascript" src="http://biomod-dresden-2012.googlecode.com/svn/trunk/js/jquery.queryloader2.js"></script> <script type="text/javascript" src="http://biomod-dresden-2012.googlecode.com/svn/trunk/js/superfish.js"></script> <script type="text/javascript" src="http://biomod-dresden-2012.googlecode.com/svn/trunk/js/jquery.hoverIntent.minified.js"></script> <script type="text/javascript" src="http://biomod-dresden-2012.googlecode.com/svn/trunk/js/jquery.scrollTo-1.4.3.1-min.js"></script> <script type="text/javascript" src="http://biomod-dresden-2012.googlecode.com/svn/trunk/js/jquery.localscroll-1.2.7-min.js"></script> <link href='http://fonts.googleapis.com/css?family=Merriweather:400,700' rel='stylesheet' type='text/css'> <link href='http://biomod-dresden-2012.googlecode.com/svn/trunk/css/superfish.css' rel='stylesheet' type='text/css'> <link rel="stylesheet" href="http://biomod-dresden-2012.googlecode.com/svn/trunk/css/lightbox.css" type="text/css" media="screen" /> <link rel="stylesheet" href="http://code.jquery.com/ui/1.9.0/themes/base/jquery-ui.css" /> <script type"text/javascript"> // Main function that waits for the browser to be ready $(document).ready(function(){ //make css accesible, please change the alter_css to chnage the style var alter_css = $("#alter_css").html(); $("style").remove(); $('head').append('<link rel="stylesheet" href="/skins/monobook/shared.css?164" type="text/css" />'); $('head').append('<link rel="stylesheet" href="http://biomod-dresden-2012.googlecode.com/svn/trunk/nanos.css" type="text/css" />'); //additional divs
$(".firstHeading").wrap('
'); $(".firstHeading").wrap('
'); $(".firstHeading").wrap('
');
var nav = $("#nav").html(); $('#inner_header').append(nav);
$('#inner_header').append('
');
//clean up wiki framework $("#sidebar-main").remove(); $(".portlet").remove(); //fix breadcrumbs $('#contentSub').remove(); //fix heading var h1 = $(".firstHeading").text().split("/"); $(".firstHeading").text(h1[h1.length-1]); //start plugins for navigation $("ul.sf-menu").superfish({ delay: 800, // one second delay on mouseout animation: {opacity:'show',height:'show'}, // fade-in and slide-down animation speed: 'normal', // faster animation speed }); $('#main_saurs').localScroll(); $("tr:odd").addClass("odd");
}); </script>
<script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-35720700-1']); _gaq.push(['_trackPageview']);
(function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> <script type="text/javascript">var addthis_config = {"data_track_addressbar":false};</script> <script type="text/javascript" src="http://s7.addthis.com/js/300/addthis_widget.js#pubid=ra-508414b242f27ceb"></script> <script id="nav">
</script>
</html> <html>
<link rel="stylesheet" href="http://code.jquery.com/ui/1.9.0/themes/base/jquery-ui.css" />
<script type="text/javascript" src="http://biomod-dresden-2012.googlecode.com/svn/trunk/js/jQuery.radmenu.min.js"></script> <script type="text/javascript"> jQuery(document).ready(function() { $(".bio").hide(); jQuery("#radial_container").radmenu({ listClass: 'list', itemClass: 'item', radius: 250, animSpeed:800,
angleOffset: 90,
centerX: 0,
centerY: 180,
selectEvent: "click",
onSelect: function($selected) {
var imgindex = $selected.index() + 1;
$('#img').fadeTo('fast', 0.3, function()
{ $(this).load(); $(this).css("background-image", "url('http://biomod-dresden-2012.googlecode.com/svn/trunk/img/team_"+imgindex+".jpg')"); }).fadeTo('fast', 1); $( "img" ).promise().done(function() { $(".bio").hide(); $(".bio"+imgindex).fadeIn("fast"); }); $(".team").removeClass("selected");
$(".img"+imgindex).addClass("selected");
$("#bio_container").css("background-image", "url()");
},
angleOffset: 0
});
jQuery("#radial_container").radmenu("show");
});
</script>
<script> $(function() { $( "#tabs" ).tabs();
// fix the classes $( ".tabs-bottom .ui-tabs-nav, .tabs-bottom .ui-tabs-nav > *" ) .removeClass( "ui-corner-all ui-corner-top" ) .addClass( "ui-corner-bottom" );
// move the nav to the bottom $( ".tabs-bottom .ui-tabs-nav" ).appendTo( ".tabs-bottom" ); }); jQuery(document).ready(function() {
$(".bio_sup").hide();
jQuery("#radial_container_sup").radmenu({
listClass: 'list_sup',
itemClass: 'item_sup',
radius: 250,
animSpeed:800,
angleOffset: 90,
centerX: 0,
centerY: 180,
selectEvent: "click",
onSelect: function($selected) {
var imgindex = $selected.index() + 1;
$('#img_sup').fadeTo('fast', 0.3, function()
{ $(this).load(); $(this).css("background-image", "url('http://biomod-dresden-2012.googlecode.com/svn/trunk/img/sup_"+imgindex+".jpg')"); }).fadeTo('fast', 1); $( "img_sup" ).promise().done(function() { $(".bio_sup").hide(); $(".bio_sup"+imgindex).fadeIn("fast"); }); $(".team_sup").removeClass("selected");
$(".img_sup"+imgindex).addClass("selected");
$("#bio_container_sup").css("background-image", "url()");
},
angleOffset: 0
});
jQuery("#radial_container_sup").radmenu("show");
});
</script>
<link href='http://biomod-dresden-2012.googlecode.com/svn/trunk/css/circle.css' rel='stylesheet' type='text/css'> <body>
- <a href="#tabs-1">Students</a>
- <a href="#tabs-2">Supervisors</a>
- <a href="#tabs-3">Acknowledgments</a>
Santiago Cañon
Maryam Vahdatzadeh
Alexander Ohmann
Praveen Vasudevan
Ali Ghaemi
Agata Szuba
Varsha Natarajan
Thomas Schlichthärle
Karen Elda Viacava Romo
<a href="http://www.mpi-cbg.de/research/research-groups/stefan-diez.html">Prof. Stefan Diez</a>
Stefan Diez is Heisenberg Professor for BioNanoTools at the B CUBE Research Center. His lab develops and applies novel optical techniques to investigate molecular transport in cell biology and nanotechnology.
<a href="http://www.biotec.tu-dresden.de/research/seidel/">Dr. Ralf Seidel</a>
Ralf Seidel is a group leader at the Center for Biotechnology. He investigates DNA translocating molecular motors using single molecule techniques such as magnetic tweezers. Before he worked on DNA mediated assembly of novel nanostructures.
<a href="http://www.bcube-dresden.de/research/bionanotools/junior-research-group-bionano-analysis-manipulation/">Dr. Michael Schlierf</a>
Michael Schlierf is a group leader at the B CUBE Research Center. His team works on bionanotechnological analysis and manipulation, specifically the development and application of single molecule techniques to study cellular machines.
<a href="http://www.biotec.tu-dresden.de/research/schaeffer/">Prof. Erik Schäffer</a>
Erik Schäffer is a group leader at the Center for Biotechnology. His main research focus is the investigation of the nanomechanics of protein-protein interactions by using single-molecule techniques such as optical tweezers.
<a href="http://www.michaelschlierf.com/research.html?panel=1#SpryAccordion1">Maj Svea Grieb</a>
Svea is a PhD student in the Lab of Michael Schlierf and works on DNA interacting enzymes using single-molecule techniques. She participated in 2010 in the iGEM competition and she is the angel of the project and takes care of everything.
Ignacio Gonzalez
Ignacio (Nacho) is a PhD student at the Leibniz Institute for Solid State Research in Dresden, His scientific research is directed towards the synthesis and characterization of boron-rich low dimensional nanostructures. He is very fond of drawing, painting and designing and dedicates very much of his free time to such activities.
Dominik Kauert
Dominik is a PhD student in the lab of Ralf Seidel. He is very interested in the design of DNA Origami structures and their applications in bioscience and technology.
<a href="http://www.biotec.tu-dresden.de/cms/index.php?id=486">Aleksander Czogalla</a>
Aleksander is a Post-Doc in the lab of Petra Schwille. He investigates the coupling of DNA Origami to lipid membranes.
Lucas Schirmer
Lucas is a PhD student in the Max-Bergmann Center for Biomaterials. He participated 2010 in the iGEM competition and was our main source of knowledge in creating the wiki.
For their support in terms of knowledge and expertise we thank the following people:
Interesting discussions
Prof. Marino Zerial
Prof. Petra Schwille
Prof. Jochen Guck
Prof. Kai Simons
Prof. Oliver Schmidt
Dr. Yixin Zhang
Dr. Leonid Ionov
Dr. Andrew Oates
Light Microscopy facility
Wolfgang Staroske
Hela Hartmann
Ruth Hans
Markus Burkhardt
Ellen Geibelt
Ronny Sczech
Electron Microscopy facility
Thomas Kurth
Susanne Kretschmar
AFM Imaging Collaborators
Centro Nacional de Biotecnologia (Madrid):
Dr. Fernando Moreno Herrero
Maria Eugenia Fuentes
Financial Assistance
Juliane Hoth
Andrea Dünnebier
Others
Jasmina Dikic
Hsin-Mei Cheng
Sarah Mansour
Shruti Mathur Desai
Julienne LaChance
</body>
</html>