-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
68 lines (59 loc) · 3.81 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>StatsInteractives</title>
<link href="https://fonts.googleapis.com/css?family=Roboto%7CRoboto+Condensed" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.css" integrity="sha384-dbVIfZGuN1Yq7/1Ocstc1lUEm+AT+/rCkibIcC/OmWo5f0EA48Vf8CytHzGrSwbQ" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.1/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
<link rel="icon" type="image/png" href="/dist/images/favicon-16x16.png">
<script src="https://js.sentry-cdn.com/f6a08bec6e9e46198dfd70f8776bdb59.min.js" crossorigin="anonymous"></script>
</head>
<body>
<div class="sr-only">
Stats Interactive uses a graphical representation to convey a deeper understanding of statistical models. These graphs are not currently accessible to screen readers. If you are a Columbia University student and require assistance, please contact the university's <a href="https://health.columbia.edu/content/disability-services">Office of Disability Services</a>.
</div>
<div id="graph-root"></div>
<footer id="footer" class="footer" style="display: none">
<div class="container">
<div class="row">
<div class="col-md-3">
<p>
<a href="https://www.columbia.edu/"><img src="/dist/images/logo-cu.svg" alt="Columbia University" /></a>
</p>
</div>
<div class="col-md-3">
<p>
<a href="https://www.columbia.edu/"><img src="/dist/images/logo-sipa.svg" alt="SIPA" /></a>
</p>
</div>
<div class="col-md-3">
<p>
<a href="https://ctl.columbia.edu/"><img src="/dist/images/logo-ctl.svg" alt="Center for
Teaching and Learning" /></a>
</p>
</div>
<div class="col-md-3">
<p class="text-right">
<a class="text-dark" href="https://sipa.columbia.edu/faculty-research/faculty-directory/doru-c-cojoc">Contact Dr. Cojoc</a> • <a class="text-dark" href="#" id="feedbackTrigger">Report a Bug</a>
</p>
</div>
</footer>
<script type="text/javascript" src="https://columbiactl.atlassian.net/s/d41d8cd98f00b204e9800998ecf8427e-T/-2rdiv5/b/38/a44af77267a987a660377e5c46e0fb64/_/download/batch/com.atlassian.jira.collector.plugin.jira-issue-collector-plugin:issuecollector/com.atlassian.jira.collector.plugin.jira-issue-collector-plugin:issuecollector.js?locale=en-US&collectorId=5ae46416"></script>
<script>
window.ATL_JQ_PAGE_PROPS = {
"triggerFunction": function(showCollectorDialog) {
document.getElementById('feedbackTrigger').addEventListener('click', function(e) {
console.log(e);
e.preventDefault();
showCollectorDialog();
});
}
};
</script>
<script src="/dist/bundle.min.js" type="text/javascript" charset="utf-8"></script>
<link rel="stylesheet" href="https://search.sites.columbia.edu/cu-privacy-notice/cu-privacy-notice.css" />
<script src="https://search.sites.columbia.edu/cu-privacy-notice/cu-privacy-notice.js"></script>
</body>
</html>