-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
286 lines (200 loc) · 10.3 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
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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Contracted Out</title>
<meta name="description" content="Merrill College of Journalism, UMD">
<meta name="author" content="CNS Maryland">
<!-- Bootstrap CSS/JS -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script>
<!-- our CSS -->
<link rel="stylesheet" href="https://capital-news-service.github.io/contracted-out-data/template/style.css">
<!-- google fonts -->
<link href="https://fonts.googleapis.com/css?family=Poppins:400,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Source+Serif+Pro&display=swap" rel="stylesheet">
<!-- charts.js -->
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/chart.min.js"></script>
<!-- METRICS -->
<meta name="parsely-title" content="Contracted out Data App" />
<meta name="parsely-link" content="https://contracted-out.netlify.app/index.html" />
<meta name="parsely-type" content="post" />
<meta name="parsely-pub-date" content="2023-06-20T12:00:00Z" />
<meta name="parsely-section" content="Local News Network" />
<meta name="parsely-author" content="CNS Maryland" />
<meta name="parsely-tags" content="lln, local journalism, interactives" />
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<div id="nav-logo">
<a class="navbar-brand" href="http://cnsmaryland.org/">
<img src="https://cnsmaryland.org/wp-content/uploads/2020/02/site-header-logo.png" id="logo">
</a>
</div>
</nav>
<div class="container">
<br>
<p class="text-center hed"><strong><a href="/">Contracted out:</a></strong> How Maryland school districts do business</p>
<div class="jumbotron">
<div class="container">
<p class="lead">Maryland's school districts are required by law to tell the state how they spend their money -- and the Local News Network at the University of Maryland took a close look at that data. The more than 26,000 records we compiled include every business or individual contractor that got $25,000 or more from a school district in a single fiscal year. While some counties started filing that data as far back as 2010, most did not until after the Maryland General Assembly passed a bill requiring them to do so in 2019. </p>
<p class="lead">Select your county below to read about spending in your district and start exploring trends in its spending or search the database yourself.</p>
<style>
.border-container {
border-top: 1.5px solid #060606;
border-bottom: 1.5px solid #030303;
}
</style>
<style>
ul.list-unstyled {
padding-left: 0;
}
ul.list-unstyled li {
text-align: left;
font-size: 1.25em;
list-style: none;
margin-left: 0;
}
</style>
<!--agencies list-->
<div class="border-container">
<p class="subhed">Maryland's Public School Districts</p>
<div class="row">
<div class="col-md-4">
<ul class="list-unstyled">
<li><a href="/board/allegany-county/">Allegany County</a></li>
<li><a href="/board/anne-arundel-county/">Anne Arundel County</a></li>
<li><a href="/board/baltimore-city/">Baltimore City</a></li>
<li><a href="/board/baltimore-county/">Baltimore County</a></li>
<li><a href="/board/calvert-county/">Calvert County</a></li>
<li><a href="/board/caroline-county/">Caroline County</a></li>
<li><a href="/board/carroll-county/">Carroll County</a></li>
<li><a href="/board/cecil-county/">Cecil County</a></li>
</ul>
</div>
<div class="col-md-4">
<ul class="list-unstyled">
<li><a href="/board/charles-county/">Charles County</a></li>
<li><a href="/board/dorchester-county/">Dorchester County</a></li>
<li><a href="/board/frederick-county/">Frederick County</a></li>
<li><a href="/board/garrett-county/">Garrett County</a></li>
<li><a href="/board/harford-county/">Harford County</a></li>
<li><a href="/board/howard-county/">Howard County</a></li>
<li><a href="/board/kent-county/">Kent County</a></li>
<li><a href="/board/montgomery-county/">Montgomery County</a></li>
</ul>
</div>
<div class="col-md-4">
<ul class="list-unstyled">
<li><a href="/board/prince-georges-county/">Prince George's County</a></li>
<li><a href="/board/queen-annes-county/">Queen Anne's County</a></li>
<li><a href="/board/somerset-county/">Somerset County</a></li>
<li><a href="/board/st-marys-county/">St. Mary's County</a></li>
<li><a href="/board/talbot-county/">Talbot County</a></li>
<li><a href="/board/washington-county/">Washington County</a></li>
<li><a href="/board/wicomico-county/">Wicomico County</a></li>
<li><a href="/board/worcester-county/">Worcester County</a></li>
</ul>
</div>
</div>
</div>
<!--search start-->
<div class="border-container">
<p class="subhed">Maryland School Board Spending by Vendor</p>
<p class="text-center caption">Search for a vendor using a word or phrase like "Amazon" or "construction" below:</p>
<form action="https://md-boe-spending.herokuapp.com/boe_spending/vendors" method="GET">
<label for="search">Search term:</label>
<input type="text" id="search" name="_search" required>
<input type="hidden" name="exclude__exact" value="FALSE">
<input type="submit" value="Search">
</form>
<br>
<p class="caption">Click here to browse all entries and conduct in depth searches of the payments: <a href="https://md-boe-spending.herokuapp.com/boe_spending/vendors"> BOE Spending Database</a></p>
</div>
<!--search end-->
</div>
</div>
<!--chart-->
<div class="container">
<br>
<div class="row">
<div class="col-md-4">
<p class="lead">If you've ever wondered how your local Maryland school district is spending your tax dollars, there's now an easy way to find out.</p>
<p class="lead">On this site and <a href="https://md-boe-spending.herokuapp.com/boe_spending/vendors">its accompanying database</a> you will find data showing every vendor payment of $25,000 or more made by every school district in the state since the 2018-2019 school year. Payments for health insurance, buses, computers, meals - it's all there.</p>
<p class="lead">It's all part of "Contracted Out," a project of the Local News Network at the University of Maryland's Philip Merrill College of Journalism.</p>
<p class="lead">
Students and professors at the college have spent the last seven months gathering and refining data that, under state law, is supposed to be posted on the state’s Open Data Portal. Huge chunks of data were missing until UMD students and faculty demanded it. And the data was messy – with some vendors going by several different names – until we cleaned it up.
</p>
<p class="lead">The result of that work? This comprehensive look at spending in all 24 of the state's public school districts.</p>
</div>
<div class="col-md-8">
<canvas id="myChart" width="400" height="300"></canvas>
</div>
</div>
</div>
<!--chart end-->
<br>
<br>
<p class="caption">Some counties have provided incomplete records, <a href="/methodology">read about our limitations and methodology here.</a>
Development and design by <a href="https://twitter.com/destinyherbers">Destiny Herbers</a>.
</p>
</div>
</div>
<!-- close container -->
<!-- Add the chart code -->
<script>
// Get the data for the chart using AJAX
var state_chart_data_url = "https://md-boe-spending.herokuapp.com/boe_spending.json?sql=select%0D%0A++fiscal_year%2C%0D%0A++round(sum(amount)%2C+1)+as+total%0D%0Afrom%0D%0A++vendors%0D%0Awhere+%0D%0Afiscal_year+%3E+2018%0D%0Agroup+by%0D%0A++1%0D%0A%0D%0A";
var state_chart_values = [6411057437.0, 6326062330.5, 6646725465.5, 6955382711.4];
console.log(state_chart_values);
var state_chart_labels = ["2019", "2020", "2021", "2022"];
// Create the chart
var ctx = document.getElementById('myChart').getContext('2d');
var myChart = new Chart(ctx, {
type: 'bar',
data: {
labels: state_chart_labels,
datasets: [{
label: 'Total spending',
data: state_chart_values,
backgroundColor: 'rgb(254,121,48,0.17)',
borderColor: '#FE7930',
borderWidth: 1.75
}]
},
options: {
responsive: true,
layout: {
padding: 20
},
plugins: {
legend: false,
title: {
display: true,
text: 'Total Statewide School Board Spending FY2019-FY2022',
font: {
size: 18
}
}
},
scales: {
y: {
beginAtZero: true
}
},
},
});
</script>
<!-- Footer-->
<div class="footer">
<p class="text-center">Copyright 2023 Capital News Service</p>
</div>
<!-- end footer-->
<!-- METRICS -->
<!-- START Parse.ly Include: Standard -->
<script id="parsely-cfg" src="//cdn.parsely.com/keys/cnsmaryland.org/p.js"></script>
<!-- END Parse.ly Include: Standard -->
</body>
</html>