Difference between revisions of "Template:Heidelberg/pages/Daniel"

(Created page with "{{Heidelberg/js/plasmid.js}} <html> <head> <script> $(function() { // You could also load your data via AJAX var inserts = [ { size: 20, color: "...")
 
Line 18: Line 18:
 
         size: 40,
 
         size: 40,
 
         color: "red",
 
         color: "red",
         label: "CFTR-test construct"
+
         label: "CFTR-test construct",
 +
gap: true,
 
     },
 
     },
 
     {
 
     {
Line 30: Line 31:
 
         size: 70,
 
         size: 70,
 
         color: "purple",
 
         color: "purple",
         label: "Neomycin",
+
         label: "Neomycine resistance",
        description: "Antibiotic selection marker",
+
 
         gap: true,
 
         gap: true,
 
         promoter: false
 
         promoter: false
Line 45: Line 45:
 
];
 
];
  
     var plasmid = new Plasmid('canvas', 'info', inserts, 500);
+
     var plasmid2 = new Plasmid('canvas2', 'info2', inserts2, 500);
     plasmid.draw();
+
     plasmid2.draw();
 
});
 
});
 
</script>
 
</script>
Line 65: Line 65:
 
                     <div class="panel‐heading">
 
                     <div class="panel‐heading">
  
                         <h3 class="basicheader"> RFC 110 Plasmid </h3>
+
                         <h3 class="basicheader"> p-IRES-U6 </h3>
  
 
                     </div> <!-- panel-heading -->
 
                     </div> <!-- panel-heading -->
Line 75: Line 75:
 
                             <div class="col-lg-12">
 
                             <div class="col-lg-12">
  
                                 <div id="canvas"></div>
+
                                 <div id="canvas2"></div>
 
<div id="info"></div>
 
<div id="info"></div>
  

Revision as of 19:07, 18 September 2015

p-IRES-U6