-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
51 lines (45 loc) · 1.97 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="keywords" content="washington university st louis, washington university st. louis, washington university, st. louis, wash u, ben major, wnt, wnt pathway, major lab, major lab wash u, major" />
<meta name="description" content="The Major lab utilizes mass spectrometry and other biochemical and bioinformatic techniques to elucidate signal transduction within the Wnt/B-catenin and Keap1/Nrf2 pathways." />
<link rel="stylesheet" type="text/css" href="css/normalize.css" />
<link rel="stylesheet" type="text/css" href="css/main.css" />
<link rel="shortcut icon" type="image/x-icon" href="img/branding/wu_icon.png" />
<link rel="canonical" href="majorlab.wustl.edu" />
<title>Major Lab</title>
<script src="js/jquery-3.5.1.min.js"></script>
<script type="text/javascript" src="js/PPI.js"></script>
<script type="text/javascript" src="js/workflow.js"></script>
<script type="text/javascript" src="js/google-analytics.js"></script>
</head>
<body>
<div id="wrap">
<div id="stripe1">
<!-- will load common navbar with js $().load() method -->
</div>
<div id="stripe2">
<div id="str2">
<div class="innerdiv" style="height:470px; overflow: hidden; background-color: #000;">
<div id="splash-left">
<canvas id="PPI_canvas"></canvas>
</div>
<div id="splash-center">
<canvas id="cells_canvas"></canvas>
</div>
<div id="splash-right">
<canvas id="workflow_canvas"></canvas>
</div>
<div style="clear: both;"></div>
</div>
</div>
</div>
</div>
<div id="footer">
<!-- will load common footer with js $().load() method -->
</div>
<!-- loads common elements with js $().load() method -->
<script src="js/mainFunctions.js"></script>
</body>
</html>