comparison data/riboplot.html @ 0:ca58e9466cbf

First commit
author Vimalkumar Velayudhan <vimal@biotechcoder.com>
date Mon, 29 Jun 2015 16:38:36 +0100
parents
children b6fd86c539ea
comparison
equal deleted inserted replaced
-1:000000000000 0:ca58e9466cbf
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4
5 <!-- Basic Page Needs
6 –––––––––––––––––––––––––––––––––––––––––––––––––– -->
7 <meta charset="utf-8">
8 <title>Ribo-Seq profile plot</title>
9 <meta name="description" content="">
10 <meta name="author" content="">
11
12 <!-- Mobile Specific Metas
13 –––––––––––––––––––––––––––––––––––––––––––––––––– -->
14 <meta name="viewport" content="width=device-width, initial-scale=1">
15
16 <!-- FONT
17 –––––––––––––––––––––––––––––––––––––––––––––––––– -->
18 <!--<link href="http://fonts.googleapis.com/css?family=Open+Sans:400,300,600"-->
19 <!--rel="stylesheet" type="text/css">-->
20
21 <!-- CSS
22 –––––––––––––––––––––––––––––––––––––––––––––––––– -->
23 <link rel="stylesheet" href="css/normalize.css">
24 <link rel="stylesheet" href="css/skeleton.css">
25 <link rel="stylesheet" href="css/custom.css">
26
27 <!-- Favicon
28 –––––––––––––––––––––––––––––––––––––––––––––––––– -->
29 <link rel="icon" type="image/png" href="images/favicon.png">
30
31 </head>
32 <body>
33
34 <!-- Primary Page Layout
35 –––––––––––––––––––––––––––––––––––––––––––––––––– -->
36 <div class="container">
37 <div class="row">
38 <div id="main" class="twelve columns">
39 <center>
40 <h3>Ribo-Seq profile plot</h3>
41 <p>
42 <img width="100%" class="u-max-full-width" src="ribograph.png"/><br>
43 <p>
44 <h4>Download plots<br>
45 <a href="ribograph.png">PNG</a>, <a href="ribograph.svg">SVG</a>
46 </h4>
47
48 <h4>Download counts<br>
49 <a href="RiboCounts.csv">RiboCounts.csv</a>
50 </h4>
51 <p>
52 <small>
53 (Right click --> Save link/target as...)
54 </small>
55 </p>
56 </center>
57 </div>
58 </div>
59 </div>
60 </body>
61 </html>