study-overview
Version:
a high-level summary of study accrual and data cleaning metrics
24 lines (19 loc) • 1.06 kB
HTML
<html>
<head>
<title>Study Overview: Test Page</title>
<meta http-equiv = 'Content-Type' content = 'text/html; charset = utf-8'>
<script type = 'text/javascript' src = 'https://d3js.org/d3.v3.min.js'></script>
<script type = 'text/javascript' src = 'https://cdn.jsdelivr.net/gh/protobi/js-xlsx@v0.8/dist/xlsx.full.min.js'></script>
<script type = 'text/javascript' src = 'https://cdn.jsdelivr.net/gh/RhoInc/Webcharts/build/webcharts.min.js'></script>
<script type = 'text/javascript' src = '../studyOverview.js'></script>
<link type = 'text/css' rel = 'stylesheet' href = 'https://cdn.jsdelivr.net/gh/RhoInc/Webcharts/css/webcharts.min.css'>
<link type = 'text/css' rel = 'stylesheet' href = './index.css'>
</head>
<body>
<div id = 'title'>Study Overview</div>
<div id = 'subtitle'>Test Page</div>
<div id = 'container'></div>
</body>
<script type = 'text/javascript' src = './index.js'></script>
</html>