Biomod/2012/OSU/OhioMOD: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
No edit summary
No edit summary
Line 29: Line 29:
$('#inner_header').append('<div class="clear"></div>');
$('#inner_header').append('<div class="clear"></div>');
//clean up wiki framework
//clean up wiki framework
$("#sidebar-main").remove();
// $("#sidebar-main").remove();
$(".portlet").remove();
// $(".portlet").remove();
//fix breadcrumbs
//fix breadcrumbs
var breadcrumbs = $('#contentSub').remove();
var breadcrumbs = $('#contentSub').remove();

Revision as of 18:24, 20 October 2012

<html> <head> <!--import jquery libraries--> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script> <script type="text/javascript" src="http://dl.dropbox.com/s/fa87eh50zvh51sh/jquery.queryloader2.js"></script> <!-- progress preloading--> <script type="text/javascript" src="http://dl.dropbox.com/s/hl66ufoubiyyzj9/superfish.js"></script> <!-- menu bar--> <script type="text/javascript" src="http://dl.dropbox.com/s/1zn3fwk61zo5zl7/jquery.hoverIntent.minified.js"></script> <!-- replaces hover for navigation-->

<!--import webfonts--> <link href='http://fonts.googleapis.com/css?family=Merriweather:400,700' rel='stylesheet' type='text/css'> <link href='http://dl.dropbox.com/s/6x4aw0yhvpce6jz/Light.css' rel='stylesheet' type='text/css'> <link href='http://dl.dropbox.com/s/hj8l0glgd1c1z3l/nivo-slider.css rel='stylesheet' type='text/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 $("body").queryLoader2(); 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://dl.dropbox.com/sh/0msyro9qoqo06s6/xcIgU48EXN/nanos.css" type="text/css" />'); //additional divs $(".firstHeading").wrap('<div id="header"></div>'); $(".firstHeading").wrap('<div id="inner_header"></div>'); $(".firstHeading").wrap('<div id="title_con"></div>'); var nav = $("#nav").html(); $('#inner_header').append(nav); $('#inner_header').append('<div class="clear"></div>'); //clean up wiki framework // $("#sidebar-main").remove(); // $(".portlet").remove(); //fix breadcrumbs var breadcrumbs = $('#contentSub').remove(); breadcrumbs.appendTo('#header'); var bread = $("#contentSub").html().replace(/\|/g,">").replace(">TU Dresden/Nanosaurs</a>",">Nanosaurs</a>").replace("&lt; ",""); $(".subpages").replaceWith(bread); //fix heading var h1 = $(".firstHeading").text().split("/"); $(".firstHeading").text(h1[h1.length-1]); //start plugins for navigation $("ul.sf-menu").superfish(); }); </script> </head>

<body> {| |

  • Team Name: OhioMOD
  • Institution:
    • The Ohio State University, Columbus OH, USA
  • Faculty Advisor:
    • Dr. Carlos Castro
  • Graduate Advisors:
    • Mike Hudoba
    • Alex Marras
  • Team Members:
    • Alex Autran
    • Jimmy Bossart
    • Josh Brockman
    • Bridget Crawford
    • Nick Justus
    • Matt Lynch
    • Kedryn Marquart
    • Eisman Morales
    • David Sohutskay
    • Marty Spang
    • Mike Viznyuk

| [[Image:OhioMOD First Team Photo.jpg|550px]] |} <br/> {| | width = 900px | '''Team:''' The Ohio State University — OhioMOD<br/> '''Title:''' A Framework for Assembling and Reconfiguring DNA Origami Containers<br/> '''Abstract:''' Previous DNA origami research has illustrated a wide array of 3D structures. Typically, folding multiple objects requires ordering a new set of DNA components for each desired structure. This project seeks to overcome this limitation by developing a hierarchical assembly framework where multiple 3D shapes can be constructed from a single base DNA origami structure. The basic shape is constructed by folding four equilateral triangles from a single DNA origami scaffold and then arranging them into a parallelogram. Schematics were created to fold these parallelograms into four nanoscale container-like shapes: a tetrahedron, an octahedron, an icosahedron, and a wheel. These final shapes are composed of triangles joined by double stranded DNA connections that can be disrupted utilizing DNA strand displacement to ultimately reconfigure a given shape into a different 3D shape (i.e. reconfigure an octahedron to an icosahedron). This project will enable an economic framework to fabrication of multiple DNA origami structures. Furthermore, this approach could be used to develop DNA structures that can reconfigure in response to a biological stimulus, for example cancer cell microenvironments, for drug delivery applications. |} </body> </html>