-
Notifications
You must be signed in to change notification settings - Fork 10
/
index.html
29 lines (25 loc) · 1.84 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
<html>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet"/>
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
<!--<script src="https://d3js.org/d3.v3.min.js"></script>
<script src="https://d3js.org/queue.v1.min.js"></script>
<script src="https://d3js.org/topojson.v1.min.js"></script>
<script src="https://jmat.googlecode.com/git/jmat.js"></script>
<script src="http://localhost:8888/jmat/jmat.js"></script>-->
<!--<script src="https://www.googledrive.com/host/0BwwZEXS3GesiTjlHSmlOcEJaeDA/vcf/vcf.js"></script>-->
<!--<script src="localforage.js"></script>-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/localforage/1.5.0/localforage.min.js"></script>
<script src="openHealth.js"></script>
<body>
<div class="container" id="openHealth">
<h3>Web Computing<a href="https://en.wikipedia.org/wiki/Web_computing" target=_blank>*</a> for openHealth<a href="https://github.com/mathbiol/openHealth" target=_blank>**</a></h3>
<p> more at <i style="color:navy">Almeida JS, Hajagos J, Crnosija I, T Kurc, M Saltz, J Saltz (2015) OpenHealth Platform for Interactive Contextualization of Population Health Open Data. Proceedings AMIA 2015: 297-305 [<a style="background-color:yellow" href="https://www.ncbi.nlm.nih.gov/pubmed/26958160" target="_blank">PMID:26958160</a>]</i>.</p>
<div id="msg">There is nothing to see <a href="https://mathbiol.github.io/openHealth" target=_blank>here</a>, the action is in the <a href="https://developer.chrome.com/devtools/docs/console" target=_blank>browser's console</a>. Versioned source code + docs at <a href="https://github.com/mathbiol/openHealth" target=_blank>gitHub</a>.</div>
<hr>
</div>
<script>
openHealth.buildUI('openHealth');
</script>
</body>
</html>