-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsoftware.html
More file actions
114 lines (105 loc) · 4.19 KB
/
software.html
File metadata and controls
114 lines (105 loc) · 4.19 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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
<!DOCTYPE HTML>
<!--
Frequency 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=UA-172833778-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-172833778-1');
</script>
<title>mDOT - Software Resources</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]-->
</head>
<body>
<!-- Header -->
<header id="header">
<h1 id="logo" style="text-transform: none;"><a href="index.html"><img src="images/mdotLogoFadeSmall.png" alt="" height="40px;" style="vertical-align: middle;" /></a></h1>
<nav id="nav">
<ul>
<li><a href="index.html">Home</a></li>
<li>
<a href="index.html#one">About</a>
<ul>
<li><a href="vision.html">Vision</a></li>
<li><a href="innovation.html">Innovation & Impact</a></li>
<li><a href="team.html">Team</a></li>
<li><a href="EAC.html">Executive Advisors</a></li>
<li><a href="index.html#contact">Contact</a></li>
<!-- <li>
<a href="#">Submenu</a>
<ul>
<li><a href="#">Option 1</a></li>
<li><a href="#">Option 2</a></li>
<li><a href="#">Option 3</a></li>
<li><a href="#">Option 4</a></li>
</ul>
</li> -->
</ul>
</li>
<li><a href="trdhome.html">Research Projects</a>
<ul>
<li><a href="trd1.html">TR&D1 Discovery</a></li>
<li><a href="trd2.html">TR&D2 Optimization</a></li>
<li><a href="trd3.html">TR&D3 Translation</a></li>
</ul>
</li>
<li><a href="training.html">Resources</a>
<ul>
<li><a href="software.html">Software</a></li>
<li><a href="training.html">Training</a></li>
<li><a href="publications.html">Publications</a></li>
</ul>
</li>
<li><a href="index.html#two">Partnering Projects</a>
<ul>
<li><a href="cps.html">Collaborative Projects</a></li>
<li><a href="sps.html">Service Projects</a></li>
</ul>
</li>
</ul>
</nav>
</header>
<!-- Main -->
<section id="main" class="wrapper style1">
<div class="container box big bordered">
<header class="major special" style="margin-bottom: 0;">
<h2>Software Resources</h2>
<!-- <p>Lorem ipsum dolor sit amet nullam id egestas urna aliquam</p> -->
</header>
<!-- Content -->
<section id="content">
<!-- <a href="#" class="image main"><img src="images/pic04.jpg" alt="" /></a> -->
<p>Coming Soon</p>
</section>
</div>
</section>
<!-- Footer -->
<div id="footer">
<div class="container">
<img src="images/mdotLogoFade.png" alt="" height="100px;" style="margin-bottom: 15px; display: block; margin-left: auto; margin-right: auto;" />
<p class="copyright" style="margin-left:5%; margin-right:5%;">The mHealth Center for Discovery, Optimization & Translation of Temporally-Precise Interventions is supported by the National Institutes of Health's National Institute of Biomedical Imaging and Bioengineering through its Biomedical Technology Resource Centers Program.</p>
<p class="copyright">© <a href="https://md2k.org/" target="_blank"><span style="text-decoration: underline;">MD2K</span></a>. All rights reserved.</p>
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/jquery.scrollgress.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>