-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
18 lines (18 loc) · 1.13 KB
/
index.html
File metadata and controls
18 lines (18 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!-- <img src = "assets/logo-dashboard.svg" width = "50%"> -->
<html>
<head>
<title>pyOpenMS Dashboard </title>
<link rel="stylesheet" href="http://github-pages.ucl.ac.uk/scikit-surgery/assets/css/style.css?v=e64c00b652a30f52cee6a9403a7a5b9cf45bc9ef">
<link rel="stylesheet" href="templates/dashboard.css">
</head>
<div class="pyOpenMS Dashboard for pyOpenMS packages ">
<img src='assets/logo-dashboard.svg' class="logo" width="100%" height="10%" />
<h2>pyOpenMS Dashboard for pyOpenMS packages</h2>
<div>
<p> This is a sustainability dashboard of pyOpenMS packages based from the cookieninja template provided by scikit-surgery. </p>
</div>
<iframe src="html/dashboard.html" width="100%" height=100% onload="this.before((this.contentDocument.body||this.contentDocument).children[0]);this.remove()"></iframe>
<p>Some libraries have been excluded from the above table, these are detailed below.</p>
<iframe src="html/exclusions.html" width="100%" height=100% onload="this.before((this.contentDocument.body||this.contentDocument).children[0]);this.remove()"></iframe>
</body>
</html>