Biomod/2013/Aarhus/Materials And Methods/Chemical Modification: Difference between revisions

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


==Chemical Modification==
==Chemical Modification==
Loren Ipsum


===Cholesterol===
===Cholesterol===


{| border="1" style="border-collapse:collapse;"
 
|+ Table XX: caption
! Column heading 1
! Column heading 2
! Column heading 3
! Column heading 4
! Column heading 5
! Column heading 6
! Column heading 7
! Column heading 8
! Column heading 9
! Column heading 10
|-
! Row heading 1.1
| Cell 1.2 || Cell 1.3 || Cell 1.4 || Cell 1.5 || Cell 1.6 || Cell 1.7 || Cell 1.8 || Cell 1.9 || Cell 1.10
|-
! Row heading 2.1
| Cell 2.2 || Cell 2.3 || Cell 2.4 || Cell 2.5 || Cell 2.6 || Cell 2.7 || Cell 2.8 || Cell 2.9 || Cell 2.10
|-
! Row heading 3.1
| Cell 3.2 || Cell 3.3 || Cell 3.4 || Cell 3.5 || Cell 3.6 || Cell 3.7 || Cell 3.8 || Cell 3.9 || Cell 3.10
|-
! Row heading 4.1
| Cell 4.2 || Cell 4.3 || Cell 4.4 || Cell 4.5 || Cell 4.6 || Cell 4.7 || Cell 4.8 || Cell 4.9 || Cell 4.10
|-
! Row heading 5.1
| Cell 5.2 || Cell 5.3 || Cell 5.4 || Cell 5.5 || Cell 5.6 || Cell 5.7 || Cell 5.8 || Cell 5.9 || Cell 5.10
|-
! Row heading 6.1
| Cell 6.2 || Cell 6.3 || Cell 6.4 || Cell 6.5 || Cell 6.6 || Cell 6.7 || Cell 6.8 || Cell 6.9 || Cell 6.10
|-
! Row heading 7.1
| Cell 7.2 || Cell 7.3 || Cell 7.4 || Cell 7.5 || Cell 7.6 || Cell 7.7 || Cell 7.8 || Cell 7.9 || Cell 7.10
|-
! Row heading 8.1
| Cell 8.2 || Cell 8.3 || Cell 8.4 || Cell 8.5 || Cell 8.6 || Cell 8.7 || Cell 8.8 || Cell 8.9 || Cell 8.10
|-
! Row heading 9.1
| Cell 9.2 || Cell 9.3 || Cell 9.4 || Cell 9.5 || Cell 9.6 || Cell 9.7 || Cell 9.8 || Cell 9.9 || Cell 9.10
|-
! Row heading 10.1
| Cell 10.2 || Cell 10.3 || Cell 10.4 || Cell 10.5 || Cell 10.6 || Cell 10.7 || Cell 10.8 || Cell 10.9 || Cell 10.10
|-
|}


===Photosensitizer===
===Photosensitizer===

Revision as of 14:42, 20 October 2013

<html> <style> /* ul.menu li.</html>Materials And Methods/Chemical Modification<html> a {

 color: cyan;

}

  • /
  1. toc {

display: none; }

  1. mytoc {

background: none; width: 200px; }

.toc { border: 0px solid; }

  1. toc ul ul,.toc ul ul {

margin: 0 0 0 1em; }

table.toc { background-color: #f0f4f4; }

  1. mytoc a,#mytoc a:visited {

font-size: normal; color: #222222; }

  1. mytoc a:hover {

font-color: #009ee0; /* text-decoration: underline; */ }

  1. wiki-toc {

width: 200px; margin-top: 6px; float: left; }

  1. wiki-body {

margin-left: 200px; padding-left: 12px; padding-right: 35px; }

  1. toc #toctitle,.toc #toctitle,#toc .toctitle,.toc .toctitle {

text-align: left; }

  1. toc h2,.toc h2 {

font-weight: normal; font-size: 17px; }

/*

  1. wiki-contents A {

color: #00aeef; }

  1. wiki-contents A:HOVER {

color: #00aeef; }

  • /
  1. toctitle span {

display: none; }

/*

  1. wiki-body p,#wiki-body li,#wiki-body dd,div.thumbcaption {

font-size: medium; }

  • /

/* required to avoid jumping */

  1. tocScrolWrapper {

/* left: 450px; */ position: absolute; /* margin-left: 35px; width: 280px; */ }

  1. 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;*/ }

  1. tocScrol.fixed {

position: fixed; top: 0; }

  1. editPageTxt {

text-align: left; padding-left: 15px; }

  1. editPageTxt P {

clear: both; }

  1. 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>Materials And Methods/Chemical Modification<html>&action=edit">edit this page</a>]

</html>

Chemical Modification

Cholesterol

Photosensitizer

ddUTP

DNA Conjugation

<html>

</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>

SITEMAP | BIOMOD 2013 NANO CREATORS | Aarhus University

<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>