Biomod/2012/OSU/OhioMOD: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
No edit summary
No edit summary
Line 1: Line 1:


<html>
<html>
<style type="text/css">
<script type="text/javascript" src="http://dl.dropbox.com/s/nsef93h3783w7el/jquery.nivo.slider.pack.js"></script>
.big
<script type"text/javascript">
{ visibility:visible; position: absolute; display:block; top: 0; left:0; height: 100%; width: 100%;
$(document).ready(function(){
background-color: yellow;
$('#slider').nivoSlider({
}
effect: 'fade', // Specify sets like: 'fold,fade,sliceDown'
.hide
slices: 15, // For slice animations
{ visibility:hidden; position: absolute; display:block; top: 0; left:0; height: 100%; width: 100%;
boxCols: 8, // For box animations
background-color: yellow;
boxRows: 4, // For box animations
}
animSpeed: 500, // Slide transition speed
</style>
pauseTime: 3000, // How long each slide will show
 
startSlide: 0, // Set starting Slide (0 index)
 
directionNav: true, // Next & Prev navigation
<div id="myDIV1" class="hide">
controlNav: true, // 1,2,3... navigation
Div Contents
controlNavThumbs: false, // Use thumbnails for Control Nav
<<input id="Button2" type="button" value="Hide DIV" onclick="manageDIV('myDIV1','hide')" />
pauseOnHover: true, // Stop animation while hovering
</div>
manualAdvance: false, // Force manual transitions
<<input id=B"utton1" type="button" value="Fill Page" onclick="manageDIV('myDIV1','big')" />
prevText: 'Prev', // Prev directionNav text
 
nextText: 'Next', // Next directionNav text
<script type="text/javascript">
randomStart: true, // Start on a random slide
function manageDIV(div, className) {
});
var divObj = document.getElementById(div);
$(".tweet").tweet({
divObj.className = className;
  count: 6,
</script>
  query: "from:nanosaurs",
}
  loading_text: "searching twitter..."
});
});
</script>
</html>
</html>



Revision as of 18:08, 20 October 2012

<html> <script type="text/javascript" src="http://dl.dropbox.com/s/nsef93h3783w7el/jquery.nivo.slider.pack.js"></script> <script type"text/javascript"> $(document).ready(function(){ $('#slider').nivoSlider({ effect: 'fade', // Specify sets like: 'fold,fade,sliceDown' slices: 15, // For slice animations boxCols: 8, // For box animations boxRows: 4, // For box animations animSpeed: 500, // Slide transition speed pauseTime: 3000, // How long each slide will show startSlide: 0, // Set starting Slide (0 index) directionNav: true, // Next & Prev navigation controlNav: true, // 1,2,3... navigation controlNavThumbs: false, // Use thumbnails for Control Nav pauseOnHover: true, // Stop animation while hovering manualAdvance: false, // Force manual transitions prevText: 'Prev', // Prev directionNav text nextText: 'Next', // Next directionNav text randomStart: true, // Start on a random slide }); $(".tweet").tweet({ count: 6, query: "from:nanosaurs", loading_text: "searching twitter..." }); }); </script> </html>

  • 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


Team: The Ohio State University — OhioMOD

Title: A Framework for Assembling and Reconfiguring DNA Origami Containers
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.