-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsample.html
More file actions
90 lines (75 loc) · 3.75 KB
/
sample.html
File metadata and controls
90 lines (75 loc) · 3.75 KB
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
78
79
80
81
82
83
84
85
86
87
88
89
90
<!DOCTYPE HTML>
<!--
Telemetry by Pixelarity
pixelarity.com | hello@pixelarity.com
License: pixelarity.com/license
-->
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-7NGD19FCGC"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-7NGD19FCGC');
</script>
<title>MOODS by MD2K</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
</head>
<body id="top">
<!-- Header -->
<header id="header">
<!-- Logo -->
<div class="logo">
<a href="index.html">MOODS</a><span> The <a href="https://www.md2k.org" target="_blank">MD2K Center of Excellence</a> at <a href="https://www.memphis.edu" target="_blank">The University of Memphis</a> </span>
</div>
<!-- Nav -->
<nav id="nav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="results.html">Results</a></li>
<!--<li><a href="index.html">Visualizations</a></li>-->
<!--<li><a href="index.html#participate">Participate</a></li>-->
<!--<li><a href="manual.pdf">Manual</a></li>-->
<li><a href="index.html#FAQ">FAQ</a></li>
<li><a href="terms.html">Terms</a></li>
<li><a href="team.html">Team</a></li>
<li><a href="publications.html">Publications</a></li>
</ul>
</nav>
</header>
<section id="framework-section" class="wrapper style1 special" >
<div class="inner">
<h2 style="text-align: center; font-size: 32px; font-family: 'Arial', sans-serif; color: white; font-weight: bold;">
Illustration of key steps in the MOODS study
</h2>
<!-- Centering the image -->
<div style="display: flex; justify-content: center; align-items: center; background-color: white; padding: 20px;">
<img id="framework" src="results/framewrok.png" width="1000" height="500" alt="MOODS framework" style="display: block; max-width: 100%; height: auto;" />
</div>
</div>
</section>
<footer id="footer">
<p style="text-align: center; font-size: small; margin-left: 10%; margin-right: 10%;">© 2021 MD2K Center of Excellence. All rights reserved. <br />
The MD2K Center of Excellence was established via a grant (#U54EB020404) from the National Institutes of Health (NIH), through funds provided by the trans-NIH Big Data-to-Knowledge (BD2K) initiative, and is administered by the National Institute of Biomedical Imaging and Bioengineering (NIBIB).
MD2K is currently supported by NIH grants R01CA190329, R01DE025244, R01MD010362, R01CA224537, and U01CA229437. MD2K is also supported by the National Science Foundation (NSF) grants ACI-1640813, IIS-1722646, and CNS-1823221.<br />
<a href="mailto:moods@md2k.org" style="color: #ffffff;">moods@md2k.org</a></p>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/jquery.selectorr.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="assets/js/main.js"></script>
</body>
</html>