-
Notifications
You must be signed in to change notification settings - Fork 2
/
cohort.html
101 lines (60 loc) · 3.16 KB
/
cohort.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
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
<!DOCTYPE html>
<html lang="">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=yes">
<title> Education Equity </title>
<!-- <link rel="icon" href="../assets/pics/eclogo.png">-->
<script src="https://d3js.org/d3.v5.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/gitbrent/[email protected]/js/bootstrap4-toggle.min.js"></script>
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.0/css/all.css" integrity="sha384-lZN37f5QGtY3VHgisS14W3ExzMWZxybE1SJSEsQp9S+oqd12jhcu+A56Ebc1zFSJ" crossorigin="anonymous">
<link href="https://cdn.jsdelivr.net/gh/gitbrent/[email protected]/css/bootstrap4-toggle.min.css" rel="stylesheet">
<!-- My CSS -->
<link rel="stylesheet" href="assets/css/main.css">
</head>
<body>
<header>
<div class="col-md-8" style="transform:translate(-50%, 0%); left: 50%;">
<h1>Virginia's Reading SOL Test Gaps: Grade Cohorts</h1>
</div>
</header>
<main>
<h3>Last Updated: January 2022 - Data from 2012-2018</h3>
<a href = "https://virginiaequitycenter.github.io/vaequity-reading/"> <h3>Return to Summary Page</h3> </a>
<br>
<div class="page-section row">
<div class="col-md-3"></div>
<div class="col-md-6">
<p>Using data on reading pass rates from the <a href="https://p1pe.doe.virginia.gov/apex/f?p=152:1:10330908492500:::::"> Virginia Reading SOL test</a>, we track a cohort of students who began third grade in 2012-2013 and finished eighth grade in 2017-2018 and visually investigate the advantages and disadvantages students are presented in school settings. Do the gaps present in third grade decrease as formal edcuation continues? Or do they persist or increase as the impact of unequal educational environments accumulate? </p>
</div>
<div class="col-md-3"></div>
</div>
<br>
<h3>How to Read this Visualization</h3>
<div class="page-section row">
<!-- <div class="example-container col-md-1"> </div>-->
<div class="example-container col-md-12">
<img src="assets/images/legend_simplified.png" class="relative-image">
</div>
</div>
<br>
<br>
<h3>Choose Divisions to Compare</h3>
<br>
<div id="checkboxes">
</div>
<div class="page-section">
<button type="button" id="submitchanges" class="btn btn-secondary">update divisions</button>
</div>
<div class="page-section">
<div id="graph-container" class="container-fluid row"> </div>
</div>
</main>
<script src="assets/js/gap_chart.js"></script>
<script>
</script>
</body>
</html>