-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrawdata.html_tmpl
54 lines (42 loc) · 1.56 KB
/
rawdata.html_tmpl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="shortcut icon" href="css/propairs_logo_fav.ico">
<link rel="stylesheet" href="css/db.css" type="text/css"/>
<link rel="stylesheet" href="css/propairs.css" type="text/css"/>
<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/ga.js"></script>
<script type="text/javascript" src="js/headerscroll.js"></script>
<title>ProPairs</title>
</head>
<body>
<header>
<a href="https://github.com/propairs/propairs"><img style="position: absolute; top: 0; right: 0; border: 0;"
src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" /></a>
<div class="banner">
<a href="index.html"></a>
</div>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="database.html">Database</a></li>
<li><span>Raw data</span></li>
<li><a href="sourcecode.html">Source code</a></li>
<li><a href="about.html">About</a></li>
</ul>
</nav>
</header>
<div id="body" class="padding maxwidth">
{{RAWDATA}}
<h2>Column Header Descriptions</h2>
<ul>
<li><b><a href="https://github.com/propairs/propairs/blob/master/config/columns_def.sh">columns_def.sh</a></b></li>
descriptions for all columns found in the raw data files
</ul>
</div>
<footer>
<p>© 2018 by F. Krull, Freie Universität Berlin, Macromolecular Modelling Group, Prof. E. W. Knapp</p>
</footer>
</body>
</html>