UNPKG

study-overview

Version:

a high-level summary of study accrual and data cleaning metrics

24 lines (19 loc) 1.07 kB
<!DOCTYPE html> <html> <head> <title>Study Overview: Single Dataset</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'>Single Dataset</div> <div id = 'container'></div> </body> <script type = 'text/javascript' src = './index.js'></script> </html>