Biomod/2013/Aarhus/Supplementary/Supplementary Informations: Difference between revisions
| (6 intermediate revisions by one other user not shown) | |||
| Line 5: | Line 5: | ||
===Sequence of sisiRNA=== | ===Sequence of sisiRNA=== | ||
[[Image:Sisi supp 1.png|center|frame| | [[Image:Sisi supp 1.png|center|frame|Figure S54. Detailed structure and sequences of the sisiRNA. W179-C6amino and W004 comprises the sisiRNA sense strand and W376LNA-OH is the antisense strand. W181-C6amino shown topmost is the sense strand without the knick. Black colored letters marks nucleobases of RNA, blue colored letters marks nucleobases of DNA and purple is LNA marked by the prefix l. The orange uG is a guanine with an unlocked base.]] | ||
===pEGFPLuc vector information=== | ===pEGFPLuc vector information=== | ||
[[image:Sisi supp 2.png|center|frame| | [[image:Sisi supp 2.png|center|frame|Figure S55. Vector map of pEGFPLuc vector. Derived from Clontech.]] | ||
===Staple strands for the connecting modifications=== | ===Staple strands for the connecting modifications=== | ||
[[Image:Suppl dome plate connectors.png|center|frame|Staple strands for dome-plate connectors.]] | [[Image:Suppl dome plate connectors.png|center|frame|Table S7. Staple strands for dome-plate connectors.]] | ||
[[Image:Suppl pep lock toehold.png|center|frame|Staple strands for peptide lock with toehold.]] | [[Image:Suppl pep lock toehold.png|center|frame|Table S8. Staple strands for peptide lock with toehold.]] | ||
[[Image:Suppl dome peplock zipper.png|center|frame|Staple strands for dome-peptide lock with zipper | [[Image:Suppl dome peplock zipper.png|center|frame|Table S9. Staple strands for dome-peptide lock with zipper.]] | ||
[[Image:Suppl modified staples for sisi.png|center|frame|Table S10. Modified staple strands for attachment of sisiRNAs.]] | |||
===Staple strands for the dome=== | ===Staple strands for the dome=== | ||
[[Image:Supp orig staples dome 2.png|staple strands for the dome]] | [[Image:Supp orig staples dome 2.png|center|frame|Figure S56. staple strands for the dome]] | ||
[[Image:Supp orig staples dome.png| | [[Image:Supp orig staples dome.png|center|frame|Table S11. Staple strands for the dome]] | ||
===Staple strands for the plate=== | ===Staple strands for the plate=== | ||
[[Image:Supp orig staples plate.png|staple strands for the plate]] | [[Image:Supp orig staples plate.png|center|frame|Table S12. staple strands for the plate]] | ||
{{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 15:34, 25 October 2013
<html> <style> /* ul.menu li.</html>Supplementary/Supplementary_Informations<html> a {
color: cyan;
}
- /
- toc {
display: none; }
- mytoc {
background: none; width: 200px; }
.toc { border: 0px solid; }
- toc ul ul,.toc ul ul {
margin: 0 0 0 1em; }
table.toc { background-color: #f0f4f4; }
- mytoc a,#mytoc a:visited {
font-size: normal; color: #222222; }
- mytoc a:hover {
font-color: #009ee0; /* text-decoration: underline; */ }
- wiki-toc {
width: 200px; margin-top: 6px; float: left; }
- wiki-body {
margin-left: 200px; padding-left: 12px; padding-right: 35px; }
- toc #toctitle,.toc #toctitle,#toc .toctitle,.toc .toctitle {
text-align: left; }
- toc h2,.toc h2 {
font-weight: normal; font-size: 17px; }
/*
- wiki-contents A {
color: #00aeef; }
- wiki-contents A:HOVER {
color: #00aeef; }
- /
- toctitle span {
display: none; }
/*
- wiki-body p,#wiki-body li,#wiki-body dd,div.thumbcaption {
font-size: medium; }
- /
/* required to avoid jumping */
- tocScrolWrapper {
/* left: 450px; */ position: absolute; /* margin-left: 35px; width: 280px; */ }
- tocScrol {
position: absolute; top: 0; /* just used to show how to include the margin in the effect */ /*margin-top: 20px; */ /* border-top: 1px solid purple; */ /*padding-top: 19px;*/ }
- tocScrol.fixed {
position: fixed; top: 0; }
- editPageTxt {
text-align: left; padding-left: 15px; }
- editPageTxt P {
clear: both; }
- toPageTop {
float: left; position: relative; top: 18px; left: 13px; color: #d13f31; } </style>
<script type="text/javascript"> $(document).ready(function() { var parentTable = $("#toc").parent(); $('#mytoc').append($("#toc").first());
$('#mytoc').find("#toc").attr("id", ""); parentTable.closest('table').remove(); });
$(document).ready( function() { var top = $('#tocScrol').offset().top - parseFloat($('#tocScrol').css('marginTop').replace( /auto/, 0)); var nav = $('#tocScrol'); var max = $('#indexing').offset().top - nav.height();
$(window).scroll(function(event) { // what the y position of the scroll is var y = $(this).scrollTop();
if (y > top) { // && signs are html decoded thus this construction if (y >= max) { nav.removeClass('fixed'); nav.css({ position : 'absolute', top : max - top }); } else { nav.addClass('fixed'); nav.removeAttr('style'); } } else { nav.removeClass('fixed'); nav.removeAttr('style'); } }); }); </script> <html> <html>
<a id="toPageTop" href="#">▲</a>
[<a href="http://openwetware.org/index.php?title=Biomod/2013/Aarhus/</html>Supplementary/Supplementary_Informations<html>&action=edit">edit this page</a>]
</html>
Supplementary informations
Sequence of sisiRNA

pEGFPLuc vector information

Staple strands for the connecting modifications




Staple strands for the dome


Staple strands for the plate

</html>
<html> <head> <style>
- 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; }
- 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; }
- sitemapTitle {
margin-top: 20px; font-size: 24px; }
- editFooter {
float: right; margin-top: -28px; margin-right: 5px; }
- editFooter A {
color: #006e9c; text-decoration: none; }
.cf:before,.cf:after { content: " "; /* 1 */ display: table; /* 2 */ }
.cf:after { clear: both; }
- bodyContent a[href^="mailto:"], .link-mailto {
background: url() no-repeat scroll right center transparent; padding-right: 0px; color: #006e9c;
}
</style> </head> <body>
SITEMAP | BIOMOD 2013 NANO CREATORS | Aarhus University
Copyright (C) 2013 | BIOMOD Team Nano Creators @ Aarhus University | Programming by: <a href="mailto:pvskaarup@gmail.com?Subject=BIOMOD 2013:">Peter Vium Skaarup</a>.
<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">
</body> </html>