Biomod/2013/Aarhus: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
(27 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Biomod/2013/Aarhus/Nano_Creators/Header}}
{{Biomod/2013/Aarhus/Nano_Creators/Header}}


<html>
<style>
#wiki-body {
/*
margin-left: 200px;
padding-left: 12px;
padding-right: 20px;
*/
padding-left: 10%;
padding-right: 10%;
}
</style>
<html>
<html>
<div id="wiki-contents">
<div id="wiki-body">
<center>
<h1>APOPTOSIS SERVED ON AN ORIGAMI PLATE</h1>
</center>
</html>
<html>
<!-- Mitio -->
<script src="http://ed3.dk/nano/motio.min.js"></script>
<script type="text/javascript">
// preload huge image
$(document)
.ready(
function() {
// Preload image
var c = new Image();
var hugeImage = "http://openwetware.org/images/3/3d/Wiki_ani_vertical_sprites.jpg";
c.onload = function() {
$("#sprite").css("background",
"url(" + hugeImage + ")");
$('#waitBar').hide();
$('#introGifStatic').one('mouseenter',
function() {
runAnimation();
});
}
c.src = hugeImage;
// set clickers
/* purple thingie */
$("#nav01")
.click(
function() {
window.location = 'http://openwetware.org/wiki/Biomod/2013/Aarhus/Results_And_Discussion/Chemical_Modification#Introduction_to_photosensitizer';
});


=='''APOPTOSIS SERVED ON AN ORIGAMI PLATE'''==
/* blue thing */
===Abstract===
$("#nav02")
.click(
function() {
window.location = 'http://openwetware.org/wiki/Biomod/2013/Aarhus/Results_And_Discussion/Chemical_Modification#Introduction_to_cholesterol';
});
 
/* funny tree */
$("#nav03")
.click(
function() {
window.location = 'http://openwetware.org/wiki/Biomod/2013/Aarhus/Results_And_Discussion/sisiRNA#Introduction_to_sisiRNA_and_cell_penetrating_peptides';
});
 
/* plates */
$("#nav04")
.click(
function() {
window.location = 'http://openwetware.org/wiki/Biomod/2013/Aarhus/Results_And_Discussion/Origami#Origami_plate';
});
 
/* hats */
$("#nav05")
.click(
function() {
window.location = 'http://openwetware.org/wiki/Biomod/2013/Aarhus/Results_And_Discussion/Origami#Origami_dome';
});
 
/* left lock */
$("#nav06")
.click(
function() {
window.location = 'http://openwetware.org/wiki/Biomod/2013/Aarhus/Results_And_Discussion/Peptide_lock#Introduction_to_peptide_lock';
});
 
/* center lock */
$("#nav07")
.click(
function() {
window.location = 'http://openwetware.org/wiki/Biomod/2013/Aarhus/Results_And_Discussion/Peptide_lock#Introduction_to_peptide_lock';
});
 
/* right lock */
$("#nav08")
.click(
function() {
window.location = 'http://openwetware.org/wiki/Biomod/2013/Aarhus/Results_And_Discussion/Peptide_lock#Introduction_to_peptide_lock';
});
 
});
 
function runAnimation() {
 
// animate
$("#introGifStatic").attr('class', 'hide');
$("#introNavGif").attr('class', '');
// Sprite
var sprite = new Motio(document.getElementById('sprite'), {
fps : 24, // Frames per second. More fps = higher CPU load.
frames : 47, // Number of animation frames in sprite
vertical : 1, // sprite is vertically aligned
width : 600,
height : 379
});
 
$('#introNavGif').mouseenter(function() {
sprite.toEnd(false, function() {
// Load post aniation navigatio
showNavs();
});
});
$('#introNavGif').mouseleave(function() {
// insure navigation is hiddden
hidNavs();
if (sprite.frame != 0) {
sprite.toStart(false);
}
});
}
 
function showNavs() {
$("#nav01").attr('class', '');
$("#nav02").attr('class', '');
$("#nav03").attr('class', '');
$("#nav04").attr('class', '');
$("#nav05").attr('class', '');
$("#nav06").attr('class', '');
$("#nav07").attr('class', '');
$("#nav08").attr('class', '');
}
 
function hidNavs() {
$("#nav01").attr('class', 'hide');
$("#nav02").attr('class', 'hide');
$("#nav03").attr('class', 'hide');
$("#nav04").attr('class', 'hide');
$("#nav05").attr('class', 'hide');
$("#nav06").attr('class', 'hide');
$("#nav07").attr('class', 'hide');
$("#nav08").attr('class', 'hide');
}
</script>
<style type="text/css">
.hide {
display: none;
}
 
#global {
width: 100%;
height: 100%;
}
 
.sprite,#introNavContainer,#introNavGif,#introNav,#introGifStatic,#waitBar
{
width: 900px; /* Width of one animation frame */
height: 379px; /* Height of one animation frame */
padding: 0px;
margin: 0px;
}
 
#introNavContainer {
margin-left: auto;
margin-right: auto;
}
 
.sprite {
background:
url('http://openwetware.org/images/3/3d/Wiki_ani_vertical_sprites.jpg');
}
 
introNav {
background:
url('http://openwetware.org/images/5/5c/Wiki_ani_1_47_nav.png');
}
 
#introGifStatic {
background:
url('http://openwetware.org/images/5/5a/Wiki_ani_1_0_first.png');
}
 
#waitBar {
background-image:
url('http://openwetware.org/images/6/66/Load_animation_waiting_2.gif');
background-repeat: no-repeat;
background-position: center center;
}
 
/*
#introNav {
float: left;
z-index: 300;
}
*/
#introNavGif {
text-align: center;
}
 
/* purple thingie */
#nav01 {
left: 178px;
top: 134px;
width: 62px;
height: 118px;
}
 
/* blue thing */
#nav02 {
left: 240px;
top: 16px;
width: 62px;
height: 118px;
}
 
/* funny tree */
#nav03 {
left: 611px;
top: -102px;
width: 118px;
height: 118px;
}
 
/* plates */
#nav04 {
left: 87px;
top: -65px;
width: 736px;
height: 73px;
}
 
/* hats */
#nav05 {
left: 129px;
top: -428px;
width: 661px;
height: 95px;
}
 
/* left lock */
#nav06 {
left: 12px;
top: -416px;
height: 124px;
width: 86px;
}
 
/* center lock */
#nav07 {
left: 332px;
top: -545px;
width: 240px;
height: 129px;
}


Our team, Nano Creators, have developed a DNA origami based nano drug that is designed to induce apoptosis in metastasizing cancer cells. Two origamis, a double-layered plate and a single-layered hemisphere, are connected through peptides containing a cleavage site for matrix metalloprotease 2, which is overexpressed by some actively metastasizing cancer cells. Thus, the structure will be opened within close proximity of the target cells and reveal its content. Two approaches have been developed. One with cholesterol conjugated to the plate enabling attachment to the cell membrane and facilitating the induction of apoptosis by photosensitizers, which produce singlet oxygen when irradiated by UV light. Another with cell penetrating peptides (CPPs) conjugated to small internally segmented interfering RNAs (sisiRNAs) linked to the plate through the cleavable peptide. Upon cleavage, the CPPs will transport the sisiRNAs into the cell where it induces apoptosis by selective gene knockdown through RNAi.
/* right lock */
#nav08 {
left: 738px;
top: -676px;
width: 154px;
height: 127px;
}


<!--
#nav01,#nav02,#nav03,#nav04,#nav05,#nav06,#nav07,#nav08 {
<html>
cursor: pointer;
<center>
position: relative;
-->
border: 0px solid red;
<!-- main text frame starts here -->
}
<!--
</style>
<div id="inborder" style="background: #fff;height:360px;width:640px;">
<div id="global">
<iframe width="640" height="360" src=" http://www.youtube.com/watch?v=wZZ7oFKsKzY" frameborder="0" allowfullscreen></iframe>
<div id="introNavContainer">
<div id="introGifStatic" class="">
<!--  
<img src="http://openwetware.org/images/5/5a/Wiki_ani_1_0_first.png"
width="900" height="379" alt="" />
-->
<div id="waitBar"></div>
</div>
<div id="introNavGif" class="hide">
<div id="sprite" class="sprite">
<div id="nav01" class="hide"></div>
<div id="nav02" class="hide"></div>
<div id="nav03" class="hide"></div>
<div id="nav04" class="hide"></div>
<div id="nav05" class="hide"></div>
<div id="nav06" class="hide"></div>
<div id="nav07" class="hide"></div>
<div id="nav08" class="hide"></div>
</div>
</div>
<!-- x
<div id="introNav" class="hide">
<div id="nav01"></div>
<div id="nav02"></div>
<div id="nav03"></div>
</div>
-->
</div>
</div>
</div>
-->
</html>
 
<center>Interactive image of the designs. Click on the
different elements to learn more.</center>
 
===Abstract===
<html><div style="float: left; width: 50%"></html>
Our team, Nano Creators, have developed a DNA origami
based nano drug that is designed to induce apoptosis in metastasizing
cancer cells. Two origamis, a double-layered plate and a single-layered
hemisphere, are connected through peptides containing a cleavage site
for matrix metalloprotease 2, which is overexpressed by some actively
metastasizing cancer cells. Thus, the structure will be opened within
close proximity of the target cells and reveal its content. Two
approaches have been developed. One with cholesterol conjugated to the
plate enabling attachment to the cell membrane and facilitating the
induction of apoptosis by photosensitizers, which produce singlet oxygen
when irradiated by UV light. Another with cell penetrating peptides
(CPPs) conjugated to small internally segmented interfering RNAs
(sisiRNAs) linked to the plate through the cleavable peptide. Upon
cleavage, the CPPs will transport the sisiRNAs into the cell where it
induces apoptosis by selective gene knockdown through RNAi.
<html></div></html>
<html>
<html>
<center>
<div style="float:right">
<div>
<iframe width="420" height="315" src="//www.youtube.com/embed/LqLGu1R6ycg" frameborder="0" allowfullscreen></iframe>
<iframe width="420" height="315" src="http://www.youtube.com/embed/eh7lp9umG2I?rel=0" frameborder="0" allowfullscreen></iframe>
</div>
</div>
</center>
</html>
</html>




{{Biomod/2013/Aarhus/Nano Creators/endhax}}
{{Biomod/2013/Aarhus/Nano Creators/endhax}}
{{Biomod/2013/Aarhus/Nano_Creators/footer}}
{{Biomod/2013/Aarhus/Nano_Creators/footer}}

Revision as of 11:23, 25 October 2013


<html> <style>

  1. wiki-body {

/* margin-left: 200px; padding-left: 12px; padding-right: 20px; */ padding-left: 10%; padding-right: 10%; } </style> <html> <html> <div id="wiki-contents"> <div id="wiki-body"> <center> <h1>APOPTOSIS SERVED ON AN ORIGAMI PLATE</h1> </center> </html>

<html> <!-- Mitio --> <script src="http://ed3.dk/nano/motio.min.js"></script> <script type="text/javascript"> // preload huge image $(document) .ready( function() {

// Preload image var c = new Image(); var hugeImage = "http://openwetware.org/images/3/3d/Wiki_ani_vertical_sprites.jpg"; c.onload = function() { $("#sprite").css("background", "url(" + hugeImage + ")");

$('#waitBar').hide();

$('#introGifStatic').one('mouseenter', function() { runAnimation(); }); } c.src = hugeImage;

// set clickers /* purple thingie */ $("#nav01") .click( function() { window.location = 'http://openwetware.org/wiki/Biomod/2013/Aarhus/Results_And_Discussion/Chemical_Modification#Introduction_to_photosensitizer'; });

/* blue thing */ $("#nav02") .click( function() { window.location = 'http://openwetware.org/wiki/Biomod/2013/Aarhus/Results_And_Discussion/Chemical_Modification#Introduction_to_cholesterol'; });

/* funny tree */ $("#nav03") .click( function() { window.location = 'http://openwetware.org/wiki/Biomod/2013/Aarhus/Results_And_Discussion/sisiRNA#Introduction_to_sisiRNA_and_cell_penetrating_peptides'; });

/* plates */ $("#nav04") .click( function() { window.location = 'http://openwetware.org/wiki/Biomod/2013/Aarhus/Results_And_Discussion/Origami#Origami_plate'; });

/* hats */ $("#nav05") .click( function() { window.location = 'http://openwetware.org/wiki/Biomod/2013/Aarhus/Results_And_Discussion/Origami#Origami_dome'; });

/* left lock */ $("#nav06") .click( function() { window.location = 'http://openwetware.org/wiki/Biomod/2013/Aarhus/Results_And_Discussion/Peptide_lock#Introduction_to_peptide_lock'; });

/* center lock */ $("#nav07") .click( function() { window.location = 'http://openwetware.org/wiki/Biomod/2013/Aarhus/Results_And_Discussion/Peptide_lock#Introduction_to_peptide_lock'; });

/* right lock */ $("#nav08") .click( function() { window.location = 'http://openwetware.org/wiki/Biomod/2013/Aarhus/Results_And_Discussion/Peptide_lock#Introduction_to_peptide_lock'; });

});

function runAnimation() {

// animate $("#introGifStatic").attr('class', 'hide'); $("#introNavGif").attr('class', ''); // Sprite var sprite = new Motio(document.getElementById('sprite'), { fps : 24, // Frames per second. More fps = higher CPU load. frames : 47, // Number of animation frames in sprite vertical : 1, // sprite is vertically aligned width : 600, height : 379 });

$('#introNavGif').mouseenter(function() { sprite.toEnd(false, function() { // Load post aniation navigatio showNavs(); }); });

$('#introNavGif').mouseleave(function() { // insure navigation is hiddden hidNavs();

if (sprite.frame != 0) { sprite.toStart(false); } }); }

function showNavs() { $("#nav01").attr('class', ''); $("#nav02").attr('class', ''); $("#nav03").attr('class', ''); $("#nav04").attr('class', ''); $("#nav05").attr('class', ''); $("#nav06").attr('class', ''); $("#nav07").attr('class', ''); $("#nav08").attr('class', ''); }

function hidNavs() { $("#nav01").attr('class', 'hide'); $("#nav02").attr('class', 'hide'); $("#nav03").attr('class', 'hide'); $("#nav04").attr('class', 'hide'); $("#nav05").attr('class', 'hide'); $("#nav06").attr('class', 'hide'); $("#nav07").attr('class', 'hide'); $("#nav08").attr('class', 'hide'); } </script> <style type="text/css"> .hide { display: none; }

  1. global {

width: 100%; height: 100%; }

.sprite,#introNavContainer,#introNavGif,#introNav,#introGifStatic,#waitBar { width: 900px; /* Width of one animation frame */ height: 379px; /* Height of one animation frame */ padding: 0px; margin: 0px; }

  1. introNavContainer {

margin-left: auto; margin-right: auto; }

.sprite { background: url('http://openwetware.org/images/3/3d/Wiki_ani_vertical_sprites.jpg'); }

introNav { background: url('http://openwetware.org/images/5/5c/Wiki_ani_1_47_nav.png'); }

  1. introGifStatic {

background: url('http://openwetware.org/images/5/5a/Wiki_ani_1_0_first.png'); }

  1. waitBar {

background-image: url('http://openwetware.org/images/6/66/Load_animation_waiting_2.gif'); background-repeat: no-repeat; background-position: center center; }

/*

  1. introNav {

float: left; z-index: 300; }

  • /
  1. introNavGif {

text-align: center; }

/* purple thingie */

  1. nav01 {

left: 178px; top: 134px; width: 62px; height: 118px; }

/* blue thing */

  1. nav02 {

left: 240px; top: 16px; width: 62px; height: 118px; }

/* funny tree */

  1. nav03 {

left: 611px; top: -102px; width: 118px; height: 118px; }

/* plates */

  1. nav04 {

left: 87px; top: -65px; width: 736px; height: 73px; }

/* hats */

  1. nav05 {

left: 129px; top: -428px; width: 661px; height: 95px; }

/* left lock */

  1. nav06 {

left: 12px; top: -416px; height: 124px; width: 86px; }

/* center lock */

  1. nav07 {

left: 332px; top: -545px; width: 240px; height: 129px; }

/* right lock */

  1. nav08 {

left: 738px; top: -676px; width: 154px; height: 127px; }

  1. nav01,#nav02,#nav03,#nav04,#nav05,#nav06,#nav07,#nav08 {

cursor: pointer; position: relative; border: 0px solid red; } </style> <div id="global"> <div id="introNavContainer"> <div id="introGifStatic" class=""> <!-- <img src="http://openwetware.org/images/5/5a/Wiki_ani_1_0_first.png" width="900" height="379" alt="" /> --> <div id="waitBar"></div> </div> <div id="introNavGif" class="hide"> <div id="sprite" class="sprite"> <div id="nav01" class="hide"></div> <div id="nav02" class="hide"></div> <div id="nav03" class="hide"></div> <div id="nav04" class="hide"></div> <div id="nav05" class="hide"></div> <div id="nav06" class="hide"></div> <div id="nav07" class="hide"></div> <div id="nav08" class="hide"></div> </div> </div> <!-- x <div id="introNav" class="hide"> <div id="nav01"></div> <div id="nav02"></div> <div id="nav03"></div> </div> --> </div> </div> </html>

Interactive image of the designs. Click on the different elements to learn more.

Abstract

<html><div style="float: left; width: 50%"></html> Our team, Nano Creators, have developed a DNA origami based nano drug that is designed to induce apoptosis in metastasizing cancer cells. Two origamis, a double-layered plate and a single-layered hemisphere, are connected through peptides containing a cleavage site for matrix metalloprotease 2, which is overexpressed by some actively metastasizing cancer cells. Thus, the structure will be opened within close proximity of the target cells and reveal its content. Two approaches have been developed. One with cholesterol conjugated to the plate enabling attachment to the cell membrane and facilitating the induction of apoptosis by photosensitizers, which produce singlet oxygen when irradiated by UV light. Another with cell penetrating peptides (CPPs) conjugated to small internally segmented interfering RNAs (sisiRNAs) linked to the plate through the cleavable peptide. Upon cleavage, the CPPs will transport the sisiRNAs into the cell where it induces apoptosis by selective gene knockdown through RNAi. <html></div></html> <html> <div style="float:right"> <iframe width="420" height="315" src="//www.youtube.com/embed/LqLGu1R6ycg" frameborder="0" allowfullscreen></iframe> </div> </html>


<html></div></div></html> <html> <head> <style>

  1. indexing {

/* float: left; position: center; */ background-color: #222; border-top: 2px solid #d13f31; color: #006e9c; margin: 0px; padding: 0px 0px 10px 0px; width: 100%; text-align: center; }

.footer-section { padding: 10px; display: table-cell; text-align: left; }

.footer-section-title { font-size: 20px; }

  1. footer-contents {

color: #006e9c; display: inline-table; }

.footer-section A { color: #006e9c; text-decoration: none; }

.footer-section A:HOVER { color: #00aeef; }

.footer-section ul { list-style-type: square; }

  1. sitemapTitle {

margin-top: 20px; font-size: 24px; }

  1. editFooter {

float: right; margin-top: -28px; margin-right: 5px; }

  1. editFooter A {

color: #006e9c; text-decoration: none; }

.cf:before,.cf:after { content: " "; /* 1 */ display: table; /* 2 */ }

.cf:after { clear: both; }

  1. bodyContent a[href^="mailto:"], .link-mailto {
   background: url() no-repeat scroll right center transparent;
   padding-right: 0px;
   color: #006e9c;

}

</style> </head> <body> <div id="indexing"> <div id="sitemap"> <p id="sitemapTitle">SITEMAP | BIOMOD 2013 NANO CREATORS | Aarhus University</p> <div id="footer-contents"> <div class="footer-section"> <p class="footer-section-title">INTRODUCTION</p> <ul> <li><a href="/wiki/Biomod/2013/Aarhus">Home, abstract, animation and video</a></li> <li><a href="/wiki/Biomod/2013/Aarhus/Introduction">Introduction</a></li </ul> </div> <div class="footer-section"> <p class="footer-section-title">RESULTS AND DISCUSSION</p> <ul> <li><a href="/wiki/Biomod/2013/Aarhus/Results_And_Discussion/Origami">Origami</a></li> <li><a href="/wiki/Biomod/2013/Aarhus/Results_And_Discussion/Peptide_lock">Peptide lock</a></li> <li><a href="/wiki/Biomod/2013/Aarhus/Results_And_Discussion/Chemical_Modification">Chemical modification</a></li> <li><a href="/wiki/Biomod/2013/Aarhus/Results_And_Discussion/sisiRNA">sisiRNA</a></li> <li><a href="/wiki/Biomod/2013/Aarhus/Results_And_Discussion/System_In_Action">System in action</a></li> </ul> </div> <div class="footer-section"> <p class="footer-section-title">MATERIALS AND METHODS</p> <ul> <li><a href="/wiki/Biomod/2013/Aarhus/Materials_And_Methods/Origami">Origami</a></li> <li><a href="/wiki/Biomod/2013/Aarhus/Materials_And_Methods/Peptide_lock">Peptide lock</a></li> <li><a href="/wiki/Biomod/2013/Aarhus/Materials_And_Methods/Chemical_Modification">Chemical modification</a></li> <li><a href="/wiki/Biomod/2013/Aarhus/Materials_And_Methods/sisiRNA">sisiRNA</a></li> <li><a href="/wiki/Biomod/2013/Aarhus/Materials_And_Methods/System_In_Action">System in action</a></li> <li><a href="/wiki/Biomod/2013/Aarhus/Materials_And_Methods/Methods">Methods</a></li> </ul> </div> <div class="footer-section"> <p class="footer-section-title">SUPPLEMENTARY</p> <ul> <li><a href="/wiki/Biomod/2013/Aarhus/Supplementary/Team_And_Acknowledgments">Team and acknowledgments</a></li> <li><a href="/wiki/Biomod/2013/Aarhus/Supplementary/Optimizations">Optimizations</a></li> <li><a href="/wiki/Biomod/2013/Aarhus/Supplementary/Supplementary_Data">Supplementary data</a></li>

                                               <li><a

href="/wiki/Biomod/2013/Aarhus/Supplementary/Supplementary_Informations">Supplementary informations</a> <li><a href="/wiki/Biomod/2013/Aarhus/Supplementary/References">References</a></li> </ul> </div> </div> <div> <p id="copyright">Copyright (C) 2013 | BIOMOD Team Nano Creators @ Aarhus University | Programming by: <a href="mailto:pvskaarup@gmail.com?Subject=BIOMOD 2013:">Peter Vium Skaarup</a>.</p> </div> </div>

<!-- Sponsers --> <div> <img alt="Sigma - Aldrich" src="http://openwetware.org/images/3/39/Sigmaaldrich-logo%28transparant%29.png" width="300px" height="154px"> <img alt="VWR International" src="http://openwetware.org/images/2/28/Vwr_logo.png" width="300px" height="61px"> <img alt="Promega" src="http://openwetware.org/images/7/72/Promega.png" width="175px" height="105px" style="padding-right: 5px; padding-left: 5px;"> <img alt="kem-en-tec" src="http://openwetware.org/images/3/3a/Kementec.png" width="130px" height="129px"> <img alt="Centre For Dna Nanotechnology" src="http://openwetware.org/images/4/4f/CDNA_logo.png" width="420px" height="90px"> <img alt="Dansk Tennis Fond" src="http://openwetware.org/images/9/9a/Dansk_tennis.png" width="250px" height="53px"> </div> <div id="editFooter"> [<a href="http://openwetware.org/index.php?title=Template:Biomod/2013/Aarhus/Nano_Creators/footer&action=edit">edit sitemap</a>] </div> </div> </body> </html>