-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
71 lines (46 loc) · 4 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
69
70
71
<!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 Summary</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>Reading and Math SOL Test Outcomes in Virginia</h1>
</div>
</header>
<main>
<h3> Sam Powers, Michele Claibourn, Beth Mitchell, Nina Schoonover, Asha Muralidharan, and Samantha Toet <br> <br>
<a href = "https://virginiaequitycenter.org/"><img src="assets/images/eclogo.png" alt="The Equity Center Logo"></a></h3>
<br>
<div class="page-section row">
<div class="col-md-3"></div>
<div class="col-md-6">
<p>We use Virginia Department of Education data on the Commonwealth's <a href="https://www.doe.virginia.gov/teaching-learning-assessment/student-assessment/virginia-sol-assessment-program">Standards of Learning (SOL) assessments</a> to visually illuminate the significant gaps in reading and math pass rates -- between Black students as compared to their White peers, between economically disadvantaged students as compared to their more fortunate classmates, and between Hispanic students as compared to their non-Hispanic peers. Research shows that lack of reading and math proficiency have long-lasting impacts on future educational attainment, future earnings, and more. We seek to make this data easier to use for explorative purposes, as a call to action, and hopefully, as a manner by which localities can track progress in eliminating these gaps, and working towards the goal of reading and math proficiency for ALL students.
</p>
<p>We provide multiple ways of viewing the data. Click to explore further.
</p>
<ul style="text-align:left;">
<li><a href="https://virginiaequitycenter.github.io/vaequity-reading/reading_gaps">Overall reading gaps by school division</a>, estimating the overall SOL test reading pass rates for students in grades 3-8 by school division and year</li>
<li><a href="https://virginiaequitycenter.github.io/vaequity-reading/math_gaps">Overall math gaps by school division</a>, estimating the overall SOL test math pass rates for students in grades 3-6 by school division and year</li>
<li><a href="https://virginiaequitycenter.github.io/vaequity-reading/pass_rates">Third grade SOL Reading test and 6th grade Math SOL test pass rates by school division</a>, highlighting the Commonwealth's overall performance at a key developmental moment in the education of Virginia's children</li>
<li><a href="https://virginiaequitycenter.github.io/vaequity-reading/cohort">Reading proficiency rates by grade cohorts within each school division</a>, visualizing changes in SOL Reading proficiency and gaps over time</li>
</ul>
</div>
<div class="col-md-3"></div>
</div>
</main>
</body>
</html>