-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
77 lines (56 loc) · 2.94 KB
/
index.html
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" type="image/ico" href="img/alu.ico"/>
<meta name="title" content="CaseOLAP">
<meta itemprop="name" content="CaseOLAP">
<meta property="og:title" content="CaseOLAP">
<meta name="description"
content="CaseOLAP">
<meta itemprop="description"
content="CaseOLAP">
<meta id="meta-tag-description" property="og:description"
content="CaseOLAP">
<title>CaseOLAP</title>
<meta itemprop="image"
content="https://avatars3.githubusercontent.com/u/41661812?s=400&u=094ffc3c6cfe28f1908dfe1c0eca1602abe7219b&v=4">
<meta property="og:image"
content="https://avatars3.githubusercontent.com/u/41661812?s=400&u=094ffc3c6cfe28f1908dfe1c0eca1602abe7219b&v=4">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"
integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap-theme.min.css"
integrity="sha384-fLW2N01lMqjakBkx3l/M9EahuwpSfeNvV63J5ezn3uZzapT0u7EYsXMjQV+0En5r" crossorigin="anonymous">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
</head>
<body>
<!--About Us -->
<div id="aboutUs">
<div class="container">
<div class="row">
<div class="page-header"><h1> COVID-CVD Molecular Interface </h1></div>
<div class="col-md-7">
<p>
This page is designed to host the interactive visualizations for the project.
</p>
</div>
<div class="col-md-4 col-md-offset-1">
<h2>View Interactive Visualizations</h2>
<ul>
<li> <a href="plots/major.html" target="_blank"> COVID-19 Major Comorbidities and COVID-19 Symptoms interaction</a> </li>
<li> <a href="plots/minor.html" target="_blank"> COVID-19 Minor Comorbidities and COVID-19 Symptoms interaction</a> </li>
<li> <a href="plots/pathways.html" target="_blank"> Major COVID-19 Pathways scored by COVID-19 proteins over Cardiovascular Diseases</a> </li>
</ul>
</div>
</div>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"
integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/knockout/3.4.0/knockout-min.js"></script>
</body>
</html>